var/cache/dev/ContainerKc1QfFY/AppBundle_KernelDevDebugContainer.php line 17190

Open in your IDE?
  1. <?php
  2. namespace ContainerKc1QfFY;
  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 AppBundle_KernelDevDebugContainer extends Container
  15. {
  16.     protected $containerDir;
  17.     protected $targetDir;
  18.     protected $parameters = [];
  19.     private $buildParameters;
  20.     protected $getService;
  21.     public function __construct(array $buildParameters = [], $containerDir __DIR__)
  22.     {
  23.         $this->getService \Closure::fromCallable([$this'getService']);
  24.         $this->buildParameters $buildParameters;
  25.         $this->containerDir $containerDir;
  26.         $this->targetDir \dirname($containerDir);
  27.         $this->parameters $this->getDefaultParameters();
  28.         $this->services $this->privates = [];
  29.         $this->syntheticIds = [
  30.             'kernel' => true,
  31.         ];
  32.         $this->methodMap = [
  33.             '.container.private.cache_clearer' => 'get_Container_Private_CacheClearerService',
  34.             '.container.private.filesystem' => 'get_Container_Private_FilesystemService',
  35.             '.container.private.form.factory' => 'get_Container_Private_Form_FactoryService',
  36.             '.container.private.form.type.file' => 'get_Container_Private_Form_Type_FileService',
  37.             '.container.private.profiler' => 'get_Container_Private_ProfilerService',
  38.             '.container.private.security.authorization_checker' => 'get_Container_Private_Security_AuthorizationCheckerService',
  39.             '.container.private.security.password_encoder' => 'get_Container_Private_Security_PasswordEncoderService',
  40.             '.container.private.security.token_storage' => 'get_Container_Private_Security_TokenStorageService',
  41.             '.container.private.serializer' => 'get_Container_Private_SerializerService',
  42.             '.container.private.session' => 'get_Container_Private_SessionService',
  43.             '.container.private.twig' => 'get_Container_Private_TwigService',
  44.             '.container.private.validator' => 'get_Container_Private_ValidatorService',
  45.             'AppBundle\\Controller\\AdminController' => 'getAdminControllerService',
  46.             'AppBundle\\Controller\\ApiBaseController' => 'getApiBaseControllerService',
  47.             'AppBundle\\Controller\\AuthController' => 'getAuthControllerService',
  48.             'AppBundle\\Controller\\DefaultController' => 'getDefaultControllerService',
  49.             'AppBundle\\Controller\\ExceptionController' => 'getExceptionControllerService',
  50.             'AppBundle\\Controller\\ExerciseController' => 'getExerciseControllerService',
  51.             'AppBundle\\Controller\\ExerciseResultController' => 'getExerciseResultControllerService',
  52.             'AppBundle\\Controller\\HookController' => 'getHookControllerService',
  53.             'AppBundle\\Controller\\InjectController' => 'getInjectControllerService',
  54.             'AppBundle\\Controller\\InstanceController' => 'getInstanceControllerService',
  55.             'AppBundle\\Controller\\LanguageController' => 'getLanguageControllerService',
  56.             'AppBundle\\Controller\\ModuleController' => 'getModuleControllerService',
  57.             'AppBundle\\Controller\\NotificationController' => 'getNotificationControllerService',
  58.             'AppBundle\\Controller\\RegistrationController' => 'getRegistrationControllerService',
  59.             'AppBundle\\Controller\\SecurityController' => 'getSecurityControllerService',
  60.             'AppBundle\\EventListener\\AuthenticationSuccessListener' => 'getAuthenticationSuccessListenerService',
  61.             'AppBundle\\EventListener\\EventPublisherListener' => 'getEventPublisherListenerService',
  62.             'AppBundle\\EventListener\\ExerciseRenamerListener' => 'getExerciseRenamerListenerService',
  63.             'AppBundle\\EventListener\\LocaleSubscriber' => 'getLocaleSubscriberService',
  64.             'AppBundle\\Event\\GitHubCallExceptionListener' => 'getGitHubCallExceptionListenerService',
  65.             'AppBundle\\Factory\\UserFactory' => 'getUserFactoryService',
  66.             'AppBundle\\Form\\InstanceForm' => 'getInstanceFormService',
  67.             'AppBundle\\Form\\InstanceType' => 'getInstanceTypeService',
  68.             'AppBundle\\Form\\RegistrationType' => 'getRegistrationTypeService',
  69.             'AppBundle\\Form\\UserType' => 'getUserTypeService',
  70.             'AppBundle\\Repository\\CityRepository' => 'getCityRepositoryService',
  71.             'AppBundle\\Repository\\ExerciseRepository' => 'getExerciseRepositoryService',
  72.             'AppBundle\\Repository\\InstanceRepository' => 'getInstanceRepositoryService',
  73.             'AppBundle\\Repository\\InstanceUserRepository' => 'getInstanceUserRepositoryService',
  74.             'AppBundle\\Repository\\ModuleRepository' => 'getModuleRepositoryService',
  75.             'AppBundle\\Repository\\UserRepository' => 'getUserRepositoryService',
  76.             'AppBundle\\Service\\ExerciseFactory' => 'getExerciseFactoryService',
  77.             'AppBundle\\Service\\Instance' => 'getInstanceService',
  78.             'AppBundle\\Service\\JiraGroup' => 'getJiraGroupService',
  79.             'AppBundle\\Service\\JiraUser' => 'getJiraUserService',
  80.             'AppBundle\\Service\\Mailing\\MailingDispatchStudentsService' => 'getMailingDispatchStudentsServiceService',
  81.             'AppBundle\\Service\\UserService' => 'getUserServiceService',
  82.             'AppBundle\\Twig\\AppExtension' => 'getAppExtensionService',
  83.             'CodersLab\\Lms\\Modules\\Courses\\Application\\Handler\\AddUserToSelfRegisterInstanceHandler' => 'getAddUserToSelfRegisterInstanceHandlerService',
  84.             'CodersLab\\Lms\\Modules\\Courses\\Application\\Handler\\ChangeGithubRepositoryNameHandler' => 'getChangeGithubRepositoryNameHandlerService',
  85.             'CodersLab\\Lms\\Modules\\Courses\\Application\\Handler\\SynchroniseCourseScheduleUrlHandler' => 'getSynchroniseCourseScheduleUrlHandlerService',
  86.             'CodersLab\\Lms\\Modules\\Courses\\Application\\Listener\\CourseInstanceAddedListener' => 'getCourseInstanceAddedListenerService',
  87.             'CodersLab\\Lms\\Modules\\Courses\\Application\\Listener\\NewUserAddedEventListener' => 'getNewUserAddedEventListenerService',
  88.             'CodersLab\\Lms\\Modules\\Courses\\Application\\Listener\\SignatureUpdatedListener' => 'getSignatureUpdatedListenerService',
  89.             'CodersLab\\Lms\\Modules\\Courses\\Infrastructure\\Persistence\\LanguageRepository' => 'getLanguageRepositoryService',
  90.             'CodersLab\\Lms\\Modules\\Courses\\Infrastructure\\Persistence\\ModeRepository' => 'getModeRepositoryService',
  91.             'CodersLab\\Lms\\Modules\\Courses\\Infrastructure\\Read\\DbalCourseInstanceQuery' => 'getDbalCourseInstanceQueryService',
  92.             'CodersLab\\Lms\\Modules\\Courses\\Infrastructure\\Read\\DbalCourseQuery' => 'getDbalCourseQueryService',
  93.             'CodersLab\\Lms\\Modules\\Courses\\Infrastructure\\Read\\DbalMaterialExerciseQuery' => 'getDbalMaterialExerciseQueryService',
  94.             'CodersLab\\Lms\\Modules\\Courses\\Infrastructure\\Read\\DbalNavigationQuery' => 'getDbalNavigationQueryService',
  95.             'CodersLab\\Lms\\Modules\\Courses\\Infrastructure\\Read\\DbalProductQuery' => 'getDbalProductQueryService',
  96.             'CodersLab\\Lms\\Modules\\Courses\\Infrastructure\\Read\\DbalTechnologyQuery' => 'getDbalTechnologyQueryService',
  97.             'CodersLab\\Lms\\Modules\\IdentityAccess\\Application\\Handler\\AddAllStudentsAccessHandler' => 'getAddAllStudentsAccessHandlerService',
  98.             'CodersLab\\Lms\\Modules\\IdentityAccess\\Application\\Handler\\AddLecturerAccessHandler' => 'getAddLecturerAccessHandlerService',
  99.             'CodersLab\\Lms\\Modules\\IdentityAccess\\Application\\Handler\\AddStudentExamAccessHandler' => 'getAddStudentExamAccessHandlerService',
  100.             'CodersLab\\Lms\\Modules\\IdentityAccess\\Application\\Handler\\AddStudentModuleAccessHandler' => 'getAddStudentModuleAccessHandlerService',
  101.             'CodersLab\\Lms\\Modules\\IdentityAccess\\Application\\Handler\\AddStudentsExamsAccessHandler' => 'getAddStudentsExamsAccessHandlerService',
  102.             'CodersLab\\Lms\\Modules\\IdentityAccess\\Application\\Handler\\Bookmark\\DeleteBookmarkHandler' => 'getDeleteBookmarkHandlerService',
  103.             'CodersLab\\Lms\\Modules\\IdentityAccess\\Application\\Handler\\Bookmark\\UpsertBookmarkHandler' => 'getUpsertBookmarkHandlerService',
  104.             'CodersLab\\Lms\\Modules\\IdentityAccess\\Application\\Handler\\ChangeUserMaterialProgressHandler' => 'getChangeUserMaterialProgressHandlerService',
  105.             'CodersLab\\Lms\\Modules\\IdentityAccess\\Application\\Handler\\LogAccessChangeHandler' => 'getLogAccessChangeHandlerService',
  106.             'CodersLab\\Lms\\Modules\\IdentityAccess\\Application\\Handler\\NotifyPreworkSharedHandler' => 'getNotifyPreworkSharedHandlerService',
  107.             'CodersLab\\Lms\\Modules\\IdentityAccess\\Application\\Handler\\PlanStudentExamHandler' => 'getPlanStudentExamHandlerService',
  108.             'CodersLab\\Lms\\Modules\\IdentityAccess\\Application\\Handler\\RevokeAllStudentsAccessHandler' => 'getRevokeAllStudentsAccessHandlerService',
  109.             'CodersLab\\Lms\\Modules\\IdentityAccess\\Application\\Handler\\RevokeLecturerAccessHandler' => 'getRevokeLecturerAccessHandlerService',
  110.             'CodersLab\\Lms\\Modules\\IdentityAccess\\Application\\Handler\\RevokeStudentExamAccessHandler' => 'getRevokeStudentExamAccessHandlerService',
  111.             'CodersLab\\Lms\\Modules\\IdentityAccess\\Application\\Handler\\RevokeStudentModuleAccessHandler' => 'getRevokeStudentModuleAccessHandlerService',
  112.             'CodersLab\\Lms\\Modules\\IdentityAccess\\Application\\Handler\\SendGithubTeamInvitationHandler' => 'getSendGithubTeamInvitationHandlerService',
  113.             'CodersLab\\Lms\\Modules\\IdentityAccess\\Application\\Handler\\UpdateLastSeenMaterialHandler' => 'getUpdateLastSeenMaterialHandlerService',
  114.             'CodersLab\\Lms\\Modules\\IdentityAccess\\Application\\Listener\\AccessGrantedEventListener' => 'getAccessGrantedEventListenerService',
  115.             'CodersLab\\Lms\\Modules\\IdentityAccess\\Application\\Listener\\AccessRevokedEventListener' => 'getAccessRevokedEventListenerService',
  116.             'CodersLab\\Lms\\Modules\\IdentityAccess\\Application\\Listener\\CourseInstanceMemberAddedListener' => 'getCourseInstanceMemberAddedListenerService',
  117.             'CodersLab\\Lms\\Modules\\IdentityAccess\\Application\\Listener\\CourseInstanceMemberRemovedListener' => 'getCourseInstanceMemberRemovedListenerService',
  118.             'CodersLab\\Lms\\Modules\\IdentityAccess\\Application\\Listener\\CourseStoredListener' => 'getCourseStoredListenerService',
  119.             'CodersLab\\Lms\\Modules\\IdentityAccess\\Application\\Listener\\RepositoryForUserSharedListener' => 'getRepositoryForUserSharedListenerService',
  120.             'CodersLab\\Lms\\Modules\\IdentityAccess\\Application\\RolePolicy' => 'getRolePolicyService',
  121.             'CodersLab\\Lms\\Modules\\IdentityAccess\\Application\\Service\\UserAccessService' => 'getUserAccessServiceService',
  122.             'CodersLab\\Lms\\Modules\\IdentityAccess\\Infrastructure\\ContentAccessContext' => 'getContentAccessContextService',
  123.             'CodersLab\\Lms\\Modules\\IdentityAccess\\Infrastructure\\CourseInstanceContext' => 'getCourseInstanceContextService',
  124.             'CodersLab\\Lms\\Modules\\IdentityAccess\\Infrastructure\\Persistence\\Doctrine\\ORMUserAccessRepository' => 'getORMUserAccessRepositoryService',
  125.             'CodersLab\\Lms\\Modules\\IdentityAccess\\Infrastructure\\Read\\DbalBookmarkQuery' => 'getDbalBookmarkQueryService',
  126.             'CodersLab\\Lms\\Modules\\IdentityAccess\\Infrastructure\\Read\\DbalCourseQuery' => 'getDbalCourseQuery2Service',
  127.             'CodersLab\\Lms\\Modules\\IdentityAccess\\Infrastructure\\Read\\DbalExerciseQuery' => 'getDbalExerciseQueryService',
  128.             'CodersLab\\Lms\\Modules\\IdentityAccess\\Infrastructure\\Read\\DbalProgressQuery' => 'getDbalProgressQueryService',
  129.             'CodersLab\\Lms\\Modules\\IdentityAccess\\Infrastructure\\Read\\DbalUserAccessQuery' => 'getDbalUserAccessQueryService',
  130.             'CodersLab\\Lms\\Modules\\IdentityAccess\\Infrastructure\\Read\\DbalUserQuery' => 'getDbalUserQueryService',
  131.             'CodersLab\\Lms\\Modules\\IdentityAccess\\Infrastructure\\RolePolicy\\RolePolicyFactory' => 'getRolePolicyFactoryService',
  132.             'CodersLab\\Lms\\Modules\\Learning\\Application\\Gradebook\\GithubUrlFactory' => 'getGithubUrlFactoryService',
  133.             'CodersLab\\Lms\\Modules\\Learning\\Application\\Gradebook\\GradebookFactory' => 'getGradebookFactoryService',
  134.             'CodersLab\\Lms\\Modules\\Learning\\Application\\Handler\\AddCriteriaGroupResultHandler' => 'getAddCriteriaGroupResultHandlerService',
  135.             'CodersLab\\Lms\\Modules\\Learning\\Application\\Handler\\AddMaterialResultAsyncHandler' => 'getAddMaterialResultAsyncHandlerService',
  136.             'CodersLab\\Lms\\Modules\\Learning\\Application\\Handler\\AddMaterialResultSyncHandler' => 'getAddMaterialResultSyncHandlerService',
  137.             'CodersLab\\Lms\\Modules\\Learning\\Application\\Listener\\CourseInstanceMemberAddedListener' => 'getCourseInstanceMemberAddedListener2Service',
  138.             'CodersLab\\Lms\\Modules\\Learning\\Application\\Query\\Report\\GradebookResults\\DeadlineFactory' => 'getDeadlineFactoryService',
  139.             'CodersLab\\Lms\\Modules\\Learning\\Application\\Service\\CourseProgressReport' => 'getCourseProgressReportService',
  140.             'CodersLab\\Lms\\Modules\\Learning\\Infrastructure\\Persistence\\Doctrine\\ORMCriteriaGroupResultRepository' => 'getORMCriteriaGroupResultRepositoryService',
  141.             'CodersLab\\Lms\\Modules\\Learning\\Infrastructure\\Persistence\\Doctrine\\ORMStudentResultsRepository' => 'getORMStudentResultsRepositoryService',
  142.             'CodersLab\\Lms\\Modules\\Learning\\Infrastructure\\Read\\DbalCourseProgressReportQuery' => 'getDbalCourseProgressReportQueryService',
  143.             'CodersLab\\Lms\\Modules\\Learning\\Infrastructure\\Read\\DbalCourseQuery' => 'getDbalCourseQuery3Service',
  144.             'CodersLab\\Lms\\Modules\\Learning\\Infrastructure\\Read\\DbalCriterionGroupQuery' => 'getDbalCriterionGroupQueryService',
  145.             'CodersLab\\Lms\\Modules\\Learning\\Infrastructure\\Read\\DbalMaterialCriteriaQuery' => 'getDbalMaterialCriteriaQueryService',
  146.             'CodersLab\\Lms\\Modules\\Learning\\Infrastructure\\Read\\DbalMentorQuery' => 'getDbalMentorQueryService',
  147.             'CodersLab\\Lms\\Modules\\Learning\\Infrastructure\\Read\\DbalPassCriteria' => 'getDbalPassCriteriaService',
  148.             'CodersLab\\Lms\\Modules\\Learning\\Infrastructure\\Read\\DbalResultQuery' => 'getDbalResultQueryService',
  149.             'CodersLab\\Lms\\Modules\\Learning\\Infrastructure\\Read\\DbalStudentMaterialCriteriaResultQuery' => 'getDbalStudentMaterialCriteriaResultQueryService',
  150.             'CodersLab\\Lms\\Modules\\Learning\\Infrastructure\\Read\\DbalStudentQuery' => 'getDbalStudentQueryService',
  151.             'CodersLab\\Lms\\Modules\\Learning\\Infrastructure\\Report\\GradebookResultsMailer' => 'getGradebookResultsMailerService',
  152.             'CodersLab\\Lms\\Modules\\Learning\\Infrastructure\\Report\\GradebookResultsReportQuery' => 'getGradebookResultsReportQueryService',
  153.             'CodersLab\\Lms\\Modules\\Learning\\Infrastructure\\Report\\GradebookScoresReport' => 'getGradebookScoresReportService',
  154.             'CodersLab\\Lms\\Modules\\Materials\\Application\\Handler\\AddUserToGithubTeamHandler' => 'getAddUserToGithubTeamHandlerService',
  155.             'CodersLab\\Lms\\Modules\\Materials\\Application\\Handler\\InitQuizDetailsHandler' => 'getInitQuizDetailsHandlerService',
  156.             'CodersLab\\Lms\\Modules\\Materials\\Application\\Handler\\InitQuizResponseWebhookHandler' => 'getInitQuizResponseWebhookHandlerService',
  157.             'CodersLab\\Lms\\Modules\\Materials\\Application\\Handler\\InitQuizUpdatesWebhookHandler' => 'getInitQuizUpdatesWebhookHandlerService',
  158.             'CodersLab\\Lms\\Modules\\Materials\\Application\\Handler\\LogMaterialSearchHandler' => 'getLogMaterialSearchHandlerService',
  159.             'CodersLab\\Lms\\Modules\\Materials\\Application\\Handler\\ProcessExerciseHandler' => 'getProcessExerciseHandlerService',
  160.             'CodersLab\\Lms\\Modules\\Materials\\Application\\Handler\\RebuildRepositoriesHandler' => 'getRebuildRepositoriesHandlerService',
  161.             'CodersLab\\Lms\\Modules\\Materials\\Application\\Handler\\RemoveUserFromGithubTeamHandler' => 'getRemoveUserFromGithubTeamHandlerService',
  162.             'CodersLab\\Lms\\Modules\\Materials\\Application\\Handler\\RemoveUserFromRepositoryHandler' => 'getRemoveUserFromRepositoryHandlerService',
  163.             'CodersLab\\Lms\\Modules\\Materials\\Application\\Handler\\ReportMaterialIssueHandler' => 'getReportMaterialIssueHandlerService',
  164.             'CodersLab\\Lms\\Modules\\Materials\\Application\\Handler\\ReportPresentationIssueHandler' => 'getReportPresentationIssueHandlerService',
  165.             'CodersLab\\Lms\\Modules\\Materials\\Application\\Handler\\ShareRepositoryForLecturersHandler' => 'getShareRepositoryForLecturersHandlerService',
  166.             'CodersLab\\Lms\\Modules\\Materials\\Application\\Handler\\ShareRepositoryForMentorsHandler' => 'getShareRepositoryForMentorsHandlerService',
  167.             'CodersLab\\Lms\\Modules\\Materials\\Application\\Handler\\ShareRepositoryForTeamHandler' => 'getShareRepositoryForTeamHandlerService',
  168.             'CodersLab\\Lms\\Modules\\Materials\\Application\\Handler\\ShareRepositoryForUserHandler' => 'getShareRepositoryForUserHandlerService',
  169.             'CodersLab\\Lms\\Modules\\Materials\\Application\\Handler\\StoreCoursesHandler' => 'getStoreCoursesHandlerService',
  170.             'CodersLab\\Lms\\Modules\\Materials\\Application\\Handler\\StoreMaterialsHandler' => 'getStoreMaterialsHandlerService',
  171.             'CodersLab\\Lms\\Modules\\Materials\\Application\\Handler\\UpdateCourseDocumentsHandler' => 'getUpdateCourseDocumentsHandlerService',
  172.             'CodersLab\\Lms\\Modules\\Materials\\Application\\Listener\\AccessGrantedEventListener' => 'getAccessGrantedEventListener2Service',
  173.             'CodersLab\\Lms\\Modules\\Materials\\Application\\Listener\\ExamPlannedListener' => 'getExamPlannedListenerService',
  174.             'CodersLab\\Lms\\Modules\\Materials\\Application\\Listener\\ExerciseBuiltListener' => 'getExerciseBuiltListenerService',
  175.             'CodersLab\\Lms\\Modules\\Materials\\Application\\Listener\\ExerciseRepositoryAddedListener' => 'getExerciseRepositoryAddedListenerService',
  176.             'CodersLab\\Lms\\Modules\\Materials\\Application\\Listener\\QuizStateUpdatedListener' => 'getQuizStateUpdatedListenerService',
  177.             'CodersLab\\Lms\\Modules\\Materials\\Application\\Listener\\UserGithubUpdatedListener' => 'getUserGithubUpdatedListenerService',
  178.             'CodersLab\\Lms\\Modules\\Materials\\Application\\Service\\ExerciseStateProccessor\\Processor\\CommitCreatedProcessor' => 'getCommitCreatedProcessorService',
  179.             'CodersLab\\Lms\\Modules\\Materials\\Application\\Service\\ExerciseStateProccessor\\Processor\\DoneProcessor' => 'getDoneProcessorService',
  180.             'CodersLab\\Lms\\Modules\\Materials\\Application\\Service\\ExerciseStateProccessor\\Processor\\InitialStateProcessor' => 'getInitialStateProcessorService',
  181.             'CodersLab\\Lms\\Modules\\Materials\\Application\\Service\\ExerciseStateProccessor\\Processor\\ReferenceUpdatedProcessor' => 'getReferenceUpdatedProcessorService',
  182.             'CodersLab\\Lms\\Modules\\Materials\\Application\\Service\\ExerciseStateProccessor\\Processor\\RepositoryCreatedProcessor' => 'getRepositoryCreatedProcessorService',
  183.             'CodersLab\\Lms\\Modules\\Materials\\Application\\Service\\ExerciseStateProccessor\\Processor\\TreeCreatedProcessor' => 'getTreeCreatedProcessorService',
  184.             'CodersLab\\Lms\\Modules\\Materials\\Application\\Service\\ExerciseStateProccessor\\StateProcessorFactory' => 'getStateProcessorFactoryService',
  185.             'CodersLab\\Lms\\Modules\\Materials\\Application\\Service\\Material\\ContentParser\\ContentParserFactory' => 'getContentParserFactoryService',
  186.             'CodersLab\\Lms\\Modules\\Materials\\Application\\Service\\Material\\ExerciseGithubUrlFactory' => 'getExerciseGithubUrlFactoryService',
  187.             'CodersLab\\Lms\\Modules\\Materials\\Application\\Service\\Material\\MaterialFactory' => 'getMaterialFactoryService',
  188.             'CodersLab\\Lms\\Modules\\Materials\\Application\\Service\\Material\\MaterialScoreContext' => 'getMaterialScoreContextService',
  189.             'CodersLab\\Lms\\Modules\\Materials\\Application\\Service\\Material\\MaterialScoreValidator' => 'getMaterialScoreValidatorService',
  190.             'CodersLab\\Lms\\Modules\\Materials\\Application\\Service\\RepositoryDownloader' => 'getRepositoryDownloaderService',
  191.             'CodersLab\\Lms\\Modules\\Materials\\Application\\Service\\RepositoryReader' => 'getRepositoryReaderService',
  192.             'CodersLab\\Lms\\Modules\\Materials\\Application\\Service\\RepositoryReader\\CourseConfigReader' => 'getCourseConfigReaderService',
  193.             'CodersLab\\Lms\\Modules\\Materials\\Application\\Service\\RepositoryReader\\ExerciseSettingsReader' => 'getExerciseSettingsReaderService',
  194.             'CodersLab\\Lms\\Modules\\Materials\\Application\\Service\\RepositoryReader\\PillConfigReader' => 'getPillConfigReaderService',
  195.             'CodersLab\\Lms\\Modules\\Materials\\Application\\Service\\SearchLogReport\\SearchLogReport' => 'getSearchLogReportService',
  196.             'CodersLab\\Lms\\Modules\\Materials\\Infrastructure\\CourseTree\\CourseTree' => 'getCourseTreeService',
  197.             'CodersLab\\Lms\\Modules\\Materials\\Infrastructure\\Elasticsearch\\Elasticsearch' => 'getElasticsearchService',
  198.             'CodersLab\\Lms\\Modules\\Materials\\Infrastructure\\Elasticsearch\\ElasticsearchMaterialsSearchQuery' => 'getElasticsearchMaterialsSearchQueryService',
  199.             'CodersLab\\Lms\\Modules\\Materials\\Infrastructure\\Elasticsearch\\IndicesCollection' => 'getIndicesCollectionService',
  200.             'CodersLab\\Lms\\Modules\\Materials\\Infrastructure\\Markdown\\CommonMarkMarkdownParser' => 'getCommonMarkMarkdownParserService',
  201.             'CodersLab\\Lms\\Modules\\Materials\\Infrastructure\\MaterialOnInstance\\MaterialOnInstanceFactory' => 'getMaterialOnInstanceFactoryService',
  202.             'CodersLab\\Lms\\Modules\\Materials\\Infrastructure\\Persistence\\Doctrine\\CourseQuery\\CourseSqlBuilder' => 'getCourseSqlBuilderService',
  203.             'CodersLab\\Lms\\Modules\\Materials\\Infrastructure\\Persistence\\Doctrine\\ORMCourseQuery' => 'getORMCourseQueryService',
  204.             'CodersLab\\Lms\\Modules\\Materials\\Infrastructure\\Persistence\\Doctrine\\ORMCourses' => 'getORMCoursesService',
  205.             'CodersLab\\Lms\\Modules\\Materials\\Infrastructure\\Persistence\\Doctrine\\ORMExerciseQueues' => 'getORMExerciseQueuesService',
  206.             'CodersLab\\Lms\\Modules\\Materials\\Infrastructure\\Persistence\\Doctrine\\ORMExerciseRepositories' => 'getORMExerciseRepositoriesService',
  207.             'CodersLab\\Lms\\Modules\\Materials\\Infrastructure\\Persistence\\Doctrine\\ORMExercises' => 'getORMExercisesService',
  208.             'CodersLab\\Lms\\Modules\\Materials\\Infrastructure\\Persistence\\Doctrine\\ORMMaterials' => 'getORMMaterialsService',
  209.             'CodersLab\\Lms\\Modules\\Materials\\Infrastructure\\Persistence\\Doctrine\\ORMModules' => 'getORMModulesService',
  210.             'CodersLab\\Lms\\Modules\\Materials\\Infrastructure\\Persistence\\Doctrine\\ORMPillVersions' => 'getORMPillVersionsService',
  211.             'CodersLab\\Lms\\Modules\\Materials\\Infrastructure\\Persistence\\Doctrine\\ORMPills' => 'getORMPillsService',
  212.             'CodersLab\\Lms\\Modules\\Materials\\Infrastructure\\Persistence\\Doctrine\\ORMQuizzes' => 'getORMQuizzesService',
  213.             'CodersLab\\Lms\\Modules\\Materials\\Infrastructure\\Persistence\\Doctrine\\ORMRepositories' => 'getORMRepositoriesService',
  214.             'CodersLab\\Lms\\Modules\\Materials\\Infrastructure\\Persistence\\Doctrine\\ORMSearchLogs' => 'getORMSearchLogsService',
  215.             'CodersLab\\Lms\\Modules\\Materials\\Infrastructure\\Persistence\\Doctrine\\ORMTags' => 'getORMTagsService',
  216.             'CodersLab\\Lms\\Modules\\Materials\\Infrastructure\\PresentationIssue\\JiraIssue' => 'getJiraIssueService',
  217.             'CodersLab\\Lms\\Modules\\Materials\\Infrastructure\\PresentationRenderer\\TwigPresentationRenderer' => 'getTwigPresentationRendererService',
  218.             'CodersLab\\Lms\\Modules\\Materials\\Infrastructure\\Quiz\\SurveyMonkeyQuizService' => 'getSurveyMonkeyQuizServiceService',
  219.             'CodersLab\\Lms\\Modules\\Materials\\Infrastructure\\Read\\DbalChapterQuery' => 'getDbalChapterQueryService',
  220.             'CodersLab\\Lms\\Modules\\Materials\\Infrastructure\\Read\\DbalCoursePillVersionsQuery' => 'getDbalCoursePillVersionsQueryService',
  221.             'CodersLab\\Lms\\Modules\\Materials\\Infrastructure\\Read\\DbalExerciseDetailsQuery' => 'getDbalExerciseDetailsQueryService',
  222.             'CodersLab\\Lms\\Modules\\Materials\\Infrastructure\\Read\\DbalExerciseQuery' => 'getDbalExerciseQuery2Service',
  223.             'CodersLab\\Lms\\Modules\\Materials\\Infrastructure\\Read\\DbalLanguageQuery' => 'getDbalLanguageQueryService',
  224.             'CodersLab\\Lms\\Modules\\Materials\\Infrastructure\\Read\\DbalMaterialCriterionQuery' => 'getDbalMaterialCriterionQueryService',
  225.             'CodersLab\\Lms\\Modules\\Materials\\Infrastructure\\Read\\DbalMaterialQuery' => 'getDbalMaterialQueryService',
  226.             'CodersLab\\Lms\\Modules\\Materials\\Infrastructure\\Read\\DbalMentorQuery' => 'getDbalMentorQuery2Service',
  227.             'CodersLab\\Lms\\Modules\\Materials\\Infrastructure\\Read\\DbalModesQuery' => 'getDbalModesQueryService',
  228.             'CodersLab\\Lms\\Modules\\Materials\\Infrastructure\\Read\\DbalModuleQuery' => 'getDbalModuleQueryService',
  229.             'CodersLab\\Lms\\Modules\\Materials\\Infrastructure\\Read\\DbalQuizQuery' => 'getDbalQuizQueryService',
  230.             'CodersLab\\Lms\\Modules\\Materials\\Infrastructure\\Read\\DbalReviewReportQuery' => 'getDbalReviewReportQueryService',
  231.             'CodersLab\\Lms\\Modules\\Materials\\Infrastructure\\Read\\DbalSearchEngineQuery' => 'getDbalSearchEngineQueryService',
  232.             'CodersLab\\Lms\\Modules\\Materials\\Infrastructure\\Read\\DbalSearchLogQuery' => 'getDbalSearchLogQueryService',
  233.             'CodersLab\\Lms\\Modules\\Materials\\Infrastructure\\Read\\DbalUserExerciseQuery' => 'getDbalUserExerciseQueryService',
  234.             'CodersLab\\Lms\\Modules\\Materials\\Infrastructure\\Read\\DbalUserQuery' => 'getDbalUserQuery2Service',
  235.             'CodersLab\\Lms\\Modules\\Materials\\Infrastructure\\Serialization\\Material\\MaterialOnInstance\\SlugHandler' => 'getSlugHandlerService',
  236.             'CodersLab\\Lms\\Modules\\Materials\\Infrastructure\\StoreCourses\\StoreCourseValidator' => 'getStoreCourseValidatorService',
  237.             'CodersLab\\Lms\\Modules\\Materials\\Infrastructure\\SurveyMonkeyProxy\\ProxyErrorsQuery' => 'getProxyErrorsQueryService',
  238.             'CodersLab\\Lms\\Modules\\Materials\\Infrastructure\\SurveyMonkeyProxy\\SurveyMonkeyProxyClient' => 'getSurveyMonkeyProxyClientService',
  239.             'CodersLab\\Lms\\SharedKernel\\Application\\Features\\Features' => 'getFeaturesService',
  240.             'CodersLab\\Lms\\SharedKernel\\Application\\Handler\\ChangePasswordHandler' => 'getChangePasswordHandlerService',
  241.             'CodersLab\\Lms\\SharedKernel\\Application\\Handler\\CreateUserHandler' => 'getCreateUserHandlerService',
  242.             'CodersLab\\Lms\\SharedKernel\\Application\\Handler\\EditUserHandler' => 'getEditUserHandlerService',
  243.             'CodersLab\\Lms\\SharedKernel\\Application\\Handler\\SelfRegisterToCourseHandler' => 'getSelfRegisterToCourseHandlerService',
  244.             'CodersLab\\Lms\\SharedKernel\\Application\\Handler\\SendActivationExpirationReminderEmailHandler' => 'getSendActivationExpirationReminderEmailHandlerService',
  245.             'CodersLab\\Lms\\SharedKernel\\Application\\Handler\\SendActivationReminderEmailHandler' => 'getSendActivationReminderEmailHandlerService',
  246.             'CodersLab\\Lms\\SharedKernel\\Application\\Handler\\SendWelcomeEmailHandler' => 'getSendWelcomeEmailHandlerService',
  247.             'CodersLab\\Lms\\SharedKernel\\Application\\Handler\\UpdateShowWelcomePageHandler' => 'getUpdateShowWelcomePageHandlerService',
  248.             'CodersLab\\Lms\\SharedKernel\\Application\\Handler\\UpdateUserLanguageHandler' => 'getUpdateUserLanguageHandlerService',
  249.             'CodersLab\\Lms\\SharedKernel\\Application\\Listener\\AuthLogoutListener' => 'getAuthLogoutListenerService',
  250.             'CodersLab\\Lms\\SharedKernel\\Application\\Listener\\WorkerMessageFailedEventListener' => 'getWorkerMessageFailedEventListenerService',
  251.             'CodersLab\\Lms\\SharedKernel\\Application\\LmsExceptionListener' => 'getLmsExceptionListenerService',
  252.             'CodersLab\\Lms\\SharedKernel\\Application\\Response\\LMSResponseListener' => 'getLMSResponseListenerService',
  253.             'CodersLab\\Lms\\SharedKernel\\Application\\TenantLanguages' => 'getTenantLanguagesService',
  254.             'CodersLab\\Lms\\SharedKernel\\Domain\\Bus\\CommandBus' => 'getCommandBusService',
  255.             'CodersLab\\Lms\\SharedKernel\\Domain\\Bus\\EventBus' => 'getEventBusService',
  256.             'CodersLab\\Lms\\SharedKernel\\Domain\\Bus\\EventRecorder' => 'getEventRecorderService',
  257.             'CodersLab\\Lms\\SharedKernel\\Infrastructure\\HubClient' => 'getHubClientService',
  258.             'CodersLab\\Lms\\SharedKernel\\Infrastructure\\Mailer\\EmailFactory' => 'getEmailFactoryService',
  259.             'CodersLab\\Lms\\SharedKernel\\Infrastructure\\Mailer\\Mailer' => 'getMailerService',
  260.             'CodersLab\\Lms\\SharedKernel\\Infrastructure\\Mailer\\RegistrationMailer' => 'getRegistrationMailerService',
  261.             'CodersLab\\Lms\\SharedKernel\\Infrastructure\\Mailer\\StudentAddedMailer' => 'getStudentAddedMailerService',
  262.             'CodersLab\\Lms\\SharedKernel\\Infrastructure\\Mailer\\StudentRemovedMailer' => 'getStudentRemovedMailerService',
  263.             'CodersLab\\Lms\\SharedKernel\\Infrastructure\\Read\\DbalCredentialSettingsQuery' => 'getDbalCredentialSettingsQueryService',
  264.             'CodersLab\\Lms\\SharedKernel\\Infrastructure\\Read\\DbalInstanceQuery' => 'getDbalInstanceQueryService',
  265.             'CodersLab\\Lms\\SharedKernel\\Infrastructure\\Security\\PasswordEncoder' => 'getPasswordEncoderService',
  266.             'CodersLab\\Lms\\SharedKernel\\Infrastructure\\Security\\SymfonySecurityContext' => 'getSymfonySecurityContextService',
  267.             'CodersLab\\Lms\\SharedKernel\\Infrastructure\\Security\\UserChecker' => 'getUserCheckerService',
  268.             'CodersLab\\Lms\\SharedKernel\\Infrastructure\\Serialization\\Sentry\\UuidSentrySerializer' => 'getUuidSentrySerializerService',
  269.             'CodersLab\\Lms\\Tests\\Common\\DataFixtures\\Fixtures\\CourseInstances' => 'getCourseInstancesService',
  270.             'CodersLab\\Lms\\Tests\\Common\\DataFixtures\\Fixtures\\Courses' => 'getCoursesService',
  271.             'CodersLab\\Lms\\Tests\\Common\\DataFixtures\\Fixtures\\Exercise' => 'getExerciseService',
  272.             'CodersLab\\Lms\\Tests\\Common\\DataFixtures\\Fixtures\\LegacyDictionaries' => 'getLegacyDictionariesService',
  273.             'CodersLab\\Lms\\Tests\\Common\\DataFixtures\\Fixtures\\LegacyLanguages' => 'getLegacyLanguagesService',
  274.             'CodersLab\\Lms\\Tests\\Common\\DataFixtures\\Fixtures\\LegacyModules' => 'getLegacyModulesService',
  275.             'CodersLab\\Lms\\Tests\\Common\\DataFixtures\\Fixtures\\LegacyUsers' => 'getLegacyUsersService',
  276.             'CodersLab\\Lms\\Tests\\Common\\DataFixtures\\Fixtures\\Pill' => 'getPillService',
  277.             'CodersLab\\Lms\\Tests\\Common\\DataFixtures\\Fixtures\\Repositories' => 'getRepositoriesService',
  278.             'CodersLab\\Lms\\Tests\\Common\\DataFixtures\\Fixtures\\StudentResults' => 'getStudentResultsService',
  279.             'CodersLab\\Lms\\Tests\\Common\\DataFixtures\\Fixtures\\Tags' => 'getTagsService',
  280.             'CodersLab\\Lms\\Tests\\Common\\DataFixtures\\Fixtures\\UsersAccess' => 'getUsersAccessService',
  281.             'CodersLab\\Lms\\Tests\\Common\\DataFixtures\\Fixtures\\UsersMaterialsProgress' => 'getUsersMaterialsProgressService',
  282.             'CodersLab\\Lms\\UserInterface\\Rest\\Controller\\AccessController' => 'getAccessControllerService',
  283.             'CodersLab\\Lms\\UserInterface\\Rest\\Controller\\BookmarkController' => 'getBookmarkControllerService',
  284.             'CodersLab\\Lms\\UserInterface\\Rest\\Controller\\CourseController' => 'getCourseControllerService',
  285.             'CodersLab\\Lms\\UserInterface\\Rest\\Controller\\CourseInstanceController' => 'getCourseInstanceControllerService',
  286.             'CodersLab\\Lms\\UserInterface\\Rest\\Controller\\CriteriaGroupController' => 'getCriteriaGroupControllerService',
  287.             'CodersLab\\Lms\\UserInterface\\Rest\\Controller\\ExamController' => 'getExamControllerService',
  288.             'CodersLab\\Lms\\UserInterface\\Rest\\Controller\\GradebookController' => 'getGradebookControllerService',
  289.             'CodersLab\\Lms\\UserInterface\\Rest\\Controller\\LanguageController' => 'getLanguageController2Service',
  290.             'CodersLab\\Lms\\UserInterface\\Rest\\Controller\\LecturerShareMaterialController' => 'getLecturerShareMaterialControllerService',
  291.             'CodersLab\\Lms\\UserInterface\\Rest\\Controller\\MaterialController' => 'getMaterialControllerService',
  292.             'CodersLab\\Lms\\UserInterface\\Rest\\Controller\\MaterialCriteriaController' => 'getMaterialCriteriaControllerService',
  293.             'CodersLab\\Lms\\UserInterface\\Rest\\Controller\\MaterialProgressController' => 'getMaterialProgressControllerService',
  294.             'CodersLab\\Lms\\UserInterface\\Rest\\Controller\\MaterialReviewController' => 'getMaterialReviewControllerService',
  295.             'CodersLab\\Lms\\UserInterface\\Rest\\Controller\\MenuController' => 'getMenuControllerService',
  296.             'CodersLab\\Lms\\UserInterface\\Rest\\Controller\\ModuleController' => 'getModuleController2Service',
  297.             'CodersLab\\Lms\\UserInterface\\Rest\\Controller\\PresentationController' => 'getPresentationControllerService',
  298.             'CodersLab\\Lms\\UserInterface\\Rest\\Controller\\ProductController' => 'getProductControllerService',
  299.             'CodersLab\\Lms\\UserInterface\\Rest\\Controller\\Public\\CheckRegisterStatusController' => 'getCheckRegisterStatusControllerService',
  300.             'CodersLab\\Lms\\UserInterface\\Rest\\Controller\\Public\\GetSelfRegisterCoursesController' => 'getGetSelfRegisterCoursesControllerService',
  301.             'CodersLab\\Lms\\UserInterface\\Rest\\Controller\\Public\\RegisterController' => 'getRegisterControllerService',
  302.             'CodersLab\\Lms\\UserInterface\\Rest\\Controller\\Public\\ResendConfirmationEmailController' => 'getResendConfirmationEmailControllerService',
  303.             'CodersLab\\Lms\\UserInterface\\Rest\\Controller\\RebuildController' => 'getRebuildControllerService',
  304.             'CodersLab\\Lms\\UserInterface\\Rest\\Controller\\SaveStudentResultController' => 'getSaveStudentResultControllerService',
  305.             'CodersLab\\Lms\\UserInterface\\Rest\\Controller\\SearchLogController' => 'getSearchLogControllerService',
  306.             'CodersLab\\Lms\\UserInterface\\Rest\\Controller\\StudentCriteriaGroupResultController' => 'getStudentCriteriaGroupResultControllerService',
  307.             'CodersLab\\Lms\\UserInterface\\Rest\\Controller\\StudentResultController' => 'getStudentResultControllerService',
  308.             'CodersLab\\Lms\\UserInterface\\Rest\\Controller\\StudentShareMaterialController' => 'getStudentShareMaterialControllerService',
  309.             'CodersLab\\Lms\\UserInterface\\Rest\\Controller\\TechnologyController' => 'getTechnologyControllerService',
  310.             'CodersLab\\Lms\\UserInterface\\Rest\\Controller\\UserProfileController' => 'getUserProfileControllerService',
  311.             'CodersLab\\Lms\\UserInterface\\Rest\\Controller\\UsersController' => 'getUsersControllerService',
  312.             'CodersLab\\Lms\\UserInterface\\WebApp\\Controller\\ChangePasswordController' => 'getChangePasswordControllerService',
  313.             'CodersLab\\Lms\\UserInterface\\WebApp\\Controller\\HomepageController' => 'getHomepageControllerService',
  314.             'CodersLab\\Lms\\UserInterface\\WebApp\\Controller\\MaterialController' => 'getMaterialController2Service',
  315.             'CodersLab\\Lms\\UserInterface\\WebApp\\Controller\\QuizWebhookController' => 'getQuizWebhookControllerService',
  316.             'CodersLab\\Lms\\UserInterface\\WebApp\\FrontController\\AppController' => 'getAppControllerService',
  317.             'Doctrine\\Bundle\\DoctrineBundle\\Controller\\ProfilerController' => 'getProfilerControllerService',
  318.             'FOS\\UserBundle\\Form\\Factory\\FactoryInterface' => 'getFactoryInterfaceService',
  319.             'FOS\\UserBundle\\Mailer\\MailerInterface' => 'getMailerInterfaceService',
  320.             'Faker\\Generator' => 'getGeneratorService',
  321.             'Google_Service_Gmail' => 'getGoogleServiceGmailService',
  322.             'HWI\\Bundle\\OAuthBundle\\Controller\\ConnectController' => 'getConnectControllerService',
  323.             'HWI\\Bundle\\OAuthBundle\\Controller\\LoginController' => 'getLoginControllerService',
  324.             'HWI\\Bundle\\OAuthBundle\\Controller\\RedirectToServiceController' => 'getRedirectToServiceControllerService',
  325.             'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\GitHubResourceOwner' => 'getGitHubResourceOwnerService',
  326.             'Ramsey\\Uuid\\UuidFactory' => 'getUuidFactoryService',
  327.             'Redis' => 'getRedisService',
  328.             'Sentry\\Integration\\IgnoreErrorsIntegration' => 'getIgnoreErrorsIntegrationService',
  329.             'SimpleThings\\EntityAudit\\Action\\CompareAction' => 'getCompareActionService',
  330.             'SimpleThings\\EntityAudit\\Action\\IndexAction' => 'getIndexActionService',
  331.             'SimpleThings\\EntityAudit\\Action\\ViewDetailAction' => 'getViewDetailActionService',
  332.             'SimpleThings\\EntityAudit\\Action\\ViewEntityAction' => 'getViewEntityActionService',
  333.             'SimpleThings\\EntityAudit\\Action\\ViewRevisionAction' => 'getViewRevisionActionService',
  334.             'Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController' => 'getRedirectControllerService',
  335.             'Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController' => 'getTemplateControllerService',
  336.             'Symfony\\Component\\Cache\\Adapter\\NullAdapter' => 'getNullAdapterService',
  337.             'Symfony\\Component\\HttpFoundation\\Session\\Storage\\Handler\\RedisSessionHandler' => 'getRedisSessionHandlerService',
  338.             'Symplify\\GitWrapper\\GitWrapper' => 'getGitWrapperService',
  339.             'app.command.load_users' => 'getApp_Command_LoadUsersService',
  340.             'app.doctrine.entity_listener_resolver' => 'getApp_Doctrine_EntityListenerResolverService',
  341.             'app.exercise.manager' => 'getApp_Exercise_ManagerService',
  342.             'app.exerciseresult.service' => 'getApp_Exerciseresult_ServiceService',
  343.             'app.github.core' => 'getApp_Github_CoreService',
  344.             'app.github.students' => 'getApp_Github_StudentsService',
  345.             'app.jira.service' => 'getApp_Jira_ServiceService',
  346.             'app.participation.service' => 'getApp_Participation_ServiceService',
  347.             'app.presentation.name.translator' => 'getApp_Presentation_Name_TranslatorService',
  348.             'app.provider.oauth' => 'getApp_Provider_OauthService',
  349.             'app.registration.completed' => 'getApp_Registration_CompletedService',
  350.             'app.revision.subscriber' => 'getApp_Revision_SubscriberService',
  351.             'app.user.listener' => 'getApp_User_ListenerService',
  352.             'app.user.manager' => 'getApp_User_ManagerService',
  353.             'cache.app' => 'getCache_AppService',
  354.             'cache.app_clearer' => 'getCache_AppClearerService',
  355.             'cache.global_clearer' => 'getCache_GlobalClearerService',
  356.             'cache.system' => 'getCache_SystemService',
  357.             'cache.system_clearer' => 'getCache_SystemClearerService',
  358.             'cache.validator_expression_language' => 'getCache_ValidatorExpressionLanguageService',
  359.             'cache_warmer' => 'getCacheWarmerService',
  360.             'console.command.public_alias.CodersLab\\Lms\\UserInterface\\Cli\\Command\\ConsumeExerciseQueueCommand' => 'getConsumeExerciseQueueCommandService',
  361.             'console.command.public_alias.CodersLab\\Lms\\UserInterface\\Cli\\Command\\ConsumeIssueQueueCommand' => 'getConsumeIssueQueueCommandService',
  362.             'console.command.public_alias.CodersLab\\Lms\\UserInterface\\Cli\\Command\\CourseProgressReportCommand' => 'getCourseProgressReportCommandService',
  363.             'console.command.public_alias.CodersLab\\Lms\\UserInterface\\Cli\\Command\\CreateNewUserCommand' => 'getCreateNewUserCommandService',
  364.             'console.command.public_alias.CodersLab\\Lms\\UserInterface\\Cli\\Command\\DeleteElasticsearchIndexesCommand' => 'getDeleteElasticsearchIndexesCommandService',
  365.             'console.command.public_alias.CodersLab\\Lms\\UserInterface\\Cli\\Command\\GradebookScoresReportCommand' => 'getGradebookScoresReportCommandService',
  366.             'console.command.public_alias.CodersLab\\Lms\\UserInterface\\Cli\\Command\\InitializeElasticsearchIndexesCommand' => 'getInitializeElasticsearchIndexesCommandService',
  367.             'console.command.public_alias.CodersLab\\Lms\\UserInterface\\Cli\\Command\\MigrateGithubLoginToIdCommand' => 'getMigrateGithubLoginToIdCommandService',
  368.             'console.command.public_alias.CodersLab\\Lms\\UserInterface\\Cli\\Command\\ParseRepoCommand' => 'getParseRepoCommandService',
  369.             'console.command.public_alias.CodersLab\\Lms\\UserInterface\\Cli\\Command\\QuizInitCommand' => 'getQuizInitCommandService',
  370.             'console.command.public_alias.CodersLab\\Lms\\UserInterface\\Cli\\Command\\QuizListUninitializedCommand' => 'getQuizListUninitializedCommandService',
  371.             'console.command.public_alias.CodersLab\\Lms\\UserInterface\\Cli\\Command\\QuizReinitAllWithState' => 'getQuizReinitAllWithStateService',
  372.             'console.command.public_alias.CodersLab\\Lms\\UserInterface\\Cli\\Command\\QuizReinitializeCommand' => 'getQuizReinitializeCommandService',
  373.             'console.command.public_alias.CodersLab\\Lms\\UserInterface\\Cli\\Command\\QuizSaveResponseCommand' => 'getQuizSaveResponseCommandService',
  374.             'console.command.public_alias.CodersLab\\Lms\\UserInterface\\Cli\\Command\\ReinitializeAllQuizzesForCourseCommand' => 'getReinitializeAllQuizzesForCourseCommandService',
  375.             'console.command.public_alias.CodersLab\\Lms\\UserInterface\\Cli\\Command\\ReinitializeElasticsearchDocumentsForCourseCommand' => 'getReinitializeElasticsearchDocumentsForCourseCommandService',
  376.             'console.command.public_alias.CodersLab\\Lms\\UserInterface\\Cli\\Command\\ReinitializeScheduleUrlForAllCoursesCommand' => 'getReinitializeScheduleUrlForAllCoursesCommandService',
  377.             'console.command.public_alias.CodersLab\\Lms\\UserInterface\\Cli\\Command\\ReinitializeTreeCommand' => 'getReinitializeTreeCommandService',
  378.             'console.command.public_alias.CodersLab\\Lms\\UserInterface\\Cli\\Command\\ResultReportCommand' => 'getResultReportCommandService',
  379.             'console.command.public_alias.CodersLab\\Lms\\UserInterface\\Cli\\Command\\SendActivationExpirationReminder' => 'getSendActivationExpirationReminderService',
  380.             'console.command.public_alias.CodersLab\\Lms\\UserInterface\\Cli\\Command\\SendActivationReminder' => 'getSendActivationReminderService',
  381.             'console.command.public_alias.CodersLab\\Lms\\UserInterface\\Cli\\Command\\SurveyMonkeyLimitBotCommand' => 'getSurveyMonkeyLimitBotCommandService',
  382.             'console.command.public_alias.CodersLab\\Lms\\UserInterface\\Cli\\Command\\UserTokenCommand' => 'getUserTokenCommandService',
  383.             'console.command_loader' => 'getConsole_CommandLoaderService',
  384.             'container.env_var_processors_locator' => 'getContainer_EnvVarProcessorsLocatorService',
  385.             'data_collector.dump' => 'getDataCollector_DumpService',
  386.             'doctrine' => 'getDoctrineService',
  387.             'doctrine.dbal.default_connection' => 'getDoctrine_Dbal_DefaultConnectionService',
  388.             'doctrine.orm.default_entity_manager' => 'getDoctrine_Orm_DefaultEntityManagerService',
  389.             'error_controller' => 'getErrorControllerService',
  390.             'event_dispatcher' => 'getEventDispatcherService',
  391.             'fidry_alice_data_fixtures.loader.doctrine' => 'getFidryAliceDataFixtures_Loader_DoctrineService',
  392.             'fidry_alice_data_fixtures.persistence.persister.doctrine' => 'getFidryAliceDataFixtures_Persistence_Persister_DoctrineService',
  393.             'fidry_alice_data_fixtures.persistence.purger_factory.doctrine' => 'getFidryAliceDataFixtures_Persistence_PurgerFactory_DoctrineService',
  394.             'fos_user.change_password.controller' => 'getFosUser_ChangePassword_ControllerService',
  395.             'fos_user.profile.controller' => 'getFosUser_Profile_ControllerService',
  396.             'fos_user.registration.controller' => 'getFosUser_Registration_ControllerService',
  397.             'fos_user.resetting.controller' => 'getFosUser_Resetting_ControllerService',
  398.             'fos_user.security.controller' => 'getFosUser_Security_ControllerService',
  399.             'google.client.gmail' => 'getGoogle_Client_GmailService',
  400.             'hautelook_alice.console.command.doctrine.doctrine_orm_load_data_fixtures_command' => 'getHautelookAlice_Console_Command_Doctrine_DoctrineOrmLoadDataFixturesCommandService',
  401.             'hautelook_alice.data_fixtures.append_loader' => 'getHautelookAlice_DataFixtures_AppendLoaderService',
  402.             'hautelook_alice.data_fixtures.purge_loader' => 'getHautelookAlice_DataFixtures_PurgeLoaderService',
  403.             'hautelook_alice.loader' => 'getHautelookAlice_LoaderService',
  404.             'hautelook_alice.locator' => 'getHautelookAlice_LocatorService',
  405.             'hautelook_alice.resolver.bundle' => 'getHautelookAlice_Resolver_BundleService',
  406.             'hautelook_alice.resolver.file' => 'getHautelookAlice_Resolver_FileService',
  407.             'http_kernel' => 'getHttpKernelService',
  408.             'httplug.client' => 'getHttplug_ClientService',
  409.             'httplug.message_factory' => 'getHttplug_MessageFactoryService',
  410.             'httplug.psr17_request_factory' => 'getHttplug_Psr17RequestFactoryService',
  411.             'httplug.psr17_response_factory' => 'getHttplug_Psr17ResponseFactoryService',
  412.             'httplug.psr17_server_request_factory' => 'getHttplug_Psr17ServerRequestFactoryService',
  413.             'httplug.psr17_stream_factory' => 'getHttplug_Psr17StreamFactoryService',
  414.             'httplug.psr17_uploaded_file_factory' => 'getHttplug_Psr17UploadedFileFactoryService',
  415.             'httplug.psr17_uri_factory' => 'getHttplug_Psr17UriFactoryService',
  416.             'httplug.psr18_client' => 'getHttplug_Psr18ClientService',
  417.             'httplug.stream_factory' => 'getHttplug_StreamFactoryService',
  418.             'httplug.uri_factory' => 'getHttplug_UriFactoryService',
  419.             'hwi_oauth.resource_ownermap.main' => 'getHwiOauth_ResourceOwnermap_MainService',
  420.             'hwi_oauth.user_checker' => 'getHwiOauth_UserCheckerService',
  421.             'jms_serializer' => 'getJmsSerializerService',
  422.             'jms_serializer.deserialization_context_factory' => 'getJmsSerializer_DeserializationContextFactoryService',
  423.             'jms_serializer.metadata_driver' => 'getJmsSerializer_MetadataDriverService',
  424.             'jms_serializer.serialization_context_factory' => 'getJmsSerializer_SerializationContextFactoryService',
  425.             'jms_serializer.serialized_name_or_identical_property_strategy' => 'getJmsSerializer_SerializedNameOrIdenticalPropertyStrategyService',
  426.             'knp_paginator' => 'getKnpPaginatorService',
  427.             'lexik_jwt_authentication.encoder' => 'getLexikJwtAuthentication_EncoderService',
  428.             'lexik_jwt_authentication.generate_token_command' => 'getLexikJwtAuthentication_GenerateTokenCommandService',
  429.             'lexik_jwt_authentication.jwt_manager' => 'getLexikJwtAuthentication_JwtManagerService',
  430.             'lexik_jwt_authentication.key_loader' => 'getLexikJwtAuthentication_KeyLoaderService',
  431.             'materials_cache' => 'getMaterialsCacheService',
  432.             'messenger.default_bus' => 'getMessenger_DefaultBusService',
  433.             'nelmio_alice.data_loader' => 'getNelmioAlice_DataLoaderService',
  434.             'nelmio_alice.file_loader' => 'getNelmioAlice_FileLoaderService',
  435.             'nelmio_alice.files_loader' => 'getNelmioAlice_FilesLoaderService',
  436.             'nelmio_api_doc.command.dump' => 'getNelmioApiDoc_Command_DumpService',
  437.             'nelmio_api_doc.controller.swagger_json' => 'getNelmioApiDoc_Controller_SwaggerJsonService',
  438.             'nelmio_api_doc.controller.swagger_ui' => 'getNelmioApiDoc_Controller_SwaggerUiService',
  439.             'nelmio_api_doc.controller.swagger_yaml' => 'getNelmioApiDoc_Controller_SwaggerYamlService',
  440.             'nelmio_api_doc.generator.default' => 'getNelmioApiDoc_Generator_DefaultService',
  441.             'nelmio_api_doc.render_docs' => 'getNelmioApiDoc_RenderDocsService',
  442.             'request_stack' => 'getRequestStackService',
  443.             'response_cache' => 'getResponseCacheService',
  444.             'router' => 'getRouterService',
  445.             'routing.loader' => 'getRouting_LoaderService',
  446.             'security.user_password_hasher' => 'getSecurity_UserPasswordHasherService',
  447.             'services_resetter' => 'getServicesResetterService',
  448.             'simplethings_entityaudit.config' => 'getSimplethingsEntityaudit_ConfigService',
  449.             'simplethings_entityaudit.manager' => 'getSimplethingsEntityaudit_ManagerService',
  450.             'simplethings_entityaudit.reader' => 'getSimplethingsEntityaudit_ReaderService',
  451.             'test.client' => 'getTest_ClientService',
  452.             'test.private_services_locator' => 'getTest_PrivateServicesLocatorService',
  453.             'test.service_container' => 'getTest_ServiceContainerService',
  454.             'translator' => 'getTranslatorService',
  455.             'var_dumper.cloner' => 'getVarDumper_ClonerService',
  456.             'web_profiler.controller.exception_panel' => 'getWebProfiler_Controller_ExceptionPanelService',
  457.             'web_profiler.controller.profiler' => 'getWebProfiler_Controller_ProfilerService',
  458.             'web_profiler.controller.router' => 'getWebProfiler_Controller_RouterService',
  459.             'cache_clearer' => 'getCacheClearerService',
  460.             'filesystem' => 'getFilesystemService',
  461.             'serializer' => 'getSerializerService',
  462.             'form.factory' => 'getForm_FactoryService',
  463.             'form.type.file' => 'getForm_Type_FileService',
  464.             'profiler' => 'getProfilerService',
  465.             'security.authorization_checker' => 'getSecurity_AuthorizationCheckerService',
  466.             'security.token_storage' => 'getSecurity_TokenStorageService',
  467.             'twig' => 'getTwigService',
  468.             'security.password_encoder' => 'getSecurity_PasswordEncoderService',
  469.             'session' => 'getSessionService',
  470.             'validator' => 'getValidatorService',
  471.         ];
  472.         $this->aliases = [
  473.             'AppBundle\\Service\\Mailer' => 'FOS\\UserBundle\\Mailer\\MailerInterface',
  474.             'AppBundle\\Service\\Participation' => 'app.participation.service',
  475.             'CodersLab\\Lms\\Modules\\Courses\\Application\\IExerciseRepository' => 'AppBundle\\Repository\\ExerciseRepository',
  476.             'CodersLab\\Lms\\Modules\\Courses\\Application\\IInstanceRepository' => 'AppBundle\\Repository\\InstanceRepository',
  477.             'CodersLab\\Lms\\Modules\\Courses\\Application\\ILanguageRepository' => 'CodersLab\\Lms\\Modules\\Courses\\Infrastructure\\Persistence\\LanguageRepository',
  478.             'CodersLab\\Lms\\Modules\\Courses\\Application\\IModeRepository' => 'CodersLab\\Lms\\Modules\\Courses\\Infrastructure\\Persistence\\ModeRepository',
  479.             'CodersLab\\Lms\\Modules\\Courses\\Application\\IParticipationService' => 'app.participation.service',
  480.             'CodersLab\\Lms\\Modules\\Courses\\Application\\Query\\CourseInstanceQuery' => 'CodersLab\\Lms\\Modules\\Courses\\Infrastructure\\Read\\DbalCourseInstanceQuery',
  481.             'CodersLab\\Lms\\Modules\\Courses\\Application\\Query\\CourseQuery' => 'CodersLab\\Lms\\Modules\\Courses\\Infrastructure\\Read\\DbalCourseQuery',
  482.             'CodersLab\\Lms\\Modules\\Courses\\Application\\Query\\MaterialsExerciseQuery' => 'CodersLab\\Lms\\Modules\\Courses\\Infrastructure\\Read\\DbalMaterialExerciseQuery',
  483.             'CodersLab\\Lms\\Modules\\Courses\\Application\\Query\\NavigationQuery' => 'CodersLab\\Lms\\Modules\\Courses\\Infrastructure\\Read\\DbalNavigationQuery',
  484.             'CodersLab\\Lms\\Modules\\Courses\\Application\\Query\\ProductQuery' => 'CodersLab\\Lms\\Modules\\Courses\\Infrastructure\\Read\\DbalProductQuery',
  485.             'CodersLab\\Lms\\Modules\\Courses\\Application\\Query\\TechnologyQuery' => 'CodersLab\\Lms\\Modules\\Courses\\Infrastructure\\Read\\DbalTechnologyQuery',
  486.             'CodersLab\\Lms\\Modules\\IdentityAccess\\Application\\IContentAccessContext' => 'CodersLab\\Lms\\Modules\\IdentityAccess\\Infrastructure\\ContentAccessContext',
  487.             'CodersLab\\Lms\\Modules\\IdentityAccess\\Application\\ICourseInstanceContext' => 'CodersLab\\Lms\\Modules\\IdentityAccess\\Infrastructure\\CourseInstanceContext',
  488.             'CodersLab\\Lms\\Modules\\IdentityAccess\\Application\\Query\\BookmarkQuery' => 'CodersLab\\Lms\\Modules\\IdentityAccess\\Infrastructure\\Read\\DbalBookmarkQuery',
  489.             'CodersLab\\Lms\\Modules\\IdentityAccess\\Application\\Query\\CourseQuery' => 'CodersLab\\Lms\\Modules\\IdentityAccess\\Infrastructure\\Read\\DbalCourseQuery',
  490.             'CodersLab\\Lms\\Modules\\IdentityAccess\\Application\\Query\\ExerciseQuery' => 'CodersLab\\Lms\\Modules\\IdentityAccess\\Infrastructure\\Read\\DbalExerciseQuery',
  491.             'CodersLab\\Lms\\Modules\\IdentityAccess\\Application\\Query\\ProgressQuery' => 'CodersLab\\Lms\\Modules\\IdentityAccess\\Infrastructure\\Read\\DbalProgressQuery',
  492.             'CodersLab\\Lms\\Modules\\IdentityAccess\\Application\\Query\\UserAccessQuery' => 'CodersLab\\Lms\\Modules\\IdentityAccess\\Infrastructure\\Read\\DbalUserAccessQuery',
  493.             'CodersLab\\Lms\\Modules\\IdentityAccess\\Application\\Query\\UserQuery' => 'CodersLab\\Lms\\Modules\\IdentityAccess\\Infrastructure\\Read\\DbalUserQuery',
  494.             'CodersLab\\Lms\\Modules\\IdentityAccess\\Application\\Service\\IUserAccessService' => 'CodersLab\\Lms\\Modules\\IdentityAccess\\Application\\Service\\UserAccessService',
  495.             'CodersLab\\Lms\\Modules\\IdentityAccess\\Domain\\IUserAccessRepository' => 'CodersLab\\Lms\\Modules\\IdentityAccess\\Infrastructure\\Persistence\\Doctrine\\ORMUserAccessRepository',
  496.             'CodersLab\\Lms\\Modules\\Learning\\Application\\Query\\CourseProgressReportQuery' => 'CodersLab\\Lms\\Modules\\Learning\\Infrastructure\\Read\\DbalCourseProgressReportQuery',
  497.             'CodersLab\\Lms\\Modules\\Learning\\Application\\Query\\CourseQuery' => 'CodersLab\\Lms\\Modules\\Learning\\Infrastructure\\Read\\DbalCourseQuery',
  498.             'CodersLab\\Lms\\Modules\\Learning\\Application\\Query\\CriterionGroupQuery' => 'CodersLab\\Lms\\Modules\\Learning\\Infrastructure\\Read\\DbalCriterionGroupQuery',
  499.             'CodersLab\\Lms\\Modules\\Learning\\Application\\Query\\IGradebookResultsReportQuery' => 'CodersLab\\Lms\\Modules\\Learning\\Infrastructure\\Report\\GradebookResultsReportQuery',
  500.             'CodersLab\\Lms\\Modules\\Learning\\Application\\Query\\MaterialCriteriaQuery' => 'CodersLab\\Lms\\Modules\\Learning\\Infrastructure\\Read\\DbalMaterialCriteriaQuery',
  501.             'CodersLab\\Lms\\Modules\\Learning\\Application\\Query\\MentorQuery' => 'CodersLab\\Lms\\Modules\\Learning\\Infrastructure\\Read\\DbalMentorQuery',
  502.             'CodersLab\\Lms\\Modules\\Learning\\Application\\Query\\PassCriteriaQuery' => 'CodersLab\\Lms\\Modules\\Learning\\Infrastructure\\Read\\DbalPassCriteria',
  503.             'CodersLab\\Lms\\Modules\\Learning\\Application\\Query\\ResultQuery' => 'CodersLab\\Lms\\Modules\\Learning\\Infrastructure\\Read\\DbalResultQuery',
  504.             'CodersLab\\Lms\\Modules\\Learning\\Application\\Query\\StudentMaterialCriteriaResultQuery' => 'CodersLab\\Lms\\Modules\\Learning\\Infrastructure\\Read\\DbalStudentMaterialCriteriaResultQuery',
  505.             'CodersLab\\Lms\\Modules\\Learning\\Application\\Query\\StudentQuery' => 'CodersLab\\Lms\\Modules\\Learning\\Infrastructure\\Read\\DbalStudentQuery',
  506.             'CodersLab\\Lms\\Modules\\Learning\\Domain\\StudentResultsRepository' => 'CodersLab\\Lms\\Modules\\Learning\\Infrastructure\\Persistence\\Doctrine\\ORMStudentResultsRepository',
  507.             'CodersLab\\Lms\\Modules\\Learning\\Domain\\StudentResults\\CriteriaGroupResultRepository' => 'CodersLab\\Lms\\Modules\\Learning\\Infrastructure\\Persistence\\Doctrine\\ORMCriteriaGroupResultRepository',
  508.             'CodersLab\\Lms\\Modules\\Materials\\Application\\Query\\ChapterQuery' => 'CodersLab\\Lms\\Modules\\Materials\\Infrastructure\\Read\\DbalChapterQuery',
  509.             'CodersLab\\Lms\\Modules\\Materials\\Application\\Query\\CoursePillVersionsQuery' => 'CodersLab\\Lms\\Modules\\Materials\\Infrastructure\\Read\\DbalCoursePillVersionsQuery',
  510.             'CodersLab\\Lms\\Modules\\Materials\\Application\\Query\\CourseQuery' => 'CodersLab\\Lms\\Modules\\Materials\\Infrastructure\\Persistence\\Doctrine\\ORMCourseQuery',
  511.             'CodersLab\\Lms\\Modules\\Materials\\Application\\Query\\ExerciseDetailsQuery' => 'CodersLab\\Lms\\Modules\\Materials\\Infrastructure\\Read\\DbalExerciseDetailsQuery',
  512.             'CodersLab\\Lms\\Modules\\Materials\\Application\\Query\\ExerciseQuery' => 'CodersLab\\Lms\\Modules\\Materials\\Infrastructure\\Read\\DbalExerciseQuery',
  513.             'CodersLab\\Lms\\Modules\\Materials\\Application\\Query\\ExerciseRepositories' => 'CodersLab\\Lms\\Modules\\Materials\\Infrastructure\\Persistence\\Doctrine\\ORMExerciseRepositories',
  514.             'CodersLab\\Lms\\Modules\\Materials\\Application\\Query\\LanguageQuery' => 'CodersLab\\Lms\\Modules\\Materials\\Infrastructure\\Read\\DbalLanguageQuery',
  515.             'CodersLab\\Lms\\Modules\\Materials\\Application\\Query\\MaterialCriterionQuery' => 'CodersLab\\Lms\\Modules\\Materials\\Infrastructure\\Read\\DbalMaterialCriterionQuery',
  516.             'CodersLab\\Lms\\Modules\\Materials\\Application\\Query\\MaterialQuery' => 'CodersLab\\Lms\\Modules\\Materials\\Infrastructure\\Read\\DbalMaterialQuery',
  517.             'CodersLab\\Lms\\Modules\\Materials\\Application\\Query\\MaterialsSearchQuery' => 'CodersLab\\Lms\\Modules\\Materials\\Infrastructure\\Elasticsearch\\ElasticsearchMaterialsSearchQuery',
  518.             'CodersLab\\Lms\\Modules\\Materials\\Application\\Query\\MentorQuery' => 'CodersLab\\Lms\\Modules\\Materials\\Infrastructure\\Read\\DbalMentorQuery',
  519.             'CodersLab\\Lms\\Modules\\Materials\\Application\\Query\\ModesQuery' => 'CodersLab\\Lms\\Modules\\Materials\\Infrastructure\\Read\\DbalModesQuery',
  520.             'CodersLab\\Lms\\Modules\\Materials\\Application\\Query\\ModuleQuery' => 'CodersLab\\Lms\\Modules\\Materials\\Infrastructure\\Read\\DbalModuleQuery',
  521.             'CodersLab\\Lms\\Modules\\Materials\\Application\\Query\\QuizQuery' => 'CodersLab\\Lms\\Modules\\Materials\\Infrastructure\\Read\\DbalQuizQuery',
  522.             'CodersLab\\Lms\\Modules\\Materials\\Application\\Query\\ReviewReportQuery' => 'CodersLab\\Lms\\Modules\\Materials\\Infrastructure\\Read\\DbalReviewReportQuery',
  523.             'CodersLab\\Lms\\Modules\\Materials\\Application\\Query\\SearchEngineQuery' => 'CodersLab\\Lms\\Modules\\Materials\\Infrastructure\\Read\\DbalSearchEngineQuery',
  524.             'CodersLab\\Lms\\Modules\\Materials\\Application\\Query\\SearchLogQuery' => 'CodersLab\\Lms\\Modules\\Materials\\Infrastructure\\Read\\DbalSearchLogQuery',
  525.             'CodersLab\\Lms\\Modules\\Materials\\Application\\Query\\UserExerciseQuery' => 'CodersLab\\Lms\\Modules\\Materials\\Infrastructure\\Read\\DbalUserExerciseQuery',
  526.             'CodersLab\\Lms\\Modules\\Materials\\Application\\Query\\UserQuery' => 'CodersLab\\Lms\\Modules\\Materials\\Infrastructure\\Read\\DbalUserQuery',
  527.             'CodersLab\\Lms\\Modules\\Materials\\Application\\Service\\CourseTree\\ICourseTree' => 'CodersLab\\Lms\\Modules\\Materials\\Infrastructure\\CourseTree\\CourseTree',
  528.             'CodersLab\\Lms\\Modules\\Materials\\Application\\Service\\ExerciseStateProccessor\\IStateProcessorFactory' => 'CodersLab\\Lms\\Modules\\Materials\\Application\\Service\\ExerciseStateProccessor\\StateProcessorFactory',
  529.             'CodersLab\\Lms\\Modules\\Materials\\Application\\Service\\IExerciseFactory' => 'AppBundle\\Service\\ExerciseFactory',
  530.             'CodersLab\\Lms\\Modules\\Materials\\Application\\Service\\IGithubManager' => 'app.github.students',
  531.             'CodersLab\\Lms\\Modules\\Materials\\Application\\Service\\IRepositoryReader' => 'CodersLab\\Lms\\Modules\\Materials\\Application\\Service\\RepositoryReader',
  532.             'CodersLab\\Lms\\Modules\\Materials\\Application\\Service\\MarkdownParser' => 'CodersLab\\Lms\\Modules\\Materials\\Infrastructure\\Markdown\\CommonMarkMarkdownParser',
  533.             'CodersLab\\Lms\\Modules\\Materials\\Application\\Service\\Material\\MaterialInstanceSlug\\IMaterialOnInstanceFactory' => 'CodersLab\\Lms\\Modules\\Materials\\Infrastructure\\MaterialOnInstance\\MaterialOnInstanceFactory',
  534.             'CodersLab\\Lms\\Modules\\Materials\\Application\\Service\\PresentationIssue\\IssueFacade' => 'CodersLab\\Lms\\Modules\\Materials\\Infrastructure\\PresentationIssue\\JiraIssue',
  535.             'CodersLab\\Lms\\Modules\\Materials\\Application\\Service\\PresentationRenderer' => 'CodersLab\\Lms\\Modules\\Materials\\Infrastructure\\PresentationRenderer\\TwigPresentationRenderer',
  536.             'CodersLab\\Lms\\Modules\\Materials\\Application\\Service\\QuizService' => 'CodersLab\\Lms\\Modules\\Materials\\Infrastructure\\Quiz\\SurveyMonkeyQuizService',
  537.             'CodersLab\\Lms\\Modules\\Materials\\Application\\Service\\RepositoryReader\\IExerciseSettingsReader' => 'CodersLab\\Lms\\Modules\\Materials\\Application\\Service\\RepositoryReader\\ExerciseSettingsReader',
  538.             'CodersLab\\Lms\\Modules\\Materials\\Application\\Service\\RepositoryReader\\IPillConfigReader' => 'CodersLab\\Lms\\Modules\\Materials\\Application\\Service\\RepositoryReader\\PillConfigReader',
  539.             'CodersLab\\Lms\\Modules\\Materials\\Application\\Service\\SearchEngine\\SearchEngine' => 'CodersLab\\Lms\\Modules\\Materials\\Infrastructure\\Elasticsearch\\Elasticsearch',
  540.             'CodersLab\\Lms\\Modules\\Materials\\Application\\Service\\StoreCourses\\IStoreCourseValidator' => 'CodersLab\\Lms\\Modules\\Materials\\Infrastructure\\StoreCourses\\StoreCourseValidator',
  541.             'CodersLab\\Lms\\Modules\\Materials\\Application\\Service\\SurveyMonkeyProxy\\IProxyErrorsQuery' => 'CodersLab\\Lms\\Modules\\Materials\\Infrastructure\\SurveyMonkeyProxy\\ProxyErrorsQuery',
  542.             'CodersLab\\Lms\\Modules\\Materials\\Application\\Service\\SurveyMonkeyProxy\\ProxyClient' => 'CodersLab\\Lms\\Modules\\Materials\\Infrastructure\\SurveyMonkeyProxy\\SurveyMonkeyProxyClient',
  543.             'CodersLab\\Lms\\Modules\\Materials\\Domain\\ExerciseQueues' => 'CodersLab\\Lms\\Modules\\Materials\\Infrastructure\\Persistence\\Doctrine\\ORMExerciseQueues',
  544.             'CodersLab\\Lms\\Modules\\Materials\\Domain\\Exercises' => 'CodersLab\\Lms\\Modules\\Materials\\Infrastructure\\Persistence\\Doctrine\\ORMExercises',
  545.             'CodersLab\\Lms\\Modules\\Materials\\Domain\\ICourses' => 'CodersLab\\Lms\\Modules\\Materials\\Infrastructure\\Persistence\\Doctrine\\ORMCourses',
  546.             'CodersLab\\Lms\\Modules\\Materials\\Domain\\Materials' => 'CodersLab\\Lms\\Modules\\Materials\\Infrastructure\\Persistence\\Doctrine\\ORMMaterials',
  547.             'CodersLab\\Lms\\Modules\\Materials\\Domain\\PillVersions' => 'CodersLab\\Lms\\Modules\\Materials\\Infrastructure\\Persistence\\Doctrine\\ORMPillVersions',
  548.             'CodersLab\\Lms\\Modules\\Materials\\Domain\\Pills' => 'CodersLab\\Lms\\Modules\\Materials\\Infrastructure\\Persistence\\Doctrine\\ORMPills',
  549.             'CodersLab\\Lms\\Modules\\Materials\\Domain\\Quizzes' => 'CodersLab\\Lms\\Modules\\Materials\\Infrastructure\\Persistence\\Doctrine\\ORMQuizzes',
  550.             'CodersLab\\Lms\\Modules\\Materials\\Domain\\Repositories' => 'CodersLab\\Lms\\Modules\\Materials\\Infrastructure\\Persistence\\Doctrine\\ORMRepositories',
  551.             'CodersLab\\Lms\\Modules\\Materials\\Domain\\SearchLog\\SearchLogs' => 'CodersLab\\Lms\\Modules\\Materials\\Infrastructure\\Persistence\\Doctrine\\ORMSearchLogs',
  552.             'CodersLab\\Lms\\Modules\\Materials\\Domain\\Tags' => 'CodersLab\\Lms\\Modules\\Materials\\Infrastructure\\Persistence\\Doctrine\\ORMTags',
  553.             'CodersLab\\Lms\\SharedKernel\\Application\\ICityRepository' => 'AppBundle\\Repository\\CityRepository',
  554.             'CodersLab\\Lms\\SharedKernel\\Application\\IHubClient' => 'CodersLab\\Lms\\SharedKernel\\Infrastructure\\HubClient',
  555.             'CodersLab\\Lms\\SharedKernel\\Application\\IUserFactory' => 'AppBundle\\Factory\\UserFactory',
  556.             'CodersLab\\Lms\\SharedKernel\\Application\\IUserRepository' => 'AppBundle\\Repository\\UserRepository',
  557.             'CodersLab\\Lms\\SharedKernel\\Application\\Mailer\\IEmailFactory' => 'CodersLab\\Lms\\SharedKernel\\Infrastructure\\Mailer\\EmailFactory',
  558.             'CodersLab\\Lms\\SharedKernel\\Application\\Mailer\\IMailer' => 'CodersLab\\Lms\\SharedKernel\\Infrastructure\\Mailer\\Mailer',
  559.             'CodersLab\\Lms\\SharedKernel\\Application\\Mailer\\IRegistrationMailer' => 'CodersLab\\Lms\\SharedKernel\\Infrastructure\\Mailer\\RegistrationMailer',
  560.             'CodersLab\\Lms\\SharedKernel\\Application\\Mailer\\StudentAddedMailer' => 'CodersLab\\Lms\\SharedKernel\\Infrastructure\\Mailer\\StudentAddedMailer',
  561.             'CodersLab\\Lms\\SharedKernel\\Application\\Mailer\\StudentRemovedMailer' => 'CodersLab\\Lms\\SharedKernel\\Infrastructure\\Mailer\\StudentRemovedMailer',
  562.             'CodersLab\\Lms\\SharedKernel\\Application\\Query\\ICredentialSettingsQuery' => 'CodersLab\\Lms\\SharedKernel\\Infrastructure\\Read\\DbalCredentialSettingsQuery',
  563.             'CodersLab\\Lms\\SharedKernel\\Application\\Query\\InstanceQuery' => 'CodersLab\\Lms\\SharedKernel\\Infrastructure\\Read\\DbalInstanceQuery',
  564.             'CodersLab\\Lms\\SharedKernel\\Application\\SecurityContext' => 'CodersLab\\Lms\\SharedKernel\\Infrastructure\\Security\\SymfonySecurityContext',
  565.             'CodersLab\\Lms\\SharedKernel\\Application\\SecurityContext\\PasswordEncoder' => 'CodersLab\\Lms\\SharedKernel\\Infrastructure\\Security\\PasswordEncoder',
  566.             'CodersLab\\Lms\\SharedKernel\\Application\\SecurityContext\\Users' => 'AppBundle\\Repository\\UserRepository',
  567.             'CodersLab\\Lms\\SharedKernel\\Domain\\Bus\\IEventRecorder' => 'CodersLab\\Lms\\SharedKernel\\Domain\\Bus\\EventRecorder',
  568.             'FOS\\UserBundle\\Controller\\ChangePasswordController' => 'fos_user.change_password.controller',
  569.             'FOS\\UserBundle\\Controller\\ProfileController' => 'fos_user.profile.controller',
  570.             'FOS\\UserBundle\\Controller\\RegistrationController' => 'fos_user.registration.controller',
  571.             'FOS\\UserBundle\\Controller\\ResettingController' => 'fos_user.resetting.controller',
  572.             'FOS\\UserBundle\\Controller\\SecurityController' => 'fos_user.security.controller',
  573.             'SimpleThings\\EntityAudit\\AuditManager' => 'simplethings_entityaudit.manager',
  574.             'app.instance.service' => 'AppBundle\\Service\\Instance',
  575.             'app.user.service' => 'AppBundle\\Service\\UserService',
  576.             'database_connection' => 'doctrine.dbal.default_connection',
  577.             'doctrine.orm.entity_manager' => 'doctrine.orm.default_entity_manager',
  578.             'fos_user.user_manager' => 'app.user.manager',
  579.             'jms_serializer.authorization_checker' => '.container.private.security.authorization_checker',
  580.             'jms_serializer.naming_strategy' => 'jms_serializer.serialized_name_or_identical_property_strategy',
  581.             'nelmio_api_doc.controller.swagger' => 'nelmio_api_doc.controller.swagger_json',
  582.             'nelmio_api_doc.generator' => 'nelmio_api_doc.generator.default',
  583.         ];
  584.         $this->privates['service_container'] = function () {
  585.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/HttpKernelInterface.php';
  586.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/KernelInterface.php';
  587.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/RebootableInterface.php';
  588.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/TerminableInterface.php';
  589.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Kernel.php';
  590.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Kernel/MicroKernelTrait.php';
  591.             include_once \dirname(__DIR__4).'/src/AppBundle/Kernel.php';
  592.             include_once \dirname(__DIR__4).'/src/Lms/SharedKernel/Domain/ORMRepository.php';
  593.             include_once \dirname(__DIR__4).'/src/Lms/SharedKernel/Infrastructure/Persistence/Doctrine/AbstractORMRepository.php';
  594.             include_once \dirname(__DIR__4).'/src/Lms/Modules/Materials/Domain/Materials.php';
  595.             include_once \dirname(__DIR__4).'/src/Lms/Modules/Materials/Infrastructure/Persistence/Doctrine/ORMMaterials.php';
  596.             include_once \dirname(__DIR__4).'/src/Lms/SharedKernel/Domain/Bus/CommandBus.php';
  597.             include_once \dirname(__DIR__4).'/src/Lms/SharedKernel/Infrastructure/Bus/MessengerCommandBus.php';
  598.             include_once \dirname(__DIR__4).'/src/Lms/SharedKernel/Domain/Bus/EventBus.php';
  599.             include_once \dirname(__DIR__4).'/src/Lms/SharedKernel/Infrastructure/Bus/MessengerEventBus.php';
  600.             include_once \dirname(__DIR__4).'/src/Lms/SharedKernel/Domain/Bus/IEventRecorder.php';
  601.             include_once \dirname(__DIR__4).'/src/Lms/SharedKernel/Domain/Bus/EventRecorder.php';
  602.             include_once \dirname(__DIR__4).'/src/Lms/SharedKernel/Infrastructure/Serialization/Sentry/UuidSentrySerializer.php';
  603.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry/src/Integration/IntegrationInterface.php';
  604.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry/src/Integration/IgnoreErrorsIntegration.php';
  605.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/ParamConverterInterface.php';
  606.             include_once \dirname(__DIR__4).'/src/Lms/UserInterface/Rest/RequestConverter/MaterialReviewRequestConverter.php';
  607.             include_once \dirname(__DIR__4).'/src/Lms/UserInterface/Rest/RequestConverter/ExamAccessRequestConverter.php';
  608.             include_once \dirname(__DIR__4).'/src/Lms/UserInterface/Rest/RequestConverter/IssueRequestConverter.php';
  609.             include_once \dirname(__DIR__4).'/src/Lms/UserInterface/Rest/RequestConverter/UserRequestConverter.php';
  610.             include_once \dirname(__DIR__4).'/src/Lms/UserInterface/Rest/RequestConverter/ChangePasswordConverter.php';
  611.             include_once \dirname(__DIR__4).'/vendor/psr/http-factory/src/RequestFactoryInterface.php';
  612.             include_once \dirname(__DIR__4).'/vendor/psr/http-factory/src/ResponseFactoryInterface.php';
  613.             include_once \dirname(__DIR__4).'/vendor/psr/http-factory/src/ServerRequestFactoryInterface.php';
  614.             include_once \dirname(__DIR__4).'/vendor/psr/http-factory/src/StreamFactoryInterface.php';
  615.             include_once \dirname(__DIR__4).'/vendor/psr/http-factory/src/UploadedFileFactoryInterface.php';
  616.             include_once \dirname(__DIR__4).'/vendor/psr/http-factory/src/UriFactoryInterface.php';
  617.             include_once \dirname(__DIR__4).'/vendor/nyholm/psr7/src/Factory/Psr17Factory.php';
  618.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/Storage/Handler/AbstractSessionHandler.php';
  619.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/Storage/Handler/RedisSessionHandler.php';
  620.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/EntityListenerResolver.php';
  621.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/DefaultEntityListenerResolver.php';
  622.             include_once \dirname(__DIR__4).'/src/AppBundle/Doctrine/EntityListenerResolver.php';
  623.             include_once \dirname(__DIR__4).'/src/AppBundle/EventListener/EventPublisherListener.php';
  624.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventSubscriberInterface.php';
  625.             include_once \dirname(__DIR__4).'/src/AppBundle/EventListener/LocaleSubscriber.php';
  626.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/ExtensionInterface.php';
  627.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/AbstractExtension.php';
  628.             include_once \dirname(__DIR__4).'/src/AppBundle/Twig/AppExtension.php';
  629.             include_once \dirname(__DIR__4).'/src/Lms/SharedKernel/Application/Listener/IAuthenticationListener.php';
  630.             include_once \dirname(__DIR__4).'/src/AppBundle/EventListener/AuthenticationSuccessListener.php';
  631.             include_once \dirname(__DIR__4).'/src/Lms/SharedKernel/Application/Response/LMSResponseListener.php';
  632.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/ControllerMetadata/ArgumentMetadataFactoryInterface.php';
  633.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/ControllerMetadata/ArgumentMetadataFactory.php';
  634.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ResponseListener.php';
  635.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/StreamedResponseListener.php';
  636.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/LocaleListener.php';
  637.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ValidateRequestListener.php';
  638.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/DisallowRobotsIndexingListener.php';
  639.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ErrorListener.php';
  640.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ParameterBagInterface.php';
  641.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ParameterBag.php';
  642.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/FrozenParameterBag.php';
  643.             include_once \dirname(__DIR__4).'/vendor/psr/container/src/ContainerInterface.php';
  644.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ContainerBagInterface.php';
  645.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ContainerBag.php';
  646.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/HttpKernel.php';
  647.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/RequestStack.php';
  648.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/UrlHelper.php';
  649.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/UriSigner.php';
  650.             include_once \dirname(__DIR__4).'/vendor/symfony/config/ConfigCacheFactoryInterface.php';
  651.             include_once \dirname(__DIR__4).'/vendor/symfony/config/ResourceCheckerConfigCacheFactory.php';
  652.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/LocaleAwareListener.php';
  653.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Marshaller/MarshallerInterface.php';
  654.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Marshaller/DefaultMarshaller.php';
  655.             include_once \dirname(__DIR__4).'/vendor/symfony/translation-contracts/TranslatorInterface.php';
  656.             include_once \dirname(__DIR__4).'/vendor/symfony/translation-contracts/LocaleAwareInterface.php';
  657.             include_once \dirname(__DIR__4).'/vendor/symfony/translation-contracts/TranslatorTrait.php';
  658.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/IdentityTranslator.php';
  659.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ResetInterface.php';
  660.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/AbstractSessionListener.php';
  661.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/SessionListener.php';
  662.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ServiceProviderInterface.php';
  663.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ServiceLocatorTrait.php';
  664.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ServiceLocator.php';
  665.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Packages.php';
  666.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Context/ContextInterface.php';
  667.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Context/RequestStackContext.php';
  668.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/VersionStrategy/VersionStrategyInterface.php';
  669.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/VersionStrategy/EmptyVersionStrategy.php';
  670.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/PackageInterface.php';
  671.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Package.php';
  672.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/PathPackage.php';
  673.             include_once \dirname(__DIR__4).'/vendor/symfony/mailer/EventListener/MessageLoggerListener.php';
  674.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/FragmentListener.php';
  675.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/TranslatorBagInterface.php';
  676.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Translator.php';
  677.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/WarmableInterface.php';
  678.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Translation/Translator.php';
  679.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/MessageFormatterInterface.php';
  680.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/IntlFormatterInterface.php';
  681.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/MessageFormatter.php';
  682.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/DebugHandlersListener.php';
  683.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Debug/FileLinkFormatter.php';
  684.             include_once \dirname(__DIR__4).'/vendor/symfony/stopwatch/Stopwatch.php';
  685.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ControllerResolverInterface.php';
  686.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/TraceableControllerResolver.php';
  687.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolverInterface.php';
  688.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/TraceableArgumentResolver.php';
  689.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Log/DebugLoggerInterface.php';
  690.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Processor/DebugProcessor.php';
  691.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RequestContext.php';
  692.             include_once \dirname(__DIR__4).'/vendor/symfony/expression-language/ExpressionFunctionProviderInterface.php';
  693.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Matcher/ExpressionLanguageProvider.php';
  694.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/RouterListener.php';
  695.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Reader.php';
  696.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationReader.php';
  697.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationRegistry.php';
  698.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/PsrCachedReader.php';
  699.             include_once \dirname(__DIR__4).'/vendor/psr/cache/src/CacheItemPoolInterface.php';
  700.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/AdapterInterface.php';
  701.             include_once \dirname(__DIR__4).'/vendor/symfony/cache-contracts/CacheInterface.php';
  702.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/PruneableInterface.php';
  703.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/ResettableInterface.php';
  704.             include_once \dirname(__DIR__4).'/vendor/symfony/cache-contracts/CacheTrait.php';
  705.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/ContractsTrait.php';
  706.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/ProxyTrait.php';
  707.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/PhpArrayAdapter.php';
  708.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyTypeExtractorInterface.php';
  709.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyDescriptionExtractorInterface.php';
  710.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyAccessExtractorInterface.php';
  711.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyListExtractorInterface.php';
  712.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyInfoExtractorInterface.php';
  713.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyInitializableExtractorInterface.php';
  714.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyInfoExtractor.php';
  715.             include_once \dirname(__DIR__4).'/vendor/psr/log/Psr/Log/LoggerAwareInterface.php';
  716.             include_once \dirname(__DIR__4).'/vendor/psr/log/Psr/Log/LoggerAwareTrait.php';
  717.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/AbstractAdapterTrait.php';
  718.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/AbstractAdapter.php';
  719.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/SessionFactoryInterface.php';
  720.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/SessionFactory.php';
  721.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/Storage/SessionStorageFactoryInterface.php';
  722.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/Storage/NativeSessionStorageFactory.php';
  723.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/SessionBagInterface.php';
  724.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/Storage/MetadataBag.php';
  725.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ValidatorBuilder.php';
  726.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validation.php';
  727.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorFactoryInterface.php';
  728.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ContainerConstraintValidatorFactory.php';
  729.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Loader/LoaderInterface.php';
  730.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Loader/AutoMappingTrait.php';
  731.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Loader/PropertyInfoLoader.php';
  732.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/ProfilerStorageInterface.php';
  733.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php';
  734.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ProfilerListener.php';
  735.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/DataCollectorInterface.php';
  736.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/DataCollector.php';
  737.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/LateDataCollectorInterface.php';
  738.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/ConfigDataCollector.php';
  739.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php';
  740.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/AjaxDataCollector.php';
  741.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/ExceptionDataCollector.php';
  742.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/EventDataCollector.php';
  743.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/LoggerDataCollector.php';
  744.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/TimeDataCollector.php';
  745.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/MemoryDataCollector.php';
  746.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/RouterDataCollector.php';
  747.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/DataCollector/RouterDataCollector.php';
  748.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/DataCollector/CacheDataCollector.php';
  749.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataExtractorInterface.php';
  750.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataExtractor.php';
  751.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataCollectorInterface.php';
  752.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataCollector.php';
  753.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/DataCollector/ValidatorDataCollector.php';
  754.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/DataCollector/TranslationDataCollector.php';
  755.             include_once \dirname(__DIR__4).'/vendor/symfony/messenger/DataCollector/MessengerDataCollector.php';
  756.             include_once \dirname(__DIR__4).'/vendor/symfony/mailer/DataCollector/MessageDataCollector.php';
  757.             include_once \dirname(__DIR__4).'/vendor/symfony/http-client/HttpClientTrait.php';
  758.             include_once \dirname(__DIR__4).'/vendor/symfony/http-client/DataCollector/HttpClientDataCollector.php';
  759.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Token/Storage/TokenStorageInterface.php';
  760.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Token/Storage/TokenStorage.php';
  761.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/AuthenticationTrustResolverInterface.php';
  762.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/AuthenticationTrustResolver.php';
  763.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Role/RoleHierarchyInterface.php';
  764.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Role/RoleHierarchy.php';
  765.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Impersonate/ImpersonateUrlGenerator.php';
  766.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/FirewallMapInterface.php';
  767.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallMap.php';
  768.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Logout/LogoutUrlGenerator.php';
  769.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/RememberMe/ResponseListener.php';
  770.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/LogoutUrlExtension.php';
  771.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/SecurityExtension.php';
  772.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/DataCollector/SecurityDataCollector.php';
  773.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AccessDecisionManagerInterface.php';
  774.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/TraceableAccessDecisionManager.php';
  775.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall.php';
  776.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/EventListener/FirewallListener.php';
  777.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php';
  778.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/AppVariable.php';
  779.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Loader/LoaderInterface.php';
  780.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Loader/FilesystemLoader.php';
  781.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/ProfilerExtension.php';
  782.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/ProfilerExtension.php';
  783.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Profiler/Profile.php';
  784.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/DataCollector/TwigDataCollector.php';
  785.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/TranslationExtension.php';
  786.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/AssetExtension.php';
  787.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/CodeExtension.php';
  788.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/RoutingExtension.php';
  789.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/YamlExtension.php';
  790.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/StopwatchExtension.php';
  791.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/ExpressionExtension.php';
  792.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/HttpKernelExtension.php';
  793.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/HttpFoundationExtension.php';
  794.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bundle/DependencyInjection/Configurator/EnvironmentConfigurator.php';
  795.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/RuntimeLoader/RuntimeLoaderInterface.php';
  796.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/RuntimeLoader/ContainerRuntimeLoader.php';
  797.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/SerializerExtension.php';
  798.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/FormExtension.php';
  799.             include_once \dirname(__DIR__4).'/vendor/psr/log/Psr/Log/LoggerInterface.php';
  800.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/ResettableInterface.php';
  801.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Logger.php';
  802.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Logger.php';
  803.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Processor/ProcessorInterface.php';
  804.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Processor/PsrLogMessageProcessor.php';
  805.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/HandlerInterface.php';
  806.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/Handler.php';
  807.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/AbstractHandler.php';
  808.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/ProcessableHandlerInterface.php';
  809.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/FormattableHandlerInterface.php';
  810.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/ProcessableHandlerTrait.php';
  811.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/FormattableHandlerTrait.php';
  812.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/AbstractProcessingHandler.php';
  813.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/StreamHandler.php';
  814.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Handler/ConsoleHandler.php';
  815.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Handler/ServerLogHandler.php';
  816.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Logging/SQLLogger.php';
  817.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Logger/DbalLogger.php';
  818.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/DataCollector/DoctrineDataCollector.php';
  819.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/DataCollector/DoctrineDataCollector.php';
  820.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/ConnectionFactory.php';
  821.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ConnectionRegistry.php';
  822.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ManagerRegistry.php';
  823.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/AbstractManagerRegistry.php';
  824.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/ManagerRegistry.php';
  825.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Registry.php';
  826.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Twig/DoctrineExtension.php';
  827.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Configuration.php';
  828.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Logging/DebugStack.php';
  829.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Logging/LoggerChain.php';
  830.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Dbal/RegexSchemaAssetFilter.php';
  831.             include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/lib/Doctrine/Common/EventManager.php';
  832.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/ContainerAwareEventManager.php';
  833.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/Connection.php';
  834.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Connection.php';
  835.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Repository/RepositoryFactory.php';
  836.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ContainerRepositoryFactory.php';
  837.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ObjectInitializerInterface.php';
  838.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Validator/DoctrineInitializer.php';
  839.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/NamingStrategy.php';
  840.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/UnderscoreNamingStrategy.php';
  841.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/QuoteStrategy.php';
  842.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Internal/SQLResultCasing.php';
  843.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/DefaultQuoteStrategy.php';
  844.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Configuration.php';
  845.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Cache/CacheConfiguration.php';
  846.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Cache/Logging/CacheLogger.php';
  847.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Cache/Logging/CacheLoggerChain.php';
  848.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Cache/Logging/StatisticsCacheLogger.php';
  849.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Cache/CacheFactory.php';
  850.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Cache/DefaultCacheFactory.php';
  851.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Cache/RegionsConfiguration.php';
  852.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/MappingDriver.php';
  853.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/ColocatedMappingDriver.php';
  854.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/AnnotationDriver.php';
  855.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/CompatibilityAnnotationDriver.php';
  856.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/AnnotationDriver.php';
  857.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/ManagerConfigurator.php';
  858.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Validator/DoctrineLoader.php';
  859.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/ControllerListener.php';
  860.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/ParamConverterListener.php';
  861.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/ParamConverterManager.php';
  862.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/DoctrineParamConverter.php';
  863.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/DateTimeParamConverter.php';
  864.             include_once \dirname(__DIR__4).'/vendor/symfony/expression-language/ExpressionLanguage.php';
  865.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Templating/TemplateGuesser.php';
  866.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ServiceSubscriberInterface.php';
  867.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/TemplateListener.php';
  868.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/HttpCacheListener.php';
  869.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/SecurityListener.php';
  870.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/ExpressionLanguage.php';
  871.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Security/ExpressionLanguage.php';
  872.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/IsGrantedListener.php';
  873.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ArgumentNameConverter.php';
  874.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Validator/Initializer.php';
  875.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Util/CanonicalizerInterface.php';
  876.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Util/Canonicalizer.php';
  877.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Util/CanonicalFieldsUpdater.php';
  878.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-time-bundle/DateTimeFormatter.php';
  879.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-time-bundle/Twig/Extension/TimeExtension.php';
  880.             include_once \dirname(__DIR__4).'/vendor/php-http/httplug-bundle/src/Discovery/ConfiguredClientsStrategyListener.php';
  881.             include_once \dirname(__DIR__4).'/vendor/php-http/httplug-bundle/src/Collector/PluginClientFactory.php';
  882.             include_once \dirname(__DIR__4).'/vendor/php-http/message/src/Formatter.php';
  883.             include_once \dirname(__DIR__4).'/vendor/php-http/message/src/Formatter/FullHttpMessageFormatter.php';
  884.             include_once \dirname(__DIR__4).'/vendor/php-http/httplug-bundle/src/Collector/Formatter.php';
  885.             include_once \dirname(__DIR__4).'/vendor/php-http/message/src/Formatter/CurlCommandFormatter.php';
  886.             include_once \dirname(__DIR__4).'/vendor/php-http/httplug-bundle/src/Collector/Collector.php';
  887.             include_once \dirname(__DIR__4).'/vendor/php-http/httplug-bundle/src/Collector/Twig/HttpMessageMarkupExtension.php';
  888.             include_once \dirname(__DIR__4).'/vendor/php-http/httplug-bundle/src/Collector/PluginClientFactoryListener.php';
  889.             include_once \dirname(__DIR__4).'/vendor/hwi/oauth-bundle/src/Twig/Extension/OAuthExtension.php';
  890.             include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Type/ParserInterface.php';
  891.             include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Type/Parser.php';
  892.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Driver/DriverInterface.php';
  893.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Driver/LazyLoadingDriver.php';
  894.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Cache/CacheInterface.php';
  895.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Cache/ClearableCacheInterface.php';
  896.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Cache/FileCache.php';
  897.             include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Construction/ObjectConstructorInterface.php';
  898.             include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Construction/DoctrineObjectConstructor.php';
  899.             include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Construction/UnserializeObjectConstructor.php';
  900.             include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/GraphNavigator/Factory/GraphNavigatorFactoryInterface.php';
  901.             include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/GraphNavigator/Factory/DeserializationGraphNavigatorFactory.php';
  902.             include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/GraphNavigator/Factory/SerializationGraphNavigatorFactory.php';
  903.             include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Expression/CompilableExpressionEvaluatorInterface.php';
  904.             include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Expression/ExpressionEvaluatorInterface.php';
  905.             include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Expression/ExpressionEvaluator.php';
  906.             include_once \dirname(__DIR__4).'/vendor/jms/serializer-bundle/ExpressionLanguage/BasicSerializerFunctionsProvider.php';
  907.             include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Twig/SerializerBaseExtension.php';
  908.             include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Twig/SerializerRuntimeExtension.php';
  909.             include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Accessor/AccessorStrategyInterface.php';
  910.             include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Accessor/DefaultAccessorStrategy.php';
  911.             include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Visitor/Factory/SerializationVisitorFactory.php';
  912.             include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Visitor/Factory/JsonSerializationVisitorFactory.php';
  913.             include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Visitor/Factory/DeserializationVisitorFactory.php';
  914.             include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Visitor/Factory/JsonDeserializationVisitorFactory.php';
  915.             include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Visitor/Factory/XmlSerializationVisitorFactory.php';
  916.             include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Visitor/Factory/XmlDeserializationVisitorFactory.php';
  917.             include_once \dirname(__DIR__4).'/vendor/jms/serializer-bundle/Debug/DataCollector.php';
  918.             include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/EventDispatcher/EventDispatcherInterface.php';
  919.             include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/EventDispatcher/EventDispatcher.php';
  920.             include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/EventDispatcher/LazyEventDispatcher.php';
  921.             include_once \dirname(__DIR__4).'/vendor/jms/serializer-bundle/Debug/TraceableEventDispatcher.php';
  922.             include_once \dirname(__DIR__4).'/vendor/jms/serializer-bundle/Debug/RunsListener.php';
  923.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/MetadataFactoryInterface.php';
  924.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/AdvancedMetadataFactoryInterface.php';
  925.             include_once \dirname(__DIR__4).'/vendor/jms/serializer-bundle/Debug/TraceableMetadataFactory.php';
  926.             include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Handler/HandlerRegistryInterface.php';
  927.             include_once \dirname(__DIR__4).'/vendor/jms/serializer-bundle/Debug/TraceableHandlerRegistry.php';
  928.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Driver/FileLocatorInterface.php';
  929.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Driver/AdvancedFileLocatorInterface.php';
  930.             include_once \dirname(__DIR__4).'/vendor/jms/serializer-bundle/Debug/TraceableFileLocator.php';
  931.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry/src/Transport/TransportFactoryInterface.php';
  932.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry-symfony/src/Transport/TransportFactory.php';
  933.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry/src/State/HubInterface.php';
  934.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry/src/State/HubAdapter.php';
  935.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry-symfony/src/EventListener/KernelEventForwardCompatibilityTrait.php';
  936.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry-symfony/src/EventListener/RequestListener.php';
  937.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry-symfony/src/EventListener/SubRequestListener.php';
  938.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry-symfony/src/EventListener/AbstractTracingRequestListener.php';
  939.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry-symfony/src/EventListener/TracingRequestListener.php';
  940.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry-symfony/src/EventListener/TracingSubRequestListener.php';
  941.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry-symfony/src/Tracing/Twig/TwigTracingExtension.php';
  942.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry/src/Integration/RequestFetcherInterface.php';
  943.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry-symfony/src/Integration/RequestFetcher.php';
  944.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry-symfony/src/Twig/SentryExtension.php';
  945.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry/src/Options.php';
  946.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry/src/Integration/RequestIntegration.php';
  947.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry/src/ClientInterface.php';
  948.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry/src/Client.php';
  949.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry/src/ClientBuilderInterface.php';
  950.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry/src/ClientBuilder.php';
  951.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry/src/Serializer/AbstractSerializer.php';
  952.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry/src/Serializer/SerializerInterface.php';
  953.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry/src/Serializer/Serializer.php';
  954.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry/src/Serializer/RepresentationSerializerInterface.php';
  955.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry/src/Serializer/RepresentationSerializer.php';
  956.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/src/Subscriber/SlidingPaginationSubscriber.php';
  957.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/src/Helper/Processor.php';
  958.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/src/Twig/Extension/PaginationExtension.php';
  959.             include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/Services/JWTManagerInterface.php';
  960.             include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/Services/JWTTokenManagerInterface.php';
  961.             include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/Services/JWTManager.php';
  962.             include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/Services/JWSProvider/JWSProviderInterface.php';
  963.             include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/Services/JWSProvider/LcobucciJWSProvider.php';
  964.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/DumpExtension.php';
  965.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/DataDumperInterface.php';
  966.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/DumpDataCollector.php';
  967.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/ClonerInterface.php';
  968.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/AbstractCloner.php';
  969.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/VarCloner.php';
  970.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/DumperInterface.php';
  971.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/AbstractDumper.php';
  972.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/CliDumper.php';
  973.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/HtmlDumper.php';
  974.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Server/Connection.php';
  975.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/ContextProviderInterface.php';
  976.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/SourceContextProvider.php';
  977.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/RequestContextProvider.php';
  978.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/CliContextProvider.php';
  979.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Csp/ContentSecurityPolicyHandler.php';
  980.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Csp/NonceGenerator.php';
  981.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Twig/WebProfilerExtension.php';
  982.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/EventListener/WebDebugToolbarListener.php';
  983.             include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Render/Html/GetNelmioAsset.php';
  984.             include_once \dirname(__DIR__4).'/vendor/nelmio/cors-bundle/EventListener/CorsListener.php';
  985.             include_once \dirname(__DIR__4).'/vendor/nelmio/cors-bundle/Options/ResolverInterface.php';
  986.             include_once \dirname(__DIR__4).'/vendor/nelmio/cors-bundle/Options/Resolver.php';
  987.             include_once \dirname(__DIR__4).'/vendor/nelmio/cors-bundle/Options/ProviderInterface.php';
  988.             include_once \dirname(__DIR__4).'/vendor/nelmio/cors-bundle/Options/ConfigProvider.php';
  989.             include_once \dirname(__DIR__4).'/vendor/nelmio/cors-bundle/EventListener/CacheableResponseVaryListener.php';
  990.             include_once \dirname(__DIR__4).'/vendor/symfony/messenger/MessageBusInterface.php';
  991.             include_once \dirname(__DIR__4).'/vendor/symfony/messenger/TraceableMessageBus.php';
  992.             include_once \dirname(__DIR__4).'/vendor/symfony/http-client-contracts/HttpClientInterface.php';
  993.             include_once \dirname(__DIR__4).'/vendor/symfony/http-client/TraceableHttpClient.php';
  994.             include_once \dirname(__DIR__4).'/vendor/symfony/http-client/HttpClient.php';
  995.             include_once \dirname(__DIR__4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/Cache.php';
  996.             include_once \dirname(__DIR__4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/FlushableCache.php';
  997.             include_once \dirname(__DIR__4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/ClearableCache.php';
  998.             include_once \dirname(__DIR__4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiGetCache.php';
  999.             include_once \dirname(__DIR__4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiDeleteCache.php';
  1000.             include_once \dirname(__DIR__4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiPutCache.php';
  1001.             include_once \dirname(__DIR__4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiOperationCache.php';
  1002.             include_once \dirname(__DIR__4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/CacheProvider.php';
  1003.             include_once \dirname(__DIR__4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/Psr6/DoctrineProvider.php';
  1004.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Mapping/MappingDriver.php';
  1005.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/MappingDriverChain.php';
  1006.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Dbal/SchemaAssetsFilterManager.php';
  1007.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/TraceableAdapter.php';
  1008.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/FileDriver.php';
  1009.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/XmlDriver.php';
  1010.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/FileLocator.php';
  1011.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/SymfonyFileLocator.php';
  1012.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Factory/MetadataFactoryInterface.php';
  1013.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validator/ValidatorInterface.php';
  1014.             include_once \dirname(__DIR__4).'/vendor/psr/event-dispatcher/src/EventDispatcherInterface.php';
  1015.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher-contracts/EventDispatcherInterface.php';
  1016.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventDispatcherInterface.php';
  1017.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventDispatcher.php';
  1018.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ControllerResolver.php';
  1019.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php';
  1020.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerResolver.php';
  1021.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver.php';
  1022.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AccessDecisionManager.php';
  1023.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Strategy/AccessDecisionStrategyInterface.php';
  1024.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Strategy/AffirmativeStrategy.php';
  1025.             include_once \dirname(__DIR__4).'/vendor/symfony/messenger/MessageBus.php';
  1026.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/RedisTrait.php';
  1027.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/RedisAdapter.php';
  1028.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/FilesystemCommonTrait.php';
  1029.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/FilesystemTrait.php';
  1030.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/FilesystemAdapter.php';
  1031.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/TagAwareAdapterInterface.php';
  1032.             include_once \dirname(__DIR__4).'/vendor/symfony/cache-contracts/TagAwareCacheInterface.php';
  1033.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/AbstractTagAwareAdapter.php';
  1034.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/RedisTagAwareAdapter.php';
  1035.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/MetadataFactory.php';
  1036.             include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Handler/HandlerRegistry.php';
  1037.             include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Handler/LazyHandlerRegistry.php';
  1038.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Driver/TraceableFileLocatorInterface.php';
  1039.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Driver/FileLocator.php';
  1040.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry-symfony/src/Tracing/Cache/TraceableCacheAdapterTrait.php';
  1041.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry-symfony/src/Tracing/Cache/TraceableCacheAdapterForV3.php';
  1042.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry-symfony/src/Tracing/Cache/TraceableTagAwareCacheAdapterForV3.php';
  1043.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/DataCollectorTranslator.php';
  1044.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RequestContextAwareInterface.php';
  1045.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Matcher/UrlMatcherInterface.php';
  1046.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Generator/UrlGeneratorInterface.php';
  1047.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RouterInterface.php';
  1048.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Matcher/RequestMatcherInterface.php';
  1049.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Router.php';
  1050.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Routing/Router.php';
  1051.             include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/ContextFactory/SerializationContextFactoryInterface.php';
  1052.             include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/ContextFactory/DeserializationContextFactoryInterface.php';
  1053.             include_once \dirname(__DIR__4).'/vendor/jms/serializer-bundle/ContextFactory/ConfiguredContextFactory.php';
  1054.             include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/SerializerInterface.php';
  1055.             include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/ArrayTransformerInterface.php';
  1056.             include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Serializer.php';
  1057.             include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/Encoder/JWTEncoderInterface.php';
  1058.             include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/Encoder/HeaderAwareJWTEncoderInterface.php';
  1059.             include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/Encoder/LcobucciJWTEncoder.php';
  1060.             include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/Services/KeyLoader/KeyLoaderInterface.php';
  1061.             include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/Services/KeyLoader/AbstractKeyLoader.php';
  1062.             include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/Services/KeyLoader/KeyDumperInterface.php';
  1063.             include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/Services/KeyLoader/RawKeyLoader.php';
  1064.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php';
  1065.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Debug/TraceableEventDispatcher.php';
  1066.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/TraceableTagAwareAdapter.php';
  1067.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/Profiler.php';
  1068.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AuthorizationCheckerInterface.php';
  1069.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AuthorizationChecker.php';
  1070.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Token/Storage/UsageTrackingTokenStorage.php';
  1071.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Cache/CacheInterface.php';
  1072.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Cache/FilesystemCache.php';
  1073.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/CoreExtension.php';
  1074.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/EscaperExtension.php';
  1075.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/OptimizerExtension.php';
  1076.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/StagingExtension.php';
  1077.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/ExtensionSet.php';
  1078.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Template.php';
  1079.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/TemplateWrapper.php';
  1080.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Environment.php';
  1081.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/SessionInterface.php';
  1082.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/Session.php';
  1083.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validator/TraceableValidator.php';
  1084.             include_once __DIR__.'/proxy-classes.php';
  1085.         };
  1086.     }
  1087.     public function compile(): void
  1088.     {
  1089.         throw new LogicException('You cannot compile a dumped container that was already compiled.');
  1090.     }
  1091.     public function isCompiled(): bool
  1092.     {
  1093.         return true;
  1094.     }
  1095.     public function getRemovedIds(): array
  1096.     {
  1097.         return require $this->containerDir.\DIRECTORY_SEPARATOR.'removed-ids.php';
  1098.     }
  1099.     protected function createProxy($class\Closure $factory)
  1100.     {
  1101.         return $factory();
  1102.     }
  1103.     /**
  1104.      * Gets the public '.container.private.cache_clearer' shared service.
  1105.      *
  1106.      * @return \Symfony\Component\HttpKernel\CacheClearer\ChainCacheClearer
  1107.      */
  1108.     protected function get_Container_Private_CacheClearerService()
  1109.     {
  1110.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/CacheClearerInterface.php';
  1111.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/ChainCacheClearer.php';
  1112.         return $this->services['.container.private.cache_clearer'] = new \Symfony\Component\HttpKernel\CacheClearer\ChainCacheClearer(new RewindableGenerator(function () {
  1113.             yield => ($this->services['cache.system_clearer'] ?? $this->getCache_SystemClearerService());
  1114.             yield => ($this->privates['jms_serializer.cache.cache_clearer'] ?? $this->getJmsSerializer_Cache_CacheClearerService());
  1115.         }, 2));
  1116.     }
  1117.     /**
  1118.      * Gets the public '.container.private.filesystem' shared service.
  1119.      *
  1120.      * @return \Symfony\Component\Filesystem\Filesystem
  1121.      */
  1122.     protected function get_Container_Private_FilesystemService()
  1123.     {
  1124.         include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  1125.         return $this->services['.container.private.filesystem'] = new \Symfony\Component\Filesystem\Filesystem();
  1126.     }
  1127.     /**
  1128.      * Gets the public '.container.private.form.factory' shared service.
  1129.      *
  1130.      * @return \Symfony\Component\Form\FormFactory
  1131.      */
  1132.     protected function get_Container_Private_Form_FactoryService()
  1133.     {
  1134.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormFactoryInterface.php';
  1135.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormFactory.php';
  1136.         return $this->services['.container.private.form.factory'] = new \Symfony\Component\Form\FormFactory(($this->privates['form.registry'] ?? $this->getForm_RegistryService()));
  1137.     }
  1138.     /**
  1139.      * Gets the public '.container.private.form.type.file' shared service.
  1140.      *
  1141.      * @return \Symfony\Component\Form\Extension\Core\Type\FileType
  1142.      */
  1143.     protected function get_Container_Private_Form_Type_FileService()
  1144.     {
  1145.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  1146.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  1147.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/FileType.php';
  1148.         return $this->services['.container.private.form.type.file'] = new \Symfony\Component\Form\Extension\Core\Type\FileType(($this->services['translator'] ?? $this->getTranslatorService()));
  1149.     }
  1150.     /**
  1151.      * Gets the public '.container.private.profiler' shared service.
  1152.      *
  1153.      * @return \Symfony\Component\HttpKernel\Profiler\Profiler
  1154.      */
  1155.     protected function get_Container_Private_ProfilerService()
  1156.     {
  1157.         $this->services['.container.private.profiler'] = $instance = new \Symfony\Component\HttpKernel\Profiler\Profiler(($this->privates['profiler.storage'] ?? ($this->privates['profiler.storage'] = new \Symfony\Component\HttpKernel\Profiler\FileProfilerStorage(('file:'.$this->targetDir.''.'/profiler')))), ($this->privates['monolog.logger.profiler'] ?? $this->getMonolog_Logger_ProfilerService()), true);
  1158.         $instance->add(($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService()));
  1159.         $instance->add(($this->privates['data_collector.time'] ?? $this->getDataCollector_TimeService()));
  1160.         $instance->add(($this->privates['data_collector.memory'] ?? ($this->privates['data_collector.memory'] = new \Symfony\Component\HttpKernel\DataCollector\MemoryDataCollector())));
  1161.         $instance->add(($this->privates['data_collector.validator'] ?? $this->getDataCollector_ValidatorService()));
  1162.         $instance->add(($this->privates['data_collector.ajax'] ?? ($this->privates['data_collector.ajax'] = new \Symfony\Component\HttpKernel\DataCollector\AjaxDataCollector())));
  1163.         $instance->add(($this->privates['data_collector.form'] ?? $this->getDataCollector_FormService()));
  1164.         $instance->add(($this->privates['data_collector.exception'] ?? ($this->privates['data_collector.exception'] = new \Symfony\Component\HttpKernel\DataCollector\ExceptionDataCollector())));
  1165.         $instance->add(($this->privates['data_collector.logger'] ?? $this->getDataCollector_LoggerService()));
  1166.         $instance->add(($this->privates['data_collector.events'] ?? $this->getDataCollector_EventsService()));
  1167.         $instance->add(($this->privates['data_collector.router'] ?? ($this->privates['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector())));
  1168.         $instance->add(($this->privates['data_collector.cache'] ?? $this->getDataCollector_CacheService()));
  1169.         $instance->add(($this->privates['data_collector.translation'] ?? $this->getDataCollector_TranslationService()));
  1170.         $instance->add(($this->privates['data_collector.security'] ?? $this->getDataCollector_SecurityService()));
  1171.         $instance->add(($this->privates['data_collector.twig'] ?? $this->getDataCollector_TwigService()));
  1172.         $instance->add(($this->privates['data_collector.http_client'] ?? $this->getDataCollector_HttpClientService()));
  1173.         $instance->add(($this->privates['data_collector.doctrine'] ?? $this->getDataCollector_DoctrineService()));
  1174.         $instance->add(($this->services['data_collector.dump'] ?? $this->getDataCollector_DumpService()));
  1175.         $instance->add(($this->privates['httplug.collector.collector'] ?? ($this->privates['httplug.collector.collector'] = new \Http\HttplugBundle\Collector\Collector())));
  1176.         $instance->add(($this->privates['data_collector.messenger'] ?? $this->getDataCollector_MessengerService()));
  1177.         $instance->add(($this->privates['mailer.data_collector'] ?? $this->getMailer_DataCollectorService()));
  1178.         $instance->add(($this->privates['data_collector.jms_serializer'] ?? $this->getDataCollector_JmsSerializerService()));
  1179.         $instance->add(($this->privates['data_collector.config'] ?? $this->getDataCollector_ConfigService()));
  1180.         return $instance;
  1181.     }
  1182.     /**
  1183.      * Gets the public '.container.private.security.authorization_checker' shared service.
  1184.      *
  1185.      * @return \Symfony\Component\Security\Core\Authorization\AuthorizationChecker
  1186.      */
  1187.     protected function get_Container_Private_Security_AuthorizationCheckerService()
  1188.     {
  1189.         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()), false);
  1190.     }
  1191.     /**
  1192.      * Gets the public '.container.private.security.password_encoder' shared service.
  1193.      *
  1194.      * @return \Symfony\Component\Security\Core\Encoder\UserPasswordEncoder
  1195.      *
  1196.      * @deprecated Since symfony/security-bundle 5.3: The ".container.private.security.password_encoder" service is deprecated, use "security.user_password_hasher" instead.
  1197.      */
  1198.     protected function get_Container_Private_Security_PasswordEncoderService()
  1199.     {
  1200.         trigger_deprecation('symfony/security-bundle''5.3''The ".container.private.security.password_encoder" service is deprecated, use "security.user_password_hasher" instead.');
  1201.         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()));
  1202.     }
  1203.     /**
  1204.      * Gets the public '.container.private.security.token_storage' shared service.
  1205.      *
  1206.      * @return \Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage
  1207.      */
  1208.     protected function get_Container_Private_Security_TokenStorageService()
  1209.     {
  1210.         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, [
  1211.             'request_stack' => ['services''request_stack''getRequestStackService'false],
  1212.         ], [
  1213.             'request_stack' => '?',
  1214.         ]));
  1215.     }
  1216.     /**
  1217.      * Gets the public '.container.private.serializer' shared service.
  1218.      *
  1219.      * @return \Symfony\Component\Serializer\Serializer
  1220.      */
  1221.     protected function get_Container_Private_SerializerService()
  1222.     {
  1223.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/SerializerInterface.php';
  1224.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/NormalizerInterface.php';
  1225.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ContextAwareNormalizerInterface.php';
  1226.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DenormalizerInterface.php';
  1227.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ContextAwareDenormalizerInterface.php';
  1228.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/EncoderInterface.php';
  1229.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/ContextAwareEncoderInterface.php';
  1230.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/DecoderInterface.php';
  1231.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/ContextAwareDecoderInterface.php';
  1232.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Serializer.php';
  1233.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/NormalizerAwareTrait.php';
  1234.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Serialization/Normalizer/FlattenExceptionNormalizer.php';
  1235.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/CacheableSupportsMethodInterface.php';
  1236.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ProblemNormalizer.php';
  1237.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/UidNormalizer.php';
  1238.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DateTimeNormalizer.php';
  1239.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DateTimeZoneNormalizer.php';
  1240.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DateIntervalNormalizer.php';
  1241.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/FormErrorNormalizer.php';
  1242.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/BackedEnumNormalizer.php';
  1243.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/SerializerAwareInterface.php';
  1244.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ObjectToPopulateTrait.php';
  1245.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/SerializerAwareTrait.php';
  1246.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/AbstractNormalizer.php';
  1247.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/JsonSerializableNormalizer.php';
  1248.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DenormalizerAwareInterface.php';
  1249.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DenormalizerAwareTrait.php';
  1250.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ArrayDenormalizer.php';
  1251.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/NormalizationAwareInterface.php';
  1252.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/XmlEncoder.php';
  1253.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/JsonEncoder.php';
  1254.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/YamlEncoder.php';
  1255.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/CsvEncoder.php';
  1256.         return $this->services['.container.private.serializer'] = new \Symfony\Component\Serializer\Serializer([=> ($this->privates['serializer.denormalizer.unwrapping'] ?? $this->getSerializer_Denormalizer_UnwrappingService()), => ($this->privates['serializer.normalizer.flatten_exception'] ?? ($this->privates['serializer.normalizer.flatten_exception'] = new \Symfony\Component\Messenger\Transport\Serialization\Normalizer\FlattenExceptionNormalizer())), => ($this->privates['serializer.normalizer.problem'] ?? ($this->privates['serializer.normalizer.problem'] = new \Symfony\Component\Serializer\Normalizer\ProblemNormalizer(true))), => ($this->privates['serializer.normalizer.uid'] ?? ($this->privates['serializer.normalizer.uid'] = new \Symfony\Component\Serializer\Normalizer\UidNormalizer())), => ($this->privates['serializer.normalizer.datetime'] ?? ($this->privates['serializer.normalizer.datetime'] = new \Symfony\Component\Serializer\Normalizer\DateTimeNormalizer())), => ($this->privates['serializer.normalizer.constraint_violation_list'] ?? $this->getSerializer_Normalizer_ConstraintViolationListService()), => ($this->privates['serializer.normalizer.mime_message'] ?? $this->getSerializer_Normalizer_MimeMessageService()), => ($this->privates['serializer.normalizer.datetimezone'] ?? ($this->privates['serializer.normalizer.datetimezone'] = new \Symfony\Component\Serializer\Normalizer\DateTimeZoneNormalizer())), => ($this->privates['serializer.normalizer.dateinterval'] ?? ($this->privates['serializer.normalizer.dateinterval'] = new \Symfony\Component\Serializer\Normalizer\DateIntervalNormalizer())), => ($this->privates['serializer.normalizer.form_error'] ?? ($this->privates['serializer.normalizer.form_error'] = new \Symfony\Component\Serializer\Normalizer\FormErrorNormalizer())), 10 => ($this->privates['serializer.normalizer.backed_enum'] ?? ($this->privates['serializer.normalizer.backed_enum'] = new \Symfony\Component\Serializer\Normalizer\BackedEnumNormalizer())), 11 => ($this->privates['serializer.normalizer.data_uri'] ?? $this->getSerializer_Normalizer_DataUriService()), 12 => ($this->privates['serializer.normalizer.json_serializable'] ?? ($this->privates['serializer.normalizer.json_serializable'] = new \Symfony\Component\Serializer\Normalizer\JsonSerializableNormalizer(NULLNULL))), 13 => ($this->privates['serializer.denormalizer.array'] ?? ($this->privates['serializer.denormalizer.array'] = new \Symfony\Component\Serializer\Normalizer\ArrayDenormalizer())), 14 => ($this->privates['serializer.normalizer.object'] ?? $this->getSerializer_Normalizer_ObjectService())], [=> ($this->privates['serializer.encoder.xml'] ?? ($this->privates['serializer.encoder.xml'] = new \Symfony\Component\Serializer\Encoder\XmlEncoder())), => ($this->privates['serializer.encoder.json'] ?? ($this->privates['serializer.encoder.json'] = new \Symfony\Component\Serializer\Encoder\JsonEncoder())), => ($this->privates['serializer.encoder.yaml'] ?? ($this->privates['serializer.encoder.yaml'] = new \Symfony\Component\Serializer\Encoder\YamlEncoder(NULLNULL))), => ($this->privates['serializer.encoder.csv'] ?? ($this->privates['serializer.encoder.csv'] = new \Symfony\Component\Serializer\Encoder\CsvEncoder()))]);
  1257.     }
  1258.     /**
  1259.      * Gets the public '.container.private.session' shared service.
  1260.      *
  1261.      * @return \Symfony\Component\HttpFoundation\Session\Session
  1262.      */
  1263.     protected function get_Container_Private_SessionService()
  1264.     {
  1265.         return $this->services['.container.private.session'] = ($this->privates['session.factory'] ?? $this->getSession_FactoryService())->createSession();
  1266.     }
  1267.     /**
  1268.      * Gets the public '.container.private.twig' shared service.
  1269.      *
  1270.      * @return \Twig\Environment
  1271.      */
  1272.     protected function get_Container_Private_TwigService()
  1273.     {
  1274.         $this->services['.container.private.twig'] = $instance = new \Twig\Environment(($this->privates['twig.loader.native_filesystem'] ?? $this->getTwig_Loader_NativeFilesystemService()), ['debug' => true'strict_variables' => true'autoescape' => 'name''cache' => ($this->targetDir.''.'/twig'), 'charset' => 'UTF-8']);
  1275.         $instance->addExtension(($this->privates['twig.extension.logout_url'] ?? $this->getTwig_Extension_LogoutUrlService()));
  1276.         $instance->addExtension(($this->privates['twig.extension.security'] ?? $this->getTwig_Extension_SecurityService()));
  1277.         $instance->addExtension(($this->privates['twig.extension.profiler'] ?? $this->getTwig_Extension_ProfilerService()));
  1278.         $instance->addExtension(($this->privates['twig.extension.trans'] ?? $this->getTwig_Extension_TransService()));
  1279.         $instance->addExtension(($this->privates['twig.extension.assets'] ?? $this->getTwig_Extension_AssetsService()));
  1280.         $instance->addExtension(($this->privates['twig.extension.code'] ?? $this->getTwig_Extension_CodeService()));
  1281.         $instance->addExtension(($this->privates['twig.extension.routing'] ?? $this->getTwig_Extension_RoutingService()));
  1282.         $instance->addExtension(($this->privates['twig.extension.yaml'] ?? ($this->privates['twig.extension.yaml'] = new \Symfony\Bridge\Twig\Extension\YamlExtension())));
  1283.         $instance->addExtension(($this->privates['twig.extension.debug.stopwatch'] ?? $this->getTwig_Extension_Debug_StopwatchService()));
  1284.         $instance->addExtension(($this->privates['twig.extension.expression'] ?? ($this->privates['twig.extension.expression'] = new \Symfony\Bridge\Twig\Extension\ExpressionExtension())));
  1285.         $instance->addExtension(($this->privates['twig.extension.httpkernel'] ?? ($this->privates['twig.extension.httpkernel'] = new \Symfony\Bridge\Twig\Extension\HttpKernelExtension())));
  1286.         $instance->addExtension(($this->privates['twig.extension.httpfoundation'] ?? $this->getTwig_Extension_HttpfoundationService()));
  1287.         $instance->addExtension(($this->privates['twig.extension.serializer'] ?? ($this->privates['twig.extension.serializer'] = new \Symfony\Bridge\Twig\Extension\SerializerExtension())));
  1288.         $instance->addExtension(($this->privates['twig.extension.form'] ?? $this->getTwig_Extension_FormService()));
  1289.         $instance->addExtension(($this->privates['twig.extension.dump'] ?? $this->getTwig_Extension_DumpService()));
  1290.         $instance->addExtension(($this->services['AppBundle\\Twig\\AppExtension'] ?? ($this->services['AppBundle\\Twig\\AppExtension'] = new \AppBundle\Twig\AppExtension())));
  1291.         $instance->addExtension(($this->privates['doctrine.twig.doctrine_extension'] ?? ($this->privates['doctrine.twig.doctrine_extension'] = new \Doctrine\Bundle\DoctrineBundle\Twig\DoctrineExtension())));
  1292.         $instance->addExtension(($this->privates['time.twig.extension.time'] ?? $this->getTime_Twig_Extension_TimeService()));
  1293.         $instance->addExtension(($this->privates['httplug.collector.twig.http_message'] ?? $this->getHttplug_Collector_Twig_HttpMessageService()));
  1294.         $instance->addExtension(($this->privates['hwi_oauth.twig.extension.oauth'] ?? ($this->privates['hwi_oauth.twig.extension.oauth'] = new \HWI\Bundle\OAuthBundle\Twig\Extension\OAuthExtension())));
  1295.         $instance->addExtension(($this->privates['jms_serializer.twig_extension.runtime_serializer'] ?? ($this->privates['jms_serializer.twig_extension.runtime_serializer'] = new \JMS\Serializer\Twig\SerializerRuntimeExtension('jms_'))));
  1296.         $instance->addExtension(($this->privates['Sentry\\SentryBundle\\Tracing\\Twig\\TwigTracingExtension'] ?? $this->getTwigTracingExtensionService()));
  1297.         $instance->addExtension(($this->privates['Sentry\\SentryBundle\\Twig\\SentryExtension'] ?? $this->getSentryExtensionService()));
  1298.         $instance->addExtension(($this->privates['knp_paginator.twig.extension.pagination'] ?? $this->getKnpPaginator_Twig_Extension_PaginationService()));
  1299.         $instance->addExtension(($this->privates['twig.extension.webprofiler'] ?? $this->getTwig_Extension_WebprofilerService()));
  1300.         $instance->addExtension(($this->privates['nelmio_api_doc.render_docs.html.asset'] ?? $this->getNelmioApiDoc_RenderDocs_Html_AssetService()));
  1301.         $instance->addGlobal('app', ($this->privates['twig.app_variable'] ?? $this->getTwig_AppVariableService()));
  1302.         $instance->addRuntimeLoader(($this->privates['twig.runtime_loader'] ?? $this->getTwig_RuntimeLoaderService()));
  1303.         $instance->addGlobal('PRIMARY_LANG'$this->getEnv('string:PRIMARY_LANG'));
  1304.         $instance->addGlobal('TENANT_USER_LANGUAGES'$this->getEnv('TENANT_USER_LANGUAGES'));
  1305.         $instance->addGlobal('MAIN_ORGANISATION'$this->getEnv('string:MAIN_ORGANISATION'));
  1306.         ($this->privates['twig.configurator.environment'] ?? $this->getTwig_Configurator_EnvironmentService())->configure($instance);
  1307.         return $instance;
  1308.     }
  1309.     /**
  1310.      * Gets the public '.container.private.validator' shared service.
  1311.      *
  1312.      * @return \Symfony\Component\Validator\Validator\TraceableValidator
  1313.      */
  1314.     protected function get_Container_Private_ValidatorService()
  1315.     {
  1316.         return $this->services['.container.private.validator'] = new \Symfony\Component\Validator\Validator\TraceableValidator(($this->privates['debug.validator.inner'] ?? $this->getDebug_Validator_InnerService()));
  1317.     }
  1318.     /**
  1319.      * Gets the public 'AppBundle\Controller\AdminController' shared autowired service.
  1320.      *
  1321.      * @return \AppBundle\Controller\AdminController
  1322.      */
  1323.     protected function getAdminControllerService()
  1324.     {
  1325.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1326.         include_once \dirname(__DIR__4).'/src/AppBundle/Controller/AdminController.php';
  1327.         $this->services['AppBundle\\Controller\\AdminController'] = $instance = new \AppBundle\Controller\AdminController(($this->services['CodersLab\\Lms\\SharedKernel\\Domain\\Bus\\EventRecorder'] ?? ($this->services['CodersLab\\Lms\\SharedKernel\\Domain\\Bus\\EventRecorder'] = new \CodersLab\Lms\SharedKernel\Domain\Bus\EventRecorder())), ($this->services['CodersLab\\Lms\\SharedKernel\\Domain\\Bus\\CommandBus'] ?? $this->getCommandBusService()), ($this->services['app.participation.service'] ?? $this->getApp_Participation_ServiceService()), ($this->services['AppBundle\\Service\\Instance'] ?? $this->getInstanceService()), ($this->services['AppBundle\\Service\\UserService'] ?? $this->getUserServiceService()));
  1328.         $instance->setContainer($this);
  1329.         return $instance;
  1330.     }
  1331.     /**
  1332.      * Gets the public 'AppBundle\Controller\ApiBaseController' shared autowired service.
  1333.      *
  1334.      * @return \AppBundle\Controller\ApiBaseController
  1335.      */
  1336.     protected function getApiBaseControllerService()
  1337.     {
  1338.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1339.         include_once \dirname(__DIR__4).'/src/AppBundle/Controller/ApiBaseController.php';
  1340.         $this->services['AppBundle\\Controller\\ApiBaseController'] = $instance = new \AppBundle\Controller\ApiBaseController();
  1341.         $instance->setContainer($this);
  1342.         return $instance;
  1343.     }
  1344.     /**
  1345.      * Gets the public 'AppBundle\Controller\AuthController' shared autowired service.
  1346.      *
  1347.      * @return \AppBundle\Controller\AuthController
  1348.      */
  1349.     protected function getAuthControllerService()
  1350.     {
  1351.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1352.         include_once \dirname(__DIR__4).'/src/AppBundle/Controller/AuthController.php';
  1353.         $this->services['AppBundle\\Controller\\AuthController'] = $instance = new \AppBundle\Controller\AuthController(($this->services['CodersLab\\Lms\\SharedKernel\\Domain\\Bus\\EventBus'] ?? $this->getEventBusService()));
  1354.         $instance->setContainer($this);
  1355.         return $instance;
  1356.     }
  1357.     /**
  1358.      * Gets the public 'AppBundle\Controller\DefaultController' shared autowired service.
  1359.      *
  1360.      * @return \AppBundle\Controller\DefaultController
  1361.      */
  1362.     protected function getDefaultControllerService()
  1363.     {
  1364.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1365.         include_once \dirname(__DIR__4).'/src/AppBundle/Controller/DefaultController.php';
  1366.         $this->services['AppBundle\\Controller\\DefaultController'] = $instance = new \AppBundle\Controller\DefaultController(($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))), ($this->services['CodersLab\\Lms\\SharedKernel\\Domain\\Bus\\CommandBus'] ?? $this->getCommandBusService()), ($this->services['CodersLab\\Lms\\SharedKernel\\Infrastructure\\Security\\SymfonySecurityContext'] ?? $this->getSymfonySecurityContextService()));
  1367.         $instance->setContainer($this);
  1368.         return $instance;
  1369.     }
  1370.     /**
  1371.      * Gets the public 'AppBundle\Controller\ExceptionController' shared autowired service.
  1372.      *
  1373.      * @return \AppBundle\Controller\ExceptionController
  1374.      */
  1375.     protected function getExceptionControllerService()
  1376.     {
  1377.         include_once \dirname(__DIR__4).'/src/AppBundle/Controller/ExceptionController.php';
  1378.         return $this->services['AppBundle\\Controller\\ExceptionController'] = new \AppBundle\Controller\ExceptionController(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()), true, ($this->services['translator'] ?? $this->getTranslatorService()));
  1379.     }
  1380.     /**
  1381.      * Gets the public 'AppBundle\Controller\ExerciseController' shared autowired service.
  1382.      *
  1383.      * @return \AppBundle\Controller\ExerciseController
  1384.      */
  1385.     protected function getExerciseControllerService()
  1386.     {
  1387.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1388.         include_once \dirname(__DIR__4).'/src/AppBundle/Controller/ApiBaseController.php';
  1389.         include_once \dirname(__DIR__4).'/src/AppBundle/Controller/ExerciseController.php';
  1390.         $this->services['AppBundle\\Controller\\ExerciseController'] = $instance = new \AppBundle\Controller\ExerciseController();
  1391.         $instance->setContainer($this);
  1392.         return $instance;
  1393.     }
  1394.     /**
  1395.      * Gets the public 'AppBundle\Controller\ExerciseResultController' shared autowired service.
  1396.      *
  1397.      * @return \AppBundle\Controller\ExerciseResultController
  1398.      */
  1399.     protected function getExerciseResultControllerService()
  1400.     {
  1401.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1402.         include_once \dirname(__DIR__4).'/src/AppBundle/Controller/ApiBaseController.php';
  1403.         include_once \dirname(__DIR__4).'/src/AppBundle/Controller/ExerciseResultController.php';
  1404.         $this->services['AppBundle\\Controller\\ExerciseResultController'] = $instance = new \AppBundle\Controller\ExerciseResultController();
  1405.         $instance->setContainer($this);
  1406.         return $instance;
  1407.     }
  1408.     /**
  1409.      * Gets the public 'AppBundle\Controller\HookController' shared autowired service.
  1410.      *
  1411.      * @return \AppBundle\Controller\HookController
  1412.      */
  1413.     protected function getHookControllerService()
  1414.     {
  1415.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1416.         include_once \dirname(__DIR__4).'/src/AppBundle/Controller/HookController.php';
  1417.         $this->services['AppBundle\\Controller\\HookController'] = $instance = new \AppBundle\Controller\HookController($this, ($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))));
  1418.         $instance->setContainer($this);
  1419.         return $instance;
  1420.     }
  1421.     /**
  1422.      * Gets the public 'AppBundle\Controller\InjectController' shared autowired service.
  1423.      *
  1424.      * @return \AppBundle\Controller\InjectController
  1425.      */
  1426.     protected function getInjectControllerService()
  1427.     {
  1428.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1429.         include_once \dirname(__DIR__4).'/src/AppBundle/Controller/InjectController.php';
  1430.         $this->services['AppBundle\\Controller\\InjectController'] = $instance = new \AppBundle\Controller\InjectController(($this->services['CodersLab\\Lms\\Modules\\Materials\\Infrastructure\\Persistence\\Doctrine\\ORMMaterials'] ?? $this->getORMMaterialsService()));
  1431.         $instance->setContainer($this);
  1432.         return $instance;
  1433.     }
  1434.     /**
  1435.      * Gets the public 'AppBundle\Controller\InstanceController' shared autowired service.
  1436.      *
  1437.      * @return \AppBundle\Controller\InstanceController
  1438.      */
  1439.     protected function getInstanceControllerService()
  1440.     {
  1441.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1442.         include_once \dirname(__DIR__4).'/src/AppBundle/Controller/ApiBaseController.php';
  1443.         include_once \dirname(__DIR__4).'/src/AppBundle/Controller/InstanceController.php';
  1444.         $this->services['AppBundle\\Controller\\InstanceController'] = $instance = new \AppBundle\Controller\InstanceController(($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))), ($this->services['app.participation.service'] ?? $this->getApp_Participation_ServiceService()), ($this->services['AppBundle\\Service\\Instance'] ?? $this->getInstanceService()), ($this->services['AppBundle\\Repository\\UserRepository'] ?? $this->getUserRepositoryService()));
  1445.         $instance->setContainer($this);
  1446.         return $instance;
  1447.     }
  1448.     /**
  1449.      * Gets the public 'AppBundle\Controller\LanguageController' shared autowired service.
  1450.      *
  1451.      * @return \AppBundle\Controller\LanguageController
  1452.      */
  1453.     protected function getLanguageControllerService()
  1454.     {
  1455.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1456.         include_once \dirname(__DIR__4).'/src/AppBundle/Controller/LanguageController.php';
  1457.         $this->services['AppBundle\\Controller\\LanguageController'] = $instance = new \AppBundle\Controller\LanguageController(($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))));
  1458.         $instance->setContainer($this);
  1459.         return $instance;
  1460.     }
  1461.     /**
  1462.      * Gets the public 'AppBundle\Controller\ModuleController' shared autowired service.
  1463.      *
  1464.      * @return \AppBundle\Controller\ModuleController
  1465.      */
  1466.     protected function getModuleControllerService()
  1467.     {
  1468.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1469.         include_once \dirname(__DIR__4).'/src/AppBundle/Controller/ApiBaseController.php';
  1470.         include_once \dirname(__DIR__4).'/src/AppBundle/Controller/ModuleController.php';
  1471.         $this->services['AppBundle\\Controller\\ModuleController'] = $instance = new \AppBundle\Controller\ModuleController();
  1472.         $instance->setContainer($this);
  1473.         return $instance;
  1474.     }
  1475.     /**
  1476.      * Gets the public 'AppBundle\Controller\NotificationController' shared autowired service.
  1477.      *
  1478.      * @return \AppBundle\Controller\NotificationController
  1479.      */
  1480.     protected function getNotificationControllerService()
  1481.     {
  1482.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1483.         include_once \dirname(__DIR__4).'/src/AppBundle/Controller/ApiBaseController.php';
  1484.         include_once \dirname(__DIR__4).'/src/AppBundle/Controller/NotificationController.php';
  1485.         $this->services['AppBundle\\Controller\\NotificationController'] = $instance = new \AppBundle\Controller\NotificationController();
  1486.         $instance->setContainer($this);
  1487.         return $instance;
  1488.     }
  1489.     /**
  1490.      * Gets the public 'AppBundle\Controller\RegistrationController' shared autowired service.
  1491.      *
  1492.      * @return \AppBundle\Controller\RegistrationController
  1493.      */
  1494.     protected function getRegistrationControllerService()
  1495.     {
  1496.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1497.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Controller/RegistrationController.php';
  1498.         include_once \dirname(__DIR__4).'/src/AppBundle/Controller/RegistrationController.php';
  1499.         $this->services['AppBundle\\Controller\\RegistrationController'] = $instance = new \AppBundle\Controller\RegistrationController(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->privates['fos_user.profile.form.factory'] ?? $this->getFosUser_Profile_Form_FactoryService()), ($this->services['app.user.manager'] ?? $this->getApp_User_ManagerService()), ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), ($this->services['lexik_jwt_authentication.jwt_manager'] ?? $this->getLexikJwtAuthentication_JwtManagerService()));
  1500.         $instance->setContainer($this);
  1501.         return $instance;
  1502.     }
  1503.     /**
  1504.      * Gets the public 'AppBundle\Controller\SecurityController' shared autowired service.
  1505.      *
  1506.      * @return \AppBundle\Controller\SecurityController
  1507.      */
  1508.     protected function getSecurityControllerService()
  1509.     {
  1510.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1511.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Controller/SecurityController.php';
  1512.         include_once \dirname(__DIR__4).'/src/AppBundle/Controller/SecurityController.php';
  1513.         $this->services['AppBundle\\Controller\\SecurityController'] = $instance = new \AppBundle\Controller\SecurityController(($this->privates['security.authentication_utils'] ?? $this->getSecurity_AuthenticationUtilsService()), ($this->services['AppBundle\\Repository\\InstanceRepository'] ?? $this->getInstanceRepositoryService()));
  1514.         $instance->setContainer($this);
  1515.         return $instance;
  1516.     }
  1517.     /**
  1518.      * Gets the public 'AppBundle\EventListener\AuthenticationSuccessListener' shared autowired service.
  1519.      *
  1520.      * @return \AppBundle\EventListener\AuthenticationSuccessListener
  1521.      */
  1522.     protected function getAuthenticationSuccessListenerService()
  1523.     {
  1524.         return $this->services['AppBundle\\EventListener\\AuthenticationSuccessListener'] = new \AppBundle\EventListener\AuthenticationSuccessListener(($this->services['lexik_jwt_authentication.jwt_manager'] ?? $this->getLexikJwtAuthentication_JwtManagerService()), ($this->services['lexik_jwt_authentication.encoder'] ?? $this->getLexikJwtAuthentication_EncoderService()), ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), ($this->services['.container.private.session'] ?? $this->get_Container_Private_SessionService()), ($this->services['CodersLab\\Lms\\SharedKernel\\Domain\\Bus\\CommandBus'] ?? $this->getCommandBusService()));
  1525.     }
  1526.     /**
  1527.      * Gets the public 'AppBundle\EventListener\EventPublisherListener' shared autowired service.
  1528.      *
  1529.      * @return \AppBundle\EventListener\EventPublisherListener
  1530.      */
  1531.     protected function getEventPublisherListenerService()
  1532.     {
  1533.         return $this->services['AppBundle\\EventListener\\EventPublisherListener'] = new \AppBundle\EventListener\EventPublisherListener(($this->services['CodersLab\\Lms\\SharedKernel\\Domain\\Bus\\EventBus'] ?? $this->getEventBusService()), ($this->services['CodersLab\\Lms\\SharedKernel\\Domain\\Bus\\EventRecorder'] ?? ($this->services['CodersLab\\Lms\\SharedKernel\\Domain\\Bus\\EventRecorder'] = new \CodersLab\Lms\SharedKernel\Domain\Bus\EventRecorder())));
  1534.     }
  1535.     /**
  1536.      * Gets the public 'AppBundle\EventListener\ExerciseRenamerListener' shared autowired service.
  1537.      *
  1538.      * @return \AppBundle\EventListener\ExerciseRenamerListener
  1539.      */
  1540.     protected function getExerciseRenamerListenerService()
  1541.     {
  1542.         include_once \dirname(__DIR__4).'/src/AppBundle/EventListener/ExerciseRenamerListener.php';
  1543.         return $this->services['AppBundle\\EventListener\\ExerciseRenamerListener'] = new \AppBundle\EventListener\ExerciseRenamerListener(($this->services['app.github.students'] ?? $this->getApp_Github_StudentsService()));
  1544.     }
  1545.     /**
  1546.      * Gets the public 'AppBundle\EventListener\LocaleSubscriber' shared autowired service.
  1547.      *
  1548.      * @return \AppBundle\EventListener\LocaleSubscriber
  1549.      */
  1550.     protected function getLocaleSubscriberService()
  1551.     {
  1552.         return $this->services['AppBundle\\EventListener\\LocaleSubscriber'] = new \AppBundle\EventListener\LocaleSubscriber($this->getEnv('PRIMARY_LANG'));
  1553.     }
  1554.     /**
  1555.      * Gets the public 'AppBundle\Event\GitHubCallExceptionListener' shared autowired service.
  1556.      *
  1557.      * @return \AppBundle\Event\GitHubCallExceptionListener
  1558.      */
  1559.     protected function getGitHubCallExceptionListenerService()
  1560.     {
  1561.         include_once \dirname(__DIR__4).'/src/AppBundle/Event/GitHubCallExceptionListener.php';
  1562.         return $this->services['AppBundle\\Event\\GitHubCallExceptionListener'] = new \AppBundle\Event\GitHubCallExceptionListener(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()), ($this->services['translator'] ?? $this->getTranslatorService()));
  1563.     }
  1564.     /**
  1565.      * Gets the public 'AppBundle\Factory\UserFactory' shared autowired service.
  1566.      *
  1567.      * @return \AppBundle\Factory\UserFactory
  1568.      */
  1569.     protected function getUserFactoryService()
  1570.     {
  1571.         include_once \dirname(__DIR__4).'/src/Lms/SharedKernel/Application/IUserFactory.php';
  1572.         include_once \dirname(__DIR__4).'/src/AppBundle/Factory/UserFactory.php';
  1573.         return $this->services['AppBundle\\Factory\\UserFactory'] = new \AppBundle\Factory\UserFactory();
  1574.     }
  1575.     /**
  1576.      * Gets the public 'AppBundle\Form\InstanceForm' shared autowired service.
  1577.      *
  1578.      * @return \AppBundle\Form\InstanceForm
  1579.      */
  1580.     protected function getInstanceFormService()
  1581.     {
  1582.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  1583.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  1584.         include_once \dirname(__DIR__4).'/src/AppBundle/Form/InstanceType.php';
  1585.         include_once \dirname(__DIR__4).'/src/AppBundle/Form/InstanceForm.php';
  1586.         return $this->services['AppBundle\\Form\\InstanceForm'] = new \AppBundle\Form\InstanceForm(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['AppBundle\\Repository\\InstanceRepository'] ?? $this->getInstanceRepositoryService()));
  1587.     }
  1588.     /**
  1589.      * Gets the public 'AppBundle\Form\InstanceType' shared autowired service.
  1590.      *
  1591.      * @return \AppBundle\Form\InstanceType
  1592.      */
  1593.     protected function getInstanceTypeService()
  1594.     {
  1595.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  1596.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  1597.         include_once \dirname(__DIR__4).'/src/AppBundle/Form/InstanceType.php';
  1598.         return $this->services['AppBundle\\Form\\InstanceType'] = new \AppBundle\Form\InstanceType(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['AppBundle\\Repository\\InstanceRepository'] ?? $this->getInstanceRepositoryService()));
  1599.     }
  1600.     /**
  1601.      * Gets the public 'AppBundle\Form\RegistrationType' shared autowired service.
  1602.      *
  1603.      * @return \AppBundle\Form\RegistrationType
  1604.      */
  1605.     protected function getRegistrationTypeService()
  1606.     {
  1607.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  1608.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  1609.         include_once \dirname(__DIR__4).'/src/AppBundle/Form/RegistrationType.php';
  1610.         include_once \dirname(__DIR__4).'/src/Lms/SharedKernel/Application/TenantLanguages.php';
  1611.         return $this->services['AppBundle\\Form\\RegistrationType'] = new \AppBundle\Form\RegistrationType(($this->services['CodersLab\\Lms\\SharedKernel\\Application\\TenantLanguages'] ?? ($this->services['CodersLab\\Lms\\SharedKernel\\Application\\TenantLanguages'] = new \CodersLab\Lms\SharedKernel\Application\TenantLanguages($this->getEnv('PRIMARY_LANG'), $this->getEnv('TENANT_USER_LANGUAGES')))));
  1612.     }
  1613.     /**
  1614.      * Gets the public 'AppBundle\Form\UserType' shared autowired service.
  1615.      *
  1616.      * @return \AppBundle\Form\UserType
  1617.      */
  1618.     protected function getUserTypeService()
  1619.     {
  1620.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  1621.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  1622.         include_once \dirname(__DIR__4).'/src/AppBundle/Form/UserType.php';
  1623.         include_once \dirname(__DIR__4).'/src/Lms/SharedKernel/Application/TenantLanguages.php';
  1624.         return $this->services['AppBundle\\Form\\UserType'] = new \AppBundle\Form\UserType(($this->services['CodersLab\\Lms\\SharedKernel\\Application\\TenantLanguages'] ?? ($this->services['CodersLab\\Lms\\SharedKernel\\Application\\TenantLanguages'] = new \CodersLab\Lms\SharedKernel\Application\TenantLanguages($this->getEnv('PRIMARY_LANG'), $this->getEnv('TENANT_USER_LANGUAGES')))), ($this->services['app.github.students'] ?? $this->getApp_Github_StudentsService()), ($this->services['AppBundle\\Repository\\UserRepository'] ?? $this->getUserRepositoryService()));
  1625.     }
  1626.     /**
  1627.      * Gets the public 'AppBundle\Repository\CityRepository' shared autowired service.
  1628.      *
  1629.      * @return \AppBundle\Repository\CityRepository
  1630.      */
  1631.     protected function getCityRepositoryService()
  1632.     {
  1633.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
  1634.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  1635.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  1636.         include_once \dirname(__DIR__4).'/src/AppBundle/Repository/AbstractRepository.php';
  1637.         include_once \dirname(__DIR__4).'/src/Lms/SharedKernel/Application/ICityRepository.php';
  1638.         include_once \dirname(__DIR__4).'/src/AppBundle/Repository/CityRepository.php';
  1639.         return $this->services['AppBundle\\Repository\\CityRepository'] = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService())->getRepository('AppBundle\\Entity\\City');
  1640.     }
  1641.     /**
  1642.      * Gets the public 'AppBundle\Repository\ExerciseRepository' shared autowired service.
  1643.      *
  1644.      * @return \AppBundle\Repository\ExerciseRepository
  1645.      */
  1646.     protected function getExerciseRepositoryService()
  1647.     {
  1648.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
  1649.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  1650.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  1651.         include_once \dirname(__DIR__4).'/src/Lms/Modules/Courses/Application/IExerciseRepository.php';
  1652.         include_once \dirname(__DIR__4).'/src/AppBundle/Repository/ExerciseRepository.php';
  1653.         return $this->services['AppBundle\\Repository\\ExerciseRepository'] = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService())->getRepository('AppBundle\\Entity\\Exercise');
  1654.     }
  1655.     /**
  1656.      * Gets the public 'AppBundle\Repository\InstanceRepository' shared autowired service.
  1657.      *
  1658.      * @return \AppBundle\Repository\InstanceRepository
  1659.      */
  1660.     protected function getInstanceRepositoryService()
  1661.     {
  1662.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
  1663.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  1664.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  1665.         include_once \dirname(__DIR__4).'/src/Lms/Modules/Courses/Application/IInstanceRepository.php';
  1666.         include_once \dirname(__DIR__4).'/src/AppBundle/Repository/InstanceRepository.php';
  1667.         return $this->services['AppBundle\\Repository\\InstanceRepository'] = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService())->getRepository('AppBundle\\Entity\\Instance');
  1668.     }
  1669.     /**
  1670.      * Gets the public 'AppBundle\Repository\InstanceUserRepository' shared autowired service.
  1671.      *
  1672.      * @return \AppBundle\Repository\InstanceUserRepository
  1673.      */
  1674.     protected function getInstanceUserRepositoryService()
  1675.     {
  1676.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
  1677.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  1678.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  1679.         include_once \dirname(__DIR__4).'/src/AppBundle/Repository/InstanceUserRepository.php';
  1680.         return $this->services['AppBundle\\Repository\\InstanceUserRepository'] = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService())->getRepository('AppBundle\\Entity\\InstanceUser');
  1681.     }
  1682.     /**
  1683.      * Gets the public 'AppBundle\Repository\ModuleRepository' shared autowired service.
  1684.      *
  1685.      * @return \AppBundle\Repository\ModuleRepository
  1686.      */
  1687.     protected function getModuleRepositoryService()
  1688.     {
  1689.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
  1690.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  1691.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  1692.         include_once \dirname(__DIR__4).'/src/AppBundle/Repository/ModuleRepository.php';
  1693.         return $this->services['AppBundle\\Repository\\ModuleRepository'] = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService())->getRepository('AppBundle\\Entity\\Module');
  1694.     }
  1695.     /**
  1696.      * Gets the public 'AppBundle\Repository\UserRepository' shared autowired service.
  1697.      *
  1698.      * @return \AppBundle\Repository\UserRepository
  1699.      */
  1700.     protected function getUserRepositoryService()
  1701.     {
  1702.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
  1703.         include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  1704.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  1705.         include_once \dirname(__DIR__4).'/src/AppBundle/Repository/AbstractRepository.php';
  1706.         include_once \dirname(__DIR__4).'/src/Lms/SharedKernel/Application/SecurityContext/Users.php';
  1707.         include_once \dirname(__DIR__4).'/src/Lms/SharedKernel/Application/IUserRepository.php';
  1708.         include_once \dirname(__DIR__4).'/src/AppBundle/Repository/UserRepository.php';
  1709.         return $this->services['AppBundle\\Repository\\UserRepository'] = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService())->getRepository('AppBundle\\Entity\\User');
  1710.     }
  1711.     /**
  1712.      * Gets the public 'AppBundle\Service\ExerciseFactory' shared autowired service.
  1713.      *
  1714.      * @return \AppBundle\Service\ExerciseFactory
  1715.      */
  1716.     protected function getExerciseFactoryService()
  1717.     {
  1718.         include_once \dirname(__DIR__4).'/src/Lms/Modules/Materials/Application/Service/IExerciseFactory.php';
  1719.         include_once \dirname(__DIR__4).'/src/AppBundle/Service/ExerciseFactory.php';
  1720.         return $this->services['AppBundle\\Service\\ExerciseFactory'] = new \AppBundle\Service\ExerciseFactory();
  1721.     }
  1722.     /**
  1723.      * Gets the public 'AppBundle\Service\Instance' shared autowired service.
  1724.      *
  1725.      * @return \AppBundle\Service\Instance
  1726.      */
  1727.     protected function getInstanceService()
  1728.     {
  1729.         include_once \dirname(__DIR__4).'/src/AppBundle/Service/Instance.php';
  1730.         return $this->services['AppBundle\\Service\\Instance'] = new \AppBundle\Service\Instance(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['knp_paginator'] ?? $this->getKnpPaginatorService()), \dirname(__DIR__4), ($this->services['AppBundle\\Service\\JiraUser'] ?? $this->getJiraUserService()), ($this->services['AppBundle\\Service\\JiraGroup'] ?? $this->getJiraGroupService()), ($this->services['translator'] ?? $this->getTranslatorService()), ($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))));
  1731.     }
  1732.     /**
  1733.      * Gets the public 'AppBundle\Service\JiraGroup' shared autowired service.
  1734.      *
  1735.      * @return \AppBundle\Service\JiraGroup
  1736.      */
  1737.     protected function getJiraGroupService()
  1738.     {
  1739.         include_once \dirname(__DIR__4).'/vendor/lesstif/php-jira-rest-client/src/JiraClient.php';
  1740.         include_once \dirname(__DIR__4).'/vendor/lesstif/php-jira-rest-client/src/Group/GroupService.php';
  1741.         include_once \dirname(__DIR__4).'/src/AppBundle/Service/JiraGroup.php';
  1742.         return $this->services['AppBundle\\Service\\JiraGroup'] = new \AppBundle\Service\JiraGroup($this->parameters['jira_students']);
  1743.     }
  1744.     /**
  1745.      * Gets the public 'AppBundle\Service\JiraUser' shared autowired service.
  1746.      *
  1747.      * @return \AppBundle\Service\JiraUser
  1748.      */
  1749.     protected function getJiraUserService()
  1750.     {
  1751.         include_once \dirname(__DIR__4).'/vendor/lesstif/php-jira-rest-client/src/JiraClient.php';
  1752.         include_once \dirname(__DIR__4).'/vendor/lesstif/php-jira-rest-client/src/User/UserService.php';
  1753.         include_once \dirname(__DIR__4).'/src/AppBundle/Service/JiraUser.php';
  1754.         return $this->services['AppBundle\\Service\\JiraUser'] = new \AppBundle\Service\JiraUser($this->parameters['jira_students']);
  1755.     }
  1756.     /**
  1757.      * Gets the public 'AppBundle\Service\Mailing\MailingDispatchStudentsService' shared autowired service.
  1758.      *
  1759.      * @return \AppBundle\Service\Mailing\MailingDispatchStudentsService
  1760.      */
  1761.     protected function getMailingDispatchStudentsServiceService()
  1762.     {
  1763.         include_once \dirname(__DIR__4).'/src/AppBundle/Service/Mailing/MailingDispatchStudentsService.php';
  1764.         return $this->services['AppBundle\\Service\\Mailing\\MailingDispatchStudentsService'] = new \AppBundle\Service\Mailing\MailingDispatchStudentsService(($this->services['AppBundle\\Repository\\UserRepository'] ?? $this->getUserRepositoryService()));
  1765.     }
  1766.     /**
  1767.      * Gets the public 'AppBundle\Service\UserService' shared autowired service.
  1768.      *
  1769.      * @return \AppBundle\Service\UserService
  1770.      */
  1771.     protected function getUserServiceService()
  1772.     {
  1773.         include_once \dirname(__DIR__4).'/src/AppBundle/Service/UserService.php';
  1774.         return $this->services['AppBundle\\Service\\UserService'] = new \AppBundle\Service\UserService((\dirname(__DIR__4).'/Resources/raw'), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['knp_paginator'] ?? $this->getKnpPaginatorService()));
  1775.     }
  1776.     /**
  1777.      * Gets the public 'AppBundle\Twig\AppExtension' shared autowired service.
  1778.      *
  1779.      * @return \AppBundle\Twig\AppExtension
  1780.      */
  1781.     protected function getAppExtensionService()
  1782.     {
  1783.         return $this->services['AppBundle\\Twig\\AppExtension'] = new \AppBundle\Twig\AppExtension();
  1784.     }
  1785.     /**
  1786.      * Gets the public 'CodersLab\Lms\Modules\Courses\Application\Handler\AddUserToSelfRegisterInstanceHandler' shared autowired service.
  1787.      *
  1788.      * @return \CodersLab\Lms\Modules\Courses\Application\Handler\AddUserToSelfRegisterInstanceHandler
  1789.      */
  1790.     protected function getAddUserToSelfRegisterInstanceHandlerService()
  1791.     {
  1792.         include_once \dirname(__DIR__4).'/src/Lms/Modules/Courses/Application/Handler/AddUserToSelfRegisterInstanceHandler.php';
  1793.         return $this->services['CodersLab\\Lms\\Modules\\Courses\\Application\\Handler\\AddUserToSelfRegisterInstanceHandler'] = new \CodersLab\Lms\Modules\Courses\Application\Handler\AddUserToSelfRegisterInstanceHandler(($this->services['AppBundle\\Repository\\InstanceRepository'] ?? $this->getInstanceRepositoryService()), ($this->services['AppBundle\\Repository\\UserRepository'] ?? $this->getUserRepositoryService()), ($this->services['app.participation.service'] ?? $this->getApp_Participation_ServiceService()));
  1794.     }
  1795.     /**
  1796.      * Gets the public 'CodersLab\Lms\Modules\Courses\Application\Handler\ChangeGithubRepositoryNameHandler' shared autowired service.
  1797.      *
  1798.      * @return \CodersLab\Lms\Modules\Courses\Application\Handler\ChangeGithubRepositoryNameHandler
  1799.      */
  1800.     protected function getChangeGithubRepositoryNameHandlerService()
  1801.     {
  1802.         include_once \dirname(__DIR__4).'/src/Lms/Modules/Courses/Application/Handler/ChangeGithubRepositoryNameHandler.php';
  1803.         return $this->services['CodersLab\\Lms\\Modules\\Courses\\Application\\Handler\\ChangeGithubRepositoryNameHandler'] = new \CodersLab\Lms\Modules\Courses\Application\Handler\ChangeGithubRepositoryNameHandler(($this->services['app.github.students'] ?? $this->getApp_Github_StudentsService()), ($this->services['CodersLab\\Lms\\Modules\\Materials\\Infrastructure\\Persistence\\Doctrine\\ORMExercises'] ?? $this->getORMExercisesService()));
  1804.     }
  1805.     /**
  1806.      * Gets the public 'CodersLab\Lms\Modules\Courses\Application\Handler\SynchroniseCourseScheduleUrlHandler' shared autowired service.
  1807.      *
  1808.      * @return \CodersLab\Lms\Modules\Courses\Application\Handler\SynchroniseCourseScheduleUrlHandler
  1809.      */
  1810.     protected function getSynchroniseCourseScheduleUrlHandlerService()
  1811.     {
  1812.         include_once \dirname(__DIR__4).'/src/Lms/Modules/Courses/Application/Handler/SynchroniseCourseScheduleUrlHandler.php';
  1813.         return $this->services['CodersLab\\Lms\\Modules\\Courses\\Application\\Handler\\SynchroniseCourseScheduleUrlHandler'] = new \CodersLab\Lms\Modules\Courses\Application\Handler\SynchroniseCourseScheduleUrlHandler(($this->services['CodersLab\\Lms\\SharedKernel\\Infrastructure\\HubClient'] ?? $this->getHubClientService()), ($this->services['CodersLab\\Lms\\Modules\\Courses\\Infrastructure\\Read\\DbalCourseInstanceQuery'] ?? $this->getDbalCourseInstanceQueryService()), ($this->services['doctrine.dbal.default_connection'] ?? $this->getDoctrine_Dbal_DefaultConnectionService()));
  1814.     }
  1815.     /**
  1816.      * Gets the public 'CodersLab\Lms\Modules\Courses\Application\Listener\CourseInstanceAddedListener' shared autowired service.
  1817.      *
  1818.      * @return \CodersLab\Lms\Modules\Courses\Application\Listener\CourseInstanceAddedListener
  1819.      */
  1820.     protected function getCourseInstanceAddedListenerService()
  1821.     {
  1822.         include_once \dirname(__DIR__4).'/src/Lms/Modules/Courses/Application/Listener/CourseInstanceAddedListener.php';
  1823.         return $this->services['CodersLab\\Lms\\Modules\\Courses\\Application\\Listener\\CourseInstanceAddedListener'] = new \CodersLab\Lms\Modules\Courses\Application\Listener\CourseInstanceAddedListener(($this->services['CodersLab\\Lms\\SharedKernel\\Domain\\Bus\\CommandBus'] ?? $this->getCommandBusService()));
  1824.     }
  1825.     /**
  1826.      * Gets the public 'CodersLab\Lms\Modules\Courses\Application\Listener\NewUserAddedEventListener' shared autowired service.
  1827.      *
  1828.      * @return \CodersLab\Lms\Modules\Courses\Application\Listener\NewUserAddedEventListener
  1829.      */
  1830.     protected function getNewUserAddedEventListenerService()
  1831.     {
  1832.         include_once \dirname(__DIR__4).'/src/Lms/Modules/Courses/Application/Listener/NewUserAddedEventListener.php';
  1833.         return $this->services['CodersLab\\Lms\\Modules\\Courses\\Application\\Listener\\NewUserAddedEventListener'] = new \CodersLab\Lms\Modules\Courses\Application\Listener\NewUserAddedEventListener(($this->services['CodersLab\\Lms\\SharedKernel\\Domain\\Bus\\CommandBus'] ?? $this->getCommandBusService()));
  1834.     }
  1835.     /**
  1836.      * Gets the public 'CodersLab\Lms\Modules\Courses\Application\Listener\SignatureUpdatedListener' shared autowired service.
  1837.      *
  1838.      * @return \CodersLab\Lms\Modules\Courses\Application\Listener\SignatureUpdatedListener
  1839.      */
  1840.     protected function getSignatureUpdatedListenerService()
  1841.     {
  1842.         include_once \dirname(__DIR__4).'/src/Lms/Modules/Courses/Application/Listener/SignatureUpdatedListener.php';
  1843.         return $this->services['CodersLab\\Lms\\Modules\\Courses\\Application\\Listener\\SignatureUpdatedListener'] = new \CodersLab\Lms\Modules\Courses\Application\Listener\SignatureUpdatedListener(($this->services['CodersLab\\Lms\\SharedKernel\\Domain\\Bus\\CommandBus'] ?? $this->getCommandBusService()), ($this->services['CodersLab\\Lms\\Modules\\Courses\\Infrastructure\\Read\\DbalMaterialExerciseQuery'] ?? $this->getDbalMaterialExerciseQueryService()));
  1844.     }
  1845.     /**
  1846.      * Gets the public 'CodersLab\Lms\Modules\Courses\Infrastructure\Persistence\LanguageRepository' shared autowired service.
  1847.      *
  1848.      * @return \CodersLab\Lms\Modules\Courses\Infrastructure\Persistence\LanguageRepository
  1849.      */
  1850.     protected function getLanguageRepositoryService()
  1851.     {
  1852.         include_once \dirname(__DIR__4).'/src/Lms/Modules/Courses/Application/ILanguageRepository.php';
  1853.         include_once \dirname(__DIR__4).'/src/Lms/Modules/Courses/Infrastructure/Persistence/LanguageRepository.php';
  1854.         return $this->services['CodersLab\\Lms\\Modules\\Courses\\Infrastructure\\Persistence\\LanguageRepository'] = new \CodersLab\Lms\Modules\Courses\Infrastructure\Persistence\LanguageRepository(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  1855.     }
  1856.     /**
  1857.      * Gets the public 'CodersLab\Lms\Modules\Courses\Infrastructure\Persistence\ModeRepository' shared autowired service.
  1858.      *
  1859.      * @return \CodersLab\Lms\Modules\Courses\Infrastructure\Persistence\ModeRepository
  1860.      */
  1861.     protected function getModeRepositoryService()
  1862.     {
  1863.         include_once \dirname(__DIR__4).'/src/Lms/Modules/Courses/Application/IModeRepository.php';
  1864.         include_once \dirname(__DIR__4).'/src/Lms/Modules/Courses/Infrastructure/Persistence/ModeRepository.php';
  1865.         return $this->services['CodersLab\\Lms\\Modules\\Courses\\Infrastructure\\Persistence\\ModeRepository'] = new \CodersLab\Lms\Modules\Courses\Infrastructure\Persistence\ModeRepository(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  1866.     }
  1867.     /**
  1868.      * Gets the public 'CodersLab\Lms\Modules\Courses\Infrastructure\Read\DbalCourseInstanceQuery' shared autowired service.
  1869.      *
  1870.      * @return \CodersLab\Lms\Modules\Courses\Infrastructure\Read\DbalCourseInstanceQuery
  1871.      */
  1872.     protected function getDbalCourseInstanceQueryService()
  1873.     {
  1874.         include_once \dirname(__DIR__4).'/src/Lms/Modules/Courses/Application/Query/CourseInstanceQuery.php';
  1875.         include_once \dirname(__DIR__4).'/src/Lms/Modules/Courses/Infrastructure/Read/DbalCourseInstanceQuery.php';
  1876.         return $this->services['CodersLab\\Lms\\Modules\\Courses\\Infrastructure\\Read\\DbalCourseInstanceQuery'] = new \CodersLab\Lms\Modules\Courses\Infrastructure\Read\DbalCourseInstanceQuery(($this->services['doctrine.dbal.default_connection'] ?? $this->getDoctrine_Dbal_DefaultConnectionService()), ($this->services['CodersLab\\Lms\\SharedKernel\\Infrastructure\\Security\\SymfonySecurityContext'] ?? $this->getSymfonySecurityContextService()));
  1877.     }
  1878.     /**
  1879.      * Gets the public 'CodersLab\Lms\Modules\Courses\Infrastructure\Read\DbalCourseQuery' shared autowired service.
  1880.      *
  1881.      * @return \CodersLab\Lms\Modules\Courses\Infrastructure\Read\DbalCourseQuery
  1882.      */
  1883.     protected function getDbalCourseQueryService()
  1884.     {
  1885.         include_once \dirname(__DIR__4).'/src/Lms/Modules/Courses/Application/Query/CourseQuery.php';
  1886.         include_once \dirname(__DIR__4).'/src/Lms/Modules/Courses/Infrastructure/Read/DbalCourseQuery.php';
  1887.         return $this->services['CodersLab\\Lms\\Modules\\Courses\\Infrastructure\\Read\\DbalCourseQuery'] = new \CodersLab\Lms\Modules\Courses\Infrastructure\Read\DbalCourseQuery(($this->services['doctrine.dbal.default_connection'] ?? $this->getDoctrine_Dbal_DefaultConnectionService()));
  1888.     }
  1889.     /**
  1890.      * Gets the public 'CodersLab\Lms\Modules\Courses\Infrastructure\Read\DbalMaterialExerciseQuery' shared autowired service.
  1891.      *
  1892.      * @return \CodersLab\Lms\Modules\Courses\Infrastructure\Read\DbalMaterialExerciseQuery
  1893.      */
  1894.     protected function getDbalMaterialExerciseQueryService()
  1895.     {
  1896.         include_once \dirname(__DIR__4).'/src/Lms/Modules/Courses/Application/Query/MaterialsExerciseQuery.php';
  1897.         include_once \dirname(__DIR__4).'/src/Lms/Modules/Courses/Infrastructure/Read/DbalMaterialExerciseQuery.php';
  1898.         return $this->services['CodersLab\\Lms\\Modules\\Courses\\Infrastructure\\Read\\DbalMaterialExerciseQuery'] = new \CodersLab\Lms\Modules\Courses\Infrastructure\Read\DbalMaterialExerciseQuery(($this->services['doctrine.dbal.default_connection'] ?? $this->getDoctrine_Dbal_DefaultConnectionService()));
  1899.     }
  1900.     /**
  1901.      * Gets the public 'CodersLab\Lms\Modules\Courses\Infrastructure\Read\DbalNavigationQuery' shared autowired service.
  1902.      *
  1903.      * @return \CodersLab\Lms\Modules\Courses\Infrastructure\Read\DbalNavigationQuery
  1904.      */
  1905.     protected function getDbalNavigationQueryService()
  1906.     {
  1907.         include_once \dirname(__DIR__4).'/src/Lms/Modules/Courses/Application/Query/NavigationQuery.php';
  1908.         include_once \dirname(__DIR__4).'/src/Lms/Modules/Courses/Infrastructure/Read/DbalNavigationQuery.php';
  1909.         return $this->services['CodersLab\\Lms\\Modules\\Courses\\Infrastructure\\Read\\DbalNavigationQuery'] = new \CodersLab\Lms\Modules\Courses\Infrastructure\Read\DbalNavigationQuery(($this->services['doctrine.dbal.default_connection'] ?? $this->getDoctrine_Dbal_DefaultConnectionService()), ($this->services['CodersLab\\Lms\\Modules\\IdentityAccess\\Infrastructure\\ContentAccessContext'] ?? $this->getContentAccessContextService()));
  1910.     }
  1911.     /**
  1912.      * Gets the public 'CodersLab\Lms\Modules\Courses\Infrastructure\Read\DbalProductQuery' shared autowired service.
  1913.      *
  1914.      * @return \CodersLab\Lms\Modules\Courses\Infrastructure\Read\DbalProductQuery
  1915.      */
  1916.     protected function getDbalProductQueryService()
  1917.     {
  1918.         include_once \dirname(__DIR__4).'/src/Lms/Modules/Courses/Application/Query/ProductQuery.php';
  1919.         include_once \dirname(__DIR__4).'/src/Lms/Modules/Courses/Infrastructure/Read/DbalProductQuery.php';
  1920.         return $this->services['CodersLab\\Lms\\Modules\\Courses\\Infrastructure\\Read\\DbalProductQuery'] = new \CodersLab\Lms\Modules\Courses\Infrastructure\Read\DbalProductQuery(($this->services['doctrine.dbal.default_connection'] ?? $this->getDoctrine_Dbal_DefaultConnectionService()));
  1921.     }
  1922.     /**
  1923.      * Gets the public 'CodersLab\Lms\Modules\Courses\Infrastructure\Read\DbalTechnologyQuery' shared autowired service.
  1924.      *
  1925.      * @return \CodersLab\Lms\Modules\Courses\Infrastructure\Read\DbalTechnologyQuery
  1926.      */
  1927.     protected function getDbalTechnologyQueryService()
  1928.     {
  1929.         include_once \dirname(__DIR__4).'/src/Lms/Modules/Courses/Application/Query/TechnologyQuery.php';
  1930.         include_once \dirname(__DIR__4).'/src/Lms/Modules/Courses/Infrastructure/Read/DbalTechnologyQuery.php';
  1931.         return $this->services['CodersLab\\Lms\\Modules\\Courses\\Infrastructure\\Read\\DbalTechnologyQuery'] = new \CodersLab\Lms\Modules\Courses\Infrastructure\Read\DbalTechnologyQuery(($this->services['doctrine.dbal.default_connection'] ?? $this->getDoctrine_Dbal_DefaultConnectionService()));
  1932.     }
  1933.     /**
  1934.      * Gets the public 'CodersLab\Lms\Modules\IdentityAccess\Application\Handler\AddAllStudentsAccessHandler' shared autowired service.
  1935.      *
  1936.      * @return \CodersLab\Lms\Modules\IdentityAccess\Application\Handler\AddAllStudentsAccessHandler
  1937.      */
  1938.     protected function getAddAllStudentsAccessHandlerService()
  1939.     {
  1940.         include_once \dirname(__DIR__4).'/src/Lms/Modules/IdentityAccess/Application/Handler/AddAllStudentsAccessHandler.php';
  1941.         return $this->services['CodersLab\\Lms\\Modules\\IdentityAccess\\Application\\Handler\\AddAllStudentsAccessHandler'] = new \CodersLab\Lms\Modules\IdentityAccess\Application\Handler\AddAllStudentsAccessHandler(($this->services['CodersLab\\Lms\\Modules\\IdentityAccess\\Infrastructure\\Persistence\\Doctrine\\ORMUserAccessRepository'] ?? $this->getORMUserAccessRepositoryService()), ($this->services['CodersLab\\Lms\\SharedKernel\\Domain\\Bus\\EventBus'] ?? $this->getEventBusService()));
  1942.     }
  1943.     /**
  1944.      * Gets the public 'CodersLab\Lms\Modules\IdentityAccess\Application\Handler\AddLecturerAccessHandler' shared autowired service.
  1945.      *
  1946.      * @return \CodersLab\Lms\Modules\IdentityAccess\Application\Handler\AddLecturerAccessHandler
  1947.      */
  1948.     protected function getAddLecturerAccessHandlerService()
  1949.     {
  1950.         include_once \dirname(__DIR__4).'/src/Lms/Modules/IdentityAccess/Application/Handler/AddLecturerAccessHandler.php';
  1951.         return $this->services['CodersLab\\Lms\\Modules\\IdentityAccess\\Application\\Handler\\AddLecturerAccessHandler'] = new \CodersLab\Lms\Modules\IdentityAccess\Application\Handler\AddLecturerAccessHandler(($this->services['CodersLab\\Lms\\Modules\\IdentityAccess\\Infrastructure\\Persistence\\Doctrine\\ORMUserAccessRepository'] ?? $this->getORMUserAccessRepositoryService()), ($this->services['CodersLab\\Lms\\SharedKernel\\Domain\\Bus\\EventBus'] ?? $this->getEventBusService()));
  1952.     }
  1953.     /**
  1954.      * Gets the public 'CodersLab\Lms\Modules\IdentityAccess\Application\Handler\AddStudentExamAccessHandler' shared autowired service.
  1955.      *
  1956.      * @return \CodersLab\Lms\Modules\IdentityAccess\Application\Handler\AddStudentExamAccessHandler
  1957.      */
  1958.     protected function getAddStudentExamAccessHandlerService()
  1959.     {
  1960.         include_once \dirname(__DIR__4).'/src/Lms/Modules/IdentityAccess/Application/Handler/AddStudentExamAccessHandler.php';
  1961.         return $this->services['CodersLab\\Lms\\Modules\\IdentityAccess\\Application\\Handler\\AddStudentExamAccessHandler'] = new \CodersLab\Lms\Modules\IdentityAccess\Application\Handler\AddStudentExamAccessHandler(($this->services['CodersLab\\Lms\\Modules\\IdentityAccess\\Infrastructure\\Persistence\\Doctrine\\ORMUserAccessRepository'] ?? $this->getORMUserAccessRepositoryService()), ($this->services['CodersLab\\Lms\\SharedKernel\\Domain\\Bus\\EventBus'] ?? $this->getEventBusService()));
  1962.     }
  1963.     /**
  1964.      * Gets the public 'CodersLab\Lms\Modules\IdentityAccess\Application\Handler\AddStudentModuleAccessHandler' shared autowired service.
  1965.      *
  1966.      * @return \CodersLab\Lms\Modules\IdentityAccess\Application\Handler\AddStudentModuleAccessHandler
  1967.      */
  1968.     protected function getAddStudentModuleAccessHandlerService()
  1969.     {
  1970.         include_once \dirname(__DIR__4).'/src/Lms/Modules/IdentityAccess/Application/Handler/AddStudentModuleAccessHandler.php';
  1971.         return $this->services['CodersLab\\Lms\\Modules\\IdentityAccess\\Application\\Handler\\AddStudentModuleAccessHandler'] = new \CodersLab\Lms\Modules\IdentityAccess\Application\Handler\AddStudentModuleAccessHandler(($this->services['CodersLab\\Lms\\Modules\\IdentityAccess\\Infrastructure\\Persistence\\Doctrine\\ORMUserAccessRepository'] ?? $this->getORMUserAccessRepositoryService()), ($this->services['CodersLab\\Lms\\SharedKernel\\Domain\\Bus\\EventBus'] ?? $this->getEventBusService()));
  1972.     }
  1973.     /**
  1974.      * Gets the public 'CodersLab\Lms\Modules\IdentityAccess\Application\Handler\AddStudentsExamsAccessHandler' shared autowired service.
  1975.      *
  1976.      * @return \CodersLab\Lms\Modules\IdentityAccess\Application\Handler\AddStudentsExamsAccessHandler
  1977.      */
  1978.     protected function getAddStudentsExamsAccessHandlerService()
  1979.     {
  1980.         include_once \dirname(__DIR__4).'/src/Lms/Modules/IdentityAccess/Application/Handler/AddStudentsExamsAccessHandler.php';
  1981.         return $this->services['CodersLab\\Lms\\Modules\\IdentityAccess\\Application\\Handler\\AddStudentsExamsAccessHandler'] = new \CodersLab\Lms\Modules\IdentityAccess\Application\Handler\AddStudentsExamsAccessHandler(($this->services['CodersLab\\Lms\\Modules\\IdentityAccess\\Infrastructure\\Persistence\\Doctrine\\ORMUserAccessRepository'] ?? $this->getORMUserAccessRepositoryService()), ($this->services['CodersLab\\Lms\\SharedKernel\\Domain\\Bus\\EventBus'] ?? $this->getEventBusService()));
  1982.     }
  1983.     /**
  1984.      * Gets the public 'CodersLab\Lms\Modules\IdentityAccess\Application\Handler\Bookmark\DeleteBookmarkHandler' shared autowired service.
  1985.      *
  1986.      * @return \CodersLab\Lms\Modules\IdentityAccess\Application\Handler\Bookmark\DeleteBookmarkHandler
  1987.      */
  1988.     protected function getDeleteBookmarkHandlerService()
  1989.     {
  1990.         include_once \dirname(__DIR__4).'/src/Lms/Modules/IdentityAccess/Application/Handler/Bookmark/DeleteBookmarkHandler.php';
  1991.         return $this->services['CodersLab\\Lms\\Modules\\IdentityAccess\\Application\\Handler\\Bookmark\\DeleteBookmarkHandler'] = new \CodersLab\Lms\Modules\IdentityAccess\Application\Handler\Bookmark\DeleteBookmarkHandler(($this->services['CodersLab\\Lms\\Modules\\IdentityAccess\\Infrastructure\\Persistence\\Doctrine\\ORMUserAccessRepository'] ?? $this->getORMUserAccessRepositoryService()));
  1992.     }
  1993.     /**
  1994.      * Gets the public 'CodersLab\Lms\Modules\IdentityAccess\Application\Handler\Bookmark\UpsertBookmarkHandler' shared autowired service.
  1995.      *
  1996.      * @return \CodersLab\Lms\Modules\IdentityAccess\Application\Handler\Bookmark\UpsertBookmarkHandler
  1997.      */
  1998.     protected function getUpsertBookmarkHandlerService()
  1999.     {
  2000.         include_once \dirname(__DIR__4).'/src/Lms/Modules/IdentityAccess/Application/Handler/Bookmark/UpsertBookmarkHandler.php';
  2001.         return $this->services['CodersLab\\Lms\\Modules\\IdentityAccess\\Application\\Handler\\Bookmark\\UpsertBookmarkHandler'] = new \CodersLab\Lms\Modules\IdentityAccess\Application\Handler\Bookmark\UpsertBookmarkHandler(($this->services['CodersLab\\Lms\\Modules\\IdentityAccess\\Infrastructure\\Persistence\\Doctrine\\ORMUserAccessRepository'] ?? $this->getORMUserAccessRepositoryService()));
  2002.     }
  2003.     /**
  2004.      * Gets the public 'CodersLab\Lms\Modules\IdentityAccess\Application\Handler\ChangeUserMaterialProgressHandler' shared autowired service.
  2005.      *
  2006.      * @return \CodersLab\Lms\Modules\IdentityAccess\Application\Handler\ChangeUserMaterialProgressHandler
  2007.      */
  2008.     protected function getChangeUserMaterialProgressHandlerService()
  2009.     {
  2010.         include_once \dirname(__DIR__4).'/src/Lms/Modules/IdentityAccess/Application/Handler/ChangeUserMaterialProgressHandler.php';
  2011.         return $this->services['CodersLab\\Lms\\Modules\\IdentityAccess\\Application\\Handler\\ChangeUserMaterialProgressHandler'] = new \CodersLab\Lms\Modules\IdentityAccess\Application\Handler\ChangeUserMaterialProgressHandler(($this->services['CodersLab\\Lms\\Modules\\IdentityAccess\\Infrastructure\\Persistence\\Doctrine\\ORMUserAccessRepository'] ?? $this->getORMUserAccessRepositoryService()));
  2012.     }
  2013.     /**
  2014.      * Gets the public 'CodersLab\Lms\Modules\IdentityAccess\Application\Handler\LogAccessChangeHandler' shared autowired service.
  2015.      *
  2016.      * @return \CodersLab\Lms\Modules\IdentityAccess\Application\Handler\LogAccessChangeHandler
  2017.      */
  2018.     protected function getLogAccessChangeHandlerService()
  2019.     {
  2020.         include_once \dirname(__DIR__4).'/src/Lms/Modules/IdentityAccess/Application/Handler/LogAccessChangeHandler.php';
  2021.         return $this->services['CodersLab\\Lms\\Modules\\IdentityAccess\\Application\\Handler\\LogAccessChangeHandler'] = new \CodersLab\Lms\Modules\IdentityAccess\Application\Handler\LogAccessChangeHandler(($this->services['doctrine.dbal.default_connection'] ?? $this->getDoctrine_Dbal_DefaultConnectionService()));
  2022.     }
  2023.     /**
  2024.      * Gets the public 'CodersLab\Lms\Modules\IdentityAccess\Application\Handler\NotifyPreworkSharedHandler' shared autowired service.
  2025.      *
  2026.      * @return \CodersLab\Lms\Modules\IdentityAccess\Application\Handler\NotifyPreworkSharedHandler
  2027.      */
  2028.     protected function getNotifyPreworkSharedHandlerService()
  2029.     {
  2030.         include_once \dirname(__DIR__4).'/src/Lms/Modules/IdentityAccess/Application/Handler/NotifyPreworkSharedHandler.php';
  2031.         return $this->services['CodersLab\\Lms\\Modules\\IdentityAccess\\Application\\Handler\\NotifyPreworkSharedHandler'] = new \CodersLab\Lms\Modules\IdentityAccess\Application\Handler\NotifyPreworkSharedHandler(($this->services['CodersLab\\Lms\\SharedKernel\\Infrastructure\\HubClient'] ?? $this->getHubClientService()), ($this->services['CodersLab\\Lms\\Modules\\IdentityAccess\\Infrastructure\\Read\\DbalUserQuery'] ?? $this->getDbalUserQueryService()), ($this->services['CodersLab\\Lms\\Modules\\IdentityAccess\\Infrastructure\\Read\\DbalCourseQuery'] ?? $this->getDbalCourseQuery2Service()));
  2032.     }
  2033.     /**
  2034.      * Gets the public 'CodersLab\Lms\Modules\IdentityAccess\Application\Handler\PlanStudentExamHandler' shared autowired service.
  2035.      *
  2036.      * @return \CodersLab\Lms\Modules\IdentityAccess\Application\Handler\PlanStudentExamHandler
  2037.      */
  2038.     protected function getPlanStudentExamHandlerService()
  2039.     {
  2040.         include_once \dirname(__DIR__4).'/src/Lms/Modules/IdentityAccess/Application/Handler/PlanStudentExamHandler.php';
  2041.         return $this->services['CodersLab\\Lms\\Modules\\IdentityAccess\\Application\\Handler\\PlanStudentExamHandler'] = new \CodersLab\Lms\Modules\IdentityAccess\Application\Handler\PlanStudentExamHandler(($this->services['CodersLab\\Lms\\Modules\\IdentityAccess\\Infrastructure\\Persistence\\Doctrine\\ORMUserAccessRepository'] ?? $this->getORMUserAccessRepositoryService()), ($this->services['CodersLab\\Lms\\SharedKernel\\Domain\\Bus\\EventBus'] ?? $this->getEventBusService()));
  2042.     }
  2043.     /**
  2044.      * Gets the public 'CodersLab\Lms\Modules\IdentityAccess\Application\Handler\RevokeAllStudentsAccessHandler' shared autowired service.
  2045.      *
  2046.      * @return \CodersLab\Lms\Modules\IdentityAccess\Application\Handler\RevokeAllStudentsAccessHandler
  2047.      */
  2048.     protected function getRevokeAllStudentsAccessHandlerService()
  2049.     {
  2050.         include_once \dirname(__DIR__4).'/src/Lms/Modules/IdentityAccess/Application/Handler/RevokeAllStudentsAccessHandler.php';
  2051.         return $this->services['CodersLab\\Lms\\Modules\\IdentityAccess\\Application\\Handler\\RevokeAllStudentsAccessHandler'] = new \CodersLab\Lms\Modules\IdentityAccess\Application\Handler\RevokeAllStudentsAccessHandler(($this->services['CodersLab\\Lms\\Modules\\IdentityAccess\\Infrastructure\\Persistence\\Doctrine\\ORMUserAccessRepository'] ?? $this->getORMUserAccessRepositoryService()), ($this->services['CodersLab\\Lms\\SharedKernel\\Domain\\Bus\\EventBus'] ?? $this->getEventBusService()));
  2052.     }
  2053.     /**
  2054.      * Gets the public 'CodersLab\Lms\Modules\IdentityAccess\Application\Handler\RevokeLecturerAccessHandler' shared autowired service.
  2055.      *
  2056.      * @return \CodersLab\Lms\Modules\IdentityAccess\Application\Handler\RevokeLecturerAccessHandler
  2057.      */
  2058.     protected function getRevokeLecturerAccessHandlerService()
  2059.     {
  2060.         include_once \dirname(__DIR__4).'/src/Lms/Modules/IdentityAccess/Application/Handler/RevokeLecturerAccessHandler.php';
  2061.         return $this->services['CodersLab\\Lms\\Modules\\IdentityAccess\\Application\\Handler\\RevokeLecturerAccessHandler'] = new \CodersLab\Lms\Modules\IdentityAccess\Application\Handler\RevokeLecturerAccessHandler(($this->services['CodersLab\\Lms\\Modules\\IdentityAccess\\Infrastructure\\Persistence\\Doctrine\\ORMUserAccessRepository'] ?? $this->getORMUserAccessRepositoryService()), ($this->services['CodersLab\\Lms\\SharedKernel\\Domain\\Bus\\EventBus'] ?? $this->getEventBusService()));
  2062.     }
  2063.     /**
  2064.      * Gets the public 'CodersLab\Lms\Modules\IdentityAccess\Application\Handler\RevokeStudentExamAccessHandler' shared autowired service.
  2065.      *
  2066.      * @return \CodersLab\Lms\Modules\IdentityAccess\Application\Handler\RevokeStudentExamAccessHandler
  2067.      */
  2068.     protected function getRevokeStudentExamAccessHandlerService()
  2069.     {
  2070.         include_once \dirname(__DIR__4).'/src/Lms/Modules/IdentityAccess/Application/Handler/RevokeStudentExamAccessHandler.php';
  2071.         return $this->services['CodersLab\\Lms\\Modules\\IdentityAccess\\Application\\Handler\\RevokeStudentExamAccessHandler'] = new \CodersLab\Lms\Modules\IdentityAccess\Application\Handler\RevokeStudentExamAccessHandler(($this->services['CodersLab\\Lms\\Modules\\IdentityAccess\\Infrastructure\\Persistence\\Doctrine\\ORMUserAccessRepository'] ?? $this->getORMUserAccessRepositoryService()), ($this->services['CodersLab\\Lms\\SharedKernel\\Domain\\Bus\\EventBus'] ?? $this->getEventBusService()));
  2072.     }
  2073.     /**
  2074.      * Gets the public 'CodersLab\Lms\Modules\IdentityAccess\Application\Handler\RevokeStudentModuleAccessHandler' shared autowired service.
  2075.      *
  2076.      * @return \CodersLab\Lms\Modules\IdentityAccess\Application\Handler\RevokeStudentModuleAccessHandler
  2077.      */
  2078.     protected function getRevokeStudentModuleAccessHandlerService()
  2079.     {
  2080.         include_once \dirname(__DIR__4).'/src/Lms/Modules/IdentityAccess/Application/Handler/RevokeStudentModuleAccessHandler.php';
  2081.         return $this->services['CodersLab\\Lms\\Modules\\IdentityAccess\\Application\\Handler\\RevokeStudentModuleAccessHandler'] = new \CodersLab\Lms\Modules\IdentityAccess\Application\Handler\RevokeStudentModuleAccessHandler(($this->services['CodersLab\\Lms\\Modules\\IdentityAccess\\Infrastructure\\Persistence\\Doctrine\\ORMUserAccessRepository'] ?? $this->getORMUserAccessRepositoryService()), ($this->services['CodersLab\\Lms\\SharedKernel\\Domain\\Bus\\EventBus'] ?? $this->getEventBusService()));
  2082.     }
  2083.     /**
  2084.      * Gets the public 'CodersLab\Lms\Modules\IdentityAccess\Application\Handler\SendGithubTeamInvitationHandler' shared autowired service.
  2085.      *
  2086.      * @return \CodersLab\Lms\Modules\IdentityAccess\Application\Handler\SendGithubTeamInvitationHandler
  2087.      */
  2088.     protected function getSendGithubTeamInvitationHandlerService()
  2089.     {
  2090.         include_once \dirname(__DIR__4).'/src/Lms/Modules/IdentityAccess/Application/Handler/SendGithubTeamInvitationHandler.php';
  2091.         return $this->services['CodersLab\\Lms\\Modules\\IdentityAccess\\Application\\Handler\\SendGithubTeamInvitationHandler'] = new \CodersLab\Lms\Modules\IdentityAccess\Application\Handler\SendGithubTeamInvitationHandler(($this->services['app.github.students'] ?? $this->getApp_Github_StudentsService()), ($this->services['CodersLab\\Lms\\SharedKernel\\Infrastructure\\Read\\DbalInstanceQuery'] ?? $this->getDbalInstanceQueryService()));
  2092.     }
  2093.     /**
  2094.      * Gets the public 'CodersLab\Lms\Modules\IdentityAccess\Application\Handler\UpdateLastSeenMaterialHandler' shared autowired service.
  2095.      *
  2096.      * @return \CodersLab\Lms\Modules\IdentityAccess\Application\Handler\UpdateLastSeenMaterialHandler
  2097.      */
  2098.     protected function getUpdateLastSeenMaterialHandlerService()
  2099.     {
  2100.         include_once \dirname(__DIR__4).'/src/Lms/Modules/IdentityAccess/Application/Handler/UpdateLastSeenMaterialHandler.php';
  2101.         return $this->services['CodersLab\\Lms\\Modules\\IdentityAccess\\Application\\Handler\\UpdateLastSeenMaterialHandler'] = new \CodersLab\Lms\Modules\IdentityAccess\Application\Handler\UpdateLastSeenMaterialHandler(($this->services['doctrine.dbal.default_connection'] ?? $this->getDoctrine_Dbal_DefaultConnectionService()));
  2102.     }
  2103.     /**
  2104.      * Gets the public 'CodersLab\Lms\Modules\IdentityAccess\Application\Listener\AccessGrantedEventListener' shared autowired service.
  2105.      *
  2106.      * @return \CodersLab\Lms\Modules\IdentityAccess\Application\Listener\AccessGrantedEventListener
  2107.      */
  2108.     protected function getAccessGrantedEventListenerService()
  2109.     {
  2110.         include_once \dirname(__DIR__4).'/src/Lms/Modules/IdentityAccess/Application/Listener/AccessGrantedEventListener.php';
  2111.         return $this->services['CodersLab\\Lms\\Modules\\IdentityAccess\\Application\\Listener\\AccessGrantedEventListener'] = new \CodersLab\Lms\Modules\IdentityAccess\Application\Listener\AccessGrantedEventListener(($this->services['CodersLab\\Lms\\SharedKernel\\Domain\\Bus\\CommandBus'] ?? $this->getCommandBusService()));
  2112.     }
  2113.     /**
  2114.      * Gets the public 'CodersLab\Lms\Modules\IdentityAccess\Application\Listener\AccessRevokedEventListener' shared autowired service.
  2115.      *
  2116.      * @return \CodersLab\Lms\Modules\IdentityAccess\Application\Listener\AccessRevokedEventListener
  2117.      */
  2118.     protected function getAccessRevokedEventListenerService()
  2119.     {
  2120.         include_once \dirname(__DIR__4).'/src/Lms/Modules/IdentityAccess/Application/Listener/AccessRevokedEventListener.php';
  2121.         return $this->services['CodersLab\\Lms\\Modules\\IdentityAccess\\Application\\Listener\\AccessRevokedEventListener'] = new \CodersLab\Lms\Modules\IdentityAccess\Application\Listener\AccessRevokedEventListener(($this->services['CodersLab\\Lms\\SharedKernel\\Domain\\Bus\\CommandBus'] ?? $this->getCommandBusService()), ($this->services['CodersLab\\Lms\\Modules\\IdentityAccess\\Infrastructure\\Read\\DbalUserAccessQuery'] ?? $this->getDbalUserAccessQueryService()), ($this->services['CodersLab\\Lms\\Modules\\IdentityAccess\\Infrastructure\\Read\\DbalExerciseQuery'] ?? $this->getDbalExerciseQueryService()), ($this->services['app.github.students'] ?? $this->getApp_Github_StudentsService()), ($this->services['CodersLab\\Lms\\Modules\\Materials\\Infrastructure\\Persistence\\Doctrine\\ORMExercises'] ?? $this->getORMExercisesService()));
  2122.     }
  2123.     /**
  2124.      * Gets the public 'CodersLab\Lms\Modules\IdentityAccess\Application\Listener\CourseInstanceMemberAddedListener' shared autowired service.
  2125.      *
  2126.      * @return \CodersLab\Lms\Modules\IdentityAccess\Application\Listener\CourseInstanceMemberAddedListener
  2127.      */
  2128.     protected function getCourseInstanceMemberAddedListenerService()
  2129.     {
  2130.         include_once \dirname(__DIR__4).'/src/Lms/Modules/IdentityAccess/Application/Listener/CourseInstanceMemberAddedListener.php';
  2131.         return $this->services['CodersLab\\Lms\\Modules\\IdentityAccess\\Application\\Listener\\CourseInstanceMemberAddedListener'] = new \CodersLab\Lms\Modules\IdentityAccess\Application\Listener\CourseInstanceMemberAddedListener(($this->services['CodersLab\\Lms\\Modules\\IdentityAccess\\Infrastructure\\Persistence\\Doctrine\\ORMUserAccessRepository'] ?? $this->getORMUserAccessRepositoryService()), ($this->services['CodersLab\\Lms\\Modules\\IdentityAccess\\Infrastructure\\Read\\DbalUserAccessQuery'] ?? $this->getDbalUserAccessQueryService()), ($this->services['CodersLab\\Lms\\Modules\\IdentityAccess\\Application\\Service\\UserAccessService'] ?? $this->getUserAccessServiceService()), ($this->services['AppBundle\\Repository\\InstanceRepository'] ?? $this->getInstanceRepositoryService()), ($this->services['CodersLab\\Lms\\SharedKernel\\Domain\\Bus\\CommandBus'] ?? $this->getCommandBusService()), ($this->services['CodersLab\\Lms\\SharedKernel\\Domain\\Bus\\EventBus'] ?? $this->getEventBusService()));
  2132.     }
  2133.     /**
  2134.      * Gets the public 'CodersLab\Lms\Modules\IdentityAccess\Application\Listener\CourseInstanceMemberRemovedListener' shared autowired service.
  2135.      *
  2136.      * @return \CodersLab\Lms\Modules\IdentityAccess\Application\Listener\CourseInstanceMemberRemovedListener
  2137.      */
  2138.     protected function getCourseInstanceMemberRemovedListenerService()
  2139.     {
  2140.         include_once \dirname(__DIR__4).'/src/Lms/Modules/IdentityAccess/Application/Listener/CourseInstanceMemberRemovedListener.php';
  2141.         return $this->services['CodersLab\\Lms\\Modules\\IdentityAccess\\Application\\Listener\\CourseInstanceMemberRemovedListener'] = new \CodersLab\Lms\Modules\IdentityAccess\Application\Listener\CourseInstanceMemberRemovedListener(($this->services['CodersLab\\Lms\\Modules\\IdentityAccess\\Infrastructure\\Persistence\\Doctrine\\ORMUserAccessRepository'] ?? $this->getORMUserAccessRepositoryService()), ($this->services['app.github.students'] ?? $this->getApp_Github_StudentsService()), ($this->services['CodersLab\\Lms\\Modules\\IdentityAccess\\Infrastructure\\Read\\DbalUserQuery'] ?? $this->getDbalUserQueryService()), ($this->services['CodersLab\\Lms\\Modules\\IdentityAccess\\Infrastructure\\Read\\DbalExerciseQuery'] ?? $this->getDbalExerciseQueryService()), ($this->services['CodersLab\\Lms\\Modules\\IdentityAccess\\Infrastructure\\Read\\DbalCourseQuery'] ?? $this->getDbalCourseQuery2Service()));
  2142.     }
  2143.     /**
  2144.      * Gets the public 'CodersLab\Lms\Modules\IdentityAccess\Application\Listener\CourseStoredListener' shared autowired service.
  2145.      *
  2146.      * @return \CodersLab\Lms\Modules\IdentityAccess\Application\Listener\CourseStoredListener
  2147.      */
  2148.     protected function getCourseStoredListenerService()
  2149.     {
  2150.         include_once \dirname(__DIR__4).'/src/Lms/Modules/IdentityAccess/Application/Listener/CourseStoredListener.php';
  2151.         return $this->services['CodersLab\\Lms\\Modules\\IdentityAccess\\Application\\Listener\\CourseStoredListener'] = new \CodersLab\Lms\Modules\IdentityAccess\Application\Listener\CourseStoredListener(($this->services['CodersLab\\Lms\\Modules\\IdentityAccess\\Infrastructure\\Persistence\\Doctrine\\ORMUserAccessRepository'] ?? $this->getORMUserAccessRepositoryService()), ($this->services['CodersLab\\Lms\\Modules\\Materials\\Infrastructure\\Persistence\\Doctrine\\ORMCourses'] ?? $this->getORMCoursesService()));
  2152.     }
  2153.     /**
  2154.      * Gets the public 'CodersLab\Lms\Modules\IdentityAccess\Application\Listener\RepositoryForUserSharedListener' shared autowired service.
  2155.      *
  2156.      * @return \CodersLab\Lms\Modules\IdentityAccess\Application\Listener\RepositoryForUserSharedListener
  2157.      */
  2158.     protected function getRepositoryForUserSharedListenerService()
  2159.     {
  2160.         include_once \dirname(__DIR__4).'/src/Lms/Modules/IdentityAccess/Application/Listener/RepositoryForUserSharedListener.php';
  2161.         return $this->services['CodersLab\\Lms\\Modules\\IdentityAccess\\Application\\Listener\\RepositoryForUserSharedListener'] = new \CodersLab\Lms\Modules\IdentityAccess\Application\Listener\RepositoryForUserSharedListener(($this->services['CodersLab\\Lms\\Modules\\IdentityAccess\\Infrastructure\\Persistence\\Doctrine\\ORMUserAccessRepository'] ?? $this->getORMUserAccessRepositoryService()));
  2162.     }
  2163.     /**
  2164.      * Gets the public 'CodersLab\Lms\Modules\IdentityAccess\Application\RolePolicy' shared autowired service.
  2165.      *
  2166.      * @return \CodersLab\Lms\Modules\IdentityAccess\Application\RolePolicy
  2167.      */
  2168.     protected function getRolePolicyService()
  2169.     {
  2170.         include_once \dirname(__DIR__4).'/src/Lms/Modules/IdentityAccess/Application/RolePolicy.php';
  2171.         include_once \dirname(__DIR__4).'/src/Lms/Modules/IdentityAccess/Infrastructure/RolePolicy/RolePolicyFactory.php';
  2172.         return $this->services['CodersLab\\Lms\\Modules\\IdentityAccess\\Application\\RolePolicy'] = ($this->services['CodersLab\\Lms\\Modules\\IdentityAccess\\Infrastructure\\RolePolicy\\RolePolicyFactory'] ?? ($this->services['CodersLab\\Lms\\Modules\\IdentityAccess\\Infrastructure\\RolePolicy\\RolePolicyFactory'] = new \CodersLab\Lms\Modules\IdentityAccess\Infrastructure\RolePolicy\RolePolicyFactory()))->get(($this->services['CodersLab\\Lms\\Modules\\IdentityAccess\\Infrastructure\\Read\\DbalUserQuery'] ?? $this->getDbalUserQueryService()), ($this->services['CodersLab\\Lms\\SharedKernel\\Infrastructure\\Security\\SymfonySecurityContext'] ?? $this->getSymfonySecurityContextService()));
  2173.     }
  2174.     /**
  2175.      * Gets the public 'CodersLab\Lms\Modules\IdentityAccess\Application\Service\UserAccessService' shared autowired service.
  2176.      *
  2177.      * @return \CodersLab\Lms\Modules\IdentityAccess\Application\Service\UserAccessService
  2178.      */
  2179.     protected function getUserAccessServiceService()
  2180.     {
  2181.         include_once \dirname(__DIR__4).'/src/Lms/Modules/IdentityAccess/Application/Service/IUserAccessService.php';
  2182.         include_once \dirname(__DIR__4).'/src/Lms/Modules/IdentityAccess/Application/Service/UserAccessService.php';
  2183.         return $this->services['CodersLab\\Lms\\Modules\\IdentityAccess\\Application\\Service\\UserAccessService'] = new \CodersLab\Lms\Modules\IdentityAccess\Application\Service\UserAccessService(($this->services['CodersLab\\Lms\\SharedKernel\\Domain\\Bus\\EventBus'] ?? $this->getEventBusService()));
  2184.     }
  2185.     /**
  2186.      * Gets the public 'CodersLab\Lms\Modules\IdentityAccess\Infrastructure\ContentAccessContext' shared autowired service.
  2187.      *
  2188.      * @return \CodersLab\Lms\Modules\IdentityAccess\Infrastructure\ContentAccessContext
  2189.      */
  2190.     protected function getContentAccessContextService()
  2191.     {
  2192.         include_once \dirname(__DIR__4).'/src/Lms/Modules/IdentityAccess/Application/IContentAccessContext.php';
  2193.         include_once \dirname(__DIR__4).'/src/Lms/Modules/IdentityAccess/Infrastructure/ContentAccessContext.php';
  2194.         return $this->services['CodersLab\\Lms\\Modules\\IdentityAccess\\Infrastructure\\ContentAccessContext'] = new \CodersLab\Lms\Modules\IdentityAccess\Infrastructure\ContentAccessContext(($this->services['doctrine.dbal.default_connection'] ?? $this->getDoctrine_Dbal_DefaultConnectionService()), ($this->services['CodersLab\\Lms\\Modules\\IdentityAccess\\Application\\RolePolicy'] ?? $this->getRolePolicyService()));
  2195.     }
  2196.     /**
  2197.      * Gets the public 'CodersLab\Lms\Modules\IdentityAccess\Infrastructure\CourseInstanceContext' shared autowired service.
  2198.      *
  2199.      * @return \CodersLab\Lms\Modules\IdentityAccess\Infrastructure\CourseInstanceContext
  2200.      */
  2201.     protected function getCourseInstanceContextService()
  2202.     {
  2203.         include_once \dirname(__DIR__4).'/src/Lms/Modules/IdentityAccess/Application/ICourseInstanceContext.php';
  2204.         include_once \dirname(__DIR__4).'/src/Lms/Modules/IdentityAccess/Infrastructure/CourseInstanceContext.php';
  2205.         return $this->services['CodersLab\\Lms\\Modules\\IdentityAccess\\Infrastructure\\CourseInstanceContext'] = new \CodersLab\Lms\Modules\IdentityAccess\Infrastructure\CourseInstanceContext(($this->services['doctrine.dbal.default_connection'] ?? $this->getDoctrine_Dbal_DefaultConnectionService()));
  2206.     }
  2207.     /**
  2208.      * Gets the public 'CodersLab\Lms\Modules\IdentityAccess\Infrastructure\Persistence\Doctrine\ORMUserAccessRepository' shared autowired service.
  2209.      *
  2210.      * @return \CodersLab\Lms\Modules\IdentityAccess\Infrastructure\Persistence\Doctrine\ORMUserAccessRepository
  2211.      */
  2212.     protected function getORMUserAccessRepositoryService()
  2213.     {
  2214.         include_once \dirname(__DIR__4).'/src/Lms/Modules/IdentityAccess/Domain/IUserAccessRepository.php';
  2215.         include_once \dirname(__DIR__4).'/src/Lms/Modules/IdentityAccess/Infrastructure/Persistence/Doctrine/ORMUserAccessRepository.php';
  2216.         return $this->services['CodersLab\\Lms\\Modules\\IdentityAccess\\Infrastructure\\Persistence\\Doctrine\\ORMUserAccessRepository'] = new \CodersLab\Lms\Modules\IdentityAccess\Infrastructure\Persistence\Doctrine\ORMUserAccessRepository(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  2217.     }
  2218.     /**
  2219.      * Gets the public 'CodersLab\Lms\Modules\IdentityAccess\Infrastructure\Read\DbalBookmarkQuery' shared autowired service.
  2220.      *
  2221.      * @return \CodersLab\Lms\Modules\IdentityAccess\Infrastructure\Read\DbalBookmarkQuery
  2222.      */
  2223.     protected function getDbalBookmarkQueryService()
  2224.     {
  2225.         include_once \dirname(__DIR__4).'/src/Lms/Modules/IdentityAccess/Application/Query/BookmarkQuery.php';
  2226.         include_once \dirname(__DIR__4).'/src/Lms/Modules/IdentityAccess/Infrastructure/Read/DbalBookmarkQuery.php';
  2227.         return $this->services['CodersLab\\Lms\\Modules\\IdentityAccess\\Infrastructure\\Read\\DbalBookmarkQuery'] = new \CodersLab\Lms\Modules\IdentityAccess\Infrastructure\Read\DbalBookmarkQuery(($this->services['doctrine.dbal.default_connection'] ?? $this->getDoctrine_Dbal_DefaultConnectionService()));
  2228.     }
  2229.     /**
  2230.      * Gets the public 'CodersLab\Lms\Modules\IdentityAccess\Infrastructure\Read\DbalCourseQuery' shared autowired service.
  2231.      *
  2232.      * @return \CodersLab\Lms\Modules\IdentityAccess\Infrastructure\Read\DbalCourseQuery
  2233.      */
  2234.     protected function getDbalCourseQuery2Service()
  2235.     {
  2236.         include_once \dirname(__DIR__4).'/src/Lms/Modules/IdentityAccess/Application/Query/CourseQuery.php';
  2237.         include_once \dirname(__DIR__4).'/src/Lms/Modules/IdentityAccess/Infrastructure/Read/DbalCourseQuery.php';
  2238.         return $this->services['CodersLab\\Lms\\Modules\\IdentityAccess\\Infrastructure\\Read\\DbalCourseQuery'] = new \CodersLab\Lms\Modules\IdentityAccess\Infrastructure\Read\DbalCourseQuery(($this->services['doctrine.dbal.default_connection'] ?? $this->getDoctrine_Dbal_DefaultConnectionService()));
  2239.     }
  2240.     /**
  2241.      * Gets the public 'CodersLab\Lms\Modules\IdentityAccess\Infrastructure\Read\DbalExerciseQuery' shared autowired service.
  2242.      *
  2243.      * @return \CodersLab\Lms\Modules\IdentityAccess\Infrastructure\Read\DbalExerciseQuery
  2244.      */
  2245.     protected function getDbalExerciseQueryService()
  2246.     {
  2247.         include_once \dirname(__DIR__4).'/src/Lms/Modules/IdentityAccess/Application/Query/ExerciseQuery.php';
  2248.         include_once \dirname(__DIR__4).'/src/Lms/Modules/IdentityAccess/Infrastructure/Read/DbalExerciseQuery.php';
  2249.         return $this->services['CodersLab\\Lms\\Modules\\IdentityAccess\\Infrastructure\\Read\\DbalExerciseQuery'] = new \CodersLab\Lms\Modules\IdentityAccess\Infrastructure\Read\DbalExerciseQuery(($this->services['doctrine.dbal.default_connection'] ?? $this->getDoctrine_Dbal_DefaultConnectionService()));
  2250.     }
  2251.     /**
  2252.      * Gets the public 'CodersLab\Lms\Modules\IdentityAccess\Infrastructure\Read\DbalProgressQuery' shared autowired service.
  2253.      *
  2254.      * @return \CodersLab\Lms\Modules\IdentityAccess\Infrastructure\Read\DbalProgressQuery
  2255.      */
  2256.     protected function getDbalProgressQueryService()
  2257.     {
  2258.         include_once \dirname(__DIR__4).'/src/Lms/Modules/IdentityAccess/Application/Query/ProgressQuery.php';
  2259.         include_once \dirname(__DIR__4).'/src/Lms/Modules/IdentityAccess/Infrastructure/Read/DbalProgressQuery.php';
  2260.         return $this->services['CodersLab\\Lms\\Modules\\IdentityAccess\\Infrastructure\\Read\\DbalProgressQuery'] = new \CodersLab\Lms\Modules\IdentityAccess\Infrastructure\Read\DbalProgressQuery(($this->services['doctrine.dbal.default_connection'] ?? $this->getDoctrine_Dbal_DefaultConnectionService()));
  2261.     }
  2262.     /**
  2263.      * Gets the public 'CodersLab\Lms\Modules\IdentityAccess\Infrastructure\Read\DbalUserAccessQuery' shared autowired service.
  2264.      *
  2265.      * @return \CodersLab\Lms\Modules\IdentityAccess\Infrastructure\Read\DbalUserAccessQuery
  2266.      */
  2267.     protected function getDbalUserAccessQueryService()
  2268.     {
  2269.         include_once \dirname(__DIR__4).'/src/Lms/Modules/IdentityAccess/Application/Query/UserAccessQuery.php';
  2270.         include_once \dirname(__DIR__4).'/src/Lms/Modules/IdentityAccess/Infrastructure/Read/DbalUserAccessQuery.php';
  2271.         return $this->services['CodersLab\\Lms\\Modules\\IdentityAccess\\Infrastructure\\Read\\DbalUserAccessQuery'] = new \CodersLab\Lms\Modules\IdentityAccess\Infrastructure\Read\DbalUserAccessQuery(($this->services['doctrine.dbal.default_connection'] ?? $this->getDoctrine_Dbal_DefaultConnectionService()), ($this->services['CodersLab\\Lms\\Modules\\IdentityAccess\\Application\\RolePolicy'] ?? $this->getRolePolicyService()));
  2272.     }
  2273.     /**
  2274.      * Gets the public 'CodersLab\Lms\Modules\IdentityAccess\Infrastructure\Read\DbalUserQuery' shared autowired service.
  2275.      *
  2276.      * @return \CodersLab\Lms\Modules\IdentityAccess\Infrastructure\Read\DbalUserQuery
  2277.      */
  2278.     protected function getDbalUserQueryService()
  2279.     {
  2280.         include_once \dirname(__DIR__4).'/src/Lms/Modules/IdentityAccess/Application/Query/UserQuery.php';
  2281.         include_once \dirname(__DIR__4).'/src/Lms/Modules/IdentityAccess/Infrastructure/Read/DbalUserQuery.php';
  2282.         include_once \dirname(__DIR__4).'/src/Lms/SharedKernel/Application/TenantLanguages.php';
  2283.         return $this->services['CodersLab\\Lms\\Modules\\IdentityAccess\\Infrastructure\\Read\\DbalUserQuery'] = new \CodersLab\Lms\Modules\IdentityAccess\Infrastructure\Read\DbalUserQuery(($this->services['doctrine.dbal.default_connection'] ?? $this->getDoctrine_Dbal_DefaultConnectionService()), ($this->services['CodersLab\\Lms\\SharedKernel\\Application\\TenantLanguages'] ?? ($this->services['CodersLab\\Lms\\SharedKernel\\Application\\TenantLanguages'] = new \CodersLab\Lms\SharedKernel\Application\TenantLanguages($this->getEnv('PRIMARY_LANG'), $this->getEnv('TENANT_USER_LANGUAGES')))));
  2284.     }
  2285.     /**
  2286.      * Gets the public 'CodersLab\Lms\Modules\IdentityAccess\Infrastructure\RolePolicy\RolePolicyFactory' shared autowired service.
  2287.      *
  2288.      * @return \CodersLab\Lms\Modules\IdentityAccess\Infrastructure\RolePolicy\RolePolicyFactory
  2289.      */
  2290.     protected function getRolePolicyFactoryService()
  2291.     {
  2292.         include_once \dirname(__DIR__4).'/src/Lms/Modules/IdentityAccess/Infrastructure/RolePolicy/RolePolicyFactory.php';
  2293.         return $this->services['CodersLab\\Lms\\Modules\\IdentityAccess\\Infrastructure\\RolePolicy\\RolePolicyFactory'] = new \CodersLab\Lms\Modules\IdentityAccess\Infrastructure\RolePolicy\RolePolicyFactory();
  2294.     }
  2295.     /**
  2296.      * Gets the public 'CodersLab\Lms\Modules\Learning\Application\Gradebook\GithubUrlFactory' shared autowired service.
  2297.      *
  2298.      * @return \CodersLab\Lms\Modules\Learning\Application\Gradebook\GithubUrlFactory
  2299.      */
  2300.     protected function getGithubUrlFactoryService()
  2301.     {
  2302.         include_once \dirname(__DIR__4).'/src/Lms/Modules/Learning/Application/Gradebook/GithubUrlFactory.php';
  2303.         return $this->services['CodersLab\\Lms\\Modules\\Learning\\Application\\Gradebook\\GithubUrlFactory'] = new \CodersLab\Lms\Modules\Learning\Application\Gradebook\GithubUrlFactory();
  2304.     }
  2305.     /**
  2306.      * Gets the public 'CodersLab\Lms\Modules\Learning\Application\Gradebook\GradebookFactory' shared autowired service.
  2307.      *
  2308.      * @return \CodersLab\Lms\Modules\Learning\Application\Gradebook\GradebookFactory
  2309.      */
  2310.     protected function getGradebookFactoryService()
  2311.     {
  2312.         include_once \dirname(__DIR__4).'/src/Lms/Modules/Learning/Application/Gradebook/GradebookFactory.php';
  2313.         include_once \dirname(__DIR__4).'/src/Lms/Modules/Learning/Application/Gradebook/GithubUrlFactory.php';
  2314.         return $this->services['CodersLab\\Lms\\Modules\\Learning\\Application\\Gradebook\\GradebookFactory'] = new \CodersLab\Lms\Modules\Learning\Application\Gradebook\GradebookFactory(($this->services['CodersLab\\Lms\\Modules\\Learning\\Infrastructure\\Read\\DbalStudentQuery'] ?? $this->getDbalStudentQueryService()), ($this->services['CodersLab\\Lms\\Modules\\Learning\\Infrastructure\\Read\\DbalMaterialCriteriaQuery'] ?? $this->getDbalMaterialCriteriaQueryService()), ($this->services['CodersLab\\Lms\\Modules\\Learning\\Infrastructure\\Read\\DbalStudentMaterialCriteriaResultQuery'] ?? $this->getDbalStudentMaterialCriteriaResultQueryService()), ($this->services['CodersLab\\Lms\\Modules\\Learning\\Application\\Gradebook\\GithubUrlFactory'] ?? ($this->services['CodersLab\\Lms\\Modules\\Learning\\Application\\Gradebook\\GithubUrlFactory'] = new \CodersLab\Lms\Modules\Learning\Application\Gradebook\GithubUrlFactory())), ($this->services['CodersLab\\Lms\\Modules\\Learning\\Infrastructure\\Read\\DbalCriterionGroupQuery'] ?? $this->getDbalCriterionGroupQueryService()), ($this->services['CodersLab\\Lms\\Modules\\Materials\\Infrastructure\\Persistence\\Doctrine\\ORMCourseQuery'] ?? $this->getORMCourseQueryService()), ($this->services['CodersLab\\Lms\\Modules\\Learning\\Infrastructure\\Read\\DbalPassCriteria'] ?? $this->getDbalPassCriteriaService()), ($this->services['CodersLab\\Lms\\Modules\\Courses\\Infrastructure\\Read\\DbalCourseInstanceQuery'] ?? $this->getDbalCourseInstanceQueryService()));
  2315.     }
  2316.     /**
  2317.      * Gets the public 'CodersLab\Lms\Modules\Learning\Application\Handler\AddCriteriaGroupResultHandler' shared autowired service.
  2318.      *
  2319.      * @return \CodersLab\Lms\Modules\Learning\Application\Handler\AddCriteriaGroupResultHandler
  2320.      */
  2321.     protected function getAddCriteriaGroupResultHandlerService()
  2322.     {
  2323.         include_once \dirname(__DIR__4).'/src/Lms/Modules/Learning/Application/Handler/AddCriteriaGroupResultHandler.php';
  2324.         return $this->services['CodersLab\\Lms\\Modules\\Learning\\Application\\Handler\\AddCriteriaGroupResultHandler'] = new \CodersLab\Lms\Modules\Learning\Application\Handler\AddCriteriaGroupResultHandler(($this->services['CodersLab\\Lms\\Modules\\Learning\\Infrastructure\\Read\\DbalMaterialCriteriaQuery'] ?? $this->getDbalMaterialCriteriaQueryService()), ($this->services['CodersLab\\Lms\\Modules\\Learning\\Infrastructure\\Persistence\\Doctrine\\ORMStudentResultsRepository'] ?? $this->getORMStudentResultsRepositoryService()), ($this->services['CodersLab\\Lms\\Modules\\Learning\\Infrastructure\\Read\\DbalPassCriteria'] ?? $this->getDbalPassCriteriaService()), ($this->services['CodersLab\\Lms\\Modules\\Materials\\Application\\Service\\Material\\MaterialScoreContext'] ?? $this->getMaterialScoreContextService()), ($this->services['CodersLab\\Lms\\Modules\\IdentityAccess\\Infrastructure\\CourseInstanceContext'] ?? $this->getCourseInstanceContextService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  2325.     }
  2326.     /**
  2327.      * Gets the public 'CodersLab\Lms\Modules\Learning\Application\Handler\AddMaterialResultAsyncHandler' shared autowired service.
  2328.      *
  2329.      * @return \CodersLab\Lms\Modules\Learning\Application\Handler\AddMaterialResultAsyncHandler
  2330.      */
  2331.     protected function getAddMaterialResultAsyncHandlerService()
  2332.     {
  2333.         include_once \dirname(__DIR__4).'/src/Lms/Modules/Learning/Application/Handler/AbstractAddMaterialResultHandler.php';
  2334.         include_once \dirname(__DIR__4).'/src/Lms/Modules/Learning/Application/Handler/AddMaterialResultAsyncHandler.php';
  2335.         return $this->services['CodersLab\\Lms\\Modules\\Learning\\Application\\Handler\\AddMaterialResultAsyncHandler'] = new \CodersLab\Lms\Modules\Learning\Application\Handler\AddMaterialResultAsyncHandler(($this->services['CodersLab\\Lms\\Modules\\Learning\\Infrastructure\\Persistence\\Doctrine\\ORMStudentResultsRepository'] ?? $this->getORMStudentResultsRepositoryService()), ($this->services['CodersLab\\Lms\\Modules\\Learning\\Infrastructure\\Read\\DbalPassCriteria'] ?? $this->getDbalPassCriteriaService()), ($this->services['CodersLab\\Lms\\Modules\\Materials\\Infrastructure\\Persistence\\Doctrine\\ORMMaterials'] ?? $this->getORMMaterialsService()));
  2336.     }
  2337.     /**
  2338.      * Gets the public 'CodersLab\Lms\Modules\Learning\Application\Handler\AddMaterialResultSyncHandler' shared autowired service.
  2339.      *
  2340.      * @return \CodersLab\Lms\Modules\Learning\Application\Handler\AddMaterialResultSyncHandler
  2341.      */
  2342.     protected function getAddMaterialResultSyncHandlerService()
  2343.     {
  2344.         include_once \dirname(__DIR__4).'/src/Lms/Modules/Learning/Application/Handler/AbstractAddMaterialResultHandler.php';
  2345.         include_once \dirname(__DIR__4).'/src/Lms/Modules/Learning/Application/Handler/AddMaterialResultSyncHandler.php';
  2346.         return $this->services['CodersLab\\Lms\\Modules\\Learning\\Application\\Handler\\AddMaterialResultSyncHandler'] = new \CodersLab\Lms\Modules\Learning\Application\Handler\AddMaterialResultSyncHandler(($this->services['CodersLab\\Lms\\Modules\\Learning\\Infrastructure\\Persistence\\Doctrine\\ORMStudentResultsRepository'] ?? $this->getORMStudentResultsRepositoryService()), ($this->services['CodersLab\\Lms\\Modules\\Learning\\Infrastructure\\Read\\DbalPassCriteria'] ?? $this->getDbalPassCriteriaService()), ($this->services['CodersLab\\Lms\\Modules\\Materials\\Infrastructure\\Persistence\\Doctrine\\ORMMaterials'] ?? $this->getORMMaterialsService()));
  2347.     }
  2348.     /**
  2349.      * Gets the public 'CodersLab\Lms\Modules\Learning\Application\Listener\CourseInstanceMemberAddedListener' shared autowired service.
  2350.      *
  2351.      * @return \CodersLab\Lms\Modules\Learning\Application\Listener\CourseInstanceMemberAddedListener
  2352.      */
  2353.     protected function getCourseInstanceMemberAddedListener2Service()
  2354.     {
  2355.         include_once \dirname(__DIR__4).'/src/Lms/Modules/Learning/Application/Listener/CourseInstanceMemberAddedListener.php';
  2356.         return $this->services['CodersLab\\Lms\\Modules\\Learning\\Application\\Listener\\CourseInstanceMemberAddedListener'] = new \CodersLab\Lms\Modules\Learning\Application\Listener\CourseInstanceMemberAddedListener(($this->services['CodersLab\\Lms\\Modules\\Learning\\Infrastructure\\Persistence\\Doctrine\\ORMStudentResultsRepository'] ?? $this->getORMStudentResultsRepositoryService()));
  2357.     }
  2358.     /**
  2359.      * Gets the public 'CodersLab\Lms\Modules\Learning\Application\Query\Report\GradebookResults\DeadlineFactory' shared autowired service.
  2360.      *
  2361.      * @return \CodersLab\Lms\Modules\Learning\Application\Query\Report\GradebookResults\DeadlineFactory
  2362.      */
  2363.     protected function getDeadlineFactoryService()
  2364.     {
  2365.         include_once \dirname(__DIR__4).'/src/Lms/Modules/Learning/Application/Query/Report/GradebookResults/DeadlineFactory.php';
  2366.         return $this->services['CodersLab\\Lms\\Modules\\Learning\\Application\\Query\\Report\\GradebookResults\\DeadlineFactory'] = new \CodersLab\Lms\Modules\Learning\Application\Query\Report\GradebookResults\DeadlineFactory();
  2367.     }
  2368.     /**
  2369.      * Gets the public 'CodersLab\Lms\Modules\Learning\Application\Service\CourseProgressReport' shared autowired service.
  2370.      *
  2371.      * @return \CodersLab\Lms\Modules\Learning\Application\Service\CourseProgressReport
  2372.      */
  2373.     protected function getCourseProgressReportService()
  2374.     {
  2375.         include_once \dirname(__DIR__4).'/src/Lms/Modules/Learning/Application/Service/CourseProgressReport.php';
  2376.         return $this->services['CodersLab\\Lms\\Modules\\Learning\\Application\\Service\\CourseProgressReport'] = new \CodersLab\Lms\Modules\Learning\Application\Service\CourseProgressReport(($this->services['CodersLab\\Lms\\Modules\\Learning\\Infrastructure\\Read\\DbalCourseProgressReportQuery'] ?? $this->getDbalCourseProgressReportQueryService()), ($this->services['CodersLab\\Lms\\Modules\\Materials\\Infrastructure\\Persistence\\Doctrine\\ORMCourseQuery'] ?? $this->getORMCourseQueryService()), ($this->services['CodersLab\\Lms\\Modules\\IdentityAccess\\Infrastructure\\Persistence\\Doctrine\\ORMUserAccessRepository'] ?? $this->getORMUserAccessRepositoryService()), ($this->services['CodersLab\\Lms\\Modules\\IdentityAccess\\Infrastructure\\ContentAccessContext'] ?? $this->getContentAccessContextService()));
  2377.     }
  2378.     /**
  2379.      * Gets the public 'CodersLab\Lms\Modules\Learning\Infrastructure\Persistence\Doctrine\ORMCriteriaGroupResultRepository' shared autowired service.
  2380.      *
  2381.      * @return \CodersLab\Lms\Modules\Learning\Infrastructure\Persistence\Doctrine\ORMCriteriaGroupResultRepository
  2382.      */
  2383.     protected function getORMCriteriaGroupResultRepositoryService()
  2384.     {
  2385.         include_once \dirname(__DIR__4).'/src/Lms/Modules/Learning/Domain/StudentResults/CriteriaGroupResultRepository.php';
  2386.         include_once \dirname(__DIR__4).'/src/Lms/Modules/Learning/Infrastructure/Persistence/Doctrine/ORMCriteriaGroupResultRepository.php';
  2387.         return $this->services['CodersLab\\Lms\\Modules\\Learning\\Infrastructure\\Persistence\\Doctrine\\ORMCriteriaGroupResultRepository'] = new \CodersLab\Lms\Modules\Learning\Infrastructure\Persistence\Doctrine\ORMCriteriaGroupResultRepository(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  2388.     }
  2389.     /**
  2390.      * Gets the public 'CodersLab\Lms\Modules\Learning\Infrastructure\Persistence\Doctrine\ORMStudentResultsRepository' shared autowired service.
  2391.      *
  2392.      * @return \CodersLab\Lms\Modules\Learning\Infrastructure\Persistence\Doctrine\ORMStudentResultsRepository
  2393.      */
  2394.     protected function getORMStudentResultsRepositoryService()
  2395.     {
  2396.         include_once \dirname(__DIR__4).'/src/Lms/Modules/Learning/Domain/StudentResultsRepository.php';
  2397.         include_once \dirname(__DIR__4).'/src/Lms/Modules/Learning/Infrastructure/Persistence/Doctrine/ORMStudentResultsRepository.php';
  2398.         return $this->services['CodersLab\\Lms\\Modules\\Learning\\Infrastructure\\Persistence\\Doctrine\\ORMStudentResultsRepository'] = new \CodersLab\Lms\Modules\Learning\Infrastructure\Persistence\Doctrine\ORMStudentResultsRepository(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  2399.     }
  2400.     /**
  2401.      * Gets the public 'CodersLab\Lms\Modules\Learning\Infrastructure\Read\DbalCourseProgressReportQuery' shared autowired service.
  2402.      *
  2403.      * @return \CodersLab\Lms\Modules\Learning\Infrastructure\Read\DbalCourseProgressReportQuery
  2404.      */
  2405.     protected function getDbalCourseProgressReportQueryService()
  2406.     {
  2407.         include_once \dirname(__DIR__4).'/src/Lms/Modules/Learning/Application/Query/CourseProgressReportQuery.php';
  2408.         include_once \dirname(__DIR__4).'/src/Lms/Modules/Learning/Infrastructure/Read/DbalCourseProgressReportQuery.php';
  2409.         return $this->services['CodersLab\\Lms\\Modules\\Learning\\Infrastructure\\Read\\DbalCourseProgressReportQuery'] = new \CodersLab\Lms\Modules\Learning\Infrastructure\Read\DbalCourseProgressReportQuery(($this->services['CodersLab\\Lms\\Modules\\Learning\\Infrastructure\\Read\\DbalStudentQuery'] ?? $this->getDbalStudentQueryService()), ($this->services['CodersLab\\Lms\\Modules\\Materials\\Infrastructure\\Persistence\\Doctrine\\ORMCourseQuery'] ?? $this->getORMCourseQueryService()), ($this->services['CodersLab\\Lms\\Modules\\Courses\\Infrastructure\\Read\\DbalCourseInstanceQuery'] ?? $this->getDbalCourseInstanceQueryService()), ($this->services['CodersLab\\Lms\\Modules\\IdentityAccess\\Infrastructure\\Read\\DbalProgressQuery'] ?? $this->getDbalProgressQueryService()), ($this->services['CodersLab\\Lms\\Modules\\IdentityAccess\\Infrastructure\\Read\\DbalUserAccessQuery'] ?? $this->getDbalUserAccessQueryService()));
  2410.     }
  2411.     /**
  2412.      * Gets the public 'CodersLab\Lms\Modules\Learning\Infrastructure\Read\DbalCourseQuery' shared autowired service.
  2413.      *
  2414.      * @return \CodersLab\Lms\Modules\Learning\Infrastructure\Read\DbalCourseQuery
  2415.      */
  2416.     protected function getDbalCourseQuery3Service()
  2417.     {
  2418.         include_once \dirname(__DIR__4).'/src/Lms/Modules/Learning/Application/Query/CourseQuery.php';
  2419.         include_once \dirname(__DIR__4).'/src/Lms/Modules/Learning/Infrastructure/Read/DbalCourseQuery.php';
  2420.         return $this->services['CodersLab\\Lms\\Modules\\Learning\\Infrastructure\\Read\\DbalCourseQuery'] = new \CodersLab\Lms\Modules\Learning\Infrastructure\Read\DbalCourseQuery(($this->services['doctrine.dbal.default_connection'] ?? $this->getDoctrine_Dbal_DefaultConnectionService()));
  2421.     }
  2422.     /**
  2423.      * Gets the public 'CodersLab\Lms\Modules\Learning\Infrastructure\Read\DbalCriterionGroupQuery' shared autowired service.
  2424.      *
  2425.      * @return \CodersLab\Lms\Modules\Learning\Infrastructure\Read\DbalCriterionGroupQuery
  2426.      */
  2427.     protected function getDbalCriterionGroupQueryService()
  2428.     {
  2429.         include_once \dirname(__DIR__4).'/src/Lms/Modules/Learning/Application/Query/CriterionGroupQuery.php';
  2430.         include_once \dirname(__DIR__4).'/src/Lms/Modules/Learning/Infrastructure/Read/DbalCriterionGroupQuery.php';
  2431.         return $this->services['CodersLab\\Lms\\Modules\\Learning\\Infrastructure\\Read\\DbalCriterionGroupQuery'] = new \CodersLab\Lms\Modules\Learning\Infrastructure\Read\DbalCriterionGroupQuery(($this->services['doctrine.dbal.default_connection'] ?? $this->getDoctrine_Dbal_DefaultConnectionService()));
  2432.     }
  2433.     /**
  2434.      * Gets the public 'CodersLab\Lms\Modules\Learning\Infrastructure\Read\DbalMaterialCriteriaQuery' shared autowired service.
  2435.      *
  2436.      * @return \CodersLab\Lms\Modules\Learning\Infrastructure\Read\DbalMaterialCriteriaQuery
  2437.      */
  2438.     protected function getDbalMaterialCriteriaQueryService()
  2439.     {
  2440.         include_once \dirname(__DIR__4).'/src/Lms/Modules/Learning/Application/Query/MaterialCriteriaQuery.php';
  2441.         include_once \dirname(__DIR__4).'/src/Lms/Modules/Learning/Infrastructure/Read/DbalMaterialCriteriaQuery.php';
  2442.         return $this->services['CodersLab\\Lms\\Modules\\Learning\\Infrastructure\\Read\\DbalMaterialCriteriaQuery'] = new \CodersLab\Lms\Modules\Learning\Infrastructure\Read\DbalMaterialCriteriaQuery(($this->services['doctrine.dbal.default_connection'] ?? $this->getDoctrine_Dbal_DefaultConnectionService()));
  2443.     }
  2444.     /**
  2445.      * Gets the public 'CodersLab\Lms\Modules\Learning\Infrastructure\Read\DbalMentorQuery' shared autowired service.
  2446.      *
  2447.      * @return \CodersLab\Lms\Modules\Learning\Infrastructure\Read\DbalMentorQuery
  2448.      */
  2449.     protected function getDbalMentorQueryService()
  2450.     {
  2451.         include_once \dirname(__DIR__4).'/src/Lms/Modules/Learning/Application/Query/MentorQuery.php';
  2452.         include_once \dirname(__DIR__4).'/src/Lms/Modules/Learning/Infrastructure/Read/DbalMentorQuery.php';
  2453.         return $this->services['CodersLab\\Lms\\Modules\\Learning\\Infrastructure\\Read\\DbalMentorQuery'] = new \CodersLab\Lms\Modules\Learning\Infrastructure\Read\DbalMentorQuery(($this->services['doctrine.dbal.default_connection'] ?? $this->getDoctrine_Dbal_DefaultConnectionService()));
  2454.     }
  2455.     /**
  2456.      * Gets the public 'CodersLab\Lms\Modules\Learning\Infrastructure\Read\DbalPassCriteria' shared autowired service.
  2457.      *
  2458.      * @return \CodersLab\Lms\Modules\Learning\Infrastructure\Read\DbalPassCriteria
  2459.      */
  2460.     protected function getDbalPassCriteriaService()
  2461.     {
  2462.         include_once \dirname(__DIR__4).'/src/Lms/Modules/Learning/Application/Query/PassCriteriaQuery.php';
  2463.         include_once \dirname(__DIR__4).'/src/Lms/Modules/Learning/Infrastructure/Read/DbalPassCriteria.php';
  2464.         return $this->services['CodersLab\\Lms\\Modules\\Learning\\Infrastructure\\Read\\DbalPassCriteria'] = new \CodersLab\Lms\Modules\Learning\Infrastructure\Read\DbalPassCriteria(($this->services['doctrine.dbal.default_connection'] ?? $this->getDoctrine_Dbal_DefaultConnectionService()));
  2465.     }
  2466.     /**
  2467.      * Gets the public 'CodersLab\Lms\Modules\Learning\Infrastructure\Read\DbalResultQuery' shared autowired service.
  2468.      *
  2469.      * @return \CodersLab\Lms\Modules\Learning\Infrastructure\Read\DbalResultQuery
  2470.      */
  2471.     protected function getDbalResultQueryService()
  2472.     {
  2473.         include_once \dirname(__DIR__4).'/src/Lms/Modules/Learning/Application/Query/ResultQuery.php';
  2474.         include_once \dirname(__DIR__4).'/src/Lms/Modules/Learning/Infrastructure/Read/DbalResultQuery.php';
  2475.         return $this->services['CodersLab\\Lms\\Modules\\Learning\\Infrastructure\\Read\\DbalResultQuery'] = new \CodersLab\Lms\Modules\Learning\Infrastructure\Read\DbalResultQuery(($this->services['doctrine.dbal.default_connection'] ?? $this->getDoctrine_Dbal_DefaultConnectionService()));
  2476.     }
  2477.     /**
  2478.      * Gets the public 'CodersLab\Lms\Modules\Learning\Infrastructure\Read\DbalStudentMaterialCriteriaResultQuery' shared autowired service.
  2479.      *
  2480.      * @return \CodersLab\Lms\Modules\Learning\Infrastructure\Read\DbalStudentMaterialCriteriaResultQuery
  2481.      */
  2482.     protected function getDbalStudentMaterialCriteriaResultQueryService()
  2483.     {
  2484.         include_once \dirname(__DIR__4).'/src/Lms/Modules/Learning/Application/Query/StudentMaterialCriteriaResultQuery.php';
  2485.         include_once \dirname(__DIR__4).'/src/Lms/Modules/Learning/Infrastructure/Read/DbalStudentMaterialCriteriaResultQuery.php';
  2486.         return $this->services['CodersLab\\Lms\\Modules\\Learning\\Infrastructure\\Read\\DbalStudentMaterialCriteriaResultQuery'] = new \CodersLab\Lms\Modules\Learning\Infrastructure\Read\DbalStudentMaterialCriteriaResultQuery(($this->services['doctrine.dbal.default_connection'] ?? $this->getDoctrine_Dbal_DefaultConnectionService()));
  2487.     }
  2488.     /**
  2489.      * Gets the public 'CodersLab\Lms\Modules\Learning\Infrastructure\Read\DbalStudentQuery' shared autowired service.
  2490.      *
  2491.      * @return \CodersLab\Lms\Modules\Learning\Infrastructure\Read\DbalStudentQuery
  2492.      */
  2493.     protected function getDbalStudentQueryService()
  2494.     {
  2495.         include_once \dirname(__DIR__4).'/src/Lms/Modules/Learning/Application/Query/StudentQuery.php';
  2496.         include_once \dirname(__DIR__4).'/src/Lms/Modules/Learning/Infrastructure/Read/DbalStudentQuery.php';
  2497.         return $this->services['CodersLab\\Lms\\Modules\\Learning\\Infrastructure\\Read\\DbalStudentQuery'] = new \CodersLab\Lms\Modules\Learning\Infrastructure\Read\DbalStudentQuery(($this->services['doctrine.dbal.default_connection'] ?? $this->getDoctrine_Dbal_DefaultConnectionService()));
  2498.     }
  2499.     /**
  2500.      * Gets the public 'CodersLab\Lms\Modules\Learning\Infrastructure\Report\GradebookResultsMailer' shared autowired service.
  2501.      *
  2502.      * @return \CodersLab\Lms\Modules\Learning\Infrastructure\Report\GradebookResultsMailer
  2503.      */
  2504.     protected function getGradebookResultsMailerService()
  2505.     {
  2506.         include_once \dirname(__DIR__4).'/src/Lms/Modules/Learning/Infrastructure/Report/GradebookResultsMailer.php';
  2507.         include_once \dirname(__DIR__4).'/src/Lms/SharedKernel/Application/Mailer/IEmailFactory.php';
  2508.         include_once \dirname(__DIR__4).'/src/Lms/SharedKernel/Infrastructure/Mailer/EmailFactory.php';
  2509.         return $this->services['CodersLab\\Lms\\Modules\\Learning\\Infrastructure\\Report\\GradebookResultsMailer'] = new \CodersLab\Lms\Modules\Learning\Infrastructure\Report\GradebookResultsMailer(($this->services['CodersLab\\Lms\\SharedKernel\\Infrastructure\\Mailer\\Mailer'] ?? $this->getMailerService()), ($this->services['CodersLab\\Lms\\SharedKernel\\Infrastructure\\Mailer\\EmailFactory'] ?? ($this->services['CodersLab\\Lms\\SharedKernel\\Infrastructure\\Mailer\\EmailFactory'] = new \CodersLab\Lms\SharedKernel\Infrastructure\Mailer\EmailFactory('no-reply@coderslab.pl'))), ($this->services['CodersLab\\Lms\\Modules\\Learning\\Infrastructure\\Report\\GradebookResultsReportQuery'] ?? $this->getGradebookResultsReportQueryService()), \dirname(__DIR__4), $this->getEnv('APP_DOMAIN'));
  2510.     }
  2511.     /**
  2512.      * Gets the public 'CodersLab\Lms\Modules\Learning\Infrastructure\Report\GradebookResultsReportQuery' shared autowired service.
  2513.      *
  2514.      * @return \CodersLab\Lms\Modules\Learning\Infrastructure\Report\GradebookResultsReportQuery
  2515.      */
  2516.     protected function getGradebookResultsReportQueryService()
  2517.     {
  2518.         include_once \dirname(__DIR__4).'/src/Lms/Modules/Learning/Application/Query/IGradebookResultsReportQuery.php';
  2519.         include_once \dirname(__DIR__4).'/src/Lms/Modules/Learning/Infrastructure/Report/GradebookResultsReportQuery.php';
  2520.         include_once \dirname(__DIR__4).'/src/Lms/Modules/Learning/Application/Query/Report/GradebookResults/DeadlineFactory.php';
  2521.         return $this->services['CodersLab\\Lms\\Modules\\Learning\\Infrastructure\\Report\\GradebookResultsReportQuery'] = new \CodersLab\Lms\Modules\Learning\Infrastructure\Report\GradebookResultsReportQuery(($this->services['doctrine.dbal.default_connection'] ?? $this->getDoctrine_Dbal_DefaultConnectionService()), ($this->services['CodersLab\\Lms\\Modules\\Learning\\Application\\Gradebook\\GradebookFactory'] ?? $this->getGradebookFactoryService()), ($this->services['CodersLab\\Lms\\Modules\\Learning\\Infrastructure\\Read\\DbalMentorQuery'] ?? $this->getDbalMentorQueryService()), ($this->services['CodersLab\\Lms\\Modules\\Learning\\Application\\Query\\Report\\GradebookResults\\DeadlineFactory'] ?? ($this->services['CodersLab\\Lms\\Modules\\Learning\\Application\\Query\\Report\\GradebookResults\\DeadlineFactory'] = new \CodersLab\Lms\Modules\Learning\Application\Query\Report\GradebookResults\DeadlineFactory())));
  2522.     }
  2523.     /**
  2524.      * Gets the public 'CodersLab\Lms\Modules\Learning\Infrastructure\Report\GradebookScoresReport' shared autowired service.
  2525.      *
  2526.      * @return \CodersLab\Lms\Modules\Learning\Infrastructure\Report\GradebookScoresReport
  2527.      */
  2528.     protected function getGradebookScoresReportService()
  2529.     {
  2530.         include_once \dirname(__DIR__4).'/src/Lms/Modules/Learning/Infrastructure/Report/GradebookScoresReport.php';
  2531.         return $this->services['CodersLab\\Lms\\Modules\\Learning\\Infrastructure\\Report\\GradebookScoresReport'] = new \CodersLab\Lms\Modules\Learning\Infrastructure\Report\GradebookScoresReport(($this->services['CodersLab\\Lms\\Modules\\Materials\\Infrastructure\\Persistence\\Doctrine\\ORMCourseQuery'] ?? $this->getORMCourseQueryService()), ($this->services['CodersLab\\Lms\\Modules\\Learning\\Application\\Gradebook\\GradebookFactory'] ?? $this->getGradebookFactoryService()));
  2532.     }
  2533.     /**
  2534.      * Gets the public 'CodersLab\Lms\Modules\Materials\Application\Handler\AddUserToGithubTeamHandler' shared autowired service.
  2535.      *
  2536.      * @return \CodersLab\Lms\Modules\Materials\Application\Handler\AddUserToGithubTeamHandler
  2537.      */
  2538.     protected function getAddUserToGithubTeamHandlerService()
  2539.     {
  2540.         include_once \dirname(__DIR__4).'/src/Lms/Modules/Materials/Application/Handler/AddUserToGithubTeamHandler.php';
  2541.         return $this->services['CodersLab\\Lms\\Modules\\Materials\\Application\\Handler\\AddUserToGithubTeamHandler'] = new \CodersLab\Lms\Modules\Materials\Application\Handler\AddUserToGithubTeamHandler(($this->services['app.github.students'] ?? $this->getApp_Github_StudentsService()), ($this->services['CodersLab\\Lms\\SharedKernel\\Infrastructure\\Read\\DbalInstanceQuery'] ?? $this->getDbalInstanceQueryService()));
  2542.     }
  2543.     /**
  2544.      * Gets the public 'CodersLab\Lms\Modules\Materials\Application\Handler\InitQuizDetailsHandler' shared autowired service.
  2545.      *
  2546.      * @return \CodersLab\Lms\Modules\Materials\Application\Handler\InitQuizDetailsHandler
  2547.      */
  2548.     protected function getInitQuizDetailsHandlerService()
  2549.     {
  2550.         include_once \dirname(__DIR__4).'/src/Lms/Modules/Materials/Application/Handler/InitQuizDetailsHandler.php';
  2551.         return $this->services['CodersLab\\Lms\\Modules\\Materials\\Application\\Handler\\InitQuizDetailsHandler'] = new \CodersLab\Lms\Modules\Materials\Application\Handler\InitQuizDetailsHandler(($this->services['CodersLab\\Lms\\Modules\\Materials\\Infrastructure\\Persistence\\Doctrine\\ORMQuizzes'] ?? $this->getORMQuizzesService()), ($this->services['CodersLab\\Lms\\Modules\\Materials\\Infrastructure\\Quiz\\SurveyMonkeyQuizService'] ?? $this->getSurveyMonkeyQuizServiceService()), ($this->services['CodersLab\\Lms\\Modules\\Materials\\Infrastructure\\Persistence\\Doctrine\\ORMCourseQuery'] ?? $this->getORMCourseQueryService()), ($this->services['CodersLab\\Lms\\SharedKernel\\Domain\\Bus\\EventBus'] ?? $this->getEventBusService()), ($this->services['CodersLab\\Lms\\Modules\\Materials\\Infrastructure\\Persistence\\Doctrine\\ORMMaterials'] ?? $this->getORMMaterialsService()));
  2552.     }
  2553.     /**
  2554.      * Gets the public 'CodersLab\Lms\Modules\Materials\Application\Handler\InitQuizResponseWebhookHandler' shared autowired service.
  2555.      *
  2556.      * @return \CodersLab\Lms\Modules\Materials\Application\Handler\InitQuizResponseWebhookHandler
  2557.      */
  2558.     protected function getInitQuizResponseWebhookHandlerService()
  2559.     {
  2560.         include_once \dirname(__DIR__4).'/src/Lms/Modules/Materials/Application/Handler/InitQuizResponseWebhookHandler.php';
  2561.         return $this->services['CodersLab\\Lms\\Modules\\Materials\\Application\\Handler\\InitQuizResponseWebhookHandler'] = new \CodersLab\Lms\Modules\Materials\Application\Handler\InitQuizResponseWebhookHandler(($this->services['CodersLab\\Lms\\Modules\\Materials\\Infrastructure\\Persistence\\Doctrine\\ORMQuizzes'] ?? $this->getORMQuizzesService()), ($this->services['CodersLab\\Lms\\Modules\\Materials\\Infrastructure\\Quiz\\SurveyMonkeyQuizService'] ?? $this->getSurveyMonkeyQuizServiceService()), ($this->services['CodersLab\\Lms\\SharedKernel\\Domain\\Bus\\EventBus'] ?? $this->getEventBusService()));
  2562.     }
  2563.     /**
  2564.      * Gets the public 'CodersLab\Lms\Modules\Materials\Application\Handler\InitQuizUpdatesWebhookHandler' shared autowired service.
  2565.      *
  2566.      * @return \CodersLab\Lms\Modules\Materials\Application\Handler\InitQuizUpdatesWebhookHandler
  2567.      */
  2568.     protected function getInitQuizUpdatesWebhookHandlerService()
  2569.     {
  2570.         include_once \dirname(__DIR__4).'/src/Lms/Modules/Materials/Application/Handler/InitQuizUpdatesWebhookHandler.php';
  2571.         return $this->services['CodersLab\\Lms\\Modules\\Materials\\Application\\Handler\\InitQuizUpdatesWebhookHandler'] = new \CodersLab\Lms\Modules\Materials\Application\Handler\InitQuizUpdatesWebhookHandler(($this->services['CodersLab\\Lms\\Modules\\Materials\\Infrastructure\\Persistence\\Doctrine\\ORMQuizzes'] ?? $this->getORMQuizzesService()), ($this->services['CodersLab\\Lms\\Modules\\Materials\\Infrastructure\\Quiz\\SurveyMonkeyQuizService'] ?? $this->getSurveyMonkeyQuizServiceService()), ($this->services['CodersLab\\Lms\\SharedKernel\\Domain\\Bus\\EventBus'] ?? $this->getEventBusService()));
  2572.     }
  2573.     /**
  2574.      * Gets the public 'CodersLab\Lms\Modules\Materials\Application\Handler\LogMaterialSearchHandler' shared autowired service.
  2575.      *
  2576.      * @return \CodersLab\Lms\Modules\Materials\Application\Handler\LogMaterialSearchHandler
  2577.      */
  2578.     protected function getLogMaterialSearchHandlerService()
  2579.     {
  2580.         include_once \dirname(__DIR__4).'/src/Lms/Modules/Materials/Application/Handler/LogMaterialSearchHandler.php';
  2581.         return $this->services['CodersLab\\Lms\\Modules\\Materials\\Application\\Handler\\LogMaterialSearchHandler'] = new \CodersLab\Lms\Modules\Materials\Application\Handler\LogMaterialSearchHandler(($this->services['CodersLab\\Lms\\Modules\\Materials\\Infrastructure\\Persistence\\Doctrine\\ORMSearchLogs'] ?? $this->getORMSearchLogsService()));
  2582.     }
  2583.     /**
  2584.      * Gets the public 'CodersLab\Lms\Modules\Materials\Application\Handler\ProcessExerciseHandler' shared autowired service.
  2585.      *
  2586.      * @return \CodersLab\Lms\Modules\Materials\Application\Handler\ProcessExerciseHandler
  2587.      */
  2588.     protected function getProcessExerciseHandlerService()
  2589.     {
  2590.         include_once \dirname(__DIR__4).'/src/Lms/Modules/Materials/Application/Handler/ProcessExerciseHandler.php';
  2591.         include_once \dirname(__DIR__4).'/src/Lms/SharedKernel/Application/Mailer/IEmailFactory.php';
  2592.         include_once \dirname(__DIR__4).'/src/Lms/SharedKernel/Infrastructure/Mailer/EmailFactory.php';
  2593.         include_once \dirname(__DIR__4).'/src/Lms/SharedKernel/Application/Features/Features.php';
  2594.         return $this->services['CodersLab\\Lms\\Modules\\Materials\\Application\\Handler\\ProcessExerciseHandler'] = new \CodersLab\Lms\Modules\Materials\Application\Handler\ProcessExerciseHandler(($this->services['CodersLab\\Lms\\Modules\\Materials\\Infrastructure\\Persistence\\Doctrine\\ORMExercises'] ?? $this->getORMExercisesService()), ($this->services['CodersLab\\Lms\\Modules\\Materials\\Application\\Service\\ExerciseStateProccessor\\StateProcessorFactory'] ?? $this->getStateProcessorFactoryService()), ($this->services['CodersLab\\Lms\\SharedKernel\\Infrastructure\\Mailer\\Mailer'] ?? $this->getMailerService()), ($this->services['CodersLab\\Lms\\SharedKernel\\Infrastructure\\Mailer\\EmailFactory'] ?? ($this->services['CodersLab\\Lms\\SharedKernel\\Infrastructure\\Mailer\\EmailFactory'] = new \CodersLab\Lms\SharedKernel\Infrastructure\Mailer\EmailFactory('no-reply@coderslab.pl'))), ($this->services['CodersLab\\Lms\\Modules\\Materials\\Infrastructure\\Read\\DbalMentorQuery'] ?? $this->getDbalMentorQuery2Service()), ($this->services['CodersLab\\Lms\\SharedKernel\\Application\\Features\\Features'] ?? ($this->services['CodersLab\\Lms\\SharedKernel\\Application\\Features\\Features'] = new \CodersLab\Lms\SharedKernel\Application\Features\Features($this->getEnv('GH_EXERCISES_PROCESSING')))));
  2595.     }
  2596.     /**
  2597.      * Gets the public 'CodersLab\Lms\Modules\Materials\Application\Handler\RebuildRepositoriesHandler' shared autowired service.
  2598.      *
  2599.      * @return \CodersLab\Lms\Modules\Materials\Application\Handler\RebuildRepositoriesHandler
  2600.      */
  2601.     protected function getRebuildRepositoriesHandlerService()
  2602.     {
  2603.         include_once \dirname(__DIR__4).'/src/Lms/Modules/Materials/Application/Handler/RebuildRepositoriesHandler.php';
  2604.         return $this->services['CodersLab\\Lms\\Modules\\Materials\\Application\\Handler\\RebuildRepositoriesHandler'] = new \CodersLab\Lms\Modules\Materials\Application\Handler\RebuildRepositoriesHandler(($this->services['CodersLab\\Lms\\Modules\\Materials\\Infrastructure\\Persistence\\Doctrine\\ORMExerciseQueues'] ?? $this->getORMExerciseQueuesService()));
  2605.     }
  2606.     /**
  2607.      * Gets the public 'CodersLab\Lms\Modules\Materials\Application\Handler\RemoveUserFromGithubTeamHandler' shared autowired service.
  2608.      *
  2609.      * @return \CodersLab\Lms\Modules\Materials\Application\Handler\RemoveUserFromGithubTeamHandler
  2610.      */
  2611.     protected function getRemoveUserFromGithubTeamHandlerService()
  2612.     {
  2613.         include_once \dirname(__DIR__4).'/src/Lms/Modules/Materials/Application/Handler/RemoveUserFromGithubTeamHandler.php';
  2614.         return $this->services['CodersLab\\Lms\\Modules\\Materials\\Application\\Handler\\RemoveUserFromGithubTeamHandler'] = new \CodersLab\Lms\Modules\Materials\Application\Handler\RemoveUserFromGithubTeamHandler(($this->services['app.github.students'] ?? $this->getApp_Github_StudentsService()), ($this->services['CodersLab\\Lms\\SharedKernel\\Infrastructure\\Read\\DbalInstanceQuery'] ?? $this->getDbalInstanceQueryService()));
  2615.     }
  2616.     /**
  2617.      * Gets the public 'CodersLab\Lms\Modules\Materials\Application\Handler\RemoveUserFromRepositoryHandler' shared autowired service.
  2618.      *
  2619.      * @return \CodersLab\Lms\Modules\Materials\Application\Handler\RemoveUserFromRepositoryHandler
  2620.      */
  2621.     protected function getRemoveUserFromRepositoryHandlerService()
  2622.     {
  2623.         include_once \dirname(__DIR__4).'/src/Lms/Modules/Materials/Application/Handler/RemoveUserFromRepositoryHandler.php';
  2624.         return $this->services['CodersLab\\Lms\\Modules\\Materials\\Application\\Handler\\RemoveUserFromRepositoryHandler'] = new \CodersLab\Lms\Modules\Materials\Application\Handler\RemoveUserFromRepositoryHandler(($this->services['app.github.students'] ?? $this->getApp_Github_StudentsService()), ($this->services['CodersLab\\Lms\\Modules\\Materials\\Infrastructure\\Persistence\\Doctrine\\ORMExercises'] ?? $this->getORMExercisesService()));
  2625.     }
  2626.     /**
  2627.      * Gets the public 'CodersLab\Lms\Modules\Materials\Application\Handler\ReportMaterialIssueHandler' shared autowired service.
  2628.      *
  2629.      * @return \CodersLab\Lms\Modules\Materials\Application\Handler\ReportMaterialIssueHandler
  2630.      */
  2631.     protected function getReportMaterialIssueHandlerService()
  2632.     {
  2633.         include_once \dirname(__DIR__4).'/src/Lms/Modules/Materials/Application/Handler/ReportMaterialIssueHandler.php';
  2634.         return $this->services['CodersLab\\Lms\\Modules\\Materials\\Application\\Handler\\ReportMaterialIssueHandler'] = new \CodersLab\Lms\Modules\Materials\Application\Handler\ReportMaterialIssueHandler(($this->services['doctrine.dbal.default_connection'] ?? $this->getDoctrine_Dbal_DefaultConnectionService()), ($this->services['CodersLab\\Lms\\Modules\\Materials\\Infrastructure\\Read\\DbalMaterialQuery'] ?? $this->getDbalMaterialQueryService()), ($this->services['CodersLab\\Lms\\Modules\\Materials\\Infrastructure\\Read\\DbalModuleQuery'] ?? $this->getDbalModuleQueryService()), ($this->services['CodersLab\\Lms\\Modules\\Materials\\Infrastructure\\Read\\DbalChapterQuery'] ?? $this->getDbalChapterQueryService()));
  2635.     }
  2636.     /**
  2637.      * Gets the public 'CodersLab\Lms\Modules\Materials\Application\Handler\ReportPresentationIssueHandler' shared autowired service.
  2638.      *
  2639.      * @return \CodersLab\Lms\Modules\Materials\Application\Handler\ReportPresentationIssueHandler
  2640.      */
  2641.     protected function getReportPresentationIssueHandlerService()
  2642.     {
  2643.         include_once \dirname(__DIR__4).'/src/Lms/Modules/Materials/Application/Handler/ReportPresentationIssueHandler.php';
  2644.         return $this->services['CodersLab\\Lms\\Modules\\Materials\\Application\\Handler\\ReportPresentationIssueHandler'] = new \CodersLab\Lms\Modules\Materials\Application\Handler\ReportPresentationIssueHandler(($this->services['doctrine.dbal.default_connection'] ?? $this->getDoctrine_Dbal_DefaultConnectionService()), ($this->services['CodersLab\\Lms\\Modules\\Materials\\Infrastructure\\Read\\DbalMaterialQuery'] ?? $this->getDbalMaterialQueryService()), ($this->services['CodersLab\\Lms\\Modules\\Materials\\Infrastructure\\Read\\DbalUserQuery'] ?? $this->getDbalUserQuery2Service()));
  2645.     }
  2646.     /**
  2647.      * Gets the public 'CodersLab\Lms\Modules\Materials\Application\Handler\ShareRepositoryForLecturersHandler' shared autowired service.
  2648.      *
  2649.      * @return \CodersLab\Lms\Modules\Materials\Application\Handler\ShareRepositoryForLecturersHandler
  2650.      */
  2651.     protected function getShareRepositoryForLecturersHandlerService()
  2652.     {
  2653.         include_once \dirname(__DIR__4).'/src/Lms/Modules/Materials/Application/Handler/AbstractShareRepositoryHandler.php';
  2654.         include_once \dirname(__DIR__4).'/src/Lms/Modules/Materials/Application/Handler/ShareRepositoryForLecturersHandler.php';
  2655.         return $this->services['CodersLab\\Lms\\Modules\\Materials\\Application\\Handler\\ShareRepositoryForLecturersHandler'] = new \CodersLab\Lms\Modules\Materials\Application\Handler\ShareRepositoryForLecturersHandler(($this->services['app.github.students'] ?? $this->getApp_Github_StudentsService()), ($this->services['CodersLab\\Lms\\Modules\\Materials\\Infrastructure\\Persistence\\Doctrine\\ORMExercises'] ?? $this->getORMExercisesService()), ($this->services['CodersLab\\Lms\\Modules\\Materials\\Infrastructure\\Read\\DbalMentorQuery'] ?? $this->getDbalMentorQuery2Service()), ($this->privates['sentry.client'] ?? $this->getSentry_ClientService()));
  2656.     }
  2657.     /**
  2658.      * Gets the public 'CodersLab\Lms\Modules\Materials\Application\Handler\ShareRepositoryForMentorsHandler' shared autowired service.
  2659.      *
  2660.      * @return \CodersLab\Lms\Modules\Materials\Application\Handler\ShareRepositoryForMentorsHandler
  2661.      */
  2662.     protected function getShareRepositoryForMentorsHandlerService()
  2663.     {
  2664.         include_once \dirname(__DIR__4).'/src/Lms/Modules/Materials/Application/Handler/AbstractShareRepositoryHandler.php';
  2665.         include_once \dirname(__DIR__4).'/src/Lms/Modules/Materials/Application/Handler/ShareRepositoryForMentorsHandler.php';
  2666.         return $this->services['CodersLab\\Lms\\Modules\\Materials\\Application\\Handler\\ShareRepositoryForMentorsHandler'] = new \CodersLab\Lms\Modules\Materials\Application\Handler\ShareRepositoryForMentorsHandler(($this->services['app.github.students'] ?? $this->getApp_Github_StudentsService()), ($this->services['CodersLab\\Lms\\Modules\\Materials\\Infrastructure\\Persistence\\Doctrine\\ORMExercises'] ?? $this->getORMExercisesService()), ($this->services['CodersLab\\Lms\\Modules\\Materials\\Infrastructure\\Read\\DbalMentorQuery'] ?? $this->getDbalMentorQuery2Service()), ($this->privates['sentry.client'] ?? $this->getSentry_ClientService()));
  2667.     }
  2668.     /**
  2669.      * Gets the public 'CodersLab\Lms\Modules\Materials\Application\Handler\ShareRepositoryForTeamHandler' shared autowired service.
  2670.      *
  2671.      * @return \CodersLab\Lms\Modules\Materials\Application\Handler\ShareRepositoryForTeamHandler
  2672.      */
  2673.     protected function getShareRepositoryForTeamHandlerService()
  2674.     {
  2675.         include_once \dirname(__DIR__4).'/src/Lms/Modules/Materials/Application/Handler/ShareRepositoryForTeamHandler.php';
  2676.         return $this->services['CodersLab\\Lms\\Modules\\Materials\\Application\\Handler\\ShareRepositoryForTeamHandler'] = new \CodersLab\Lms\Modules\Materials\Application\Handler\ShareRepositoryForTeamHandler(($this->services['app.github.students'] ?? $this->getApp_Github_StudentsService()), ($this->services['CodersLab\\Lms\\Modules\\Materials\\Infrastructure\\Persistence\\Doctrine\\ORMExercises'] ?? $this->getORMExercisesService()));
  2677.     }
  2678.     /**
  2679.      * Gets the public 'CodersLab\Lms\Modules\Materials\Application\Handler\ShareRepositoryForUserHandler' shared autowired service.
  2680.      *
  2681.      * @return \CodersLab\Lms\Modules\Materials\Application\Handler\ShareRepositoryForUserHandler
  2682.      */
  2683.     protected function getShareRepositoryForUserHandlerService()
  2684.     {
  2685.         include_once \dirname(__DIR__4).'/src/Lms/Modules/Materials/Application/Handler/ShareRepositoryForUserHandler.php';
  2686.         return $this->services['CodersLab\\Lms\\Modules\\Materials\\Application\\Handler\\ShareRepositoryForUserHandler'] = new \CodersLab\Lms\Modules\Materials\Application\Handler\ShareRepositoryForUserHandler(($this->services['app.github.students'] ?? $this->getApp_Github_StudentsService()), ($this->services['CodersLab\\Lms\\Modules\\Materials\\Infrastructure\\Persistence\\Doctrine\\ORMExercises'] ?? $this->getORMExercisesService()), ($this->services['CodersLab\\Lms\\SharedKernel\\Domain\\Bus\\EventBus'] ?? $this->getEventBusService()));
  2687.     }
  2688.     /**
  2689.      * Gets the public 'CodersLab\Lms\Modules\Materials\Application\Handler\StoreCoursesHandler' shared autowired service.
  2690.      *
  2691.      * @return \CodersLab\Lms\Modules\Materials\Application\Handler\StoreCoursesHandler
  2692.      */
  2693.     protected function getStoreCoursesHandlerService()
  2694.     {
  2695.         include_once \dirname(__DIR__4).'/src/Lms/Modules/Materials/Application/Handler/StoreCoursesHandler.php';
  2696.         return $this->services['CodersLab\\Lms\\Modules\\Materials\\Application\\Handler\\StoreCoursesHandler'] = new \CodersLab\Lms\Modules\Materials\Application\Handler\StoreCoursesHandler(($this->services['CodersLab\\Lms\\Modules\\Materials\\Infrastructure\\Persistence\\Doctrine\\ORMRepositories'] ?? $this->getORMRepositoriesService()), ($this->services['CodersLab\\Lms\\Modules\\Materials\\Infrastructure\\CourseTree\\CourseTree'] ?? $this->getCourseTreeService()), ($this->services['CodersLab\\Lms\\SharedKernel\\Domain\\Bus\\CommandBus'] ?? $this->getCommandBusService()), ($this->services['CodersLab\\Lms\\Modules\\Materials\\Infrastructure\\Persistence\\Doctrine\\ORMCourses'] ?? $this->getORMCoursesService()), ($this->services['CodersLab\\Lms\\Modules\\Materials\\Application\\Service\\RepositoryReader'] ?? $this->getRepositoryReaderService()), ($this->services['CodersLab\\Lms\\SharedKernel\\Domain\\Bus\\EventBus'] ?? $this->getEventBusService()), (\dirname(__DIR__3).'/lms/repos'), ($this->services['CodersLab\\Lms\\Modules\\Materials\\Infrastructure\\StoreCourses\\StoreCourseValidator'] ?? $this->getStoreCourseValidatorService()));
  2697.     }
  2698.     /**
  2699.      * Gets the public 'CodersLab\Lms\Modules\Materials\Application\Handler\StoreMaterialsHandler' shared autowired service.
  2700.      *
  2701.      * @return \CodersLab\Lms\Modules\Materials\Application\Handler\StoreMaterialsHandler
  2702.      */
  2703.     protected function getStoreMaterialsHandlerService()
  2704.     {
  2705.         include_once \dirname(__DIR__4).'/src/Lms/Modules/Materials/Application/Handler/StoreMaterialsHandler.php';
  2706.         return $this->services['CodersLab\\Lms\\Modules\\Materials\\Application\\Handler\\StoreMaterialsHandler'] = new \CodersLab\Lms\Modules\Materials\Application\Handler\StoreMaterialsHandler(($this->services['CodersLab\\Lms\\Modules\\Materials\\Infrastructure\\Persistence\\Doctrine\\ORMRepositories'] ?? $this->getORMRepositoriesService()), ($this->services['CodersLab\\Lms\\Modules\\Materials\\Infrastructure\\Persistence\\Doctrine\\ORMPills'] ?? $this->getORMPillsService()), ($this->services['CodersLab\\Lms\\Modules\\Materials\\Application\\Service\\RepositoryReader'] ?? $this->getRepositoryReaderService()), ($this->services['CodersLab\\Lms\\Modules\\Materials\\Infrastructure\\Persistence\\Doctrine\\ORMQuizzes'] ?? $this->getORMQuizzesService()), ($this->services['CodersLab\\Lms\\SharedKernel\\Domain\\Bus\\EventRecorder'] ?? ($this->services['CodersLab\\Lms\\SharedKernel\\Domain\\Bus\\EventRecorder'] = new \CodersLab\Lms\SharedKernel\Domain\Bus\EventRecorder())), ($this->services['CodersLab\\Lms\\Modules\\Materials\\Infrastructure\\Persistence\\Doctrine\\ORMTags'] ?? $this->getORMTagsService()), ($this->services['CodersLab\\Lms\\SharedKernel\\Domain\\Bus\\EventBus'] ?? $this->getEventBusService()));
  2707.     }
  2708.     /**
  2709.      * Gets the public 'CodersLab\Lms\Modules\Materials\Application\Handler\UpdateCourseDocumentsHandler' shared autowired service.
  2710.      *
  2711.      * @return \CodersLab\Lms\Modules\Materials\Application\Handler\UpdateCourseDocumentsHandler
  2712.      */
  2713.     protected function getUpdateCourseDocumentsHandlerService()
  2714.     {
  2715.         include_once \dirname(__DIR__4).'/src/Lms/Modules/Materials/Application/Handler/UpdateCourseDocumentsHandler.php';
  2716.         include_once \dirname(__DIR__4).'/src/Lms/Modules/Materials/Application/Service/SearchEngine/SearchEngine.php';
  2717.         include_once \dirname(__DIR__4).'/src/Lms/Modules/Materials/Infrastructure/Elasticsearch/Elasticsearch.php';
  2718.         return $this->services['CodersLab\\Lms\\Modules\\Materials\\Application\\Handler\\UpdateCourseDocumentsHandler'] = new \CodersLab\Lms\Modules\Materials\Application\Handler\UpdateCourseDocumentsHandler(($this->services['CodersLab\\Lms\\Modules\\Materials\\Infrastructure\\Elasticsearch\\Elasticsearch'] ?? ($this->services['CodersLab\\Lms\\Modules\\Materials\\Infrastructure\\Elasticsearch\\Elasticsearch'] = new \CodersLab\Lms\Modules\Materials\Infrastructure\Elasticsearch\Elasticsearch())), ($this->services['CodersLab\\Lms\\Modules\\Materials\\Infrastructure\\Read\\DbalSearchEngineQuery'] ?? $this->getDbalSearchEngineQueryService()));
  2719.     }
  2720.     /**
  2721.      * Gets the public 'CodersLab\Lms\Modules\Materials\Application\Listener\AccessGrantedEventListener' shared autowired service.
  2722.      *
  2723.      * @return \CodersLab\Lms\Modules\Materials\Application\Listener\AccessGrantedEventListener
  2724.      */
  2725.     protected function getAccessGrantedEventListener2Service()
  2726.     {
  2727.         include_once \dirname(__DIR__4).'/src/Lms/Modules/Materials/Application/Listener/AccessGrantedEventListener.php';
  2728.         return $this->services['CodersLab\\Lms\\Modules\\Materials\\Application\\Listener\\AccessGrantedEventListener'] = new \CodersLab\Lms\Modules\Materials\Application\Listener\AccessGrantedEventListener(($this->services['CodersLab\\Lms\\Modules\\Materials\\Infrastructure\\Persistence\\Doctrine\\ORMCourseQuery'] ?? $this->getORMCourseQueryService()), ($this->services['CodersLab\\Lms\\Modules\\Materials\\Infrastructure\\Persistence\\Doctrine\\ORMExerciseRepositories'] ?? $this->getORMExerciseRepositoriesService()), ($this->services['CodersLab\\Lms\\SharedKernel\\Domain\\Bus\\CommandBus'] ?? $this->getCommandBusService()), ($this->services['CodersLab\\Lms\\Modules\\Materials\\Infrastructure\\Persistence\\Doctrine\\ORMExercises'] ?? $this->getORMExercisesService()), ($this->services['CodersLab\\Lms\\Modules\\Materials\\Infrastructure\\Read\\DbalMentorQuery'] ?? $this->getDbalMentorQuery2Service()));
  2729.     }
  2730.     /**
  2731.      * Gets the public 'CodersLab\Lms\Modules\Materials\Application\Listener\ExamPlannedListener' shared autowired service.
  2732.      *
  2733.      * @return \CodersLab\Lms\Modules\Materials\Application\Listener\ExamPlannedListener
  2734.      */
  2735.     protected function getExamPlannedListenerService()
  2736.     {
  2737.         include_once \dirname(__DIR__4).'/src/Lms/Modules/Materials/Application/Listener/ExamPlannedListener.php';
  2738.         return $this->services['CodersLab\\Lms\\Modules\\Materials\\Application\\Listener\\ExamPlannedListener'] = new \CodersLab\Lms\Modules\Materials\Application\Listener\ExamPlannedListener(($this->services['CodersLab\\Lms\\Modules\\Materials\\Infrastructure\\Persistence\\Doctrine\\ORMExerciseRepositories'] ?? $this->getORMExerciseRepositoriesService()), ($this->services['CodersLab\\Lms\\Modules\\Materials\\Infrastructure\\Persistence\\Doctrine\\ORMCourseQuery'] ?? $this->getORMCourseQueryService()), ($this->services['CodersLab\\Lms\\SharedKernel\\Domain\\Bus\\CommandBus'] ?? $this->getCommandBusService()), ($this->services['CodersLab\\Lms\\Modules\\Materials\\Infrastructure\\Persistence\\Doctrine\\ORMExercises'] ?? $this->getORMExercisesService()));
  2739.     }
  2740.     /**
  2741.      * Gets the public 'CodersLab\Lms\Modules\Materials\Application\Listener\ExerciseBuiltListener' shared autowired service.
  2742.      *
  2743.      * @return \CodersLab\Lms\Modules\Materials\Application\Listener\ExerciseBuiltListener
  2744.      */
  2745.     protected function getExerciseBuiltListenerService()
  2746.     {
  2747.         include_once \dirname(__DIR__4).'/src/Lms/Modules/Materials/Application/Listener/ExerciseBuiltListener.php';
  2748.         return $this->services['CodersLab\\Lms\\Modules\\Materials\\Application\\Listener\\ExerciseBuiltListener'] = new \CodersLab\Lms\Modules\Materials\Application\Listener\ExerciseBuiltListener(($this->services['CodersLab\\Lms\\Modules\\Materials\\Infrastructure\\Persistence\\Doctrine\\ORMExercises'] ?? $this->getORMExercisesService()), ($this->services['CodersLab\\Lms\\SharedKernel\\Domain\\Bus\\CommandBus'] ?? $this->getCommandBusService()), ($this->services['CodersLab\\Lms\\Modules\\IdentityAccess\\Infrastructure\\Read\\DbalUserAccessQuery'] ?? $this->getDbalUserAccessQueryService()));
  2749.     }
  2750.     /**
  2751.      * Gets the public 'CodersLab\Lms\Modules\Materials\Application\Listener\ExerciseRepositoryAddedListener' shared autowired service.
  2752.      *
  2753.      * @return \CodersLab\Lms\Modules\Materials\Application\Listener\ExerciseRepositoryAddedListener
  2754.      */
  2755.     protected function getExerciseRepositoryAddedListenerService()
  2756.     {
  2757.         include_once \dirname(__DIR__4).'/src/Lms/Modules/Materials/Application/Listener/ExerciseRepositoryAddedListener.php';
  2758.         include_once \dirname(__DIR__4).'/src/Lms/Modules/Materials/Application/Service/IExerciseFactory.php';
  2759.         include_once \dirname(__DIR__4).'/src/AppBundle/Service/ExerciseFactory.php';
  2760.         return $this->services['CodersLab\\Lms\\Modules\\Materials\\Application\\Listener\\ExerciseRepositoryAddedListener'] = new \CodersLab\Lms\Modules\Materials\Application\Listener\ExerciseRepositoryAddedListener(($this->services['CodersLab\\Lms\\Modules\\Materials\\Infrastructure\\Persistence\\Doctrine\\ORMExerciseRepositories'] ?? $this->getORMExerciseRepositoriesService()), ($this->services['AppBundle\\Repository\\InstanceRepository'] ?? $this->getInstanceRepositoryService()), ($this->services['AppBundle\\Service\\ExerciseFactory'] ?? ($this->services['AppBundle\\Service\\ExerciseFactory'] = new \AppBundle\Service\ExerciseFactory())), ($this->services['AppBundle\\Repository\\ExerciseRepository'] ?? $this->getExerciseRepositoryService()));
  2761.     }
  2762.     /**
  2763.      * Gets the public 'CodersLab\Lms\Modules\Materials\Application\Listener\QuizStateUpdatedListener' shared autowired service.
  2764.      *
  2765.      * @return \CodersLab\Lms\Modules\Materials\Application\Listener\QuizStateUpdatedListener
  2766.      */
  2767.     protected function getQuizStateUpdatedListenerService()
  2768.     {
  2769.         include_once \dirname(__DIR__4).'/src/Lms/Modules/Materials/Application/Listener/QuizStateUpdatedListener.php';
  2770.         return $this->services['CodersLab\\Lms\\Modules\\Materials\\Application\\Listener\\QuizStateUpdatedListener'] = new \CodersLab\Lms\Modules\Materials\Application\Listener\QuizStateUpdatedListener(($this->services['CodersLab\\Lms\\SharedKernel\\Domain\\Bus\\CommandBus'] ?? $this->getCommandBusService()), ($this->services['router'] ?? $this->getRouterService()), ($this->services['CodersLab\\Lms\\Modules\\Materials\\Infrastructure\\Persistence\\Doctrine\\ORMQuizzes'] ?? $this->getORMQuizzesService()));
  2771.     }
  2772.     /**
  2773.      * Gets the public 'CodersLab\Lms\Modules\Materials\Application\Listener\UserGithubUpdatedListener' shared autowired service.
  2774.      *
  2775.      * @return \CodersLab\Lms\Modules\Materials\Application\Listener\UserGithubUpdatedListener
  2776.      */
  2777.     protected function getUserGithubUpdatedListenerService()
  2778.     {
  2779.         include_once \dirname(__DIR__4).'/src/Lms/Modules/Materials/Application/Listener/UserGithubUpdatedListener.php';
  2780.         return $this->services['CodersLab\\Lms\\Modules\\Materials\\Application\\Listener\\UserGithubUpdatedListener'] = new \CodersLab\Lms\Modules\Materials\Application\Listener\UserGithubUpdatedListener(($this->services['CodersLab\\Lms\\Modules\\Materials\\Infrastructure\\Read\\DbalUserExerciseQuery'] ?? $this->getDbalUserExerciseQueryService()), ($this->services['CodersLab\\Lms\\SharedKernel\\Domain\\Bus\\CommandBus'] ?? $this->getCommandBusService()), ($this->services['app.github.students'] ?? $this->getApp_Github_StudentsService()));
  2781.     }
  2782.     /**
  2783.      * Gets the public 'CodersLab\Lms\Modules\Materials\Application\Service\ExerciseStateProccessor\Processor\CommitCreatedProcessor' shared autowired service.
  2784.      *
  2785.      * @return \CodersLab\Lms\Modules\Materials\Application\Service\ExerciseStateProccessor\Processor\CommitCreatedProcessor
  2786.      */
  2787.     protected function getCommitCreatedProcessorService()
  2788.     {
  2789.         include_once \dirname(__DIR__4).'/src/Lms/Modules/Materials/Application/Service/ExerciseStateProccessor/StateProcessor.php';
  2790.         include_once \dirname(__DIR__4).'/src/Lms/Modules/Materials/Application/Service/ExerciseStateProccessor/Processor/CommitCreatedProcessor.php';
  2791.         return $this->services['CodersLab\\Lms\\Modules\\Materials\\Application\\Service\\ExerciseStateProccessor\\Processor\\CommitCreatedProcessor'] = new \CodersLab\Lms\Modules\Materials\Application\Service\ExerciseStateProccessor\Processor\CommitCreatedProcessor(($this->services['app.github.students'] ?? $this->getApp_Github_StudentsService()), ($this->services['CodersLab\\Lms\\SharedKernel\\Domain\\Bus\\CommandBus'] ?? $this->getCommandBusService()));
  2792.     }
  2793.     /**
  2794.      * Gets the public 'CodersLab\Lms\Modules\Materials\Application\Service\ExerciseStateProccessor\Processor\DoneProcessor' shared autowired service.
  2795.      *
  2796.      * @return \CodersLab\Lms\Modules\Materials\Application\Service\ExerciseStateProccessor\Processor\DoneProcessor
  2797.      */
  2798.     protected function getDoneProcessorService()
  2799.     {
  2800.         include_once \dirname(__DIR__4).'/src/Lms/Modules/Materials/Application/Service/ExerciseStateProccessor/StateProcessor.php';
  2801.         include_once \dirname(__DIR__4).'/src/Lms/Modules/Materials/Application/Service/ExerciseStateProccessor/Processor/DoneProcessor.php';
  2802.         return $this->services['CodersLab\\Lms\\Modules\\Materials\\Application\\Service\\ExerciseStateProccessor\\Processor\\DoneProcessor'] = new \CodersLab\Lms\Modules\Materials\Application\Service\ExerciseStateProccessor\Processor\DoneProcessor();
  2803.     }
  2804.     /**
  2805.      * Gets the public 'CodersLab\Lms\Modules\Materials\Application\Service\ExerciseStateProccessor\Processor\InitialStateProcessor' shared autowired service.
  2806.      *
  2807.      * @return \CodersLab\Lms\Modules\Materials\Application\Service\ExerciseStateProccessor\Processor\InitialStateProcessor
  2808.      */
  2809.     protected function getInitialStateProcessorService()
  2810.     {
  2811.         include_once \dirname(__DIR__4).'/src/Lms/Modules/Materials/Application/Service/ExerciseStateProccessor/StateProcessor.php';
  2812.         include_once \dirname(__DIR__4).'/src/Lms/Modules/Materials/Application/Service/ExerciseStateProccessor/Processor/InitialStateProcessor.php';
  2813.         return $this->services['CodersLab\\Lms\\Modules\\Materials\\Application\\Service\\ExerciseStateProccessor\\Processor\\InitialStateProcessor'] = new \CodersLab\Lms\Modules\Materials\Application\Service\ExerciseStateProccessor\Processor\InitialStateProcessor(($this->services['app.github.students'] ?? $this->getApp_Github_StudentsService()), ($this->services['CodersLab\\Lms\\SharedKernel\\Domain\\Bus\\CommandBus'] ?? $this->getCommandBusService()));
  2814.     }
  2815.     /**
  2816.      * Gets the public 'CodersLab\Lms\Modules\Materials\Application\Service\ExerciseStateProccessor\Processor\ReferenceUpdatedProcessor' shared autowired service.
  2817.      *
  2818.      * @return \CodersLab\Lms\Modules\Materials\Application\Service\ExerciseStateProccessor\Processor\ReferenceUpdatedProcessor
  2819.      */
  2820.     protected function getReferenceUpdatedProcessorService()
  2821.     {
  2822.         include_once \dirname(__DIR__4).'/src/Lms/Modules/Materials/Application/Service/ExerciseStateProccessor/StateProcessor.php';
  2823.         include_once \dirname(__DIR__4).'/src/Lms/Modules/Materials/Application/Service/ExerciseStateProccessor/Processor/ReferenceUpdatedProcessor.php';
  2824.         return $this->services['CodersLab\\Lms\\Modules\\Materials\\Application\\Service\\ExerciseStateProccessor\\Processor\\ReferenceUpdatedProcessor'] = new \CodersLab\Lms\Modules\Materials\Application\Service\ExerciseStateProccessor\Processor\ReferenceUpdatedProcessor(($this->services['app.github.students'] ?? $this->getApp_Github_StudentsService()), ($this->services['CodersLab\\Lms\\SharedKernel\\Domain\\Bus\\EventBus'] ?? $this->getEventBusService()), ($this->services['CodersLab\\Lms\\Modules\\Materials\\Infrastructure\\Persistence\\Doctrine\\ORMExercises'] ?? $this->getORMExercisesService()));
  2825.     }
  2826.     /**
  2827.      * Gets the public 'CodersLab\Lms\Modules\Materials\Application\Service\ExerciseStateProccessor\Processor\RepositoryCreatedProcessor' shared autowired service.
  2828.      *
  2829.      * @return \CodersLab\Lms\Modules\Materials\Application\Service\ExerciseStateProccessor\Processor\RepositoryCreatedProcessor
  2830.      */
  2831.     protected function getRepositoryCreatedProcessorService()
  2832.     {
  2833.         include_once \dirname(__DIR__4).'/src/Lms/Modules/Materials/Application/Service/ExerciseStateProccessor/StateProcessor.php';
  2834.         include_once \dirname(__DIR__4).'/src/Lms/Modules/Materials/Application/Service/ExerciseStateProccessor/Processor/RepositoryCreatedProcessor.php';
  2835.         return $this->services['CodersLab\\Lms\\Modules\\Materials\\Application\\Service\\ExerciseStateProccessor\\Processor\\RepositoryCreatedProcessor'] = new \CodersLab\Lms\Modules\Materials\Application\Service\ExerciseStateProccessor\Processor\RepositoryCreatedProcessor(($this->services['app.github.students'] ?? $this->getApp_Github_StudentsService()), ($this->services['CodersLab\\Lms\\SharedKernel\\Domain\\Bus\\CommandBus'] ?? $this->getCommandBusService()), (\dirname(__DIR__3).'/lms/repos'));
  2836.     }
  2837.     /**
  2838.      * Gets the public 'CodersLab\Lms\Modules\Materials\Application\Service\ExerciseStateProccessor\Processor\TreeCreatedProcessor' shared autowired service.
  2839.      *
  2840.      * @return \CodersLab\Lms\Modules\Materials\Application\Service\ExerciseStateProccessor\Processor\TreeCreatedProcessor
  2841.      */
  2842.     protected function getTreeCreatedProcessorService()
  2843.     {
  2844.         include_once \dirname(__DIR__4).'/src/Lms/Modules/Materials/Application/Service/ExerciseStateProccessor/StateProcessor.php';
  2845.         include_once \dirname(__DIR__4).'/src/Lms/Modules/Materials/Application/Service/ExerciseStateProccessor/Processor/TreeCreatedProcessor.php';
  2846.         return $this->services['CodersLab\\Lms\\Modules\\Materials\\Application\\Service\\ExerciseStateProccessor\\Processor\\TreeCreatedProcessor'] = new \CodersLab\Lms\Modules\Materials\Application\Service\ExerciseStateProccessor\Processor\TreeCreatedProcessor(($this->services['app.github.students'] ?? $this->getApp_Github_StudentsService()), ($this->services['CodersLab\\Lms\\SharedKernel\\Domain\\Bus\\CommandBus'] ?? $this->getCommandBusService()));
  2847.     }
  2848.     /**
  2849.      * Gets the public 'CodersLab\Lms\Modules\Materials\Application\Service\ExerciseStateProccessor\StateProcessorFactory' shared autowired service.
  2850.      *
  2851.      * @return \CodersLab\Lms\Modules\Materials\Application\Service\ExerciseStateProccessor\StateProcessorFactory
  2852.      */
  2853.     protected function getStateProcessorFactoryService()
  2854.     {
  2855.         include_once \dirname(__DIR__4).'/src/Lms/Modules/Materials/Application/Service/ExerciseStateProccessor/IStateProcessorFactory.php';
  2856.         include_once \dirname(__DIR__4).'/src/Lms/Modules/Materials/Application/Service/ExerciseStateProccessor/StateProcessorFactory.php';
  2857.         include_once \dirname(__DIR__4).'/src/Lms/Modules/Materials/Application/Service/ExerciseStateProccessor/StateProcessor.php';
  2858.         include_once \dirname(__DIR__4).'/src/Lms/Modules/Materials/Application/Service/ExerciseStateProccessor/Processor/DoneProcessor.php';
  2859.         return $this->services['CodersLab\\Lms\\Modules\\Materials\\Application\\Service\\ExerciseStateProccessor\\StateProcessorFactory'] = new \CodersLab\Lms\Modules\Materials\Application\Service\ExerciseStateProccessor\StateProcessorFactory(($this->services['CodersLab\\Lms\\Modules\\Materials\\Application\\Service\\ExerciseStateProccessor\\Processor\\InitialStateProcessor'] ?? $this->getInitialStateProcessorService()), ($this->services['CodersLab\\Lms\\Modules\\Materials\\Application\\Service\\ExerciseStateProccessor\\Processor\\RepositoryCreatedProcessor'] ?? $this->getRepositoryCreatedProcessorService()), ($this->services['CodersLab\\Lms\\Modules\\Materials\\Application\\Service\\ExerciseStateProccessor\\Processor\\TreeCreatedProcessor'] ?? $this->getTreeCreatedProcessorService()), ($this->services['CodersLab\\Lms\\Modules\\Materials\\Application\\Service\\ExerciseStateProccessor\\Processor\\CommitCreatedProcessor'] ?? $this->getCommitCreatedProcessorService()), ($this->services['CodersLab\\Lms\\Modules\\Materials\\Application\\Service\\ExerciseStateProccessor\\Processor\\ReferenceUpdatedProcessor'] ?? $this->getReferenceUpdatedProcessorService()), ($this->services['CodersLab\\Lms\\Modules\\Materials\\Application\\Service\\ExerciseStateProccessor\\Processor\\DoneProcessor'] ?? ($this->services['CodersLab\\Lms\\Modules\\Materials\\Application\\Service\\ExerciseStateProccessor\\Processor\\DoneProcessor'] = new \CodersLab\Lms\Modules\Materials\Application\Service\ExerciseStateProccessor\Processor\DoneProcessor())));
  2860.     }
  2861.     /**
  2862.      * Gets the public 'CodersLab\Lms\Modules\Materials\Application\Service\Material\ContentParser\ContentParserFactory' shared autowired service.
  2863.      *
  2864.      * @return \CodersLab\Lms\Modules\Materials\Application\Service\Material\ContentParser\ContentParserFactory
  2865.      */
  2866.     protected function getContentParserFactoryService()
  2867.     {
  2868.         include_once \dirname(__DIR__4).'/src/Lms/Modules/Materials/Application/Service/Material/ContentParser/ContentParserFactory.php';
  2869.         return $this->services['CodersLab\\Lms\\Modules\\Materials\\Application\\Service\\Material\\ContentParser\\ContentParserFactory'] = new \CodersLab\Lms\Modules\Materials\Application\Service\Material\ContentParser\ContentParserFactory(($this->services['CodersLab\\Lms\\Modules\\Materials\\Application\\Service\\Material\\ExerciseGithubUrlFactory'] ?? $this->getExerciseGithubUrlFactoryService()), ($this->services['CodersLab\\Lms\\Modules\\Materials\\Infrastructure\\Persistence\\Doctrine\\ORMQuizzes'] ?? $this->getORMQuizzesService()), ($this->services['CodersLab\\Lms\\SharedKernel\\Infrastructure\\Security\\SymfonySecurityContext'] ?? $this->getSymfonySecurityContextService()), ($this->services['router'] ?? $this->getRouterService()), ($this->services['CodersLab\\Lms\\Modules\\Materials\\Infrastructure\\Persistence\\Doctrine\\ORMCourseQuery'] ?? $this->getORMCourseQueryService()));
  2870.     }
  2871.     /**
  2872.      * Gets the public 'CodersLab\Lms\Modules\Materials\Application\Service\Material\ExerciseGithubUrlFactory' shared autowired service.
  2873.      *
  2874.      * @return \CodersLab\Lms\Modules\Materials\Application\Service\Material\ExerciseGithubUrlFactory
  2875.      */
  2876.     protected function getExerciseGithubUrlFactoryService()
  2877.     {
  2878.         include_once \dirname(__DIR__4).'/src/Lms/Modules/Materials/Application/Service/Material/ExerciseGithubUrlFactory.php';
  2879.         return $this->services['CodersLab\\Lms\\Modules\\Materials\\Application\\Service\\Material\\ExerciseGithubUrlFactory'] = new \CodersLab\Lms\Modules\Materials\Application\Service\Material\ExerciseGithubUrlFactory(($this->services['CodersLab\\Lms\\Modules\\Materials\\Infrastructure\\Read\\DbalExerciseDetailsQuery'] ?? $this->getDbalExerciseDetailsQueryService()));
  2880.     }
  2881.     /**
  2882.      * Gets the public 'CodersLab\Lms\Modules\Materials\Application\Service\Material\MaterialFactory' shared autowired service.
  2883.      *
  2884.      * @return \CodersLab\Lms\Modules\Materials\Application\Service\Material\MaterialFactory
  2885.      */
  2886.     protected function getMaterialFactoryService()
  2887.     {
  2888.         include_once \dirname(__DIR__4).'/src/Lms/Modules/Materials/Application/Service/Material/MaterialFactory.php';
  2889.         return $this->services['CodersLab\\Lms\\Modules\\Materials\\Application\\Service\\Material\\MaterialFactory'] = new \CodersLab\Lms\Modules\Materials\Application\Service\Material\MaterialFactory(($this->services['CodersLab\\Lms\\Modules\\Materials\\Infrastructure\\Read\\DbalMaterialQuery'] ?? $this->getDbalMaterialQueryService()), ($this->privates['.materials_cache.taggable'] ?? $this->get_MaterialsCache_TaggableService()));
  2890.     }
  2891.     /**
  2892.      * Gets the public 'CodersLab\Lms\Modules\Materials\Application\Service\Material\MaterialScoreContext' shared autowired service.
  2893.      *
  2894.      * @return \CodersLab\Lms\Modules\Materials\Application\Service\Material\MaterialScoreContext
  2895.      */
  2896.     protected function getMaterialScoreContextService()
  2897.     {
  2898.         include_once \dirname(__DIR__4).'/src/Lms/Modules/Materials/Application/Service/Material/MaterialScoreContext.php';
  2899.         return $this->services['CodersLab\\Lms\\Modules\\Materials\\Application\\Service\\Material\\MaterialScoreContext'] = new \CodersLab\Lms\Modules\Materials\Application\Service\Material\MaterialScoreContext(($this->services['CodersLab\\Lms\\SharedKernel\\Infrastructure\\Security\\SymfonySecurityContext'] ?? $this->getSymfonySecurityContextService()), ($this->services['CodersLab\\Lms\\Modules\\IdentityAccess\\Infrastructure\\CourseInstanceContext'] ?? $this->getCourseInstanceContextService()), ($this->services['CodersLab\\Lms\\Modules\\IdentityAccess\\Application\\RolePolicy'] ?? $this->getRolePolicyService()), ($this->services['CodersLab\\Lms\\Modules\\Materials\\Infrastructure\\Persistence\\Doctrine\\ORMMaterials'] ?? $this->getORMMaterialsService()));
  2900.     }
  2901.     /**
  2902.      * Gets the public 'CodersLab\Lms\Modules\Materials\Application\Service\Material\MaterialScoreValidator' shared autowired service.
  2903.      *
  2904.      * @return \CodersLab\Lms\Modules\Materials\Application\Service\Material\MaterialScoreValidator
  2905.      */
  2906.     protected function getMaterialScoreValidatorService()
  2907.     {
  2908.         include_once \dirname(__DIR__4).'/src/Lms/Modules/Materials/Application/Service/Material/MaterialScoreValidator.php';
  2909.         return $this->services['CodersLab\\Lms\\Modules\\Materials\\Application\\Service\\Material\\MaterialScoreValidator'] = new \CodersLab\Lms\Modules\Materials\Application\Service\Material\MaterialScoreValidator(($this->services['CodersLab\\Lms\\Modules\\Materials\\Infrastructure\\Read\\DbalMaterialCriterionQuery'] ?? $this->getDbalMaterialCriterionQueryService()));
  2910.     }
  2911.     /**
  2912.      * Gets the public 'CodersLab\Lms\Modules\Materials\Application\Service\RepositoryDownloader' shared autowired service.
  2913.      *
  2914.      * @return \CodersLab\Lms\Modules\Materials\Application\Service\RepositoryDownloader
  2915.      */
  2916.     protected function getRepositoryDownloaderService()
  2917.     {
  2918.         include_once \dirname(__DIR__4).'/src/Lms/Modules/Materials/Application/Service/RepositoryDownloader.php';
  2919.         include_once \dirname(__DIR__4).'/vendor/symplify/git-wrapper/src/GitWrapper.php';
  2920.         return $this->services['CodersLab\\Lms\\Modules\\Materials\\Application\\Service\\RepositoryDownloader'] = new \CodersLab\Lms\Modules\Materials\Application\Service\RepositoryDownloader(($this->services['Symplify\\GitWrapper\\GitWrapper'] ?? ($this->services['Symplify\\GitWrapper\\GitWrapper'] = new \Symplify\GitWrapper\GitWrapper((\dirname(__DIR__7).'/bin/git')))));
  2921.     }
  2922.     /**
  2923.      * Gets the public 'CodersLab\Lms\Modules\Materials\Application\Service\RepositoryReader' shared autowired service.
  2924.      *
  2925.      * @return \CodersLab\Lms\Modules\Materials\Application\Service\RepositoryReader
  2926.      */
  2927.     protected function getRepositoryReaderService()
  2928.     {
  2929.         include_once \dirname(__DIR__4).'/src/Lms/Modules/Materials/Application/Service/IRepositoryReader.php';
  2930.         include_once \dirname(__DIR__4).'/src/Lms/Modules/Materials/Application/Service/RepositoryReader.php';
  2931.         return $this->services['CodersLab\\Lms\\Modules\\Materials\\Application\\Service\\RepositoryReader'] = new \CodersLab\Lms\Modules\Materials\Application\Service\RepositoryReader(($this->services['CodersLab\\Lms\\Modules\\Materials\\Application\\Service\\RepositoryReader\\PillConfigReader'] ?? $this->getPillConfigReaderService()), ($this->services['CodersLab\\Lms\\Modules\\Materials\\Application\\Service\\RepositoryReader\\CourseConfigReader'] ?? $this->getCourseConfigReaderService()), (\dirname(__DIR__3).'/lms/tmp_repos'));
  2932.     }
  2933.     /**
  2934.      * Gets the public 'CodersLab\Lms\Modules\Materials\Application\Service\RepositoryReader\CourseConfigReader' shared autowired service.
  2935.      *
  2936.      * @return \CodersLab\Lms\Modules\Materials\Application\Service\RepositoryReader\CourseConfigReader
  2937.      */
  2938.     protected function getCourseConfigReaderService()
  2939.     {
  2940.         include_once \dirname(__DIR__4).'/src/Lms/Modules/Materials/Application/Service/RepositoryReader/CourseConfigReader.php';
  2941.         return $this->services['CodersLab\\Lms\\Modules\\Materials\\Application\\Service\\RepositoryReader\\CourseConfigReader'] = new \CodersLab\Lms\Modules\Materials\Application\Service\RepositoryReader\CourseConfigReader(($this->services['CodersLab\\Lms\\Modules\\Materials\\Application\\Service\\RepositoryReader\\PillConfigReader'] ?? $this->getPillConfigReaderService()), ($this->services['CodersLab\\Lms\\Modules\\Materials\\Infrastructure\\Read\\DbalModesQuery'] ?? $this->getDbalModesQueryService()), (\dirname(__DIR__3).'/lms/tmp_repos'));
  2942.     }
  2943.     /**
  2944.      * Gets the public 'CodersLab\Lms\Modules\Materials\Application\Service\RepositoryReader\ExerciseSettingsReader' shared autowired service.
  2945.      *
  2946.      * @return \CodersLab\Lms\Modules\Materials\Application\Service\RepositoryReader\ExerciseSettingsReader
  2947.      */
  2948.     protected function getExerciseSettingsReaderService()
  2949.     {
  2950.         include_once \dirname(__DIR__4).'/src/Lms/Modules/Materials/Application/Service/RepositoryReader/IExerciseSettingsReader.php';
  2951.         include_once \dirname(__DIR__4).'/src/Lms/Modules/Materials/Application/Service/RepositoryReader/ExerciseSettingsReader.php';
  2952.         return $this->services['CodersLab\\Lms\\Modules\\Materials\\Application\\Service\\RepositoryReader\\ExerciseSettingsReader'] = new \CodersLab\Lms\Modules\Materials\Application\Service\RepositoryReader\ExerciseSettingsReader();
  2953.     }
  2954.     /**
  2955.      * Gets the public 'CodersLab\Lms\Modules\Materials\Application\Service\RepositoryReader\PillConfigReader' shared autowired service.
  2956.      *
  2957.      * @return \CodersLab\Lms\Modules\Materials\Application\Service\RepositoryReader\PillConfigReader
  2958.      */
  2959.     protected function getPillConfigReaderService()
  2960.     {
  2961.         include_once \dirname(__DIR__4).'/src/Lms/Modules/Materials/Application/Service/RepositoryReader/IPillConfigReader.php';
  2962.         include_once \dirname(__DIR__4).'/src/Lms/Modules/Materials/Application/Service/RepositoryReader/PillConfigReader.php';
  2963.         include_once \dirname(__DIR__4).'/src/Lms/Modules/Materials/Application/Service/RepositoryReader/IExerciseSettingsReader.php';
  2964.         include_once \dirname(__DIR__4).'/src/Lms/Modules/Materials/Application/Service/RepositoryReader/ExerciseSettingsReader.php';
  2965.         return $this->services['CodersLab\\Lms\\Modules\\Materials\\Application\\Service\\RepositoryReader\\PillConfigReader'] = new \CodersLab\Lms\Modules\Materials\Application\Service\RepositoryReader\PillConfigReader(($this->services['CodersLab\\Lms\\Modules\\Materials\\Application\\Service\\RepositoryReader\\ExerciseSettingsReader'] ?? ($this->services['CodersLab\\Lms\\Modules\\Materials\\Application\\Service\\RepositoryReader\\ExerciseSettingsReader'] = new \CodersLab\Lms\Modules\Materials\Application\Service\RepositoryReader\ExerciseSettingsReader())), '.config.yml');
  2966.     }
  2967.     /**
  2968.      * Gets the public 'CodersLab\Lms\Modules\Materials\Application\Service\SearchLogReport\SearchLogReport' shared autowired service.
  2969.      *
  2970.      * @return \CodersLab\Lms\Modules\Materials\Application\Service\SearchLogReport\SearchLogReport
  2971.      */
  2972.     protected function getSearchLogReportService()
  2973.     {
  2974.         include_once \dirname(__DIR__4).'/src/Lms/Modules/Materials/Application/Service/SearchLogReport/SearchLogReport.php';
  2975.         return $this->services['CodersLab\\Lms\\Modules\\Materials\\Application\\Service\\SearchLogReport\\SearchLogReport'] = new \CodersLab\Lms\Modules\Materials\Application\Service\SearchLogReport\SearchLogReport(($this->services['CodersLab\\Lms\\Modules\\Materials\\Infrastructure\\Read\\DbalSearchLogQuery'] ?? $this->getDbalSearchLogQueryService()));
  2976.     }
  2977.     /**
  2978.      * Gets the public 'CodersLab\Lms\Modules\Materials\Infrastructure\CourseTree\CourseTree' shared autowired service.
  2979.      *
  2980.      * @return \CodersLab\Lms\Modules\Materials\Infrastructure\CourseTree\CourseTree
  2981.      */
  2982.     protected function getCourseTreeService()
  2983.     {
  2984.         include_once \dirname(__DIR__4).'/src/Lms/Modules/Materials/Application/Service/CourseTree/ICourseTree.php';
  2985.         include_once \dirname(__DIR__4).'/src/Lms/Modules/Materials/Infrastructure/CourseTree/CourseTree.php';
  2986.         return $this->services['CodersLab\\Lms\\Modules\\Materials\\Infrastructure\\CourseTree\\CourseTree'] = new \CodersLab\Lms\Modules\Materials\Infrastructure\CourseTree\CourseTree(($this->services['doctrine.dbal.default_connection'] ?? $this->getDoctrine_Dbal_DefaultConnectionService()));
  2987.     }
  2988.     /**
  2989.      * Gets the public 'CodersLab\Lms\Modules\Materials\Infrastructure\Elasticsearch\Elasticsearch' shared autowired service.
  2990.      *
  2991.      * @return \CodersLab\Lms\Modules\Materials\Infrastructure\Elasticsearch\Elasticsearch
  2992.      */
  2993.     protected function getElasticsearchService()
  2994.     {
  2995.         include_once \dirname(__DIR__4).'/src/Lms/Modules/Materials/Application/Service/SearchEngine/SearchEngine.php';
  2996.         include_once \dirname(__DIR__4).'/src/Lms/Modules/Materials/Infrastructure/Elasticsearch/Elasticsearch.php';
  2997.         return $this->services['CodersLab\\Lms\\Modules\\Materials\\Infrastructure\\Elasticsearch\\Elasticsearch'] = new \CodersLab\Lms\Modules\Materials\Infrastructure\Elasticsearch\Elasticsearch();
  2998.     }
  2999.     /**
  3000.      * Gets the public 'CodersLab\Lms\Modules\Materials\Infrastructure\Elasticsearch\ElasticsearchMaterialsSearchQuery' shared autowired service.
  3001.      *
  3002.      * @return \CodersLab\Lms\Modules\Materials\Infrastructure\Elasticsearch\ElasticsearchMaterialsSearchQuery
  3003.      */
  3004.     protected function getElasticsearchMaterialsSearchQueryService()
  3005.     {
  3006.         include_once \dirname(__DIR__4).'/src/Lms/Modules/Materials/Application/Query/MaterialsSearchQuery.php';
  3007.         include_once \dirname(__DIR__4).'/src/Lms/Modules/Materials/Infrastructure/Elasticsearch/ElasticsearchMaterialsSearchQuery.php';
  3008.         return $this->services['CodersLab\\Lms\\Modules\\Materials\\Infrastructure\\Elasticsearch\\ElasticsearchMaterialsSearchQuery'] = new \CodersLab\Lms\Modules\Materials\Infrastructure\Elasticsearch\ElasticsearchMaterialsSearchQuery();
  3009.     }
  3010.     /**
  3011.      * Gets the public 'CodersLab\Lms\Modules\Materials\Infrastructure\Elasticsearch\IndicesCollection' shared autowired service.
  3012.      *
  3013.      * @return \CodersLab\Lms\Modules\Materials\Infrastructure\Elasticsearch\IndicesCollection
  3014.      */
  3015.     protected function getIndicesCollectionService()
  3016.     {
  3017.         include_once \dirname(__DIR__4).'/src/Lms/Modules/Materials/Infrastructure/Elasticsearch/IndicesCollection.php';
  3018.         return $this->services['CodersLab\\Lms\\Modules\\Materials\\Infrastructure\\Elasticsearch\\IndicesCollection'] = new \CodersLab\Lms\Modules\Materials\Infrastructure\Elasticsearch\IndicesCollection(($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))));
  3019.     }
  3020.     /**
  3021.      * Gets the public 'CodersLab\Lms\Modules\Materials\Infrastructure\Markdown\CommonMarkMarkdownParser' shared autowired service.
  3022.      *
  3023.      * @return \CodersLab\Lms\Modules\Materials\Infrastructure\Markdown\CommonMarkMarkdownParser
  3024.      */
  3025.     protected function getCommonMarkMarkdownParserService()
  3026.     {
  3027.         include_once \dirname(__DIR__4).'/src/Lms/Modules/Materials/Application/Service/MarkdownParser.php';
  3028.         include_once \dirname(__DIR__4).'/src/Lms/Modules/Materials/Infrastructure/Markdown/CommonMarkMarkdownParser.php';
  3029.         return $this->services['CodersLab\\Lms\\Modules\\Materials\\Infrastructure\\Markdown\\CommonMarkMarkdownParser'] = new \CodersLab\Lms\Modules\Materials\Infrastructure\Markdown\CommonMarkMarkdownParser();
  3030.     }
  3031.     /**
  3032.      * Gets the public 'CodersLab\Lms\Modules\Materials\Infrastructure\MaterialOnInstance\MaterialOnInstanceFactory' shared autowired service.
  3033.      *
  3034.      * @return \CodersLab\Lms\Modules\Materials\Infrastructure\MaterialOnInstance\MaterialOnInstanceFactory
  3035.      */
  3036.     protected function getMaterialOnInstanceFactoryService()
  3037.     {
  3038.         include_once \dirname(__DIR__4).'/src/Lms/Modules/Materials/Application/Service/Material/MaterialInstanceSlug/IMaterialOnInstanceFactory.php';
  3039.         include_once \dirname(__DIR__4).'/src/Lms/Modules/Materials/Infrastructure/MaterialOnInstance/MaterialOnInstanceFactory.php';
  3040.         return $this->services['CodersLab\\Lms\\Modules\\Materials\\Infrastructure\\MaterialOnInstance\\MaterialOnInstanceFactory'] = new \CodersLab\Lms\Modules\Materials\Infrastructure\MaterialOnInstance\MaterialOnInstanceFactory(($this->services['doctrine.dbal.default_connection'] ?? $this->getDoctrine_Dbal_DefaultConnectionService()));
  3041.     }
  3042.     /**
  3043.      * Gets the public 'CodersLab\Lms\Modules\Materials\Infrastructure\Persistence\Doctrine\CourseQuery\CourseSqlBuilder' shared autowired service.
  3044.      *
  3045.      * @return \CodersLab\Lms\Modules\Materials\Infrastructure\Persistence\Doctrine\CourseQuery\CourseSqlBuilder
  3046.      */
  3047.     protected function getCourseSqlBuilderService()
  3048.     {
  3049.         include_once \dirname(__DIR__4).'/src/Lms/Modules/Materials/Infrastructure/Persistence/Doctrine/CourseQuery/CourseSqlBuilder.php';
  3050.         return $this->services['CodersLab\\Lms\\Modules\\Materials\\Infrastructure\\Persistence\\Doctrine\\CourseQuery\\CourseSqlBuilder'] = new \CodersLab\Lms\Modules\Materials\Infrastructure\Persistence\Doctrine\CourseQuery\CourseSqlBuilder(($this->services['doctrine.dbal.default_connection'] ?? $this->getDoctrine_Dbal_DefaultConnectionService()));
  3051.     }
  3052.     /**
  3053.      * Gets the public 'CodersLab\Lms\Modules\Materials\Infrastructure\Persistence\Doctrine\ORMCourseQuery' shared autowired service.
  3054.      *
  3055.      * @return \CodersLab\Lms\Modules\Materials\Infrastructure\Persistence\Doctrine\ORMCourseQuery
  3056.      */
  3057.     protected function getORMCourseQueryService()
  3058.     {
  3059.         include_once \dirname(__DIR__4).'/src/Lms/Modules/Materials/Application/Query/CourseQuery.php';
  3060.         include_once \dirname(__DIR__4).'/src/Lms/Modules/Materials/Infrastructure/Persistence/Doctrine/ORMCourseQuery.php';
  3061.         return $this->services['CodersLab\\Lms\\Modules\\Materials\\Infrastructure\\Persistence\\Doctrine\\ORMCourseQuery'] = new \CodersLab\Lms\Modules\Materials\Infrastructure\Persistence\Doctrine\ORMCourseQuery(($this->services['doctrine.dbal.default_connection'] ?? $this->getDoctrine_Dbal_DefaultConnectionService()), ($this->services['CodersLab\\Lms\\Modules\\Materials\\Infrastructure\\Persistence\\Doctrine\\CourseQuery\\CourseSqlBuilder'] ?? $this->getCourseSqlBuilderService()));
  3062.     }
  3063.     /**
  3064.      * Gets the public 'CodersLab\Lms\Modules\Materials\Infrastructure\Persistence\Doctrine\ORMCourses' shared autowired service.
  3065.      *
  3066.      * @return \CodersLab\Lms\Modules\Materials\Infrastructure\Persistence\Doctrine\ORMCourses
  3067.      */
  3068.     protected function getORMCoursesService()
  3069.     {
  3070.         include_once \dirname(__DIR__4).'/src/Lms/Modules/Materials/Domain/ICourses.php';
  3071.         include_once \dirname(__DIR__4).'/src/Lms/Modules/Materials/Infrastructure/Persistence/Doctrine/ORMCourses.php';
  3072.         return $this->services['CodersLab\\Lms\\Modules\\Materials\\Infrastructure\\Persistence\\Doctrine\\ORMCourses'] = new \CodersLab\Lms\Modules\Materials\Infrastructure\Persistence\Doctrine\ORMCourses(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  3073.     }
  3074.     /**
  3075.      * Gets the public 'CodersLab\Lms\Modules\Materials\Infrastructure\Persistence\Doctrine\ORMExerciseQueues' shared autowired service.
  3076.      *
  3077.      * @return \CodersLab\Lms\Modules\Materials\Infrastructure\Persistence\Doctrine\ORMExerciseQueues
  3078.      */
  3079.     protected function getORMExerciseQueuesService()
  3080.     {
  3081.         include_once \dirname(__DIR__4).'/src/Lms/Modules/Materials/Domain/ExerciseQueues.php';
  3082.         include_once \dirname(__DIR__4).'/src/Lms/Modules/Materials/Infrastructure/Persistence/Doctrine/ORMExerciseQueues.php';
  3083.         return $this->services['CodersLab\\Lms\\Modules\\Materials\\Infrastructure\\Persistence\\Doctrine\\ORMExerciseQueues'] = new \CodersLab\Lms\Modules\Materials\Infrastructure\Persistence\Doctrine\ORMExerciseQueues(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  3084.     }
  3085.     /**
  3086.      * Gets the public 'CodersLab\Lms\Modules\Materials\Infrastructure\Persistence\Doctrine\ORMExerciseRepositories' shared autowired service.
  3087.      *
  3088.      * @return \CodersLab\Lms\Modules\Materials\Infrastructure\Persistence\Doctrine\ORMExerciseRepositories
  3089.      */
  3090.     protected function getORMExerciseRepositoriesService()
  3091.     {
  3092.         include_once \dirname(__DIR__4).'/src/Lms/Modules/Materials/Application/Query/ExerciseRepositories.php';
  3093.         include_once \dirname(__DIR__4).'/src/Lms/Modules/Materials/Infrastructure/Persistence/Doctrine/ORMExerciseRepositories.php';
  3094.         return $this->services['CodersLab\\Lms\\Modules\\Materials\\Infrastructure\\Persistence\\Doctrine\\ORMExerciseRepositories'] = new \CodersLab\Lms\Modules\Materials\Infrastructure\Persistence\Doctrine\ORMExerciseRepositories(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  3095.     }
  3096.     /**
  3097.      * Gets the public 'CodersLab\Lms\Modules\Materials\Infrastructure\Persistence\Doctrine\ORMExercises' shared autowired service.
  3098.      *
  3099.      * @return \CodersLab\Lms\Modules\Materials\Infrastructure\Persistence\Doctrine\ORMExercises
  3100.      */
  3101.     protected function getORMExercisesService()
  3102.     {
  3103.         include_once \dirname(__DIR__4).'/src/Lms/Modules/Materials/Domain/Exercises.php';
  3104.         include_once \dirname(__DIR__4).'/src/Lms/Modules/Materials/Infrastructure/Persistence/Doctrine/ORMExercises.php';
  3105.         return $this->services['CodersLab\\Lms\\Modules\\Materials\\Infrastructure\\Persistence\\Doctrine\\ORMExercises'] = new \CodersLab\Lms\Modules\Materials\Infrastructure\Persistence\Doctrine\ORMExercises(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  3106.     }
  3107.     /**
  3108.      * Gets the public 'CodersLab\Lms\Modules\Materials\Infrastructure\Persistence\Doctrine\ORMMaterials' shared autowired service.
  3109.      *
  3110.      * @return \CodersLab\Lms\Modules\Materials\Infrastructure\Persistence\Doctrine\ORMMaterials
  3111.      */
  3112.     protected function getORMMaterialsService()
  3113.     {
  3114.         return $this->services['CodersLab\\Lms\\Modules\\Materials\\Infrastructure\\Persistence\\Doctrine\\ORMMaterials'] = new \CodersLab\Lms\Modules\Materials\Infrastructure\Persistence\Doctrine\ORMMaterials(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  3115.     }
  3116.     /**
  3117.      * Gets the public 'CodersLab\Lms\Modules\Materials\Infrastructure\Persistence\Doctrine\ORMModules' shared autowired service.
  3118.      *
  3119.      * @return \CodersLab\Lms\Modules\Materials\Infrastructure\Persistence\Doctrine\ORMModules
  3120.      */
  3121.     protected function getORMModulesService()
  3122.     {
  3123.         include_once \dirname(__DIR__4).'/src/Lms/Modules/Materials/Infrastructure/Persistence/Doctrine/ORMModules.php';
  3124.         return $this->services['CodersLab\\Lms\\Modules\\Materials\\Infrastructure\\Persistence\\Doctrine\\ORMModules'] = new \CodersLab\Lms\Modules\Materials\Infrastructure\Persistence\Doctrine\ORMModules(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  3125.     }
  3126.     /**
  3127.      * Gets the public 'CodersLab\Lms\Modules\Materials\Infrastructure\Persistence\Doctrine\ORMPillVersions' shared autowired service.
  3128.      *
  3129.      * @return \CodersLab\Lms\Modules\Materials\Infrastructure\Persistence\Doctrine\ORMPillVersions
  3130.      */
  3131.     protected function getORMPillVersionsService()
  3132.     {
  3133.         include_once \dirname(__DIR__4).'/src/Lms/Modules/Materials/Domain/PillVersions.php';
  3134.         include_once \dirname(__DIR__4).'/src/Lms/Modules/Materials/Infrastructure/Persistence/Doctrine/ORMPillVersions.php';
  3135.         return $this->services['CodersLab\\Lms\\Modules\\Materials\\Infrastructure\\Persistence\\Doctrine\\ORMPillVersions'] = new \CodersLab\Lms\Modules\Materials\Infrastructure\Persistence\Doctrine\ORMPillVersions(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  3136.     }
  3137.     /**
  3138.      * Gets the public 'CodersLab\Lms\Modules\Materials\Infrastructure\Persistence\Doctrine\ORMPills' shared autowired service.
  3139.      *
  3140.      * @return \CodersLab\Lms\Modules\Materials\Infrastructure\Persistence\Doctrine\ORMPills
  3141.      */
  3142.     protected function getORMPillsService()
  3143.     {
  3144.         include_once \dirname(__DIR__4).'/src/Lms/Modules/Materials/Domain/Pills.php';
  3145.         include_once \dirname(__DIR__4).'/src/Lms/Modules/Materials/Infrastructure/Persistence/Doctrine/ORMPills.php';
  3146.         return $this->services['CodersLab\\Lms\\Modules\\Materials\\Infrastructure\\Persistence\\Doctrine\\ORMPills'] = new \CodersLab\Lms\Modules\Materials\Infrastructure\Persistence\Doctrine\ORMPills(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  3147.     }
  3148.     /**
  3149.      * Gets the public 'CodersLab\Lms\Modules\Materials\Infrastructure\Persistence\Doctrine\ORMQuizzes' shared autowired service.
  3150.      *
  3151.      * @return \CodersLab\Lms\Modules\Materials\Infrastructure\Persistence\Doctrine\ORMQuizzes
  3152.      */
  3153.     protected function getORMQuizzesService()
  3154.     {
  3155.         include_once \dirname(__DIR__4).'/src/Lms/Modules/Materials/Domain/Quizzes.php';
  3156.         include_once \dirname(__DIR__4).'/src/Lms/Modules/Materials/Infrastructure/Persistence/Doctrine/ORMQuizzes.php';
  3157.         return $this->services['CodersLab\\Lms\\Modules\\Materials\\Infrastructure\\Persistence\\Doctrine\\ORMQuizzes'] = new \CodersLab\Lms\Modules\Materials\Infrastructure\Persistence\Doctrine\ORMQuizzes(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  3158.     }
  3159.     /**
  3160.      * Gets the public 'CodersLab\Lms\Modules\Materials\Infrastructure\Persistence\Doctrine\ORMRepositories' shared autowired service.
  3161.      *
  3162.      * @return \CodersLab\Lms\Modules\Materials\Infrastructure\Persistence\Doctrine\ORMRepositories
  3163.      */
  3164.     protected function getORMRepositoriesService()
  3165.     {
  3166.         include_once \dirname(__DIR__4).'/src/Lms/Modules/Materials/Domain/Repositories.php';
  3167.         include_once \dirname(__DIR__4).'/src/Lms/Modules/Materials/Infrastructure/Persistence/Doctrine/ORMRepositories.php';
  3168.         return $this->services['CodersLab\\Lms\\Modules\\Materials\\Infrastructure\\Persistence\\Doctrine\\ORMRepositories'] = new \CodersLab\Lms\Modules\Materials\Infrastructure\Persistence\Doctrine\ORMRepositories(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  3169.     }
  3170.     /**
  3171.      * Gets the public 'CodersLab\Lms\Modules\Materials\Infrastructure\Persistence\Doctrine\ORMSearchLogs' shared autowired service.
  3172.      *
  3173.      * @return \CodersLab\Lms\Modules\Materials\Infrastructure\Persistence\Doctrine\ORMSearchLogs
  3174.      */
  3175.     protected function getORMSearchLogsService()
  3176.     {
  3177.         include_once \dirname(__DIR__4).'/src/Lms/Modules/Materials/Domain/SearchLog/SearchLogs.php';
  3178.         include_once \dirname(__DIR__4).'/src/Lms/Modules/Materials/Infrastructure/Persistence/Doctrine/ORMSearchLogs.php';
  3179.         return $this->services['CodersLab\\Lms\\Modules\\Materials\\Infrastructure\\Persistence\\Doctrine\\ORMSearchLogs'] = new \CodersLab\Lms\Modules\Materials\Infrastructure\Persistence\Doctrine\ORMSearchLogs(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  3180.     }
  3181.     /**
  3182.      * Gets the public 'CodersLab\Lms\Modules\Materials\Infrastructure\Persistence\Doctrine\ORMTags' shared autowired service.
  3183.      *
  3184.      * @return \CodersLab\Lms\Modules\Materials\Infrastructure\Persistence\Doctrine\ORMTags
  3185.      */
  3186.     protected function getORMTagsService()
  3187.     {
  3188.         include_once \dirname(__DIR__4).'/src/Lms/Modules/Materials/Domain/Tags.php';
  3189.         include_once \dirname(__DIR__4).'/src/Lms/Modules/Materials/Infrastructure/Persistence/Doctrine/ORMTags.php';
  3190.         return $this->services['CodersLab\\Lms\\Modules\\Materials\\Infrastructure\\Persistence\\Doctrine\\ORMTags'] = new \CodersLab\Lms\Modules\Materials\Infrastructure\Persistence\Doctrine\ORMTags(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  3191.     }
  3192.     /**
  3193.      * Gets the public 'CodersLab\Lms\Modules\Materials\Infrastructure\PresentationIssue\JiraIssue' shared autowired service.
  3194.      *
  3195.      * @return \CodersLab\Lms\Modules\Materials\Infrastructure\PresentationIssue\JiraIssue
  3196.      */
  3197.     protected function getJiraIssueService()
  3198.     {
  3199.         include_once \dirname(__DIR__4).'/src/Lms/Modules/Materials/Application/Service/PresentationIssue/IssueFacade.php';
  3200.         include_once \dirname(__DIR__4).'/src/Lms/Modules/Materials/Infrastructure/PresentationIssue/JiraIssue.php';
  3201.         return $this->services['CodersLab\\Lms\\Modules\\Materials\\Infrastructure\\PresentationIssue\\JiraIssue'] = new \CodersLab\Lms\Modules\Materials\Infrastructure\PresentationIssue\JiraIssue(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()), ($this->services['CodersLab\\Lms\\Modules\\Materials\\Infrastructure\\Read\\DbalLanguageQuery'] ?? $this->getDbalLanguageQueryService()), $this->parameters['jira']);
  3202.     }
  3203.     /**
  3204.      * Gets the public 'CodersLab\Lms\Modules\Materials\Infrastructure\PresentationRenderer\TwigPresentationRenderer' shared autowired service.
  3205.      *
  3206.      * @return \CodersLab\Lms\Modules\Materials\Infrastructure\PresentationRenderer\TwigPresentationRenderer
  3207.      */
  3208.     protected function getTwigPresentationRendererService()
  3209.     {
  3210.         include_once \dirname(__DIR__4).'/src/Lms/Modules/Materials/Application/Service/PresentationRenderer.php';
  3211.         include_once \dirname(__DIR__4).'/src/Lms/Modules/Materials/Infrastructure/PresentationRenderer/TwigPresentationRenderer.php';
  3212.         return $this->services['CodersLab\\Lms\\Modules\\Materials\\Infrastructure\\PresentationRenderer\\TwigPresentationRenderer'] = new \CodersLab\Lms\Modules\Materials\Infrastructure\PresentationRenderer\TwigPresentationRenderer(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  3213.     }
  3214.     /**
  3215.      * Gets the public 'CodersLab\Lms\Modules\Materials\Infrastructure\Quiz\SurveyMonkeyQuizService' shared autowired service.
  3216.      *
  3217.      * @return \CodersLab\Lms\Modules\Materials\Infrastructure\Quiz\SurveyMonkeyQuizService
  3218.      */
  3219.     protected function getSurveyMonkeyQuizServiceService()
  3220.     {
  3221.         include_once \dirname(__DIR__4).'/src/Lms/Modules/Materials/Application/Service/QuizService.php';
  3222.         include_once \dirname(__DIR__4).'/src/Lms/Modules/Materials/Infrastructure/Quiz/SurveyMonkeyQuizService.php';
  3223.         return $this->services['CodersLab\\Lms\\Modules\\Materials\\Infrastructure\\Quiz\\SurveyMonkeyQuizService'] = new \CodersLab\Lms\Modules\Materials\Infrastructure\Quiz\SurveyMonkeyQuizService($this->getEnv('SURVEY_MONKEY_API_KEY'), ($this->services['CodersLab\\Lms\\SharedKernel\\Infrastructure\\Read\\DbalCredentialSettingsQuery'] ?? $this->getDbalCredentialSettingsQueryService()));
  3224.     }
  3225.     /**
  3226.      * Gets the public 'CodersLab\Lms\Modules\Materials\Infrastructure\Read\DbalChapterQuery' shared autowired service.
  3227.      *
  3228.      * @return \CodersLab\Lms\Modules\Materials\Infrastructure\Read\DbalChapterQuery
  3229.      */
  3230.     protected function getDbalChapterQueryService()
  3231.     {
  3232.         include_once \dirname(__DIR__4).'/src/Lms/Modules/Materials/Application/Query/ChapterQuery.php';
  3233.         include_once \dirname(__DIR__4).'/src/Lms/Modules/Materials/Infrastructure/Read/DbalChapterQuery.php';
  3234.         return $this->services['CodersLab\\Lms\\Modules\\Materials\\Infrastructure\\Read\\DbalChapterQuery'] = new \CodersLab\Lms\Modules\Materials\Infrastructure\Read\DbalChapterQuery(($this->services['doctrine.dbal.default_connection'] ?? $this->getDoctrine_Dbal_DefaultConnectionService()));
  3235.     }
  3236.     /**
  3237.      * Gets the public 'CodersLab\Lms\Modules\Materials\Infrastructure\Read\DbalCoursePillVersionsQuery' shared autowired service.
  3238.      *
  3239.      * @return \CodersLab\Lms\Modules\Materials\Infrastructure\Read\DbalCoursePillVersionsQuery
  3240.      */
  3241.     protected function getDbalCoursePillVersionsQueryService()
  3242.     {
  3243.         include_once \dirname(__DIR__4).'/src/Lms/Modules/Materials/Application/Query/CoursePillVersionsQuery.php';
  3244.         include_once \dirname(__DIR__4).'/src/Lms/Modules/Materials/Infrastructure/Read/DbalCoursePillVersionsQuery.php';
  3245.         return $this->services['CodersLab\\Lms\\Modules\\Materials\\Infrastructure\\Read\\DbalCoursePillVersionsQuery'] = new \CodersLab\Lms\Modules\Materials\Infrastructure\Read\DbalCoursePillVersionsQuery(($this->services['doctrine.dbal.default_connection'] ?? $this->getDoctrine_Dbal_DefaultConnectionService()));
  3246.     }
  3247.     /**
  3248.      * Gets the public 'CodersLab\Lms\Modules\Materials\Infrastructure\Read\DbalExerciseDetailsQuery' shared autowired service.
  3249.      *
  3250.      * @return \CodersLab\Lms\Modules\Materials\Infrastructure\Read\DbalExerciseDetailsQuery
  3251.      */
  3252.     protected function getDbalExerciseDetailsQueryService()
  3253.     {
  3254.         include_once \dirname(__DIR__4).'/src/Lms/Modules/Materials/Application/Query/ExerciseDetailsQuery.php';
  3255.         include_once \dirname(__DIR__4).'/src/Lms/Modules/Materials/Infrastructure/Read/DbalExerciseDetailsQuery.php';
  3256.         return $this->services['CodersLab\\Lms\\Modules\\Materials\\Infrastructure\\Read\\DbalExerciseDetailsQuery'] = new \CodersLab\Lms\Modules\Materials\Infrastructure\Read\DbalExerciseDetailsQuery(($this->services['doctrine.dbal.default_connection'] ?? $this->getDoctrine_Dbal_DefaultConnectionService()), 'CodersLab-Test');
  3257.     }
  3258.     /**
  3259.      * Gets the public 'CodersLab\Lms\Modules\Materials\Infrastructure\Read\DbalExerciseQuery' shared autowired service.
  3260.      *
  3261.      * @return \CodersLab\Lms\Modules\Materials\Infrastructure\Read\DbalExerciseQuery
  3262.      */
  3263.     protected function getDbalExerciseQuery2Service()
  3264.     {
  3265.         include_once \dirname(__DIR__4).'/src/Lms/Modules/Materials/Application/Query/ExerciseQuery.php';
  3266.         include_once \dirname(__DIR__4).'/src/Lms/Modules/Materials/Infrastructure/Read/DbalExerciseQuery.php';
  3267.         return $this->services['CodersLab\\Lms\\Modules\\Materials\\Infrastructure\\Read\\DbalExerciseQuery'] = new \CodersLab\Lms\Modules\Materials\Infrastructure\Read\DbalExerciseQuery(($this->services['doctrine.dbal.default_connection'] ?? $this->getDoctrine_Dbal_DefaultConnectionService()));
  3268.     }
  3269.     /**
  3270.      * Gets the public 'CodersLab\Lms\Modules\Materials\Infrastructure\Read\DbalLanguageQuery' shared autowired service.
  3271.      *
  3272.      * @return \CodersLab\Lms\Modules\Materials\Infrastructure\Read\DbalLanguageQuery
  3273.      */
  3274.     protected function getDbalLanguageQueryService()
  3275.     {
  3276.         include_once \dirname(__DIR__4).'/src/Lms/Modules/Materials/Application/Query/LanguageQuery.php';
  3277.         include_once \dirname(__DIR__4).'/src/Lms/Modules/Materials/Infrastructure/Read/DbalLanguageQuery.php';
  3278.         return $this->services['CodersLab\\Lms\\Modules\\Materials\\Infrastructure\\Read\\DbalLanguageQuery'] = new \CodersLab\Lms\Modules\Materials\Infrastructure\Read\DbalLanguageQuery(($this->services['doctrine.dbal.default_connection'] ?? $this->getDoctrine_Dbal_DefaultConnectionService()));
  3279.     }
  3280.     /**
  3281.      * Gets the public 'CodersLab\Lms\Modules\Materials\Infrastructure\Read\DbalMaterialCriterionQuery' shared autowired service.
  3282.      *
  3283.      * @return \CodersLab\Lms\Modules\Materials\Infrastructure\Read\DbalMaterialCriterionQuery
  3284.      */
  3285.     protected function getDbalMaterialCriterionQueryService()
  3286.     {
  3287.         include_once \dirname(__DIR__4).'/src/Lms/Modules/Materials/Application/Query/MaterialCriterionQuery.php';
  3288.         include_once \dirname(__DIR__4).'/src/Lms/Modules/Materials/Infrastructure/Read/DbalMaterialCriterionQuery.php';
  3289.         return $this->services['CodersLab\\Lms\\Modules\\Materials\\Infrastructure\\Read\\DbalMaterialCriterionQuery'] = new \CodersLab\Lms\Modules\Materials\Infrastructure\Read\DbalMaterialCriterionQuery(($this->services['doctrine.dbal.default_connection'] ?? $this->getDoctrine_Dbal_DefaultConnectionService()));
  3290.     }
  3291.     /**
  3292.      * Gets the public 'CodersLab\Lms\Modules\Materials\Infrastructure\Read\DbalMaterialQuery' shared autowired service.
  3293.      *
  3294.      * @return \CodersLab\Lms\Modules\Materials\Infrastructure\Read\DbalMaterialQuery
  3295.      */
  3296.     protected function getDbalMaterialQueryService()
  3297.     {
  3298.         include_once \dirname(__DIR__4).'/src/Lms/Modules/Materials/Application/Query/MaterialQuery.php';
  3299.         include_once \dirname(__DIR__4).'/src/Lms/Modules/Materials/Infrastructure/Read/DbalMaterialQuery.php';
  3300.         return $this->services['CodersLab\\Lms\\Modules\\Materials\\Infrastructure\\Read\\DbalMaterialQuery'] = new \CodersLab\Lms\Modules\Materials\Infrastructure\Read\DbalMaterialQuery(($this->services['doctrine.dbal.default_connection'] ?? $this->getDoctrine_Dbal_DefaultConnectionService()), ($this->services['CodersLab\\Lms\\Modules\\Materials\\Application\\Service\\Material\\ContentParser\\ContentParserFactory'] ?? $this->getContentParserFactoryService()), (\dirname(__DIR__3).'/lms/materials'), (\dirname(__DIR__3).'/lms/materials'));
  3301.     }
  3302.     /**
  3303.      * Gets the public 'CodersLab\Lms\Modules\Materials\Infrastructure\Read\DbalMentorQuery' shared autowired service.
  3304.      *
  3305.      * @return \CodersLab\Lms\Modules\Materials\Infrastructure\Read\DbalMentorQuery
  3306.      */
  3307.     protected function getDbalMentorQuery2Service()
  3308.     {
  3309.         include_once \dirname(__DIR__4).'/src/Lms/Modules/Materials/Application/Query/MentorQuery.php';
  3310.         include_once \dirname(__DIR__4).'/src/Lms/Modules/Materials/Infrastructure/Read/DbalMentorQuery.php';
  3311.         return $this->services['CodersLab\\Lms\\Modules\\Materials\\Infrastructure\\Read\\DbalMentorQuery'] = new \CodersLab\Lms\Modules\Materials\Infrastructure\Read\DbalMentorQuery(($this->services['doctrine.dbal.default_connection'] ?? $this->getDoctrine_Dbal_DefaultConnectionService()));
  3312.     }
  3313.     /**
  3314.      * Gets the public 'CodersLab\Lms\Modules\Materials\Infrastructure\Read\DbalModesQuery' shared autowired service.
  3315.      *
  3316.      * @return \CodersLab\Lms\Modules\Materials\Infrastructure\Read\DbalModesQuery
  3317.      */
  3318.     protected function getDbalModesQueryService()
  3319.     {
  3320.         include_once \dirname(__DIR__4).'/src/Lms/Modules/Materials/Application/Query/ModesQuery.php';
  3321.         include_once \dirname(__DIR__4).'/src/Lms/Modules/Materials/Infrastructure/Read/DbalModesQuery.php';
  3322.         return $this->services['CodersLab\\Lms\\Modules\\Materials\\Infrastructure\\Read\\DbalModesQuery'] = new \CodersLab\Lms\Modules\Materials\Infrastructure\Read\DbalModesQuery(($this->services['doctrine.dbal.default_connection'] ?? $this->getDoctrine_Dbal_DefaultConnectionService()));
  3323.     }
  3324.     /**
  3325.      * Gets the public 'CodersLab\Lms\Modules\Materials\Infrastructure\Read\DbalModuleQuery' shared autowired service.
  3326.      *
  3327.      * @return \CodersLab\Lms\Modules\Materials\Infrastructure\Read\DbalModuleQuery
  3328.      */
  3329.     protected function getDbalModuleQueryService()
  3330.     {
  3331.         include_once \dirname(__DIR__4).'/src/Lms/Modules/Materials/Application/Query/ModuleQuery.php';
  3332.         include_once \dirname(__DIR__4).'/src/Lms/Modules/Materials/Infrastructure/Read/DbalModuleQuery.php';
  3333.         return $this->services['CodersLab\\Lms\\Modules\\Materials\\Infrastructure\\Read\\DbalModuleQuery'] = new \CodersLab\Lms\Modules\Materials\Infrastructure\Read\DbalModuleQuery(($this->services['doctrine.dbal.default_connection'] ?? $this->getDoctrine_Dbal_DefaultConnectionService()));
  3334.     }
  3335.     /**
  3336.      * Gets the public 'CodersLab\Lms\Modules\Materials\Infrastructure\Read\DbalQuizQuery' shared autowired service.
  3337.      *
  3338.      * @return \CodersLab\Lms\Modules\Materials\Infrastructure\Read\DbalQuizQuery
  3339.      */
  3340.     protected function getDbalQuizQueryService()
  3341.     {
  3342.         include_once \dirname(__DIR__4).'/src/Lms/Modules/Materials/Application/Query/QuizQuery.php';
  3343.         include_once \dirname(__DIR__4).'/src/Lms/Modules/Materials/Infrastructure/Read/DbalQuizQuery.php';
  3344.         return $this->services['CodersLab\\Lms\\Modules\\Materials\\Infrastructure\\Read\\DbalQuizQuery'] = new \CodersLab\Lms\Modules\Materials\Infrastructure\Read\DbalQuizQuery(($this->services['doctrine.dbal.default_connection'] ?? $this->getDoctrine_Dbal_DefaultConnectionService()));
  3345.     }
  3346.     /**
  3347.      * Gets the public 'CodersLab\Lms\Modules\Materials\Infrastructure\Read\DbalReviewReportQuery' shared autowired service.
  3348.      *
  3349.      * @return \CodersLab\Lms\Modules\Materials\Infrastructure\Read\DbalReviewReportQuery
  3350.      */
  3351.     protected function getDbalReviewReportQueryService()
  3352.     {
  3353.         include_once \dirname(__DIR__4).'/src/Lms/Modules/Materials/Application/Query/ReviewReportQuery.php';
  3354.         include_once \dirname(__DIR__4).'/src/Lms/Modules/Materials/Infrastructure/Read/DbalReviewReportQuery.php';
  3355.         return $this->services['CodersLab\\Lms\\Modules\\Materials\\Infrastructure\\Read\\DbalReviewReportQuery'] = new \CodersLab\Lms\Modules\Materials\Infrastructure\Read\DbalReviewReportQuery(($this->services['doctrine.dbal.default_connection'] ?? $this->getDoctrine_Dbal_DefaultConnectionService()), \dirname(__DIR__4));
  3356.     }
  3357.     /**
  3358.      * Gets the public 'CodersLab\Lms\Modules\Materials\Infrastructure\Read\DbalSearchEngineQuery' shared autowired service.
  3359.      *
  3360.      * @return \CodersLab\Lms\Modules\Materials\Infrastructure\Read\DbalSearchEngineQuery
  3361.      */
  3362.     protected function getDbalSearchEngineQueryService()
  3363.     {
  3364.         include_once \dirname(__DIR__4).'/src/Lms/Modules/Materials/Application/Query/SearchEngineQuery.php';
  3365.         include_once \dirname(__DIR__4).'/src/Lms/Modules/Materials/Infrastructure/Read/DbalSearchEngineQuery.php';
  3366.         return $this->services['CodersLab\\Lms\\Modules\\Materials\\Infrastructure\\Read\\DbalSearchEngineQuery'] = new \CodersLab\Lms\Modules\Materials\Infrastructure\Read\DbalSearchEngineQuery(($this->services['doctrine.dbal.default_connection'] ?? $this->getDoctrine_Dbal_DefaultConnectionService()), ($this->services['CodersLab\\Lms\\Modules\\Materials\\Infrastructure\\Read\\DbalMaterialQuery'] ?? $this->getDbalMaterialQueryService()));
  3367.     }
  3368.     /**
  3369.      * Gets the public 'CodersLab\Lms\Modules\Materials\Infrastructure\Read\DbalSearchLogQuery' shared autowired service.
  3370.      *
  3371.      * @return \CodersLab\Lms\Modules\Materials\Infrastructure\Read\DbalSearchLogQuery
  3372.      */
  3373.     protected function getDbalSearchLogQueryService()
  3374.     {
  3375.         include_once \dirname(__DIR__4).'/src/Lms/Modules/Materials/Application/Query/SearchLogQuery.php';
  3376.         include_once \dirname(__DIR__4).'/src/Lms/Modules/Materials/Infrastructure/Read/DbalSearchLogQuery.php';
  3377.         return $this->services['CodersLab\\Lms\\Modules\\Materials\\Infrastructure\\Read\\DbalSearchLogQuery'] = new \CodersLab\Lms\Modules\Materials\Infrastructure\Read\DbalSearchLogQuery(($this->services['doctrine.dbal.default_connection'] ?? $this->getDoctrine_Dbal_DefaultConnectionService()));
  3378.     }
  3379.     /**
  3380.      * Gets the public 'CodersLab\Lms\Modules\Materials\Infrastructure\Read\DbalUserExerciseQuery' shared autowired service.
  3381.      *
  3382.      * @return \CodersLab\Lms\Modules\Materials\Infrastructure\Read\DbalUserExerciseQuery
  3383.      */
  3384.     protected function getDbalUserExerciseQueryService()
  3385.     {
  3386.         include_once \dirname(__DIR__4).'/src/Lms/SharedKernel/Infrastructure/Read/AbstractDbalQuery.php';
  3387.         include_once \dirname(__DIR__4).'/src/Lms/Modules/Materials/Application/Query/UserExerciseQuery.php';
  3388.         include_once \dirname(__DIR__4).'/src/Lms/Modules/Materials/Infrastructure/Read/DbalUserExerciseQuery.php';
  3389.         return $this->services['CodersLab\\Lms\\Modules\\Materials\\Infrastructure\\Read\\DbalUserExerciseQuery'] = new \CodersLab\Lms\Modules\Materials\Infrastructure\Read\DbalUserExerciseQuery(($this->services['doctrine.dbal.default_connection'] ?? $this->getDoctrine_Dbal_DefaultConnectionService()));
  3390.     }
  3391.     /**
  3392.      * Gets the public 'CodersLab\Lms\Modules\Materials\Infrastructure\Read\DbalUserQuery' shared autowired service.
  3393.      *
  3394.      * @return \CodersLab\Lms\Modules\Materials\Infrastructure\Read\DbalUserQuery
  3395.      */
  3396.     protected function getDbalUserQuery2Service()
  3397.     {
  3398.         include_once \dirname(__DIR__4).'/src/Lms/Modules/Materials/Application/Query/UserQuery.php';
  3399.         include_once \dirname(__DIR__4).'/src/Lms/Modules/Materials/Infrastructure/Read/DbalUserQuery.php';
  3400.         return $this->services['CodersLab\\Lms\\Modules\\Materials\\Infrastructure\\Read\\DbalUserQuery'] = new \CodersLab\Lms\Modules\Materials\Infrastructure\Read\DbalUserQuery(($this->services['doctrine.dbal.default_connection'] ?? $this->getDoctrine_Dbal_DefaultConnectionService()));
  3401.     }
  3402.     /**
  3403.      * Gets the public 'CodersLab\Lms\Modules\Materials\Infrastructure\Serialization\Material\MaterialOnInstance\SlugHandler' shared autowired service.
  3404.      *
  3405.      * @return \CodersLab\Lms\Modules\Materials\Infrastructure\Serialization\Material\MaterialOnInstance\SlugHandler
  3406.      */
  3407.     protected function getSlugHandlerService()
  3408.     {
  3409.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Handler/SubscribingHandlerInterface.php';
  3410.         include_once \dirname(__DIR__4).'/src/Lms/Modules/Materials/Infrastructure/Serialization/Material/MaterialOnInstance/SlugHandler.php';
  3411.         return $this->services['CodersLab\\Lms\\Modules\\Materials\\Infrastructure\\Serialization\\Material\\MaterialOnInstance\\SlugHandler'] = new \CodersLab\Lms\Modules\Materials\Infrastructure\Serialization\Material\MaterialOnInstance\SlugHandler();
  3412.     }
  3413.     /**
  3414.      * Gets the public 'CodersLab\Lms\Modules\Materials\Infrastructure\StoreCourses\StoreCourseValidator' shared autowired service.
  3415.      *
  3416.      * @return \CodersLab\Lms\Modules\Materials\Infrastructure\StoreCourses\StoreCourseValidator
  3417.      */
  3418.     protected function getStoreCourseValidatorService()
  3419.     {
  3420.         include_once \dirname(__DIR__4).'/src/Lms/Modules/Materials/Application/Service/StoreCourses/IStoreCourseValidator.php';
  3421.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareTrait.php';
  3422.         include_once \dirname(__DIR__4).'/src/Lms/Modules/Materials/Infrastructure/StoreCourses/StoreCourseValidator.php';
  3423.         return $this->services['CodersLab\\Lms\\Modules\\Materials\\Infrastructure\\StoreCourses\\StoreCourseValidator'] = new \CodersLab\Lms\Modules\Materials\Infrastructure\StoreCourses\StoreCourseValidator(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  3424.     }
  3425.     /**
  3426.      * Gets the public 'CodersLab\Lms\Modules\Materials\Infrastructure\SurveyMonkeyProxy\ProxyErrorsQuery' shared autowired service.
  3427.      *
  3428.      * @return \CodersLab\Lms\Modules\Materials\Infrastructure\SurveyMonkeyProxy\ProxyErrorsQuery
  3429.      */
  3430.     protected function getProxyErrorsQueryService()
  3431.     {
  3432.         include_once \dirname(__DIR__4).'/src/Lms/Modules/Materials/Application/Service/SurveyMonkeyProxy/IProxyErrorsQuery.php';
  3433.         include_once \dirname(__DIR__4).'/src/Lms/Modules/Materials/Infrastructure/SurveyMonkeyProxy/ProxyErrorsQuery.php';
  3434.         return $this->services['CodersLab\\Lms\\Modules\\Materials\\Infrastructure\\SurveyMonkeyProxy\\ProxyErrorsQuery'] = new \CodersLab\Lms\Modules\Materials\Infrastructure\SurveyMonkeyProxy\ProxyErrorsQuery(($this->services['doctrine.dbal.default_connection'] ?? $this->getDoctrine_Dbal_DefaultConnectionService()));
  3435.     }
  3436.     /**
  3437.      * Gets the public 'CodersLab\Lms\Modules\Materials\Infrastructure\SurveyMonkeyProxy\SurveyMonkeyProxyClient' shared autowired service.
  3438.      *
  3439.      * @return \CodersLab\Lms\Modules\Materials\Infrastructure\SurveyMonkeyProxy\SurveyMonkeyProxyClient
  3440.      */
  3441.     protected function getSurveyMonkeyProxyClientService()
  3442.     {
  3443.         include_once \dirname(__DIR__4).'/src/Lms/Modules/Materials/Application/Service/SurveyMonkeyProxy/ProxyClient.php';
  3444.         include_once \dirname(__DIR__4).'/src/Lms/Modules/Materials/Infrastructure/SurveyMonkeyProxy/SurveyMonkeyProxyClient.php';
  3445.         return $this->services['CodersLab\\Lms\\Modules\\Materials\\Infrastructure\\SurveyMonkeyProxy\\SurveyMonkeyProxyClient'] = new \CodersLab\Lms\Modules\Materials\Infrastructure\SurveyMonkeyProxy\SurveyMonkeyProxyClient(($this->services['CodersLab\\Lms\\SharedKernel\\Infrastructure\\Read\\DbalCredentialSettingsQuery'] ?? $this->getDbalCredentialSettingsQueryService()), ($this->services['CodersLab\\Lms\\Modules\\Materials\\Infrastructure\\SurveyMonkeyProxy\\ProxyErrorsQuery'] ?? $this->getProxyErrorsQueryService()));
  3446.     }
  3447.     /**
  3448.      * Gets the public 'CodersLab\Lms\SharedKernel\Application\Features\Features' shared autowired service.
  3449.      *
  3450.      * @return \CodersLab\Lms\SharedKernel\Application\Features\Features
  3451.      */
  3452.     protected function getFeaturesService()
  3453.     {
  3454.         include_once \dirname(__DIR__4).'/src/Lms/SharedKernel/Application/Features/Features.php';
  3455.         return $this->services['CodersLab\\Lms\\SharedKernel\\Application\\Features\\Features'] = new \CodersLab\Lms\SharedKernel\Application\Features\Features($this->getEnv('GH_EXERCISES_PROCESSING'));
  3456.     }
  3457.     /**
  3458.      * Gets the public 'CodersLab\Lms\SharedKernel\Application\Handler\ChangePasswordHandler' shared autowired service.
  3459.      *
  3460.      * @return \CodersLab\Lms\SharedKernel\Application\Handler\ChangePasswordHandler
  3461.      */
  3462.     protected function getChangePasswordHandlerService()
  3463.     {
  3464.         include_once \dirname(__DIR__4).'/src/Lms/SharedKernel/Application/Handler/ChangePasswordHandler.php';
  3465.         return $this->services['CodersLab\\Lms\\SharedKernel\\Application\\Handler\\ChangePasswordHandler'] = new \CodersLab\Lms\SharedKernel\Application\Handler\ChangePasswordHandler(($this->services['AppBundle\\Repository\\UserRepository'] ?? $this->getUserRepositoryService()), ($this->services['CodersLab\\Lms\\SharedKernel\\Infrastructure\\Security\\PasswordEncoder'] ?? $this->getPasswordEncoderService()));
  3466.     }
  3467.     /**
  3468.      * Gets the public 'CodersLab\Lms\SharedKernel\Application\Handler\CreateUserHandler' shared autowired service.
  3469.      *
  3470.      * @return \CodersLab\Lms\SharedKernel\Application\Handler\CreateUserHandler
  3471.      */
  3472.     protected function getCreateUserHandlerService()
  3473.     {
  3474.         include_once \dirname(__DIR__4).'/src/Lms/SharedKernel/Application/Handler/CreateUserHandler.php';
  3475.         include_once \dirname(__DIR__4).'/src/Lms/SharedKernel/Application/IUserFactory.php';
  3476.         include_once \dirname(__DIR__4).'/src/AppBundle/Factory/UserFactory.php';
  3477.         return $this->services['CodersLab\\Lms\\SharedKernel\\Application\\Handler\\CreateUserHandler'] = new \CodersLab\Lms\SharedKernel\Application\Handler\CreateUserHandler(($this->services['AppBundle\\Repository\\UserRepository'] ?? $this->getUserRepositoryService()), ($this->services['AppBundle\\Factory\\UserFactory'] ?? ($this->services['AppBundle\\Factory\\UserFactory'] = new \AppBundle\Factory\UserFactory())), ($this->services['CodersLab\\Lms\\SharedKernel\\Infrastructure\\Security\\PasswordEncoder'] ?? $this->getPasswordEncoderService()), ($this->services['CodersLab\\Lms\\SharedKernel\\Domain\\Bus\\EventBus'] ?? $this->getEventBusService()));
  3478.     }
  3479.     /**
  3480.      * Gets the public 'CodersLab\Lms\SharedKernel\Application\Handler\EditUserHandler' shared autowired service.
  3481.      *
  3482.      * @return \CodersLab\Lms\SharedKernel\Application\Handler\EditUserHandler
  3483.      */
  3484.     protected function getEditUserHandlerService()
  3485.     {
  3486.         include_once \dirname(__DIR__4).'/src/Lms/SharedKernel/Application/Handler/EditUserHandler.php';
  3487.         return $this->services['CodersLab\\Lms\\SharedKernel\\Application\\Handler\\EditUserHandler'] = new \CodersLab\Lms\SharedKernel\Application\Handler\EditUserHandler(($this->services['AppBundle\\Repository\\UserRepository'] ?? $this->getUserRepositoryService()), ($this->services['CodersLab\\Lms\\SharedKernel\\Infrastructure\\Security\\PasswordEncoder'] ?? $this->getPasswordEncoderService()));
  3488.     }
  3489.     /**
  3490.      * Gets the public 'CodersLab\Lms\SharedKernel\Application\Handler\SelfRegisterToCourseHandler' shared autowired service.
  3491.      *
  3492.      * @return \CodersLab\Lms\SharedKernel\Application\Handler\SelfRegisterToCourseHandler
  3493.      */
  3494.     protected function getSelfRegisterToCourseHandlerService()
  3495.     {
  3496.         include_once \dirname(__DIR__4).'/src/Lms/SharedKernel/Application/Handler/SelfRegisterToCourseHandler.php';
  3497.         include_once \dirname(__DIR__4).'/src/Lms/SharedKernel/Application/IUserFactory.php';
  3498.         include_once \dirname(__DIR__4).'/src/AppBundle/Factory/UserFactory.php';
  3499.         return $this->services['CodersLab\\Lms\\SharedKernel\\Application\\Handler\\SelfRegisterToCourseHandler'] = new \CodersLab\Lms\SharedKernel\Application\Handler\SelfRegisterToCourseHandler(($this->services['AppBundle\\Repository\\UserRepository'] ?? $this->getUserRepositoryService()), ($this->services['AppBundle\\Factory\\UserFactory'] ?? ($this->services['AppBundle\\Factory\\UserFactory'] = new \AppBundle\Factory\UserFactory())), ($this->services['CodersLab\\Lms\\SharedKernel\\Domain\\Bus\\EventBus'] ?? $this->getEventBusService()));
  3500.     }
  3501.     /**
  3502.      * Gets the public 'CodersLab\Lms\SharedKernel\Application\Handler\SendActivationExpirationReminderEmailHandler' shared autowired service.
  3503.      *
  3504.      * @return \CodersLab\Lms\SharedKernel\Application\Handler\SendActivationExpirationReminderEmailHandler
  3505.      */
  3506.     protected function getSendActivationExpirationReminderEmailHandlerService()
  3507.     {
  3508.         include_once \dirname(__DIR__4).'/src/Lms/SharedKernel/Application/Handler/SendActivationExpirationReminderEmailHandler.php';
  3509.         return $this->services['CodersLab\\Lms\\SharedKernel\\Application\\Handler\\SendActivationExpirationReminderEmailHandler'] = new \CodersLab\Lms\SharedKernel\Application\Handler\SendActivationExpirationReminderEmailHandler(($this->services['AppBundle\\Repository\\UserRepository'] ?? $this->getUserRepositoryService()), ($this->services['CodersLab\\Lms\\SharedKernel\\Infrastructure\\Mailer\\RegistrationMailer'] ?? $this->getRegistrationMailerService()));
  3510.     }
  3511.     /**
  3512.      * Gets the public 'CodersLab\Lms\SharedKernel\Application\Handler\SendActivationReminderEmailHandler' shared autowired service.
  3513.      *
  3514.      * @return \CodersLab\Lms\SharedKernel\Application\Handler\SendActivationReminderEmailHandler
  3515.      */
  3516.     protected function getSendActivationReminderEmailHandlerService()
  3517.     {
  3518.         include_once \dirname(__DIR__4).'/src/Lms/SharedKernel/Application/Handler/SendActivationReminderEmailHandler.php';
  3519.         return $this->services['CodersLab\\Lms\\SharedKernel\\Application\\Handler\\SendActivationReminderEmailHandler'] = new \CodersLab\Lms\SharedKernel\Application\Handler\SendActivationReminderEmailHandler(($this->services['AppBundle\\Repository\\UserRepository'] ?? $this->getUserRepositoryService()), ($this->services['CodersLab\\Lms\\SharedKernel\\Infrastructure\\Mailer\\RegistrationMailer'] ?? $this->getRegistrationMailerService()));
  3520.     }
  3521.     /**
  3522.      * Gets the public 'CodersLab\Lms\SharedKernel\Application\Handler\SendWelcomeEmailHandler' shared autowired service.
  3523.      *
  3524.      * @return \CodersLab\Lms\SharedKernel\Application\Handler\SendWelcomeEmailHandler
  3525.      */
  3526.     protected function getSendWelcomeEmailHandlerService()
  3527.     {
  3528.         include_once \dirname(__DIR__4).'/src/Lms/SharedKernel/Application/Handler/SendWelcomeEmailHandler.php';
  3529.         return $this->services['CodersLab\\Lms\\SharedKernel\\Application\\Handler\\SendWelcomeEmailHandler'] = new \CodersLab\Lms\SharedKernel\Application\Handler\SendWelcomeEmailHandler(($this->services['AppBundle\\Repository\\UserRepository'] ?? $this->getUserRepositoryService()), ($this->services['CodersLab\\Lms\\SharedKernel\\Infrastructure\\Mailer\\RegistrationMailer'] ?? $this->getRegistrationMailerService()));
  3530.     }
  3531.     /**
  3532.      * Gets the public 'CodersLab\Lms\SharedKernel\Application\Handler\UpdateShowWelcomePageHandler' shared autowired service.
  3533.      *
  3534.      * @return \CodersLab\Lms\SharedKernel\Application\Handler\UpdateShowWelcomePageHandler
  3535.      */
  3536.     protected function getUpdateShowWelcomePageHandlerService()
  3537.     {
  3538.         include_once \dirname(__DIR__4).'/src/Lms/SharedKernel/Application/Handler/UpdateShowWelcomePageHandler.php';
  3539.         return $this->services['CodersLab\\Lms\\SharedKernel\\Application\\Handler\\UpdateShowWelcomePageHandler'] = new \CodersLab\Lms\SharedKernel\Application\Handler\UpdateShowWelcomePageHandler(($this->services['AppBundle\\Repository\\UserRepository'] ?? $this->getUserRepositoryService()));
  3540.     }
  3541.     /**
  3542.      * Gets the public 'CodersLab\Lms\SharedKernel\Application\Handler\UpdateUserLanguageHandler' shared autowired service.
  3543.      *
  3544.      * @return \CodersLab\Lms\SharedKernel\Application\Handler\UpdateUserLanguageHandler
  3545.      */
  3546.     protected function getUpdateUserLanguageHandlerService()
  3547.     {
  3548.         include_once \dirname(__DIR__4).'/src/Lms/SharedKernel/Application/Handler/UpdateUserLanguageHandler.php';
  3549.         return $this->services['CodersLab\\Lms\\SharedKernel\\Application\\Handler\\UpdateUserLanguageHandler'] = new \CodersLab\Lms\SharedKernel\Application\Handler\UpdateUserLanguageHandler(($this->services['AppBundle\\Repository\\UserRepository'] ?? $this->getUserRepositoryService()));
  3550.     }
  3551.     /**
  3552.      * Gets the public 'CodersLab\Lms\SharedKernel\Application\Listener\AuthLogoutListener' shared autowired service.
  3553.      *
  3554.      * @return \CodersLab\Lms\SharedKernel\Application\Listener\AuthLogoutListener
  3555.      */
  3556.     protected function getAuthLogoutListenerService()
  3557.     {
  3558.         include_once \dirname(__DIR__4).'/src/Lms/SharedKernel/Application/Listener/AuthLogoutListener.php';
  3559.         return $this->services['CodersLab\\Lms\\SharedKernel\\Application\\Listener\\AuthLogoutListener'] = new \CodersLab\Lms\SharedKernel\Application\Listener\AuthLogoutListener();
  3560.     }
  3561.     /**
  3562.      * Gets the public 'CodersLab\Lms\SharedKernel\Application\Listener\WorkerMessageFailedEventListener' shared autowired service.
  3563.      *
  3564.      * @return \CodersLab\Lms\SharedKernel\Application\Listener\WorkerMessageFailedEventListener
  3565.      */
  3566.     protected function getWorkerMessageFailedEventListenerService()
  3567.     {
  3568.         include_once \dirname(__DIR__4).'/src/Lms/SharedKernel/Application/Listener/WorkerMessageFailedEventListener.php';
  3569.         return $this->services['CodersLab\\Lms\\SharedKernel\\Application\\Listener\\WorkerMessageFailedEventListener'] = new \CodersLab\Lms\SharedKernel\Application\Listener\WorkerMessageFailedEventListener(($this->privates['sentry.client'] ?? $this->getSentry_ClientService()));
  3570.     }
  3571.     /**
  3572.      * Gets the public 'CodersLab\Lms\SharedKernel\Application\LmsExceptionListener' shared autowired service.
  3573.      *
  3574.      * @return \CodersLab\Lms\SharedKernel\Application\LmsExceptionListener
  3575.      */
  3576.     protected function getLmsExceptionListenerService()
  3577.     {
  3578.         include_once \dirname(__DIR__4).'/src/Lms/SharedKernel/Application/LmsExceptionListener.php';
  3579.         return $this->services['CodersLab\\Lms\\SharedKernel\\Application\\LmsExceptionListener'] = new \CodersLab\Lms\SharedKernel\Application\LmsExceptionListener();
  3580.     }
  3581.     /**
  3582.      * Gets the public 'CodersLab\Lms\SharedKernel\Application\Response\LMSResponseListener' shared autowired service.
  3583.      *
  3584.      * @return \CodersLab\Lms\SharedKernel\Application\Response\LMSResponseListener
  3585.      */
  3586.     protected function getLMSResponseListenerService()
  3587.     {
  3588.         return $this->services['CodersLab\\Lms\\SharedKernel\\Application\\Response\\LMSResponseListener'] = new \CodersLab\Lms\SharedKernel\Application\Response\LMSResponseListener(($this->services['jms_serializer'] ?? $this->getJmsSerializerService()));
  3589.     }
  3590.     /**
  3591.      * Gets the public 'CodersLab\Lms\SharedKernel\Application\TenantLanguages' shared autowired service.
  3592.      *
  3593.      * @return \CodersLab\Lms\SharedKernel\Application\TenantLanguages
  3594.      */
  3595.     protected function getTenantLanguagesService()
  3596.     {
  3597.         include_once \dirname(__DIR__4).'/src/Lms/SharedKernel/Application/TenantLanguages.php';
  3598.         return $this->services['CodersLab\\Lms\\SharedKernel\\Application\\TenantLanguages'] = new \CodersLab\Lms\SharedKernel\Application\TenantLanguages($this->getEnv('PRIMARY_LANG'), $this->getEnv('TENANT_USER_LANGUAGES'));
  3599.     }
  3600.     /**
  3601.      * Gets the public 'CodersLab\Lms\SharedKernel\Domain\Bus\CommandBus' shared autowired service.
  3602.      *
  3603.      * @return \CodersLab\Lms\SharedKernel\Infrastructure\Bus\MessengerCommandBus
  3604.      */
  3605.     protected function getCommandBusService()
  3606.     {
  3607.         return $this->services['CodersLab\\Lms\\SharedKernel\\Domain\\Bus\\CommandBus'] = new \CodersLab\Lms\SharedKernel\Infrastructure\Bus\MessengerCommandBus(($this->services['messenger.default_bus'] ?? $this->getMessenger_DefaultBusService()));
  3608.     }
  3609.     /**
  3610.      * Gets the public 'CodersLab\Lms\SharedKernel\Domain\Bus\EventBus' shared autowired service.
  3611.      *
  3612.      * @return \CodersLab\Lms\SharedKernel\Infrastructure\Bus\MessengerEventBus
  3613.      */
  3614.     protected function getEventBusService()
  3615.     {
  3616.         return $this->services['CodersLab\\Lms\\SharedKernel\\Domain\\Bus\\EventBus'] = new \CodersLab\Lms\SharedKernel\Infrastructure\Bus\MessengerEventBus(($this->privates['debug.traced.event_bus'] ?? $this->getDebug_Traced_EventBusService()));
  3617.     }
  3618.     /**
  3619.      * Gets the public 'CodersLab\Lms\SharedKernel\Domain\Bus\EventRecorder' shared autowired service.
  3620.      *
  3621.      * @return \CodersLab\Lms\SharedKernel\Domain\Bus\EventRecorder
  3622.      */
  3623.     protected function getEventRecorderService()
  3624.     {
  3625.         return $this->services['CodersLab\\Lms\\SharedKernel\\Domain\\Bus\\EventRecorder'] = new \CodersLab\Lms\SharedKernel\Domain\Bus\EventRecorder();
  3626.     }
  3627.     /**
  3628.      * Gets the public 'CodersLab\Lms\SharedKernel\Infrastructure\HubClient' shared autowired service.
  3629.      *
  3630.      * @return \CodersLab\Lms\SharedKernel\Infrastructure\HubClient
  3631.      */
  3632.     protected function getHubClientService()
  3633.     {
  3634.         include_once \dirname(__DIR__4).'/src/Lms/SharedKernel/Application/IHubClient.php';
  3635.         include_once \dirname(__DIR__4).'/src/Lms/SharedKernel/Infrastructure/HubClient.php';
  3636.         return $this->services['CodersLab\\Lms\\SharedKernel\\Infrastructure\\HubClient'] = new \CodersLab\Lms\SharedKernel\Infrastructure\HubClient('https://dev-berta.coderslab.pl''mateusz.sieracki@coderslab.pl''passwo_rd_sostronk_<3XD8)''dev');
  3637.     }
  3638.     /**
  3639.      * Gets the public 'CodersLab\Lms\SharedKernel\Infrastructure\Mailer\EmailFactory' shared autowired service.
  3640.      *
  3641.      * @return \CodersLab\Lms\SharedKernel\Infrastructure\Mailer\EmailFactory
  3642.      */
  3643.     protected function getEmailFactoryService()
  3644.     {
  3645.         include_once \dirname(__DIR__4).'/src/Lms/SharedKernel/Application/Mailer/IEmailFactory.php';
  3646.         include_once \dirname(__DIR__4).'/src/Lms/SharedKernel/Infrastructure/Mailer/EmailFactory.php';
  3647.         return $this->services['CodersLab\\Lms\\SharedKernel\\Infrastructure\\Mailer\\EmailFactory'] = new \CodersLab\Lms\SharedKernel\Infrastructure\Mailer\EmailFactory('no-reply@coderslab.pl');
  3648.     }
  3649.     /**
  3650.      * Gets the public 'CodersLab\Lms\SharedKernel\Infrastructure\Mailer\Mailer' shared autowired service.
  3651.      *
  3652.      * @return \CodersLab\Lms\SharedKernel\Infrastructure\Mailer\Mailer
  3653.      */
  3654.     protected function getMailerService()
  3655.     {
  3656.         include_once \dirname(__DIR__4).'/src/Lms/SharedKernel/Application/Mailer/IMailer.php';
  3657.         include_once \dirname(__DIR__4).'/src/Lms/SharedKernel/Infrastructure/Mailer/Mailer.php';
  3658.         return $this->services['CodersLab\\Lms\\SharedKernel\\Infrastructure\\Mailer\\Mailer'] = new \CodersLab\Lms\SharedKernel\Infrastructure\Mailer\Mailer(($this->privates['mailer.mailer'] ?? $this->getMailer_MailerService()));
  3659.     }
  3660.     /**
  3661.      * Gets the public 'CodersLab\Lms\SharedKernel\Infrastructure\Mailer\RegistrationMailer' shared autowired service.
  3662.      *
  3663.      * @return \CodersLab\Lms\SharedKernel\Infrastructure\Mailer\RegistrationMailer
  3664.      */
  3665.     protected function getRegistrationMailerService()
  3666.     {
  3667.         include_once \dirname(__DIR__4).'/src/Lms/SharedKernel/Application/Mailer/IRegistrationMailer.php';
  3668.         include_once \dirname(__DIR__4).'/src/Lms/SharedKernel/Infrastructure/Mailer/RegistrationMailer.php';
  3669.         include_once \dirname(__DIR__4).'/src/Lms/SharedKernel/Application/Mailer/IEmailFactory.php';
  3670.         include_once \dirname(__DIR__4).'/src/Lms/SharedKernel/Infrastructure/Mailer/EmailFactory.php';
  3671.         return $this->services['CodersLab\\Lms\\SharedKernel\\Infrastructure\\Mailer\\RegistrationMailer'] = new \CodersLab\Lms\SharedKernel\Infrastructure\Mailer\RegistrationMailer(($this->services['CodersLab\\Lms\\SharedKernel\\Infrastructure\\Mailer\\EmailFactory'] ?? ($this->services['CodersLab\\Lms\\SharedKernel\\Infrastructure\\Mailer\\EmailFactory'] = new \CodersLab\Lms\SharedKernel\Infrastructure\Mailer\EmailFactory('no-reply@coderslab.pl'))), ($this->services['CodersLab\\Lms\\SharedKernel\\Infrastructure\\Mailer\\Mailer'] ?? $this->getMailerService()), ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()), ($this->services['router'] ?? $this->getRouterService()), ($this->services['translator'] ?? $this->getTranslatorService()), 'no-reply@coderslab.pl', ['pl' => (\dirname(__DIR__4).'/public/files/Instrukcja LMS.pdf'), 'en' => (\dirname(__DIR__4).'/public/files/LMS Manual.pdf'), 'de' => (\dirname(__DIR__4).'/public/files/LMS Anleitung.pdf'), 'visuality' => (\dirname(__DIR__4).'/public/files/Visuality LMS manual.pdf'), 'producthouse' => (\dirname(__DIR__4).'/public/files/Product House LMS manual.pdf'), 'clkosova' => (\dirname(__DIR__4).'/public/files/EN_LMS_Coders_Lab_Kosova.pdf'), 'coderslabro' => (\dirname(__DIR__4).'/public/files/EN_LMS_CL_Romania.pdf'), 'coderslabcz' => (\dirname(__DIR__4).'/public/files/LMS Manual - CZ.pdf'), 'coderslabsi' => (\dirname(__DIR__4).'/public/files/LMS Manual - SI.pdf')], $this->getEnv('MAIN_ORGANISATION'));
  3672.     }
  3673.     /**
  3674.      * Gets the public 'CodersLab\Lms\SharedKernel\Infrastructure\Mailer\StudentAddedMailer' shared autowired service.
  3675.      *
  3676.      * @return \CodersLab\Lms\SharedKernel\Infrastructure\Mailer\StudentAddedMailer
  3677.      */
  3678.     protected function getStudentAddedMailerService()
  3679.     {
  3680.         include_once \dirname(__DIR__4).'/src/Lms/SharedKernel/Application/Mailer/StudentAddedMailer.php';
  3681.         include_once \dirname(__DIR__4).'/src/Lms/SharedKernel/Infrastructure/Mailer/StudentAddedMailer.php';
  3682.         include_once \dirname(__DIR__4).'/src/Lms/SharedKernel/Application/Mailer/IEmailFactory.php';
  3683.         include_once \dirname(__DIR__4).'/src/Lms/SharedKernel/Infrastructure/Mailer/EmailFactory.php';
  3684.         return $this->services['CodersLab\\Lms\\SharedKernel\\Infrastructure\\Mailer\\StudentAddedMailer'] = new \CodersLab\Lms\SharedKernel\Infrastructure\Mailer\StudentAddedMailer('email/student_added.html.twig', ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()), ($this->services['CodersLab\\Lms\\SharedKernel\\Infrastructure\\Mailer\\EmailFactory'] ?? ($this->services['CodersLab\\Lms\\SharedKernel\\Infrastructure\\Mailer\\EmailFactory'] = new \CodersLab\Lms\SharedKernel\Infrastructure\Mailer\EmailFactory('no-reply@coderslab.pl'))), ($this->services['translator'] ?? $this->getTranslatorService()), ($this->services['CodersLab\\Lms\\SharedKernel\\Infrastructure\\Mailer\\Mailer'] ?? $this->getMailerService()), ($this->services['router'] ?? $this->getRouterService()));
  3685.     }
  3686.     /**
  3687.      * Gets the public 'CodersLab\Lms\SharedKernel\Infrastructure\Mailer\StudentRemovedMailer' shared autowired service.
  3688.      *
  3689.      * @return \CodersLab\Lms\SharedKernel\Infrastructure\Mailer\StudentRemovedMailer
  3690.      */
  3691.     protected function getStudentRemovedMailerService()
  3692.     {
  3693.         include_once \dirname(__DIR__4).'/src/Lms/SharedKernel/Application/Mailer/StudentRemovedMailer.php';
  3694.         include_once \dirname(__DIR__4).'/src/Lms/SharedKernel/Infrastructure/Mailer/StudentRemovedMailer.php';
  3695.         include_once \dirname(__DIR__4).'/src/Lms/SharedKernel/Application/Mailer/IEmailFactory.php';
  3696.         include_once \dirname(__DIR__4).'/src/Lms/SharedKernel/Infrastructure/Mailer/EmailFactory.php';
  3697.         return $this->services['CodersLab\\Lms\\SharedKernel\\Infrastructure\\Mailer\\StudentRemovedMailer'] = new \CodersLab\Lms\SharedKernel\Infrastructure\Mailer\StudentRemovedMailer('email/student_removed.html.twig', ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()), ($this->services['CodersLab\\Lms\\SharedKernel\\Infrastructure\\Mailer\\EmailFactory'] ?? ($this->services['CodersLab\\Lms\\SharedKernel\\Infrastructure\\Mailer\\EmailFactory'] = new \CodersLab\Lms\SharedKernel\Infrastructure\Mailer\EmailFactory('no-reply@coderslab.pl'))), ($this->services['translator'] ?? $this->getTranslatorService()), ($this->services['CodersLab\\Lms\\SharedKernel\\Infrastructure\\Mailer\\Mailer'] ?? $this->getMailerService()));
  3698.     }
  3699.     /**
  3700.      * Gets the public 'CodersLab\Lms\SharedKernel\Infrastructure\Read\DbalCredentialSettingsQuery' shared autowired service.
  3701.      *
  3702.      * @return \CodersLab\Lms\SharedKernel\Infrastructure\Read\DbalCredentialSettingsQuery
  3703.      */
  3704.     protected function getDbalCredentialSettingsQueryService()
  3705.     {
  3706.         include_once \dirname(__DIR__4).'/src/Lms/SharedKernel/Infrastructure/Read/AbstractDbalQuery.php';
  3707.         include_once \dirname(__DIR__4).'/src/Lms/SharedKernel/Application/Query/ICredentialSettingsQuery.php';
  3708.         include_once \dirname(__DIR__4).'/src/Lms/SharedKernel/Infrastructure/Read/DbalCredentialSettingsQuery.php';
  3709.         return $this->services['CodersLab\\Lms\\SharedKernel\\Infrastructure\\Read\\DbalCredentialSettingsQuery'] = new \CodersLab\Lms\SharedKernel\Infrastructure\Read\DbalCredentialSettingsQuery(($this->services['doctrine.dbal.default_connection'] ?? $this->getDoctrine_Dbal_DefaultConnectionService()));
  3710.     }
  3711.     /**
  3712.      * Gets the public 'CodersLab\Lms\SharedKernel\Infrastructure\Read\DbalInstanceQuery' shared autowired service.
  3713.      *
  3714.      * @return \CodersLab\Lms\SharedKernel\Infrastructure\Read\DbalInstanceQuery
  3715.      */
  3716.     protected function getDbalInstanceQueryService()
  3717.     {
  3718.         include_once \dirname(__DIR__4).'/src/Lms/SharedKernel/Infrastructure/Read/AbstractDbalQuery.php';
  3719.         include_once \dirname(__DIR__4).'/src/Lms/SharedKernel/Application/Query/InstanceQuery.php';
  3720.         include_once \dirname(__DIR__4).'/src/Lms/SharedKernel/Infrastructure/Read/DbalInstanceQuery.php';
  3721.         return $this->services['CodersLab\\Lms\\SharedKernel\\Infrastructure\\Read\\DbalInstanceQuery'] = new \CodersLab\Lms\SharedKernel\Infrastructure\Read\DbalInstanceQuery(($this->services['doctrine.dbal.default_connection'] ?? $this->getDoctrine_Dbal_DefaultConnectionService()));
  3722.     }
  3723.     /**
  3724.      * Gets the public 'CodersLab\Lms\SharedKernel\Infrastructure\Security\PasswordEncoder' shared autowired service.
  3725.      *
  3726.      * @return \CodersLab\Lms\SharedKernel\Infrastructure\Security\PasswordEncoder
  3727.      */
  3728.     protected function getPasswordEncoderService()
  3729.     {
  3730.         include_once \dirname(__DIR__4).'/src/Lms/SharedKernel/Application/SecurityContext/PasswordEncoder.php';
  3731.         include_once \dirname(__DIR__4).'/src/Lms/SharedKernel/Infrastructure/Security/PasswordEncoder.php';
  3732.         return $this->services['CodersLab\\Lms\\SharedKernel\\Infrastructure\\Security\\PasswordEncoder'] = new \CodersLab\Lms\SharedKernel\Infrastructure\Security\PasswordEncoder(($this->services['AppBundle\\Repository\\UserRepository'] ?? $this->getUserRepositoryService()), ($this->privates['security.password_hasher_factory'] ?? $this->getSecurity_PasswordHasherFactoryService()));
  3733.     }
  3734.     /**
  3735.      * Gets the public 'CodersLab\Lms\SharedKernel\Infrastructure\Security\SymfonySecurityContext' shared autowired service.
  3736.      *
  3737.      * @return \CodersLab\Lms\SharedKernel\Infrastructure\Security\SymfonySecurityContext
  3738.      */
  3739.     protected function getSymfonySecurityContextService()
  3740.     {
  3741.         include_once \dirname(__DIR__4).'/src/Lms/SharedKernel/Application/SecurityContext.php';
  3742.         include_once \dirname(__DIR__4).'/src/Lms/SharedKernel/Infrastructure/Security/SymfonySecurityContext.php';
  3743.         return $this->services['CodersLab\\Lms\\SharedKernel\\Infrastructure\\Security\\SymfonySecurityContext'] = new \CodersLab\Lms\SharedKernel\Infrastructure\Security\SymfonySecurityContext(($this->privates['security.helper'] ?? $this->getSecurity_HelperService()));
  3744.     }
  3745.     /**
  3746.      * Gets the public 'CodersLab\Lms\SharedKernel\Infrastructure\Security\UserChecker' shared autowired service.
  3747.      *
  3748.      * @return \CodersLab\Lms\SharedKernel\Infrastructure\Security\UserChecker
  3749.      */
  3750.     protected function getUserCheckerService()
  3751.     {
  3752.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/UserCheckerInterface.php';
  3753.         include_once \dirname(__DIR__4).'/src/Lms/SharedKernel/Infrastructure/Security/UserChecker.php';
  3754.         return $this->services['CodersLab\\Lms\\SharedKernel\\Infrastructure\\Security\\UserChecker'] = new \CodersLab\Lms\SharedKernel\Infrastructure\Security\UserChecker();
  3755.     }
  3756.     /**
  3757.      * Gets the public 'CodersLab\Lms\SharedKernel\Infrastructure\Serialization\Sentry\UuidSentrySerializer' shared autowired service.
  3758.      *
  3759.      * @return \CodersLab\Lms\SharedKernel\Infrastructure\Serialization\Sentry\UuidSentrySerializer
  3760.      */
  3761.     protected function getUuidSentrySerializerService()
  3762.     {
  3763.         return $this->services['CodersLab\\Lms\\SharedKernel\\Infrastructure\\Serialization\\Sentry\\UuidSentrySerializer'] = new \CodersLab\Lms\SharedKernel\Infrastructure\Serialization\Sentry\UuidSentrySerializer();
  3764.     }
  3765.     /**
  3766.      * Gets the public 'CodersLab\Lms\Tests\Common\DataFixtures\Fixtures\CourseInstances' shared autowired service.
  3767.      *
  3768.      * @return \CodersLab\Lms\Tests\Common\DataFixtures\Fixtures\CourseInstances
  3769.      */
  3770.     protected function getCourseInstancesService()
  3771.     {
  3772.         include_once \dirname(__DIR__4).'/vendor/doctrine/data-fixtures/lib/Doctrine/Common/DataFixtures/FixtureInterface.php';
  3773.         include_once \dirname(__DIR__4).'/vendor/doctrine/data-fixtures/lib/Doctrine/Common/DataFixtures/SharedFixtureInterface.php';
  3774.         include_once \dirname(__DIR__4).'/vendor/doctrine/data-fixtures/lib/Doctrine/Common/DataFixtures/AbstractFixture.php';
  3775.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-fixtures-bundle/ORMFixtureInterface.php';
  3776.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-fixtures-bundle/Fixture.php';
  3777.         include_once \dirname(__DIR__4).'/vendor/doctrine/data-fixtures/lib/Doctrine/Common/DataFixtures/DependentFixtureInterface.php';
  3778.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareInterface.php';
  3779.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareTrait.php';
  3780.         include_once \dirname(__DIR__4).'/tests/Common/DataFixtures/Fixtures/CourseInstances.php';
  3781.         return $this->services['CodersLab\\Lms\\Tests\\Common\\DataFixtures\\Fixtures\\CourseInstances'] = new \CodersLab\Lms\Tests\Common\DataFixtures\Fixtures\CourseInstances();
  3782.     }
  3783.     /**
  3784.      * Gets the public 'CodersLab\Lms\Tests\Common\DataFixtures\Fixtures\Courses' shared autowired service.
  3785.      *
  3786.      * @return \CodersLab\Lms\Tests\Common\DataFixtures\Fixtures\Courses
  3787.      */
  3788.     protected function getCoursesService()
  3789.     {
  3790.         include_once \dirname(__DIR__4).'/vendor/doctrine/data-fixtures/lib/Doctrine/Common/DataFixtures/FixtureInterface.php';
  3791.         include_once \dirname(__DIR__4).'/vendor/doctrine/data-fixtures/lib/Doctrine/Common/DataFixtures/SharedFixtureInterface.php';
  3792.         include_once \dirname(__DIR__4).'/vendor/doctrine/data-fixtures/lib/Doctrine/Common/DataFixtures/AbstractFixture.php';
  3793.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-fixtures-bundle/ORMFixtureInterface.php';
  3794.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-fixtures-bundle/Fixture.php';
  3795.         include_once \dirname(__DIR__4).'/vendor/doctrine/data-fixtures/lib/Doctrine/Common/DataFixtures/DependentFixtureInterface.php';
  3796.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareInterface.php';
  3797.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareTrait.php';
  3798.         include_once \dirname(__DIR__4).'/tests/Common/DataFixtures/Fixtures/Courses.php';
  3799.         return $this->services['CodersLab\\Lms\\Tests\\Common\\DataFixtures\\Fixtures\\Courses'] = new \CodersLab\Lms\Tests\Common\DataFixtures\Fixtures\Courses();
  3800.     }
  3801.     /**
  3802.      * Gets the public 'CodersLab\Lms\Tests\Common\DataFixtures\Fixtures\Exercise' shared autowired service.
  3803.      *
  3804.      * @return \CodersLab\Lms\Tests\Common\DataFixtures\Fixtures\Exercise
  3805.      */
  3806.     protected function getExerciseService()
  3807.     {
  3808.         include_once \dirname(__DIR__4).'/vendor/doctrine/data-fixtures/lib/Doctrine/Common/DataFixtures/FixtureInterface.php';
  3809.         include_once \dirname(__DIR__4).'/vendor/doctrine/data-fixtures/lib/Doctrine/Common/DataFixtures/SharedFixtureInterface.php';
  3810.         include_once \dirname(__DIR__4).'/vendor/doctrine/data-fixtures/lib/Doctrine/Common/DataFixtures/AbstractFixture.php';
  3811.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-fixtures-bundle/ORMFixtureInterface.php';
  3812.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-fixtures-bundle/Fixture.php';
  3813.         include_once \dirname(__DIR__4).'/vendor/doctrine/data-fixtures/lib/Doctrine/Common/DataFixtures/DependentFixtureInterface.php';
  3814.         include_once \dirname(__DIR__4).'/tests/Common/DataFixtures/Fixtures/Exercise.php';
  3815.         return $this->services['CodersLab\\Lms\\Tests\\Common\\DataFixtures\\Fixtures\\Exercise'] = new \CodersLab\Lms\Tests\Common\DataFixtures\Fixtures\Exercise();
  3816.     }
  3817.     /**
  3818.      * Gets the public 'CodersLab\Lms\Tests\Common\DataFixtures\Fixtures\LegacyDictionaries' shared autowired service.
  3819.      *
  3820.      * @return \CodersLab\Lms\Tests\Common\DataFixtures\Fixtures\LegacyDictionaries
  3821.      */
  3822.     protected function getLegacyDictionariesService()
  3823.     {
  3824.         include_once \dirname(__DIR__4).'/vendor/doctrine/data-fixtures/lib/Doctrine/Common/DataFixtures/FixtureInterface.php';
  3825.         include_once \dirname(__DIR__4).'/vendor/doctrine/data-fixtures/lib/Doctrine/Common/DataFixtures/SharedFixtureInterface.php';
  3826.         include_once \dirname(__DIR__4).'/vendor/doctrine/data-fixtures/lib/Doctrine/Common/DataFixtures/AbstractFixture.php';
  3827.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-fixtures-bundle/ORMFixtureInterface.php';
  3828.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-fixtures-bundle/Fixture.php';
  3829.         include_once \dirname(__DIR__4).'/tests/Common/DataFixtures/Fixtures/LegacyDictionaries.php';
  3830.         return $this->services['CodersLab\\Lms\\Tests\\Common\\DataFixtures\\Fixtures\\LegacyDictionaries'] = new \CodersLab\Lms\Tests\Common\DataFixtures\Fixtures\LegacyDictionaries();
  3831.     }
  3832.     /**
  3833.      * Gets the public 'CodersLab\Lms\Tests\Common\DataFixtures\Fixtures\LegacyLanguages' shared autowired service.
  3834.      *
  3835.      * @return \CodersLab\Lms\Tests\Common\DataFixtures\Fixtures\LegacyLanguages
  3836.      */
  3837.     protected function getLegacyLanguagesService()
  3838.     {
  3839.         include_once \dirname(__DIR__4).'/vendor/doctrine/data-fixtures/lib/Doctrine/Common/DataFixtures/FixtureInterface.php';
  3840.         include_once \dirname(__DIR__4).'/vendor/doctrine/data-fixtures/lib/Doctrine/Common/DataFixtures/SharedFixtureInterface.php';
  3841.         include_once \dirname(__DIR__4).'/vendor/doctrine/data-fixtures/lib/Doctrine/Common/DataFixtures/AbstractFixture.php';
  3842.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-fixtures-bundle/ORMFixtureInterface.php';
  3843.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-fixtures-bundle/Fixture.php';
  3844.         include_once \dirname(__DIR__4).'/tests/Common/DataFixtures/Fixtures/LegacyLanguages.php';
  3845.         return $this->services['CodersLab\\Lms\\Tests\\Common\\DataFixtures\\Fixtures\\LegacyLanguages'] = new \CodersLab\Lms\Tests\Common\DataFixtures\Fixtures\LegacyLanguages();
  3846.     }
  3847.     /**
  3848.      * Gets the public 'CodersLab\Lms\Tests\Common\DataFixtures\Fixtures\LegacyModules' shared autowired service.
  3849.      *
  3850.      * @return \CodersLab\Lms\Tests\Common\DataFixtures\Fixtures\LegacyModules
  3851.      */
  3852.     protected function getLegacyModulesService()
  3853.     {
  3854.         include_once \dirname(__DIR__4).'/vendor/doctrine/data-fixtures/lib/Doctrine/Common/DataFixtures/FixtureInterface.php';
  3855.         include_once \dirname(__DIR__4).'/vendor/doctrine/data-fixtures/lib/Doctrine/Common/DataFixtures/SharedFixtureInterface.php';
  3856.         include_once \dirname(__DIR__4).'/vendor/doctrine/data-fixtures/lib/Doctrine/Common/DataFixtures/AbstractFixture.php';
  3857.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-fixtures-bundle/ORMFixtureInterface.php';
  3858.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-fixtures-bundle/Fixture.php';
  3859.         include_once \dirname(__DIR__4).'/vendor/doctrine/data-fixtures/lib/Doctrine/Common/DataFixtures/DependentFixtureInterface.php';
  3860.         include_once \dirname(__DIR__4).'/tests/Common/DataFixtures/Fixtures/LegacyModules.php';
  3861.         return $this->services['CodersLab\\Lms\\Tests\\Common\\DataFixtures\\Fixtures\\LegacyModules'] = new \CodersLab\Lms\Tests\Common\DataFixtures\Fixtures\LegacyModules();
  3862.     }
  3863.     /**
  3864.      * Gets the public 'CodersLab\Lms\Tests\Common\DataFixtures\Fixtures\LegacyUsers' shared autowired service.
  3865.      *
  3866.      * @return \CodersLab\Lms\Tests\Common\DataFixtures\Fixtures\LegacyUsers
  3867.      */
  3868.     protected function getLegacyUsersService()
  3869.     {
  3870.         include_once \dirname(__DIR__4).'/vendor/doctrine/data-fixtures/lib/Doctrine/Common/DataFixtures/FixtureInterface.php';
  3871.         include_once \dirname(__DIR__4).'/vendor/doctrine/data-fixtures/lib/Doctrine/Common/DataFixtures/SharedFixtureInterface.php';
  3872.         include_once \dirname(__DIR__4).'/vendor/doctrine/data-fixtures/lib/Doctrine/Common/DataFixtures/AbstractFixture.php';
  3873.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-fixtures-bundle/ORMFixtureInterface.php';
  3874.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-fixtures-bundle/Fixture.php';
  3875.         include_once \dirname(__DIR__4).'/vendor/doctrine/data-fixtures/lib/Doctrine/Common/DataFixtures/DependentFixtureInterface.php';
  3876.         include_once \dirname(__DIR__4).'/tests/Common/DataFixtures/Fixtures/LegacyUsers.php';
  3877.         return $this->services['CodersLab\\Lms\\Tests\\Common\\DataFixtures\\Fixtures\\LegacyUsers'] = new \CodersLab\Lms\Tests\Common\DataFixtures\Fixtures\LegacyUsers();
  3878.     }
  3879.     /**
  3880.      * Gets the public 'CodersLab\Lms\Tests\Common\DataFixtures\Fixtures\Pill' shared autowired service.
  3881.      *
  3882.      * @return \CodersLab\Lms\Tests\Common\DataFixtures\Fixtures\Pill
  3883.      */
  3884.     protected function getPillService()
  3885.     {
  3886.         include_once \dirname(__DIR__4).'/vendor/doctrine/data-fixtures/lib/Doctrine/Common/DataFixtures/FixtureInterface.php';
  3887.         include_once \dirname(__DIR__4).'/vendor/doctrine/data-fixtures/lib/Doctrine/Common/DataFixtures/SharedFixtureInterface.php';
  3888.         include_once \dirname(__DIR__4).'/vendor/doctrine/data-fixtures/lib/Doctrine/Common/DataFixtures/AbstractFixture.php';
  3889.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-fixtures-bundle/ORMFixtureInterface.php';
  3890.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-fixtures-bundle/Fixture.php';
  3891.         include_once \dirname(__DIR__4).'/tests/Common/DataFixtures/Fixtures/Pill.php';
  3892.         return $this->services['CodersLab\\Lms\\Tests\\Common\\DataFixtures\\Fixtures\\Pill'] = new \CodersLab\Lms\Tests\Common\DataFixtures\Fixtures\Pill();
  3893.     }
  3894.     /**
  3895.      * Gets the public 'CodersLab\Lms\Tests\Common\DataFixtures\Fixtures\Repositories' shared autowired service.
  3896.      *
  3897.      * @return \CodersLab\Lms\Tests\Common\DataFixtures\Fixtures\Repositories
  3898.      */
  3899.     protected function getRepositoriesService()
  3900.     {
  3901.         include_once \dirname(__DIR__4).'/vendor/doctrine/data-fixtures/lib/Doctrine/Common/DataFixtures/FixtureInterface.php';
  3902.         include_once \dirname(__DIR__4).'/vendor/doctrine/data-fixtures/lib/Doctrine/Common/DataFixtures/SharedFixtureInterface.php';
  3903.         include_once \dirname(__DIR__4).'/vendor/doctrine/data-fixtures/lib/Doctrine/Common/DataFixtures/AbstractFixture.php';
  3904.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-fixtures-bundle/ORMFixtureInterface.php';
  3905.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-fixtures-bundle/Fixture.php';
  3906.         include_once \dirname(__DIR__4).'/tests/Common/DataFixtures/Fixtures/Repositories.php';
  3907.         return $this->services['CodersLab\\Lms\\Tests\\Common\\DataFixtures\\Fixtures\\Repositories'] = new \CodersLab\Lms\Tests\Common\DataFixtures\Fixtures\Repositories();
  3908.     }
  3909.     /**
  3910.      * Gets the public 'CodersLab\Lms\Tests\Common\DataFixtures\Fixtures\StudentResults' shared autowired service.
  3911.      *
  3912.      * @return \CodersLab\Lms\Tests\Common\DataFixtures\Fixtures\StudentResults
  3913.      */
  3914.     protected function getStudentResultsService()
  3915.     {
  3916.         include_once \dirname(__DIR__4).'/vendor/doctrine/data-fixtures/lib/Doctrine/Common/DataFixtures/FixtureInterface.php';
  3917.         include_once \dirname(__DIR__4).'/vendor/doctrine/data-fixtures/lib/Doctrine/Common/DataFixtures/SharedFixtureInterface.php';
  3918.         include_once \dirname(__DIR__4).'/vendor/doctrine/data-fixtures/lib/Doctrine/Common/DataFixtures/AbstractFixture.php';
  3919.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-fixtures-bundle/ORMFixtureInterface.php';
  3920.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-fixtures-bundle/Fixture.php';
  3921.         include_once \dirname(__DIR__4).'/vendor/doctrine/data-fixtures/lib/Doctrine/Common/DataFixtures/DependentFixtureInterface.php';
  3922.         include_once \dirname(__DIR__4).'/tests/Common/DataFixtures/Fixtures/StudentResults.php';
  3923.         return $this->services['CodersLab\\Lms\\Tests\\Common\\DataFixtures\\Fixtures\\StudentResults'] = new \CodersLab\Lms\Tests\Common\DataFixtures\Fixtures\StudentResults();
  3924.     }
  3925.     /**
  3926.      * Gets the public 'CodersLab\Lms\Tests\Common\DataFixtures\Fixtures\Tags' shared autowired service.
  3927.      *
  3928.      * @return \CodersLab\Lms\Tests\Common\DataFixtures\Fixtures\Tags
  3929.      */
  3930.     protected function getTagsService()
  3931.     {
  3932.         include_once \dirname(__DIR__4).'/vendor/doctrine/data-fixtures/lib/Doctrine/Common/DataFixtures/FixtureInterface.php';
  3933.         include_once \dirname(__DIR__4).'/vendor/doctrine/data-fixtures/lib/Doctrine/Common/DataFixtures/SharedFixtureInterface.php';
  3934.         include_once \dirname(__DIR__4).'/vendor/doctrine/data-fixtures/lib/Doctrine/Common/DataFixtures/AbstractFixture.php';
  3935.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-fixtures-bundle/ORMFixtureInterface.php';
  3936.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-fixtures-bundle/Fixture.php';
  3937.         include_once \dirname(__DIR__4).'/tests/Common/DataFixtures/Fixtures/Tags.php';
  3938.         return $this->services['CodersLab\\Lms\\Tests\\Common\\DataFixtures\\Fixtures\\Tags'] = new \CodersLab\Lms\Tests\Common\DataFixtures\Fixtures\Tags();
  3939.     }
  3940.     /**
  3941.      * Gets the public 'CodersLab\Lms\Tests\Common\DataFixtures\Fixtures\UsersAccess' shared autowired service.
  3942.      *
  3943.      * @return \CodersLab\Lms\Tests\Common\DataFixtures\Fixtures\UsersAccess
  3944.      */
  3945.     protected function getUsersAccessService()
  3946.     {
  3947.         include_once \dirname(__DIR__4).'/vendor/doctrine/data-fixtures/lib/Doctrine/Common/DataFixtures/FixtureInterface.php';
  3948.         include_once \dirname(__DIR__4).'/vendor/doctrine/data-fixtures/lib/Doctrine/Common/DataFixtures/SharedFixtureInterface.php';
  3949.         include_once \dirname(__DIR__4).'/vendor/doctrine/data-fixtures/lib/Doctrine/Common/DataFixtures/AbstractFixture.php';
  3950.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-fixtures-bundle/ORMFixtureInterface.php';
  3951.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-fixtures-bundle/Fixture.php';
  3952.         include_once \dirname(__DIR__4).'/vendor/doctrine/data-fixtures/lib/Doctrine/Common/DataFixtures/DependentFixtureInterface.php';
  3953.         include_once \dirname(__DIR__4).'/tests/Common/DataFixtures/Fixtures/UsersAccess.php';
  3954.         return $this->services['CodersLab\\Lms\\Tests\\Common\\DataFixtures\\Fixtures\\UsersAccess'] = new \CodersLab\Lms\Tests\Common\DataFixtures\Fixtures\UsersAccess();
  3955.     }
  3956.     /**
  3957.      * Gets the public 'CodersLab\Lms\Tests\Common\DataFixtures\Fixtures\UsersMaterialsProgress' shared autowired service.
  3958.      *
  3959.      * @return \CodersLab\Lms\Tests\Common\DataFixtures\Fixtures\UsersMaterialsProgress
  3960.      */
  3961.     protected function getUsersMaterialsProgressService()
  3962.     {
  3963.         include_once \dirname(__DIR__4).'/vendor/doctrine/data-fixtures/lib/Doctrine/Common/DataFixtures/FixtureInterface.php';
  3964.         include_once \dirname(__DIR__4).'/vendor/doctrine/data-fixtures/lib/Doctrine/Common/DataFixtures/SharedFixtureInterface.php';
  3965.         include_once \dirname(__DIR__4).'/vendor/doctrine/data-fixtures/lib/Doctrine/Common/DataFixtures/AbstractFixture.php';
  3966.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-fixtures-bundle/ORMFixtureInterface.php';
  3967.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-fixtures-bundle/Fixture.php';
  3968.         include_once \dirname(__DIR__4).'/vendor/doctrine/data-fixtures/lib/Doctrine/Common/DataFixtures/DependentFixtureInterface.php';
  3969.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareInterface.php';
  3970.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareTrait.php';
  3971.         include_once \dirname(__DIR__4).'/tests/Common/DataFixtures/Fixtures/UsersMaterialsProgress.php';
  3972.         return $this->services['CodersLab\\Lms\\Tests\\Common\\DataFixtures\\Fixtures\\UsersMaterialsProgress'] = new \CodersLab\Lms\Tests\Common\DataFixtures\Fixtures\UsersMaterialsProgress();
  3973.     }
  3974.     /**
  3975.      * Gets the public 'CodersLab\Lms\UserInterface\Rest\Controller\AccessController' shared autowired service.
  3976.      *
  3977.      * @return \CodersLab\Lms\UserInterface\Rest\Controller\AccessController
  3978.      */
  3979.     protected function getAccessControllerService()
  3980.     {
  3981.         include_once \dirname(__DIR__4).'/src/Lms/UserInterface/Rest/Controller/AccessController.php';
  3982.         return $this->services['CodersLab\\Lms\\UserInterface\\Rest\\Controller\\AccessController'] = new \CodersLab\Lms\UserInterface\Rest\Controller\AccessController(($this->services['CodersLab\\Lms\\Modules\\IdentityAccess\\Infrastructure\\ContentAccessContext'] ?? $this->getContentAccessContextService()), ($this->services['CodersLab\\Lms\\SharedKernel\\Infrastructure\\Security\\SymfonySecurityContext'] ?? $this->getSymfonySecurityContextService()), ($this->services['CodersLab\\Lms\\Modules\\IdentityAccess\\Infrastructure\\Read\\DbalUserAccessQuery'] ?? $this->getDbalUserAccessQueryService()), ($this->services['jms_serializer'] ?? $this->getJmsSerializerService()));
  3983.     }
  3984.     /**
  3985.      * Gets the public 'CodersLab\Lms\UserInterface\Rest\Controller\BookmarkController' shared autowired service.
  3986.      *
  3987.      * @return \CodersLab\Lms\UserInterface\Rest\Controller\BookmarkController
  3988.      */
  3989.     protected function getBookmarkControllerService()
  3990.     {
  3991.         include_once \dirname(__DIR__4).'/src/Lms/UserInterface/Rest/Controller/BookmarkController.php';
  3992.         return $this->services['CodersLab\\Lms\\UserInterface\\Rest\\Controller\\BookmarkController'] = new \CodersLab\Lms\UserInterface\Rest\Controller\BookmarkController(($this->services['CodersLab\\Lms\\SharedKernel\\Domain\\Bus\\CommandBus'] ?? $this->getCommandBusService()), ($this->services['CodersLab\\Lms\\SharedKernel\\Infrastructure\\Security\\SymfonySecurityContext'] ?? $this->getSymfonySecurityContextService()), ($this->services['CodersLab\\Lms\\Modules\\IdentityAccess\\Infrastructure\\Read\\DbalBookmarkQuery'] ?? $this->getDbalBookmarkQueryService()));
  3993.     }
  3994.     /**
  3995.      * Gets the public 'CodersLab\Lms\UserInterface\Rest\Controller\CourseController' shared autowired service.
  3996.      *
  3997.      * @return \CodersLab\Lms\UserInterface\Rest\Controller\CourseController
  3998.      */
  3999.     protected function getCourseControllerService()
  4000.     {
  4001.         include_once \dirname(__DIR__4).'/src/Lms/UserInterface/Rest/Controller/CourseController.php';
  4002.         return $this->services['CodersLab\\Lms\\UserInterface\\Rest\\Controller\\CourseController'] = new \CodersLab\Lms\UserInterface\Rest\Controller\CourseController(($this->services['CodersLab\\Lms\\Modules\\Materials\\Infrastructure\\Persistence\\Doctrine\\ORMCourseQuery'] ?? $this->getORMCourseQueryService()), ($this->services['CodersLab\\Lms\\SharedKernel\\Infrastructure\\Security\\SymfonySecurityContext'] ?? $this->getSymfonySecurityContextService()), ($this->services['CodersLab\\Lms\\Modules\\IdentityAccess\\Infrastructure\\ContentAccessContext'] ?? $this->getContentAccessContextService()), ($this->services['CodersLab\\Lms\\Modules\\IdentityAccess\\Infrastructure\\CourseInstanceContext'] ?? $this->getCourseInstanceContextService()), ($this->services['jms_serializer'] ?? $this->getJmsSerializerService()), ($this->services['CodersLab\\Lms\\Modules\\IdentityAccess\\Infrastructure\\Read\\DbalUserAccessQuery'] ?? $this->getDbalUserAccessQueryService()), ($this->services['CodersLab\\Lms\\Modules\\IdentityAccess\\Infrastructure\\Read\\DbalProgressQuery'] ?? $this->getDbalProgressQueryService()));
  4003.     }
  4004.     /**
  4005.      * Gets the public 'CodersLab\Lms\UserInterface\Rest\Controller\CourseInstanceController' shared autowired service.
  4006.      *
  4007.      * @return \CodersLab\Lms\UserInterface\Rest\Controller\CourseInstanceController
  4008.      */
  4009.     protected function getCourseInstanceControllerService()
  4010.     {
  4011.         include_once \dirname(__DIR__4).'/src/Lms/UserInterface/Rest/Controller/CourseInstanceController.php';
  4012.         return $this->services['CodersLab\\Lms\\UserInterface\\Rest\\Controller\\CourseInstanceController'] = new \CodersLab\Lms\UserInterface\Rest\Controller\CourseInstanceController(($this->services['CodersLab\\Lms\\Modules\\Courses\\Infrastructure\\Read\\DbalCourseInstanceQuery'] ?? $this->getDbalCourseInstanceQueryService()), ($this->services['CodersLab\\Lms\\Modules\\Learning\\Infrastructure\\Read\\DbalStudentQuery'] ?? $this->getDbalStudentQueryService()), ($this->services['CodersLab\\Lms\\SharedKernel\\Infrastructure\\Security\\SymfonySecurityContext'] ?? $this->getSymfonySecurityContextService()), ($this->services['CodersLab\\Lms\\Modules\\IdentityAccess\\Infrastructure\\ContentAccessContext'] ?? $this->getContentAccessContextService()), ($this->services['jms_serializer'] ?? $this->getJmsSerializerService()));
  4013.     }
  4014.     /**
  4015.      * Gets the public 'CodersLab\Lms\UserInterface\Rest\Controller\CriteriaGroupController' shared autowired service.
  4016.      *
  4017.      * @return \CodersLab\Lms\UserInterface\Rest\Controller\CriteriaGroupController
  4018.      */
  4019.     protected function getCriteriaGroupControllerService()
  4020.     {
  4021.         include_once \dirname(__DIR__4).'/src/Lms/UserInterface/Rest/Controller/CriteriaGroupController.php';
  4022.         return $this->services['CodersLab\\Lms\\UserInterface\\Rest\\Controller\\CriteriaGroupController'] = new \CodersLab\Lms\UserInterface\Rest\Controller\CriteriaGroupController(($this->services['CodersLab\\Lms\\Modules\\Materials\\Infrastructure\\Persistence\\Doctrine\\ORMCourseQuery'] ?? $this->getORMCourseQueryService()));
  4023.     }
  4024.     /**
  4025.      * Gets the public 'CodersLab\Lms\UserInterface\Rest\Controller\ExamController' shared autowired service.
  4026.      *
  4027.      * @return \CodersLab\Lms\UserInterface\Rest\Controller\ExamController
  4028.      */
  4029.     protected function getExamControllerService()
  4030.     {
  4031.         include_once \dirname(__DIR__4).'/src/Lms/UserInterface/Rest/Controller/ExamController.php';
  4032.         return $this->services['CodersLab\\Lms\\UserInterface\\Rest\\Controller\\ExamController'] = new \CodersLab\Lms\UserInterface\Rest\Controller\ExamController(($this->services['CodersLab\\Lms\\SharedKernel\\Domain\\Bus\\CommandBus'] ?? $this->getCommandBusService()), ($this->services['CodersLab\\Lms\\SharedKernel\\Infrastructure\\Security\\SymfonySecurityContext'] ?? $this->getSymfonySecurityContextService()), ($this->services['CodersLab\\Lms\\Modules\\IdentityAccess\\Application\\RolePolicy'] ?? $this->getRolePolicyService()));
  4033.     }
  4034.     /**
  4035.      * Gets the public 'CodersLab\Lms\UserInterface\Rest\Controller\GradebookController' shared autowired service.
  4036.      *
  4037.      * @return \CodersLab\Lms\UserInterface\Rest\Controller\GradebookController
  4038.      */
  4039.     protected function getGradebookControllerService()
  4040.     {
  4041.         include_once \dirname(__DIR__4).'/src/Lms/UserInterface/Rest/Controller/GradebookController.php';
  4042.         return $this->services['CodersLab\\Lms\\UserInterface\\Rest\\Controller\\GradebookController'] = new \CodersLab\Lms\UserInterface\Rest\Controller\GradebookController(($this->services['CodersLab\\Lms\\Modules\\Learning\\Application\\Gradebook\\GradebookFactory'] ?? $this->getGradebookFactoryService()), ($this->services['CodersLab\\Lms\\Modules\\Materials\\Application\\Service\\Material\\MaterialScoreContext'] ?? $this->getMaterialScoreContextService()));
  4043.     }
  4044.     /**
  4045.      * Gets the public 'CodersLab\Lms\UserInterface\Rest\Controller\LanguageController' shared autowired service.
  4046.      *
  4047.      * @return \CodersLab\Lms\UserInterface\Rest\Controller\LanguageController
  4048.      */
  4049.     protected function getLanguageController2Service()
  4050.     {
  4051.         include_once \dirname(__DIR__4).'/src/Lms/UserInterface/Rest/Controller/LanguageController.php';
  4052.         return $this->services['CodersLab\\Lms\\UserInterface\\Rest\\Controller\\LanguageController'] = new \CodersLab\Lms\UserInterface\Rest\Controller\LanguageController(($this->services['.container.private.session'] ?? $this->get_Container_Private_SessionService()), $this->getEnv('PRIMARY_LANG'), ($this->services['CodersLab\\Lms\\SharedKernel\\Domain\\Bus\\CommandBus'] ?? $this->getCommandBusService()), ($this->services['CodersLab\\Lms\\SharedKernel\\Infrastructure\\Security\\SymfonySecurityContext'] ?? $this->getSymfonySecurityContextService()), ($this->services['AppBundle\\Repository\\UserRepository'] ?? $this->getUserRepositoryService()));
  4053.     }
  4054.     /**
  4055.      * Gets the public 'CodersLab\Lms\UserInterface\Rest\Controller\LecturerShareMaterialController' shared autowired service.
  4056.      *
  4057.      * @return \CodersLab\Lms\UserInterface\Rest\Controller\LecturerShareMaterialController
  4058.      */
  4059.     protected function getLecturerShareMaterialControllerService()
  4060.     {
  4061.         include_once \dirname(__DIR__4).'/src/Lms/UserInterface/Rest/Controller/LecturerShareMaterialController.php';
  4062.         return $this->services['CodersLab\\Lms\\UserInterface\\Rest\\Controller\\LecturerShareMaterialController'] = new \CodersLab\Lms\UserInterface\Rest\Controller\LecturerShareMaterialController(($this->services['CodersLab\\Lms\\SharedKernel\\Domain\\Bus\\CommandBus'] ?? $this->getCommandBusService()), ($this->services['CodersLab\\Lms\\SharedKernel\\Infrastructure\\Security\\SymfonySecurityContext'] ?? $this->getSymfonySecurityContextService()), ($this->services['CodersLab\\Lms\\Modules\\IdentityAccess\\Application\\RolePolicy'] ?? $this->getRolePolicyService()));
  4063.     }
  4064.     /**
  4065.      * Gets the public 'CodersLab\Lms\UserInterface\Rest\Controller\MaterialController' shared autowired service.
  4066.      *
  4067.      * @return \CodersLab\Lms\UserInterface\Rest\Controller\MaterialController
  4068.      */
  4069.     protected function getMaterialControllerService()
  4070.     {
  4071.         include_once \dirname(__DIR__4).'/src/Lms/UserInterface/Rest/Controller/MaterialController.php';
  4072.         include_once \dirname(__DIR__4).'/src/Lms/Modules/Materials/Application/Query/MaterialsSearchQuery.php';
  4073.         include_once \dirname(__DIR__4).'/src/Lms/Modules/Materials/Infrastructure/Elasticsearch/ElasticsearchMaterialsSearchQuery.php';
  4074.         return $this->services['CodersLab\\Lms\\UserInterface\\Rest\\Controller\\MaterialController'] = new \CodersLab\Lms\UserInterface\Rest\Controller\MaterialController(($this->services['CodersLab\\Lms\\SharedKernel\\Infrastructure\\Security\\SymfonySecurityContext'] ?? $this->getSymfonySecurityContextService()), ($this->services['CodersLab\\Lms\\Modules\\IdentityAccess\\Infrastructure\\ContentAccessContext'] ?? $this->getContentAccessContextService()), ($this->services['CodersLab\\Lms\\Modules\\Materials\\Infrastructure\\Read\\DbalMaterialQuery'] ?? $this->getDbalMaterialQueryService()), ($this->services['CodersLab\\Lms\\Modules\\Materials\\Application\\Service\\Material\\MaterialFactory'] ?? $this->getMaterialFactoryService()), ($this->services['CodersLab\\Lms\\SharedKernel\\Domain\\Bus\\CommandBus'] ?? $this->getCommandBusService()), ($this->services['CodersLab\\Lms\\Modules\\Courses\\Infrastructure\\Read\\DbalNavigationQuery'] ?? $this->getDbalNavigationQueryService()), ($this->services['AppBundle\\Repository\\UserRepository'] ?? $this->getUserRepositoryService()), ($this->services['CodersLab\\Lms\\Modules\\Learning\\Infrastructure\\Read\\DbalResultQuery'] ?? $this->getDbalResultQueryService()), ($this->services['CodersLab\\Lms\\Modules\\Materials\\Infrastructure\\Elasticsearch\\ElasticsearchMaterialsSearchQuery'] ?? ($this->services['CodersLab\\Lms\\Modules\\Materials\\Infrastructure\\Elasticsearch\\ElasticsearchMaterialsSearchQuery'] = new \CodersLab\Lms\Modules\Materials\Infrastructure\Elasticsearch\ElasticsearchMaterialsSearchQuery())), ($this->services['CodersLab\\Lms\\Modules\\Materials\\Infrastructure\\Persistence\\Doctrine\\ORMCourseQuery'] ?? $this->getORMCourseQueryService()), ($this->services['CodersLab\\Lms\\Modules\\IdentityAccess\\Infrastructure\\Read\\DbalProgressQuery'] ?? $this->getDbalProgressQueryService()), ($this->services['CodersLab\\Lms\\Modules\\Materials\\Infrastructure\\MaterialOnInstance\\MaterialOnInstanceFactory'] ?? $this->getMaterialOnInstanceFactoryService()), ($this->privates['cache.app.taggable'] ?? $this->getCache_App_TaggableService()));
  4075.     }
  4076.     /**
  4077.      * Gets the public 'CodersLab\Lms\UserInterface\Rest\Controller\MaterialCriteriaController' shared autowired service.
  4078.      *
  4079.      * @return \CodersLab\Lms\UserInterface\Rest\Controller\MaterialCriteriaController
  4080.      */
  4081.     protected function getMaterialCriteriaControllerService()
  4082.     {
  4083.         include_once \dirname(__DIR__4).'/src/Lms/UserInterface/Rest/Controller/MaterialCriteriaController.php';
  4084.         return $this->services['CodersLab\\Lms\\UserInterface\\Rest\\Controller\\MaterialCriteriaController'] = new \CodersLab\Lms\UserInterface\Rest\Controller\MaterialCriteriaController(($this->services['CodersLab\\Lms\\Modules\\Materials\\Infrastructure\\Read\\DbalModuleQuery'] ?? $this->getDbalModuleQueryService()), ($this->services['CodersLab\\Lms\\Modules\\Materials\\Infrastructure\\Persistence\\Doctrine\\ORMModules'] ?? $this->getORMModulesService()));
  4085.     }
  4086.     /**
  4087.      * Gets the public 'CodersLab\Lms\UserInterface\Rest\Controller\MaterialProgressController' shared autowired service.
  4088.      *
  4089.      * @return \CodersLab\Lms\UserInterface\Rest\Controller\MaterialProgressController
  4090.      */
  4091.     protected function getMaterialProgressControllerService()
  4092.     {
  4093.         include_once \dirname(__DIR__4).'/src/Lms/UserInterface/Rest/Controller/MaterialProgressController.php';
  4094.         return $this->services['CodersLab\\Lms\\UserInterface\\Rest\\Controller\\MaterialProgressController'] = new \CodersLab\Lms\UserInterface\Rest\Controller\MaterialProgressController(($this->services['CodersLab\\Lms\\SharedKernel\\Domain\\Bus\\CommandBus'] ?? $this->getCommandBusService()), ($this->services['CodersLab\\Lms\\Modules\\IdentityAccess\\Infrastructure\\ContentAccessContext'] ?? $this->getContentAccessContextService()), ($this->services['CodersLab\\Lms\\SharedKernel\\Infrastructure\\Security\\SymfonySecurityContext'] ?? $this->getSymfonySecurityContextService()), ($this->services['CodersLab\\Lms\\Modules\\Courses\\Infrastructure\\Read\\DbalCourseInstanceQuery'] ?? $this->getDbalCourseInstanceQueryService()), ($this->services['CodersLab\\Lms\\Modules\\Learning\\Application\\Service\\CourseProgressReport'] ?? $this->getCourseProgressReportService()), ($this->services['CodersLab\\Lms\\Modules\\Learning\\Infrastructure\\Read\\DbalCourseProgressReportQuery'] ?? $this->getDbalCourseProgressReportQueryService()), ($this->services['CodersLab\\Lms\\Modules\\Learning\\Infrastructure\\Read\\DbalStudentQuery'] ?? $this->getDbalStudentQueryService()));
  4095.     }
  4096.     /**
  4097.      * Gets the public 'CodersLab\Lms\UserInterface\Rest\Controller\MaterialReviewController' shared autowired service.
  4098.      *
  4099.      * @return \CodersLab\Lms\UserInterface\Rest\Controller\MaterialReviewController
  4100.      */
  4101.     protected function getMaterialReviewControllerService()
  4102.     {
  4103.         include_once \dirname(__DIR__4).'/src/Lms/UserInterface/Rest/Controller/MaterialReviewController.php';
  4104.         return $this->services['CodersLab\\Lms\\UserInterface\\Rest\\Controller\\MaterialReviewController'] = new \CodersLab\Lms\UserInterface\Rest\Controller\MaterialReviewController(($this->services['CodersLab\\Lms\\Modules\\Materials\\Infrastructure\\Persistence\\Doctrine\\ORMMaterials'] ?? $this->getORMMaterialsService()), ($this->services['CodersLab\\Lms\\Modules\\IdentityAccess\\Infrastructure\\CourseInstanceContext'] ?? $this->getCourseInstanceContextService()), ($this->services['CodersLab\\Lms\\SharedKernel\\Infrastructure\\Security\\SymfonySecurityContext'] ?? $this->getSymfonySecurityContextService()), ($this->services['CodersLab\\Lms\\Modules\\IdentityAccess\\Application\\RolePolicy'] ?? $this->getRolePolicyService()), ($this->services['CodersLab\\Lms\\Modules\\Materials\\Infrastructure\\Read\\DbalReviewReportQuery'] ?? $this->getDbalReviewReportQueryService()));
  4105.     }
  4106.     /**
  4107.      * Gets the public 'CodersLab\Lms\UserInterface\Rest\Controller\MenuController' shared autowired service.
  4108.      *
  4109.      * @return \CodersLab\Lms\UserInterface\Rest\Controller\MenuController
  4110.      */
  4111.     protected function getMenuControllerService()
  4112.     {
  4113.         include_once \dirname(__DIR__4).'/src/Lms/UserInterface/Rest/Controller/MenuController.php';
  4114.         return $this->services['CodersLab\\Lms\\UserInterface\\Rest\\Controller\\MenuController'] = new \CodersLab\Lms\UserInterface\Rest\Controller\MenuController(($this->services['CodersLab\\Lms\\SharedKernel\\Infrastructure\\Security\\SymfonySecurityContext'] ?? $this->getSymfonySecurityContextService()), ($this->services['CodersLab\\Lms\\Modules\\IdentityAccess\\Infrastructure\\ContentAccessContext'] ?? $this->getContentAccessContextService()), ($this->services['CodersLab\\Lms\\Modules\\Materials\\Infrastructure\\Persistence\\Doctrine\\ORMCourseQuery'] ?? $this->getORMCourseQueryService()), ($this->services['CodersLab\\Lms\\Modules\\IdentityAccess\\Infrastructure\\Read\\DbalUserAccessQuery'] ?? $this->getDbalUserAccessQueryService()), ($this->services['jms_serializer'] ?? $this->getJmsSerializerService()), ($this->services['CodersLab\\Lms\\Modules\\IdentityAccess\\Infrastructure\\Read\\DbalProgressQuery'] ?? $this->getDbalProgressQueryService()));
  4115.     }
  4116.     /**
  4117.      * Gets the public 'CodersLab\Lms\UserInterface\Rest\Controller\ModuleController' shared autowired service.
  4118.      *
  4119.      * @return \CodersLab\Lms\UserInterface\Rest\Controller\ModuleController
  4120.      */
  4121.     protected function getModuleController2Service()
  4122.     {
  4123.         include_once \dirname(__DIR__4).'/src/Lms/UserInterface/Rest/Controller/ModuleController.php';
  4124.         return $this->services['CodersLab\\Lms\\UserInterface\\Rest\\Controller\\ModuleController'] = new \CodersLab\Lms\UserInterface\Rest\Controller\ModuleController(($this->services['CodersLab\\Lms\\SharedKernel\\Infrastructure\\Security\\SymfonySecurityContext'] ?? $this->getSymfonySecurityContextService()), ($this->services['CodersLab\\Lms\\Modules\\IdentityAccess\\Infrastructure\\ContentAccessContext'] ?? $this->getContentAccessContextService()), ($this->services['CodersLab\\Lms\\Modules\\Materials\\Infrastructure\\Persistence\\Doctrine\\ORMCourseQuery'] ?? $this->getORMCourseQueryService()), ($this->services['CodersLab\\Lms\\Modules\\IdentityAccess\\Application\\RolePolicy'] ?? $this->getRolePolicyService()));
  4125.     }
  4126.     /**
  4127.      * Gets the public 'CodersLab\Lms\UserInterface\Rest\Controller\PresentationController' shared autowired service.
  4128.      *
  4129.      * @return \CodersLab\Lms\UserInterface\Rest\Controller\PresentationController
  4130.      */
  4131.     protected function getPresentationControllerService()
  4132.     {
  4133.         include_once \dirname(__DIR__4).'/src/Lms/UserInterface/Rest/Controller/PresentationController.php';
  4134.         return $this->services['CodersLab\\Lms\\UserInterface\\Rest\\Controller\\PresentationController'] = new \CodersLab\Lms\UserInterface\Rest\Controller\PresentationController(($this->services['CodersLab\\Lms\\SharedKernel\\Domain\\Bus\\CommandBus'] ?? $this->getCommandBusService()));
  4135.     }
  4136.     /**
  4137.      * Gets the public 'CodersLab\Lms\UserInterface\Rest\Controller\ProductController' shared autowired service.
  4138.      *
  4139.      * @return \CodersLab\Lms\UserInterface\Rest\Controller\ProductController
  4140.      */
  4141.     protected function getProductControllerService()
  4142.     {
  4143.         include_once \dirname(__DIR__4).'/src/Lms/UserInterface/Rest/Controller/ProductController.php';
  4144.         return $this->services['CodersLab\\Lms\\UserInterface\\Rest\\Controller\\ProductController'] = new \CodersLab\Lms\UserInterface\Rest\Controller\ProductController(($this->services['CodersLab\\Lms\\Modules\\Courses\\Infrastructure\\Read\\DbalProductQuery'] ?? $this->getDbalProductQueryService()), ($this->services['CodersLab\\Lms\\SharedKernel\\Infrastructure\\Security\\SymfonySecurityContext'] ?? $this->getSymfonySecurityContextService()));
  4145.     }
  4146.     /**
  4147.      * Gets the public 'CodersLab\Lms\UserInterface\Rest\Controller\Public\CheckRegisterStatusController' shared autowired service.
  4148.      *
  4149.      * @return \CodersLab\Lms\UserInterface\Rest\Controller\Public\CheckRegisterStatusController
  4150.      */
  4151.     protected function getCheckRegisterStatusControllerService()
  4152.     {
  4153.         include_once \dirname(__DIR__4).'/src/Lms/UserInterface/Rest/Controller/Public/CheckRegisterStatusController.php';
  4154.         return $this->services['CodersLab\\Lms\\UserInterface\\Rest\\Controller\\Public\\CheckRegisterStatusController'] = new \CodersLab\Lms\UserInterface\Rest\Controller\Public\CheckRegisterStatusController(($this->services['AppBundle\\Repository\\InstanceRepository'] ?? $this->getInstanceRepositoryService()));
  4155.     }
  4156.     /**
  4157.      * Gets the public 'CodersLab\Lms\UserInterface\Rest\Controller\Public\GetSelfRegisterCoursesController' shared autowired service.
  4158.      *
  4159.      * @return \CodersLab\Lms\UserInterface\Rest\Controller\Public\GetSelfRegisterCoursesController
  4160.      */
  4161.     protected function getGetSelfRegisterCoursesControllerService()
  4162.     {
  4163.         include_once \dirname(__DIR__4).'/src/Lms/UserInterface/Rest/Controller/Public/GetSelfRegisterCoursesController.php';
  4164.         return $this->services['CodersLab\\Lms\\UserInterface\\Rest\\Controller\\Public\\GetSelfRegisterCoursesController'] = new \CodersLab\Lms\UserInterface\Rest\Controller\Public\GetSelfRegisterCoursesController(($this->services['AppBundle\\Repository\\InstanceRepository'] ?? $this->getInstanceRepositoryService()));
  4165.     }
  4166.     /**
  4167.      * Gets the public 'CodersLab\Lms\UserInterface\Rest\Controller\Public\RegisterController' shared autowired service.
  4168.      *
  4169.      * @return \CodersLab\Lms\UserInterface\Rest\Controller\Public\RegisterController
  4170.      */
  4171.     protected function getRegisterControllerService()
  4172.     {
  4173.         include_once \dirname(__DIR__4).'/src/Lms/UserInterface/Rest/Controller/Public/RegisterController.php';
  4174.         return $this->services['CodersLab\\Lms\\UserInterface\\Rest\\Controller\\Public\\RegisterController'] = new \CodersLab\Lms\UserInterface\Rest\Controller\Public\RegisterController(($this->services['CodersLab\\Lms\\SharedKernel\\Domain\\Bus\\CommandBus'] ?? $this->getCommandBusService()), ($this->services['CodersLab\\Lms\\SharedKernel\\Infrastructure\\Security\\SymfonySecurityContext'] ?? $this->getSymfonySecurityContextService()), ($this->services['CodersLab\\Lms\\Modules\\IdentityAccess\\Infrastructure\\Read\\DbalUserQuery'] ?? $this->getDbalUserQueryService()));
  4175.     }
  4176.     /**
  4177.      * Gets the public 'CodersLab\Lms\UserInterface\Rest\Controller\Public\ResendConfirmationEmailController' shared autowired service.
  4178.      *
  4179.      * @return \CodersLab\Lms\UserInterface\Rest\Controller\Public\ResendConfirmationEmailController
  4180.      */
  4181.     protected function getResendConfirmationEmailControllerService()
  4182.     {
  4183.         include_once \dirname(__DIR__4).'/src/Lms/UserInterface/Rest/Controller/Public/ResendConfirmationEmailController.php';
  4184.         return $this->services['CodersLab\\Lms\\UserInterface\\Rest\\Controller\\Public\\ResendConfirmationEmailController'] = new \CodersLab\Lms\UserInterface\Rest\Controller\Public\ResendConfirmationEmailController(($this->services['CodersLab\\Lms\\SharedKernel\\Domain\\Bus\\CommandBus'] ?? $this->getCommandBusService()));
  4185.     }
  4186.     /**
  4187.      * Gets the public 'CodersLab\Lms\UserInterface\Rest\Controller\RebuildController' shared autowired service.
  4188.      *
  4189.      * @return \CodersLab\Lms\UserInterface\Rest\Controller\RebuildController
  4190.      */
  4191.     protected function getRebuildControllerService()
  4192.     {
  4193.         include_once \dirname(__DIR__4).'/src/Lms/UserInterface/Rest/Controller/RebuildController.php';
  4194.         return $this->services['CodersLab\\Lms\\UserInterface\\Rest\\Controller\\RebuildController'] = new \CodersLab\Lms\UserInterface\Rest\Controller\RebuildController(($this->services['CodersLab\\Lms\\SharedKernel\\Domain\\Bus\\CommandBus'] ?? $this->getCommandBusService()));
  4195.     }
  4196.     /**
  4197.      * Gets the public 'CodersLab\Lms\UserInterface\Rest\Controller\SaveStudentResultController' shared autowired service.
  4198.      *
  4199.      * @return \CodersLab\Lms\UserInterface\Rest\Controller\SaveStudentResultController
  4200.      */
  4201.     protected function getSaveStudentResultControllerService()
  4202.     {
  4203.         include_once \dirname(__DIR__4).'/src/Lms/UserInterface/Rest/Controller/SaveStudentResultController.php';
  4204.         return $this->services['CodersLab\\Lms\\UserInterface\\Rest\\Controller\\SaveStudentResultController'] = new \CodersLab\Lms\UserInterface\Rest\Controller\SaveStudentResultController(($this->services['CodersLab\\Lms\\SharedKernel\\Infrastructure\\Security\\SymfonySecurityContext'] ?? $this->getSymfonySecurityContextService()), ($this->services['CodersLab\\Lms\\Modules\\Courses\\Infrastructure\\Read\\DbalCourseInstanceQuery'] ?? $this->getDbalCourseInstanceQueryService()), ($this->services['CodersLab\\Lms\\Modules\\Learning\\Infrastructure\\Read\\DbalStudentQuery'] ?? $this->getDbalStudentQueryService()), ($this->services['CodersLab\\Lms\\SharedKernel\\Domain\\Bus\\CommandBus'] ?? $this->getCommandBusService()), ($this->services['CodersLab\\Lms\\Modules\\IdentityAccess\\Infrastructure\\ContentAccessContext'] ?? $this->getContentAccessContextService()), ($this->services['CodersLab\\Lms\\Modules\\Materials\\Application\\Service\\Material\\MaterialScoreValidator'] ?? $this->getMaterialScoreValidatorService()), ($this->services['CodersLab\\Lms\\Modules\\Materials\\Application\\Service\\Material\\MaterialScoreContext'] ?? $this->getMaterialScoreContextService()), ($this->services['CodersLab\\Lms\\Modules\\Materials\\Infrastructure\\Read\\DbalMaterialCriterionQuery'] ?? $this->getDbalMaterialCriterionQueryService()));
  4205.     }
  4206.     /**
  4207.      * Gets the public 'CodersLab\Lms\UserInterface\Rest\Controller\SearchLogController' shared autowired service.
  4208.      *
  4209.      * @return \CodersLab\Lms\UserInterface\Rest\Controller\SearchLogController
  4210.      */
  4211.     protected function getSearchLogControllerService()
  4212.     {
  4213.         include_once \dirname(__DIR__4).'/src/Lms/UserInterface/Rest/Controller/SearchLogController.php';
  4214.         return $this->services['CodersLab\\Lms\\UserInterface\\Rest\\Controller\\SearchLogController'] = new \CodersLab\Lms\UserInterface\Rest\Controller\SearchLogController(($this->services['CodersLab\\Lms\\Modules\\Materials\\Application\\Service\\SearchLogReport\\SearchLogReport'] ?? $this->getSearchLogReportService()), \dirname(__DIR__4));
  4215.     }
  4216.     /**
  4217.      * Gets the public 'CodersLab\Lms\UserInterface\Rest\Controller\StudentCriteriaGroupResultController' shared autowired service.
  4218.      *
  4219.      * @return \CodersLab\Lms\UserInterface\Rest\Controller\StudentCriteriaGroupResultController
  4220.      */
  4221.     protected function getStudentCriteriaGroupResultControllerService()
  4222.     {
  4223.         include_once \dirname(__DIR__4).'/src/Lms/UserInterface/Rest/Controller/StudentCriteriaGroupResultController.php';
  4224.         return $this->services['CodersLab\\Lms\\UserInterface\\Rest\\Controller\\StudentCriteriaGroupResultController'] = new \CodersLab\Lms\UserInterface\Rest\Controller\StudentCriteriaGroupResultController(($this->services['CodersLab\\Lms\\Modules\\Learning\\Infrastructure\\Persistence\\Doctrine\\ORMCriteriaGroupResultRepository'] ?? $this->getORMCriteriaGroupResultRepositoryService()), ($this->services['CodersLab\\Lms\\SharedKernel\\Infrastructure\\Security\\SymfonySecurityContext'] ?? $this->getSymfonySecurityContextService()), ($this->services['CodersLab\\Lms\\Modules\\Materials\\Application\\Service\\Material\\MaterialScoreContext'] ?? $this->getMaterialScoreContextService()));
  4225.     }
  4226.     /**
  4227.      * Gets the public 'CodersLab\Lms\UserInterface\Rest\Controller\StudentResultController' shared autowired service.
  4228.      *
  4229.      * @return \CodersLab\Lms\UserInterface\Rest\Controller\StudentResultController
  4230.      */
  4231.     protected function getStudentResultControllerService()
  4232.     {
  4233.         include_once \dirname(__DIR__4).'/src/Lms/UserInterface/Rest/Controller/StudentResultController.php';
  4234.         return $this->services['CodersLab\\Lms\\UserInterface\\Rest\\Controller\\StudentResultController'] = new \CodersLab\Lms\UserInterface\Rest\Controller\StudentResultController(($this->services['CodersLab\\Lms\\SharedKernel\\Infrastructure\\Security\\SymfonySecurityContext'] ?? $this->getSymfonySecurityContextService()), ($this->services['CodersLab\\Lms\\Modules\\Learning\\Infrastructure\\Read\\DbalResultQuery'] ?? $this->getDbalResultQueryService()), ($this->services['CodersLab\\Lms\\Modules\\Courses\\Infrastructure\\Read\\DbalCourseInstanceQuery'] ?? $this->getDbalCourseInstanceQueryService()), ($this->services['CodersLab\\Lms\\Modules\\IdentityAccess\\Infrastructure\\ContentAccessContext'] ?? $this->getContentAccessContextService()), ($this->services['jms_serializer'] ?? $this->getJmsSerializerService()));
  4235.     }
  4236.     /**
  4237.      * Gets the public 'CodersLab\Lms\UserInterface\Rest\Controller\StudentShareMaterialController' shared autowired service.
  4238.      *
  4239.      * @return \CodersLab\Lms\UserInterface\Rest\Controller\StudentShareMaterialController
  4240.      */
  4241.     protected function getStudentShareMaterialControllerService()
  4242.     {
  4243.         include_once \dirname(__DIR__4).'/src/Lms/UserInterface/Rest/Controller/StudentShareMaterialController.php';
  4244.         return $this->services['CodersLab\\Lms\\UserInterface\\Rest\\Controller\\StudentShareMaterialController'] = new \CodersLab\Lms\UserInterface\Rest\Controller\StudentShareMaterialController(($this->services['CodersLab\\Lms\\SharedKernel\\Domain\\Bus\\CommandBus'] ?? $this->getCommandBusService()), ($this->services['CodersLab\\Lms\\SharedKernel\\Infrastructure\\Security\\SymfonySecurityContext'] ?? $this->getSymfonySecurityContextService()), ($this->services['CodersLab\\Lms\\Modules\\IdentityAccess\\Application\\RolePolicy'] ?? $this->getRolePolicyService()), ($this->services['CodersLab\\Lms\\Modules\\Materials\\Infrastructure\\Read\\DbalExerciseQuery'] ?? $this->getDbalExerciseQuery2Service()));
  4245.     }
  4246.     /**
  4247.      * Gets the public 'CodersLab\Lms\UserInterface\Rest\Controller\TechnologyController' shared autowired service.
  4248.      *
  4249.      * @return \CodersLab\Lms\UserInterface\Rest\Controller\TechnologyController
  4250.      */
  4251.     protected function getTechnologyControllerService()
  4252.     {
  4253.         include_once \dirname(__DIR__4).'/src/Lms/UserInterface/Rest/Controller/TechnologyController.php';
  4254.         return $this->services['CodersLab\\Lms\\UserInterface\\Rest\\Controller\\TechnologyController'] = new \CodersLab\Lms\UserInterface\Rest\Controller\TechnologyController(($this->services['CodersLab\\Lms\\Modules\\Courses\\Infrastructure\\Read\\DbalTechnologyQuery'] ?? $this->getDbalTechnologyQueryService()));
  4255.     }
  4256.     /**
  4257.      * Gets the public 'CodersLab\Lms\UserInterface\Rest\Controller\UserProfileController' shared autowired service.
  4258.      *
  4259.      * @return \CodersLab\Lms\UserInterface\Rest\Controller\UserProfileController
  4260.      */
  4261.     protected function getUserProfileControllerService()
  4262.     {
  4263.         include_once \dirname(__DIR__4).'/src/Lms/UserInterface/Rest/Controller/UserProfileController.php';
  4264.         return $this->services['CodersLab\\Lms\\UserInterface\\Rest\\Controller\\UserProfileController'] = new \CodersLab\Lms\UserInterface\Rest\Controller\UserProfileController(($this->services['CodersLab\\Lms\\SharedKernel\\Infrastructure\\Security\\SymfonySecurityContext'] ?? $this->getSymfonySecurityContextService()), ($this->services['CodersLab\\Lms\\SharedKernel\\Domain\\Bus\\CommandBus'] ?? $this->getCommandBusService()));
  4265.     }
  4266.     /**
  4267.      * Gets the public 'CodersLab\Lms\UserInterface\Rest\Controller\UsersController' shared autowired service.
  4268.      *
  4269.      * @return \CodersLab\Lms\UserInterface\Rest\Controller\UsersController
  4270.      */
  4271.     protected function getUsersControllerService()
  4272.     {
  4273.         include_once \dirname(__DIR__4).'/src/Lms/UserInterface/Rest/Controller/UsersController.php';
  4274.         return $this->services['CodersLab\\Lms\\UserInterface\\Rest\\Controller\\UsersController'] = new \CodersLab\Lms\UserInterface\Rest\Controller\UsersController(($this->services['CodersLab\\Lms\\SharedKernel\\Infrastructure\\Security\\SymfonySecurityContext'] ?? $this->getSymfonySecurityContextService()), ($this->services['CodersLab\\Lms\\Modules\\Courses\\Infrastructure\\Read\\DbalProductQuery'] ?? $this->getDbalProductQueryService()), ($this->services['CodersLab\\Lms\\SharedKernel\\Domain\\Bus\\CommandBus'] ?? $this->getCommandBusService()), ($this->services['CodersLab\\Lms\\Modules\\IdentityAccess\\Infrastructure\\Read\\DbalUserQuery'] ?? $this->getDbalUserQueryService()));
  4275.     }
  4276.     /**
  4277.      * Gets the public 'CodersLab\Lms\UserInterface\WebApp\Controller\ChangePasswordController' shared autowired service.
  4278.      *
  4279.      * @return \CodersLab\Lms\UserInterface\WebApp\Controller\ChangePasswordController
  4280.      */
  4281.     protected function getChangePasswordControllerService()
  4282.     {
  4283.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  4284.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Controller/ChangePasswordController.php';
  4285.         include_once \dirname(__DIR__4).'/src/Lms/UserInterface/WebApp/Controller/ChangePasswordController.php';
  4286.         $this->services['CodersLab\\Lms\\UserInterface\\WebApp\\Controller\\ChangePasswordController'] = $instance = new \CodersLab\Lms\UserInterface\WebApp\Controller\ChangePasswordController(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->privates['fos_user.profile.form.factory'] ?? $this->getFosUser_Profile_Form_FactoryService()), ($this->services['app.user.manager'] ?? $this->getApp_User_ManagerService()));
  4287.         $instance->setContainer($this);
  4288.         return $instance;
  4289.     }
  4290.     /**
  4291.      * Gets the public 'CodersLab\Lms\UserInterface\WebApp\Controller\HomepageController' shared autowired service.
  4292.      *
  4293.      * @return \CodersLab\Lms\UserInterface\WebApp\Controller\HomepageController
  4294.      */
  4295.     protected function getHomepageControllerService()
  4296.     {
  4297.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  4298.         include_once \dirname(__DIR__4).'/src/Lms/UserInterface/WebApp/Controller/HomepageController.php';
  4299.         $this->services['CodersLab\\Lms\\UserInterface\\WebApp\\Controller\\HomepageController'] = $instance = new \CodersLab\Lms\UserInterface\WebApp\Controller\HomepageController();
  4300.         $instance->setContainer($this);
  4301.         return $instance;
  4302.     }
  4303.     /**
  4304.      * Gets the public 'CodersLab\Lms\UserInterface\WebApp\Controller\MaterialController' shared autowired service.
  4305.      *
  4306.      * @return \CodersLab\Lms\UserInterface\WebApp\Controller\MaterialController
  4307.      */
  4308.     protected function getMaterialController2Service()
  4309.     {
  4310.         include_once \dirname(__DIR__4).'/src/Lms/UserInterface/WebApp/Controller/MaterialController.php';
  4311.         return $this->services['CodersLab\\Lms\\UserInterface\\WebApp\\Controller\\MaterialController'] = new \CodersLab\Lms\UserInterface\WebApp\Controller\MaterialController(($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))), ($this->services['CodersLab\\Lms\\Modules\\IdentityAccess\\Infrastructure\\ContentAccessContext'] ?? $this->getContentAccessContextService()), ($this->services['CodersLab\\Lms\\SharedKernel\\Infrastructure\\Security\\SymfonySecurityContext'] ?? $this->getSymfonySecurityContextService()), ($this->services['CodersLab\\Lms\\Modules\\Materials\\Infrastructure\\Read\\DbalMaterialQuery'] ?? $this->getDbalMaterialQueryService()), ($this->services['CodersLab\\Lms\\Modules\\Materials\\Infrastructure\\PresentationRenderer\\TwigPresentationRenderer'] ?? $this->getTwigPresentationRendererService()));
  4312.     }
  4313.     /**
  4314.      * Gets the public 'CodersLab\Lms\UserInterface\WebApp\Controller\QuizWebhookController' shared autowired service.
  4315.      *
  4316.      * @return \CodersLab\Lms\UserInterface\WebApp\Controller\QuizWebhookController
  4317.      */
  4318.     protected function getQuizWebhookControllerService()
  4319.     {
  4320.         include_once \dirname(__DIR__4).'/src/Lms/UserInterface/WebApp/Controller/QuizWebhookController.php';
  4321.         return $this->services['CodersLab\\Lms\\UserInterface\\WebApp\\Controller\\QuizWebhookController'] = new \CodersLab\Lms\UserInterface\WebApp\Controller\QuizWebhookController(($this->services['CodersLab\\Lms\\Modules\\Materials\\Infrastructure\\Persistence\\Doctrine\\ORMQuizzes'] ?? $this->getORMQuizzesService()), ($this->services['CodersLab\\Lms\\SharedKernel\\Domain\\Bus\\CommandBus'] ?? $this->getCommandBusService()), ($this->services['CodersLab\\Lms\\SharedKernel\\Domain\\Bus\\EventRecorder'] ?? ($this->services['CodersLab\\Lms\\SharedKernel\\Domain\\Bus\\EventRecorder'] = new \CodersLab\Lms\SharedKernel\Domain\Bus\EventRecorder())), ($this->services['CodersLab\\Lms\\Modules\\Materials\\Infrastructure\\SurveyMonkeyProxy\\SurveyMonkeyProxyClient'] ?? $this->getSurveyMonkeyProxyClientService()), ($this->services['CodersLab\\Lms\\Modules\\Materials\\Infrastructure\\Persistence\\Doctrine\\ORMMaterials'] ?? $this->getORMMaterialsService()), ($this->services['CodersLab\\Lms\\Modules\\Materials\\Infrastructure\\Read\\DbalQuizQuery'] ?? $this->getDbalQuizQueryService()));
  4322.     }
  4323.     /**
  4324.      * Gets the public 'CodersLab\Lms\UserInterface\WebApp\FrontController\AppController' shared autowired service.
  4325.      *
  4326.      * @return \CodersLab\Lms\UserInterface\WebApp\FrontController\AppController
  4327.      */
  4328.     protected function getAppControllerService()
  4329.     {
  4330.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  4331.         include_once \dirname(__DIR__4).'/src/Lms/UserInterface/WebApp/FrontController/AppController.php';
  4332.         $this->services['CodersLab\\Lms\\UserInterface\\WebApp\\FrontController\\AppController'] = $instance = new \CodersLab\Lms\UserInterface\WebApp\FrontController\AppController();
  4333.         $instance->setContainer($this);
  4334.         return $instance;
  4335.     }
  4336.     /**
  4337.      * Gets the public 'Doctrine\Bundle\DoctrineBundle\Controller\ProfilerController' shared service.
  4338.      *
  4339.      * @return \Doctrine\Bundle\DoctrineBundle\Controller\ProfilerController
  4340.      */
  4341.     protected function getProfilerControllerService()
  4342.     {
  4343.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Controller/ProfilerController.php';
  4344.         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()));
  4345.     }
  4346.     /**
  4347.      * Gets the public 'FOS\UserBundle\Form\Factory\FactoryInterface' shared autowired service.
  4348.      *
  4349.      * @return \FOS\UserBundle\Form\Factory\FactoryInterface
  4350.      */
  4351.     protected function getFactoryInterfaceService()
  4352.     {
  4353.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Form/Factory/FactoryInterface.php';
  4354.         return $this->services['FOS\\UserBundle\\Form\\Factory\\FactoryInterface'] = new \FOS\UserBundle\Form\Factory\FactoryInterface();
  4355.     }
  4356.     /**
  4357.      * Gets the public 'FOS\UserBundle\Mailer\MailerInterface' shared autowired service.
  4358.      *
  4359.      * @return \AppBundle\Service\Mailer
  4360.      */
  4361.     protected function getMailerInterfaceService()
  4362.     {
  4363.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Mailer/MailerInterface.php';
  4364.         include_once \dirname(__DIR__4).'/src/AppBundle/Service/Mailer.php';
  4365.         return $this->services['FOS\\UserBundle\\Mailer\\MailerInterface'] = new \AppBundle\Service\Mailer(($this->privates['mailer.mailer'] ?? $this->getMailer_MailerService()), ($this->services['router'] ?? $this->getRouterService()), ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()), ['template' => ['resetting' => 'email/reset_password.html.twig''confirmation' => 'email/registration_confirmation.html.twig'], 'from_email' => ['confirmation' => $this->parameters['fos_user.registration.confirmation.from_email'], 'resetting' => $this->parameters['fos_user.resetting.email.from_email']]]);
  4366.     }
  4367.     /**
  4368.      * Gets the public 'Faker\Generator' shared service.
  4369.      *
  4370.      * @return \Faker\Generator
  4371.      */
  4372.     protected function getGeneratorService()
  4373.     {
  4374.         include_once \dirname(__DIR__4).'/vendor/fakerphp/faker/src/Faker/Generator.php';
  4375.         include_once \dirname(__DIR__4).'/vendor/fakerphp/faker/src/Faker/Factory.php';
  4376.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Faker/Provider/AliceProvider.php';
  4377.         $this->services['Faker\\Generator'] = $instance \Faker\Factory::create('en_US');
  4378.         $instance->seed(1);
  4379.         $instance->addProvider(($this->privates['nelmio_alice.faker.provider.alice'] ?? ($this->privates['nelmio_alice.faker.provider.alice'] = new \Nelmio\Alice\Faker\Provider\AliceProvider())));
  4380.         return $instance;
  4381.     }
  4382.     /**
  4383.      * Gets the public 'Google_Service_Gmail' shared autowired service.
  4384.      *
  4385.      * @return \Google_Service_Gmail
  4386.      */
  4387.     protected function getGoogleServiceGmailService()
  4388.     {
  4389.         include_once \dirname(__DIR__4).'/vendor/google/apiclient/src/Service.php';
  4390.         include_once \dirname(__DIR__4).'/vendor/google/apiclient-services/src/Gmail.php';
  4391.         return $this->services['Google_Service_Gmail'] = new \Google_Service_Gmail(($this->services['google.client.gmail'] ?? $this->getGoogle_Client_GmailService()));
  4392.     }
  4393.     /**
  4394.      * Gets the public 'HWI\Bundle\OAuthBundle\Controller\ConnectController' shared service.
  4395.      *
  4396.      * @return \HWI\Bundle\OAuthBundle\Controller\ConnectController
  4397.      */
  4398.     protected function getConnectControllerService()
  4399.     {
  4400.         include_once \dirname(__DIR__4).'/vendor/hwi/oauth-bundle/src/Controller/ConnectController.php';
  4401.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/UserCheckerInterface.php';
  4402.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/InMemoryUserChecker.php';
  4403.         return $this->services['HWI\\Bundle\\OAuthBundle\\Controller\\ConnectController'] = new \HWI\Bundle\OAuthBundle\Controller\ConnectController(($this->privates['hwi_oauth.security.oauth_utils'] ?? $this->getHwiOauth_Security_OauthUtilsService()), ($this->privates['hwi_oauth.resource_ownermap_locator'] ?? $this->getHwiOauth_ResourceOwnermapLocatorService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), ($this->services['hwi_oauth.user_checker'] ?? ($this->services['hwi_oauth.user_checker'] = new \Symfony\Component\Security\Core\User\InMemoryUserChecker())), ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService()), ($this->services['.container.private.form.factory'] ?? $this->get_Container_Private_Form_FactoryService()), ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()), ($this->services['router'] ?? $this->getRouterService()), 'IS_AUTHENTICATED_REMEMBERED'false'hwi_oauth_connect'falseNULLNULLNULL);
  4404.     }
  4405.     /**
  4406.      * Gets the public 'HWI\Bundle\OAuthBundle\Controller\LoginController' shared service.
  4407.      *
  4408.      * @return \HWI\Bundle\OAuthBundle\Controller\LoginController
  4409.      */
  4410.     protected function getLoginControllerService()
  4411.     {
  4412.         include_once \dirname(__DIR__4).'/vendor/hwi/oauth-bundle/src/Controller/LoginController.php';
  4413.         return $this->services['HWI\\Bundle\\OAuthBundle\\Controller\\LoginController'] = new \HWI\Bundle\OAuthBundle\Controller\LoginController(($this->privates['security.authentication_utils'] ?? $this->getSecurity_AuthenticationUtilsService()), ($this->services['router'] ?? $this->getRouterService()), ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()), false'IS_AUTHENTICATED_REMEMBERED');
  4414.     }
  4415.     /**
  4416.      * Gets the public 'HWI\Bundle\OAuthBundle\Controller\RedirectToServiceController' shared service.
  4417.      *
  4418.      * @return \HWI\Bundle\OAuthBundle\Controller\RedirectToServiceController
  4419.      */
  4420.     protected function getRedirectToServiceControllerService()
  4421.     {
  4422.         include_once \dirname(__DIR__4).'/vendor/hwi/oauth-bundle/src/Controller/RedirectToServiceController.php';
  4423.         include_once \dirname(__DIR__4).'/vendor/hwi/oauth-bundle/src/Util/DomainWhitelist.php';
  4424.         return $this->services['HWI\\Bundle\\OAuthBundle\\Controller\\RedirectToServiceController'] = new \HWI\Bundle\OAuthBundle\Controller\RedirectToServiceController(($this->privates['hwi_oauth.security.oauth_utils'] ?? $this->getHwiOauth_Security_OauthUtilsService()), ($this->privates['hwi_oauth.util.domain_whitelist'] ?? ($this->privates['hwi_oauth.util.domain_whitelist'] = new \HWI\Bundle\OAuthBundle\Util\DomainWhitelist([]))), ($this->privates['hwi_oauth.resource_ownermap_locator'] ?? $this->getHwiOauth_ResourceOwnermapLocatorService()), NULLfalsefalse);
  4425.     }
  4426.     /**
  4427.      * Gets the public 'HWI\Bundle\OAuthBundle\OAuth\ResourceOwner\GitHubResourceOwner' shared service.
  4428.      *
  4429.      * @return \HWI\Bundle\OAuthBundle\OAuth\ResourceOwner\GitHubResourceOwner
  4430.      */
  4431.     protected function getGitHubResourceOwnerService()
  4432.     {
  4433.         include_once \dirname(__DIR__4).'/vendor/hwi/oauth-bundle/src/OAuth/ResourceOwnerInterface.php';
  4434.         include_once \dirname(__DIR__4).'/vendor/hwi/oauth-bundle/src/OAuth/ResourceOwner/AbstractResourceOwner.php';
  4435.         include_once \dirname(__DIR__4).'/vendor/hwi/oauth-bundle/src/OAuth/ResourceOwner/GenericOAuth2ResourceOwner.php';
  4436.         include_once \dirname(__DIR__4).'/vendor/hwi/oauth-bundle/src/OAuth/ResourceOwner/GitHubResourceOwner.php';
  4437.         return $this->services['HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\GitHubResourceOwner'] = new \HWI\Bundle\OAuthBundle\OAuth\ResourceOwner\GitHubResourceOwner(($this->privates['.debug.hwi_oauth.http_client'] ?? $this->get_Debug_HwiOauth_HttpClientService()), ($this->privates['security.http_utils'] ?? $this->getSecurity_HttpUtilsService()), ['client_id' => 'dcabc949f77a79ab66a7''client_secret' => '77322700aabeb33ebfb2c43534bf8abc1f790662''scope' => 'user:email,public_repo''paths' => [], 'options' => []], 'github', ($this->privates['hwi_oauth.storage.session'] ?? $this->getHwiOauth_Storage_SessionService()));
  4438.     }
  4439.     /**
  4440.      * Gets the public 'Ramsey\Uuid\UuidFactory' shared autowired service.
  4441.      *
  4442.      * @return \Ramsey\Uuid\UuidFactory
  4443.      */
  4444.     protected function getUuidFactoryService()
  4445.     {
  4446.         include_once \dirname(__DIR__4).'/vendor/ramsey/uuid/src/UuidFactoryInterface.php';
  4447.         include_once \dirname(__DIR__4).'/vendor/ramsey/uuid/src/UuidFactory.php';
  4448.         return $this->services['Ramsey\\Uuid\\UuidFactory'] = new \Ramsey\Uuid\UuidFactory();
  4449.     }
  4450.     /**
  4451.      * Gets the public 'Redis' shared autowired service.
  4452.      *
  4453.      * @return \Redis
  4454.      */
  4455.     protected function getRedisService()
  4456.     {
  4457.         $this->services['Redis'] = $instance = new \Redis();
  4458.         $instance->connect('redis'6379);
  4459.         return $instance;
  4460.     }
  4461.     /**
  4462.      * Gets the public 'Sentry\Integration\IgnoreErrorsIntegration' shared autowired service.
  4463.      *
  4464.      * @return \Sentry\Integration\IgnoreErrorsIntegration
  4465.      */
  4466.     protected function getIgnoreErrorsIntegrationService()
  4467.     {
  4468.         return $this->services['Sentry\\Integration\\IgnoreErrorsIntegration'] = new \Sentry\Integration\IgnoreErrorsIntegration(['ignore_exceptions' => [=> 'Symfony\\Component\\Security\\Core\\Exception\\AccessDeniedException']]);
  4469.     }
  4470.     /**
  4471.      * Gets the public 'SimpleThings\EntityAudit\Action\CompareAction' shared service.
  4472.      *
  4473.      * @return \SimpleThings\EntityAudit\Action\CompareAction
  4474.      */
  4475.     protected function getCompareActionService()
  4476.     {
  4477.         include_once \dirname(__DIR__4).'/vendor/sonata-project/entity-audit-bundle/src/Action/CompareAction.php';
  4478.         return $this->services['SimpleThings\\EntityAudit\\Action\\CompareAction'] = new \SimpleThings\EntityAudit\Action\CompareAction(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()), ($this->services['simplethings_entityaudit.reader'] ?? $this->getSimplethingsEntityaudit_ReaderService()));
  4479.     }
  4480.     /**
  4481.      * Gets the public 'SimpleThings\EntityAudit\Action\IndexAction' shared service.
  4482.      *
  4483.      * @return \SimpleThings\EntityAudit\Action\IndexAction
  4484.      */
  4485.     protected function getIndexActionService()
  4486.     {
  4487.         include_once \dirname(__DIR__4).'/vendor/sonata-project/entity-audit-bundle/src/Action/IndexAction.php';
  4488.         return $this->services['SimpleThings\\EntityAudit\\Action\\IndexAction'] = new \SimpleThings\EntityAudit\Action\IndexAction(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()), ($this->services['simplethings_entityaudit.reader'] ?? $this->getSimplethingsEntityaudit_ReaderService()));
  4489.     }
  4490.     /**
  4491.      * Gets the public 'SimpleThings\EntityAudit\Action\ViewDetailAction' shared service.
  4492.      *
  4493.      * @return \SimpleThings\EntityAudit\Action\ViewDetailAction
  4494.      */
  4495.     protected function getViewDetailActionService()
  4496.     {
  4497.         include_once \dirname(__DIR__4).'/vendor/sonata-project/entity-audit-bundle/src/Action/ViewDetailAction.php';
  4498.         return $this->services['SimpleThings\\EntityAudit\\Action\\ViewDetailAction'] = new \SimpleThings\EntityAudit\Action\ViewDetailAction(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()), ($this->services['simplethings_entityaudit.reader'] ?? $this->getSimplethingsEntityaudit_ReaderService()));
  4499.     }
  4500.     /**
  4501.      * Gets the public 'SimpleThings\EntityAudit\Action\ViewEntityAction' shared service.
  4502.      *
  4503.      * @return \SimpleThings\EntityAudit\Action\ViewEntityAction
  4504.      */
  4505.     protected function getViewEntityActionService()
  4506.     {
  4507.         include_once \dirname(__DIR__4).'/vendor/sonata-project/entity-audit-bundle/src/Action/ViewEntityAction.php';
  4508.         return $this->services['SimpleThings\\EntityAudit\\Action\\ViewEntityAction'] = new \SimpleThings\EntityAudit\Action\ViewEntityAction(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()), ($this->services['simplethings_entityaudit.reader'] ?? $this->getSimplethingsEntityaudit_ReaderService()));
  4509.     }
  4510.     /**
  4511.      * Gets the public 'SimpleThings\EntityAudit\Action\ViewRevisionAction' shared service.
  4512.      *
  4513.      * @return \SimpleThings\EntityAudit\Action\ViewRevisionAction
  4514.      */
  4515.     protected function getViewRevisionActionService()
  4516.     {
  4517.         include_once \dirname(__DIR__4).'/vendor/sonata-project/entity-audit-bundle/src/Action/ViewRevisionAction.php';
  4518.         return $this->services['SimpleThings\\EntityAudit\\Action\\ViewRevisionAction'] = new \SimpleThings\EntityAudit\Action\ViewRevisionAction(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()), ($this->services['simplethings_entityaudit.reader'] ?? $this->getSimplethingsEntityaudit_ReaderService()));
  4519.     }
  4520.     /**
  4521.      * Gets the public 'Symfony\Bundle\FrameworkBundle\Controller\RedirectController' shared service.
  4522.      *
  4523.      * @return \Symfony\Bundle\FrameworkBundle\Controller\RedirectController
  4524.      */
  4525.     protected function getRedirectControllerService()
  4526.     {
  4527.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/RedirectController.php';
  4528.         $a = ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService());
  4529.         return $this->services['Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController'] = new \Symfony\Bundle\FrameworkBundle\Controller\RedirectController(($this->services['router'] ?? $this->getRouterService()), $a->getHttpPort(), $a->getHttpsPort());
  4530.     }
  4531.     /**
  4532.      * Gets the public 'Symfony\Bundle\FrameworkBundle\Controller\TemplateController' shared service.
  4533.      *
  4534.      * @return \Symfony\Bundle\FrameworkBundle\Controller\TemplateController
  4535.      */
  4536.     protected function getTemplateControllerService()
  4537.     {
  4538.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/TemplateController.php';
  4539.         return $this->services['Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController'] = new \Symfony\Bundle\FrameworkBundle\Controller\TemplateController(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  4540.     }
  4541.     /**
  4542.      * Gets the public 'Symfony\Component\Cache\Adapter\NullAdapter' shared autowired service.
  4543.      *
  4544.      * @return \Symfony\Component\Cache\Adapter\NullAdapter
  4545.      */
  4546.     protected function getNullAdapterService()
  4547.     {
  4548.         include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/NullAdapter.php';
  4549.         return $this->services['Symfony\\Component\\Cache\\Adapter\\NullAdapter'] = new \Symfony\Component\Cache\Adapter\NullAdapter();
  4550.     }
  4551.     /**
  4552.      * Gets the public 'Symfony\Component\HttpFoundation\Session\Storage\Handler\RedisSessionHandler' shared autowired service.
  4553.      *
  4554.      * @return \Symfony\Component\HttpFoundation\Session\Storage\Handler\RedisSessionHandler
  4555.      */
  4556.     protected function getRedisSessionHandlerService()
  4557.     {
  4558.         return $this->services['Symfony\\Component\\HttpFoundation\\Session\\Storage\\Handler\\RedisSessionHandler'] = new \Symfony\Component\HttpFoundation\Session\Storage\Handler\RedisSessionHandler(($this->services['Redis'] ?? $this->getRedisService()));
  4559.     }
  4560.     /**
  4561.      * Gets the public 'Symplify\GitWrapper\GitWrapper' shared autowired service.
  4562.      *
  4563.      * @return \Symplify\GitWrapper\GitWrapper
  4564.      */
  4565.     protected function getGitWrapperService()
  4566.     {
  4567.         include_once \dirname(__DIR__4).'/vendor/symplify/git-wrapper/src/GitWrapper.php';
  4568.         return $this->services['Symplify\\GitWrapper\\GitWrapper'] = new \Symplify\GitWrapper\GitWrapper((\dirname(__DIR__7).'/bin/git'));
  4569.     }
  4570.     /**
  4571.      * Gets the public 'app.command.load_users' shared autowired service.
  4572.      *
  4573.      * @return \AppBundle\Command\LoadUsersCommand
  4574.      */
  4575.     protected function getApp_Command_LoadUsersService()
  4576.     {
  4577.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4578.         include_once \dirname(__DIR__4).'/src/AppBundle/Command/LoadUsersCommand.php';
  4579.         return $this->services['app.command.load_users'] = new \AppBundle\Command\LoadUsersCommand(($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))), ($this->services['AppBundle\\Service\\Instance'] ?? $this->getInstanceService()), ($this->services['app.participation.service'] ?? $this->getApp_Participation_ServiceService()), ($this->services['AppBundle\\Service\\UserService'] ?? $this->getUserServiceService()), ($this->services['AppBundle\\Repository\\UserRepository'] ?? $this->getUserRepositoryService()), ($this->services['CodersLab\\Lms\\SharedKernel\\Domain\\Bus\\CommandBus'] ?? $this->getCommandBusService()));
  4580.     }
  4581.     /**
  4582.      * Gets the public 'app.doctrine.entity_listener_resolver' shared autowired service.
  4583.      *
  4584.      * @return \AppBundle\Doctrine\EntityListenerResolver
  4585.      */
  4586.     protected function getApp_Doctrine_EntityListenerResolverService()
  4587.     {
  4588.         $this->services['app.doctrine.entity_listener_resolver'] = $instance = new \AppBundle\Doctrine\EntityListenerResolver($this);
  4589.         $instance->addMapping('AppBundle\\EventListener\\UserListener''app.user.listener');
  4590.         return $instance;
  4591.     }
  4592.     /**
  4593.      * Gets the public 'app.exercise.manager' shared autowired service.
  4594.      *
  4595.      * @return \AppBundle\Service\ExerciseManager
  4596.      */
  4597.     protected function getApp_Exercise_ManagerService()
  4598.     {
  4599.         include_once \dirname(__DIR__4).'/src/AppBundle/Service/ExerciseManager.php';
  4600.         include_once \dirname(__DIR__4).'/src/Lms/Modules/Materials/Application/Service/IExerciseFactory.php';
  4601.         include_once \dirname(__DIR__4).'/src/AppBundle/Service/ExerciseFactory.php';
  4602.         return $this->services['app.exercise.manager'] = new \AppBundle\Service\ExerciseManager(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['app.github.students'] ?? $this->getApp_Github_StudentsService()), ($this->services['app.github.core'] ?? $this->getApp_Github_CoreService()), ($this->services['AppBundle\\Service\\ExerciseFactory'] ?? ($this->services['AppBundle\\Service\\ExerciseFactory'] = new \AppBundle\Service\ExerciseFactory())), (\dirname(__DIR__3).'/lms/repos'), ($this->services['CodersLab\\Lms\\Modules\\Materials\\Infrastructure\\Persistence\\Doctrine\\ORMCourses'] ?? $this->getORMCoursesService()), ($this->services['CodersLab\\Lms\\Modules\\Materials\\Infrastructure\\Persistence\\Doctrine\\ORMExerciseRepositories'] ?? $this->getORMExerciseRepositoriesService()));
  4603.     }
  4604.     /**
  4605.      * Gets the public 'app.exerciseresult.service' shared autowired service.
  4606.      *
  4607.      * @return \AppBundle\Service\ExerciseResultService
  4608.      */
  4609.     protected function getApp_Exerciseresult_ServiceService()
  4610.     {
  4611.         include_once \dirname(__DIR__4).'/src/AppBundle/Service/ExerciseResultService.php';
  4612.         return $this->services['app.exerciseresult.service'] = new \AppBundle\Service\ExerciseResultService(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['AppBundle\\Service\\UserService'] ?? $this->getUserServiceService()), ($this->services['AppBundle\\Service\\Instance'] ?? $this->getInstanceService()), ($this->services['CodersLab\\Lms\\Modules\\IdentityAccess\\Infrastructure\\ContentAccessContext'] ?? $this->getContentAccessContextService()));
  4613.     }
  4614.     /**
  4615.      * Gets the public 'app.github.core' shared autowired service.
  4616.      *
  4617.      * @return object A %env(GITHUB_CLIENT_CLASS)% instance
  4618.      */
  4619.     protected function getApp_Github_CoreService()
  4620.     {
  4621.         return $this->services['app.github.core'] = new ${($_ $this->getEnv('GITHUB_CLIENT_CLASS')) && false ?: "_"}('002e01739e48ae25c040dc87f1b7ff52763d6134', ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()), 'CodersLab-Core');
  4622.     }
  4623.     /**
  4624.      * Gets the public 'app.github.students' shared autowired service.
  4625.      *
  4626.      * @return object A %env(GITHUB_CLIENT_CLASS)% instance
  4627.      */
  4628.     protected function getApp_Github_StudentsService()
  4629.     {
  4630.         return $this->services['app.github.students'] = new ${($_ $this->getEnv('GITHUB_CLIENT_CLASS')) && false ?: "_"}('002e01739e48ae25c040dc87f1b7ff52763d6134', ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()), 'CodersLab-Test');
  4631.     }
  4632.     /**
  4633.      * Gets the public 'app.jira.service' shared autowired service.
  4634.      *
  4635.      * @return \AppBundle\Service\Issue
  4636.      */
  4637.     protected function getApp_Jira_ServiceService()
  4638.     {
  4639.         include_once \dirname(__DIR__4).'/vendor/lesstif/php-jira-rest-client/src/JiraClient.php';
  4640.         include_once \dirname(__DIR__4).'/vendor/lesstif/php-jira-rest-client/src/Issue/IssueService.php';
  4641.         include_once \dirname(__DIR__4).'/src/AppBundle/Service/Issue.php';
  4642.         return $this->services['app.jira.service'] = new \AppBundle\Service\Issue(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['mailer.mailer'] ?? $this->getMailer_MailerService()), ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()), $this->parameters['jira']);
  4643.     }
  4644.     /**
  4645.      * Gets the public 'app.participation.service' shared autowired service.
  4646.      *
  4647.      * @return \AppBundle\Service\Participation
  4648.      */
  4649.     protected function getApp_Participation_ServiceService()
  4650.     {
  4651.         include_once \dirname(__DIR__4).'/src/Lms/Modules/Courses/Application/IParticipationService.php';
  4652.         include_once \dirname(__DIR__4).'/src/AppBundle/Service/Participation.php';
  4653.         return $this->services['app.participation.service'] = new \AppBundle\Service\Participation(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['app.github.students'] ?? $this->getApp_Github_StudentsService()), ($this->services['AppBundle\\Service\\UserService'] ?? $this->getUserServiceService()), ($this->services['AppBundle\\Repository\\InstanceUserRepository'] ?? $this->getInstanceUserRepositoryService()), ($this->services['CodersLab\\Lms\\SharedKernel\\Domain\\Bus\\EventBus'] ?? $this->getEventBusService()), ($this->services['CodersLab\\Lms\\SharedKernel\\Infrastructure\\Mailer\\StudentAddedMailer'] ?? $this->getStudentAddedMailerService()), ($this->services['CodersLab\\Lms\\SharedKernel\\Infrastructure\\Mailer\\StudentRemovedMailer'] ?? $this->getStudentRemovedMailerService()));
  4654.     }
  4655.     /**
  4656.      * Gets the public 'app.presentation.name.translator' shared autowired service.
  4657.      *
  4658.      * @return \AppBundle\Service\PresentationNameTranslator
  4659.      */
  4660.     protected function getApp_Presentation_Name_TranslatorService()
  4661.     {
  4662.         include_once \dirname(__DIR__4).'/src/AppBundle/Service/PresentationNameTranslator.php';
  4663.         return $this->services['app.presentation.name.translator'] = new \AppBundle\Service\PresentationNameTranslator();
  4664.     }
  4665.     /**
  4666.      * Gets the public 'app.provider.oauth' shared service.
  4667.      *
  4668.      * @return \AppBundle\Service\OAuthUserProvider
  4669.      */
  4670.     protected function getApp_Provider_OauthService()
  4671.     {
  4672.         include_once \dirname(__DIR__4).'/vendor/hwi/oauth-bundle/src/Security/Core/User/OAuthAwareUserProviderInterface.php';
  4673.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/UserProviderInterface.php';
  4674.         include_once \dirname(__DIR__4).'/src/AppBundle/Service/OAuthUserProvider.php';
  4675.         return $this->services['app.provider.oauth'] = new \AppBundle\Service\OAuthUserProvider(($this->services['app.user.manager'] ?? $this->getApp_User_ManagerService()), ['github' => 'githubId''google' => 'email']);
  4676.     }
  4677.     /**
  4678.      * Gets the public 'app.registration.completed' shared autowired service.
  4679.      *
  4680.      * @return \AppBundle\EventListener\RegistrationConfirmListener
  4681.      */
  4682.     protected function getApp_Registration_CompletedService()
  4683.     {
  4684.         include_once \dirname(__DIR__4).'/src/AppBundle/EventListener/RegistrationConfirmListener.php';
  4685.         return $this->services['app.registration.completed'] = new \AppBundle\EventListener\RegistrationConfirmListener(($this->services['router'] ?? $this->getRouterService()));
  4686.     }
  4687.     /**
  4688.      * Gets the public 'app.revision.subscriber' shared autowired service.
  4689.      *
  4690.      * @return \AppBundle\EventListener\RevisionSubscriber
  4691.      */
  4692.     protected function getApp_Revision_SubscriberService()
  4693.     {
  4694.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/lib/Doctrine/Common/EventSubscriber.php';
  4695.         include_once \dirname(__DIR__4).'/src/AppBundle/EventListener/RevisionSubscriber.php';
  4696.         return $this->services['app.revision.subscriber'] = new \AppBundle\EventListener\RevisionSubscriber();
  4697.     }
  4698.     /**
  4699.      * Gets the public 'app.user.listener' shared autowired service.
  4700.      *
  4701.      * @return \AppBundle\EventListener\UserListener
  4702.      */
  4703.     protected function getApp_User_ListenerService()
  4704.     {
  4705.         include_once \dirname(__DIR__4).'/src/AppBundle/EventListener/UserListener.php';
  4706.         return $this->services['app.user.listener'] = new \AppBundle\EventListener\UserListener(($this->services['app.participation.service'] ?? $this->getApp_Participation_ServiceService()), ($this->services['app.github.students'] ?? $this->getApp_Github_StudentsService()));
  4707.     }
  4708.     /**
  4709.      * Gets the public 'app.user.manager' shared autowired service.
  4710.      *
  4711.      * @return \AppBundle\Service\UserManager
  4712.      */
  4713.     protected function getApp_User_ManagerService()
  4714.     {
  4715.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Model/UserManagerInterface.php';
  4716.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Model/UserManager.php';
  4717.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Doctrine/UserManager.php';
  4718.         include_once \dirname(__DIR__4).'/src/AppBundle/Service/UserManager.php';
  4719.         return $this->services['app.user.manager'] = new \AppBundle\Service\UserManager(($this->privates['fos_user.util.password_updater'] ?? $this->getFosUser_Util_PasswordUpdaterService()), ($this->privates['fos_user.util.canonical_fields_updater'] ?? $this->getFosUser_Util_CanonicalFieldsUpdaterService()), ($this->privates['fos_user.object_manager'] ?? $this->getFosUser_ObjectManagerService()), 'AppBundle\\Entity\\User', ($this->services['AppBundle\\Service\\UserService'] ?? $this->getUserServiceService()));
  4720.     }
  4721.     /**
  4722.      * Gets the public 'cache.app' shared service.
  4723.      *
  4724.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  4725.      */
  4726.     protected function getCache_AppService()
  4727.     {
  4728.         return $this->services['cache.app'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(($this->privates['cache.app.traceable.recorder_inner'] ?? $this->getCache_App_Traceable_RecorderInnerService()));
  4729.     }
  4730.     /**
  4731.      * Gets the public 'cache.app_clearer' shared service.
  4732.      *
  4733.      * @return \Symfony\Component\HttpKernel\CacheClearer\Psr6CacheClearer
  4734.      */
  4735.     protected function getCache_AppClearerService()
  4736.     {
  4737.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/CacheClearerInterface.php';
  4738.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/Psr6CacheClearer.php';
  4739.         return $this->services['cache.app_clearer'] = new \Symfony\Component\HttpKernel\CacheClearer\Psr6CacheClearer(['cache.app' => ($this->services['cache.app'] ?? $this->getCache_AppService()), 'cache.messenger.restart_workers_signal' => ($this->privates['cache.messenger.restart_workers_signal.traceable'] ?? $this->getCache_Messenger_RestartWorkersSignal_TraceableService()), 'materials_cache' => ($this->services['materials_cache'] ?? $this->getMaterialsCacheService()), 'response_cache' => ($this->services['response_cache'] ?? $this->getResponseCacheService()), 'doctrine.result_cache_pool' => ($this->privates['doctrine.result_cache_pool.traceable'] ?? $this->getDoctrine_ResultCachePool_TraceableService()), 'doctrine.second_level_cache_pool' => ($this->privates['doctrine.second_level_cache_pool.traceable'] ?? $this->getDoctrine_SecondLevelCachePool_TraceableService())]);
  4740.     }
  4741.     /**
  4742.      * Gets the public 'cache.global_clearer' shared service.
  4743.      *
  4744.      * @return \Symfony\Component\HttpKernel\CacheClearer\Psr6CacheClearer
  4745.      */
  4746.     protected function getCache_GlobalClearerService()
  4747.     {
  4748.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/CacheClearerInterface.php';
  4749.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/Psr6CacheClearer.php';
  4750.         return $this->services['cache.global_clearer'] = new \Symfony\Component\HttpKernel\CacheClearer\Psr6CacheClearer(['cache.app' => ($this->services['cache.app'] ?? $this->getCache_AppService()), 'cache.system' => ($this->services['cache.system'] ?? $this->getCache_SystemService()), 'cache.validator' => ($this->privates['cache.validator.traceable'] ?? $this->getCache_Validator_TraceableService()), 'cache.serializer' => ($this->privates['cache.serializer.traceable'] ?? $this->getCache_Serializer_TraceableService()), 'cache.annotations' => ($this->privates['cache.annotations.traceable'] ?? $this->getCache_Annotations_TraceableService()), 'cache.property_info' => ($this->privates['cache.property_info.traceable'] ?? $this->getCache_PropertyInfo_TraceableService()), 'cache.messenger.restart_workers_signal' => ($this->privates['cache.messenger.restart_workers_signal.traceable'] ?? $this->getCache_Messenger_RestartWorkersSignal_TraceableService()), 'materials_cache' => ($this->services['materials_cache'] ?? $this->getMaterialsCacheService()), 'response_cache' => ($this->services['response_cache'] ?? $this->getResponseCacheService()), 'doctrine.result_cache_pool' => ($this->privates['doctrine.result_cache_pool.traceable'] ?? $this->getDoctrine_ResultCachePool_TraceableService()), 'doctrine.system_cache_pool' => ($this->privates['doctrine.system_cache_pool.traceable'] ?? $this->getDoctrine_SystemCachePool_TraceableService()), 'doctrine.second_level_cache_pool' => ($this->privates['doctrine.second_level_cache_pool.traceable'] ?? $this->getDoctrine_SecondLevelCachePool_TraceableService()), 'cache.validator_expression_language' => ($this->services['cache.validator_expression_language'] ?? $this->getCache_ValidatorExpressionLanguageService()), 'cache.security_expression_language' => ($this->privates['cache.security_expression_language.traceable'] ?? $this->getCache_SecurityExpressionLanguage_TraceableService())]);
  4751.     }
  4752.     /**
  4753.      * Gets the public 'cache.system' shared service.
  4754.      *
  4755.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  4756.      */
  4757.     protected function getCache_SystemService()
  4758.     {
  4759.         return $this->services['cache.system'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(($this->privates['cache.system.traceable.recorder_inner'] ?? $this->getCache_System_Traceable_RecorderInnerService()));
  4760.     }
  4761.     /**
  4762.      * Gets the public 'cache.system_clearer' shared service.
  4763.      *
  4764.      * @return \Symfony\Component\HttpKernel\CacheClearer\Psr6CacheClearer
  4765.      */
  4766.     protected function getCache_SystemClearerService()
  4767.     {
  4768.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/CacheClearerInterface.php';
  4769.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/Psr6CacheClearer.php';
  4770.         return $this->services['cache.system_clearer'] = new \Symfony\Component\HttpKernel\CacheClearer\Psr6CacheClearer(['cache.system' => ($this->services['cache.system'] ?? $this->getCache_SystemService()), 'cache.validator' => ($this->privates['cache.validator.traceable'] ?? $this->getCache_Validator_TraceableService()), 'cache.serializer' => ($this->privates['cache.serializer.traceable'] ?? $this->getCache_Serializer_TraceableService()), 'cache.annotations' => ($this->privates['cache.annotations.traceable'] ?? $this->getCache_Annotations_TraceableService()), 'cache.property_info' => ($this->privates['cache.property_info.traceable'] ?? $this->getCache_PropertyInfo_TraceableService()), 'doctrine.system_cache_pool' => ($this->privates['doctrine.system_cache_pool.traceable'] ?? $this->getDoctrine_SystemCachePool_TraceableService()), 'cache.validator_expression_language' => ($this->services['cache.validator_expression_language'] ?? $this->getCache_ValidatorExpressionLanguageService()), 'cache.security_expression_language' => ($this->privates['cache.security_expression_language.traceable'] ?? $this->getCache_SecurityExpressionLanguage_TraceableService())]);
  4771.     }
  4772.     /**
  4773.      * Gets the public 'cache.validator_expression_language' shared service.
  4774.      *
  4775.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  4776.      */
  4777.     protected function getCache_ValidatorExpressionLanguageService()
  4778.     {
  4779.         return $this->services['cache.validator_expression_language'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(($this->privates['cache.validator_expression_language.traceable.recorder_inner'] ?? $this->getCache_ValidatorExpressionLanguage_Traceable_RecorderInnerService()));
  4780.     }
  4781.     /**
  4782.      * Gets the public 'cache_warmer' shared service.
  4783.      *
  4784.      * @return \Symfony\Component\HttpKernel\CacheWarmer\CacheWarmerAggregate
  4785.      */
  4786.     protected function getCacheWarmerService()
  4787.     {
  4788.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  4789.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerAggregate.php';
  4790.         return $this->services['cache_warmer'] = new \Symfony\Component\HttpKernel\CacheWarmer\CacheWarmerAggregate(new RewindableGenerator(function () {
  4791.             yield => ($this->privates['cache_pool_clearer.cache_warmer'] ?? $this->getCachePoolClearer_CacheWarmerService());
  4792.             yield => ($this->privates['config_builder.warmer'] ?? $this->getConfigBuilder_WarmerService());
  4793.             yield => ($this->privates['translation.warmer'] ?? $this->getTranslation_WarmerService());
  4794.             yield => ($this->privates['router.cache_warmer'] ?? $this->getRouter_CacheWarmerService());
  4795.             yield => ($this->privates['annotations.cache_warmer'] ?? $this->getAnnotations_CacheWarmerService());
  4796.             yield => ($this->privates['serializer.mapping.cache_warmer'] ?? $this->getSerializer_Mapping_CacheWarmerService());
  4797.             yield => ($this->privates['validator.mapping.cache_warmer'] ?? $this->getValidator_Mapping_CacheWarmerService());
  4798.             yield => ($this->privates['twig.template_cache_warmer'] ?? $this->getTwig_TemplateCacheWarmerService());
  4799.             yield => ($this->privates['doctrine.orm.proxy_cache_warmer'] ?? $this->getDoctrine_Orm_ProxyCacheWarmerService());
  4800.         }, 9), true, ($this->targetDir.''.'/AppBundle_KernelDevDebugContainerDeprecations.log'));
  4801.     }
  4802.     /**
  4803.      * Gets the public 'console.command.public_alias.CodersLab\Lms\UserInterface\Cli\Command\ConsumeExerciseQueueCommand' shared autowired service.
  4804.      *
  4805.      * @return \CodersLab\Lms\UserInterface\Cli\Command\ConsumeExerciseQueueCommand
  4806.      */
  4807.     protected function getConsumeExerciseQueueCommandService()
  4808.     {
  4809.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4810.         include_once \dirname(__DIR__4).'/src/Lms/UserInterface/Cli/Command/ConsumeExerciseQueueCommand.php';
  4811.         include_once \dirname(__DIR__4).'/src/Lms/SharedKernel/Application/Features/Features.php';
  4812.         return $this->services['console.command.public_alias.CodersLab\\Lms\\UserInterface\\Cli\\Command\\ConsumeExerciseQueueCommand'] = new \CodersLab\Lms\UserInterface\Cli\Command\ConsumeExerciseQueueCommand(($this->services['CodersLab\\Lms\\Modules\\Materials\\Infrastructure\\Persistence\\Doctrine\\ORMExerciseQueues'] ?? $this->getORMExerciseQueuesService()), ($this->services['CodersLab\\Lms\\SharedKernel\\Domain\\Bus\\CommandBus'] ?? $this->getCommandBusService()), ($this->services['CodersLab\\Lms\\SharedKernel\\Application\\Features\\Features'] ?? ($this->services['CodersLab\\Lms\\SharedKernel\\Application\\Features\\Features'] = new \CodersLab\Lms\SharedKernel\Application\Features\Features($this->getEnv('GH_EXERCISES_PROCESSING')))));
  4813.     }
  4814.     /**
  4815.      * Gets the public 'console.command.public_alias.CodersLab\Lms\UserInterface\Cli\Command\ConsumeIssueQueueCommand' shared autowired service.
  4816.      *
  4817.      * @return \CodersLab\Lms\UserInterface\Cli\Command\ConsumeIssueQueueCommand
  4818.      */
  4819.     protected function getConsumeIssueQueueCommandService()
  4820.     {
  4821.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4822.         include_once \dirname(__DIR__4).'/src/Lms/UserInterface/Cli/Command/ConsumeIssueQueueCommand.php';
  4823.         include_once \dirname(__DIR__4).'/src/Lms/SharedKernel/Application/Mailer/IEmailFactory.php';
  4824.         include_once \dirname(__DIR__4).'/src/Lms/SharedKernel/Infrastructure/Mailer/EmailFactory.php';
  4825.         return $this->services['console.command.public_alias.CodersLab\\Lms\\UserInterface\\Cli\\Command\\ConsumeIssueQueueCommand'] = new \CodersLab\Lms\UserInterface\Cli\Command\ConsumeIssueQueueCommand(($this->services['CodersLab\\Lms\\Modules\\Materials\\Infrastructure\\PresentationIssue\\JiraIssue'] ?? $this->getJiraIssueService()), ($this->services['doctrine.dbal.default_connection'] ?? $this->getDoctrine_Dbal_DefaultConnectionService()), ($this->services['CodersLab\\Lms\\SharedKernel\\Infrastructure\\Mailer\\Mailer'] ?? $this->getMailerService()), ($this->services['CodersLab\\Lms\\SharedKernel\\Infrastructure\\Mailer\\EmailFactory'] ?? ($this->services['CodersLab\\Lms\\SharedKernel\\Infrastructure\\Mailer\\EmailFactory'] = new \CodersLab\Lms\SharedKernel\Infrastructure\Mailer\EmailFactory('no-reply@coderslab.pl'))));
  4826.     }
  4827.     /**
  4828.      * Gets the public 'console.command.public_alias.CodersLab\Lms\UserInterface\Cli\Command\CourseProgressReportCommand' shared autowired service.
  4829.      *
  4830.      * @return \CodersLab\Lms\UserInterface\Cli\Command\CourseProgressReportCommand
  4831.      */
  4832.     protected function getCourseProgressReportCommandService()
  4833.     {
  4834.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4835.         include_once \dirname(__DIR__4).'/src/Lms/UserInterface/Cli/Command/CourseProgressReportCommand.php';
  4836.         return $this->services['console.command.public_alias.CodersLab\\Lms\\UserInterface\\Cli\\Command\\CourseProgressReportCommand'] = new \CodersLab\Lms\UserInterface\Cli\Command\CourseProgressReportCommand(($this->services['kernel'] ?? $this->get('kernel'1)), ($this->services['CodersLab\\Lms\\Modules\\Courses\\Infrastructure\\Read\\DbalCourseInstanceQuery'] ?? $this->getDbalCourseInstanceQueryService()), ($this->services['CodersLab\\Lms\\Modules\\Learning\\Infrastructure\\Read\\DbalCourseProgressReportQuery'] ?? $this->getDbalCourseProgressReportQueryService()));
  4837.     }
  4838.     /**
  4839.      * Gets the public 'console.command.public_alias.CodersLab\Lms\UserInterface\Cli\Command\CreateNewUserCommand' shared autowired service.
  4840.      *
  4841.      * @return \CodersLab\Lms\UserInterface\Cli\Command\CreateNewUserCommand
  4842.      */
  4843.     protected function getCreateNewUserCommandService()
  4844.     {
  4845.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4846.         include_once \dirname(__DIR__4).'/src/Lms/UserInterface/Cli/Command/CreateNewUserCommand.php';
  4847.         return $this->services['console.command.public_alias.CodersLab\\Lms\\UserInterface\\Cli\\Command\\CreateNewUserCommand'] = new \CodersLab\Lms\UserInterface\Cli\Command\CreateNewUserCommand(($this->services['AppBundle\\Repository\\UserRepository'] ?? $this->getUserRepositoryService()), ($this->services['CodersLab\\Lms\\SharedKernel\\Domain\\Bus\\CommandBus'] ?? $this->getCommandBusService()));
  4848.     }
  4849.     /**
  4850.      * Gets the public 'console.command.public_alias.CodersLab\Lms\UserInterface\Cli\Command\DeleteElasticsearchIndexesCommand' shared autowired service.
  4851.      *
  4852.      * @return \CodersLab\Lms\UserInterface\Cli\Command\DeleteElasticsearchIndexesCommand
  4853.      */
  4854.     protected function getDeleteElasticsearchIndexesCommandService()
  4855.     {
  4856.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4857.         include_once \dirname(__DIR__4).'/src/Lms/UserInterface/Cli/Command/DeleteElasticsearchIndexesCommand.php';
  4858.         include_once \dirname(__DIR__4).'/src/Lms/Modules/Materials/Application/Service/SearchEngine/SearchEngine.php';
  4859.         include_once \dirname(__DIR__4).'/src/Lms/Modules/Materials/Infrastructure/Elasticsearch/Elasticsearch.php';
  4860.         return $this->services['console.command.public_alias.CodersLab\\Lms\\UserInterface\\Cli\\Command\\DeleteElasticsearchIndexesCommand'] = new \CodersLab\Lms\UserInterface\Cli\Command\DeleteElasticsearchIndexesCommand(($this->services['CodersLab\\Lms\\Modules\\Materials\\Infrastructure\\Elasticsearch\\Elasticsearch'] ?? ($this->services['CodersLab\\Lms\\Modules\\Materials\\Infrastructure\\Elasticsearch\\Elasticsearch'] = new \CodersLab\Lms\Modules\Materials\Infrastructure\Elasticsearch\Elasticsearch())), ($this->services['CodersLab\\Lms\\Modules\\Materials\\Infrastructure\\Elasticsearch\\IndicesCollection'] ?? $this->getIndicesCollectionService()));
  4861.     }
  4862.     /**
  4863.      * Gets the public 'console.command.public_alias.CodersLab\Lms\UserInterface\Cli\Command\GradebookScoresReportCommand' shared autowired service.
  4864.      *
  4865.      * @return \CodersLab\Lms\UserInterface\Cli\Command\GradebookScoresReportCommand
  4866.      */
  4867.     protected function getGradebookScoresReportCommandService()
  4868.     {
  4869.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4870.         include_once \dirname(__DIR__4).'/src/Lms/UserInterface/Cli/Command/GradebookScoresReportCommand.php';
  4871.         return $this->services['console.command.public_alias.CodersLab\\Lms\\UserInterface\\Cli\\Command\\GradebookScoresReportCommand'] = new \CodersLab\Lms\UserInterface\Cli\Command\GradebookScoresReportCommand(($this->services['kernel'] ?? $this->get('kernel'1)), ($this->services['CodersLab\\Lms\\Modules\\Courses\\Infrastructure\\Read\\DbalCourseInstanceQuery'] ?? $this->getDbalCourseInstanceQueryService()), ($this->services['CodersLab\\Lms\\Modules\\Learning\\Infrastructure\\Report\\GradebookScoresReport'] ?? $this->getGradebookScoresReportService()));
  4872.     }
  4873.     /**
  4874.      * Gets the public 'console.command.public_alias.CodersLab\Lms\UserInterface\Cli\Command\InitializeElasticsearchIndexesCommand' shared autowired service.
  4875.      *
  4876.      * @return \CodersLab\Lms\UserInterface\Cli\Command\InitializeElasticsearchIndexesCommand
  4877.      */
  4878.     protected function getInitializeElasticsearchIndexesCommandService()
  4879.     {
  4880.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4881.         include_once \dirname(__DIR__4).'/src/Lms/UserInterface/Cli/Command/InitializeElasticsearchIndexesCommand.php';
  4882.         include_once \dirname(__DIR__4).'/src/Lms/Modules/Materials/Application/Service/SearchEngine/SearchEngine.php';
  4883.         include_once \dirname(__DIR__4).'/src/Lms/Modules/Materials/Infrastructure/Elasticsearch/Elasticsearch.php';
  4884.         return $this->services['console.command.public_alias.CodersLab\\Lms\\UserInterface\\Cli\\Command\\InitializeElasticsearchIndexesCommand'] = new \CodersLab\Lms\UserInterface\Cli\Command\InitializeElasticsearchIndexesCommand(($this->services['CodersLab\\Lms\\Modules\\Materials\\Infrastructure\\Elasticsearch\\Elasticsearch'] ?? ($this->services['CodersLab\\Lms\\Modules\\Materials\\Infrastructure\\Elasticsearch\\Elasticsearch'] = new \CodersLab\Lms\Modules\Materials\Infrastructure\Elasticsearch\Elasticsearch())), ($this->services['CodersLab\\Lms\\Modules\\Materials\\Infrastructure\\Elasticsearch\\IndicesCollection'] ?? $this->getIndicesCollectionService()));
  4885.     }
  4886.     /**
  4887.      * Gets the public 'console.command.public_alias.CodersLab\Lms\UserInterface\Cli\Command\MigrateGithubLoginToIdCommand' shared autowired service.
  4888.      *
  4889.      * @return \CodersLab\Lms\UserInterface\Cli\Command\MigrateGithubLoginToIdCommand
  4890.      */
  4891.     protected function getMigrateGithubLoginToIdCommandService()
  4892.     {
  4893.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4894.         include_once \dirname(__DIR__4).'/src/Lms/UserInterface/Cli/Command/MigrateGithubLoginToIdCommand.php';
  4895.         return $this->services['console.command.public_alias.CodersLab\\Lms\\UserInterface\\Cli\\Command\\MigrateGithubLoginToIdCommand'] = new \CodersLab\Lms\UserInterface\Cli\Command\MigrateGithubLoginToIdCommand(($this->services['AppBundle\\Repository\\UserRepository'] ?? $this->getUserRepositoryService()), ($this->services['app.github.students'] ?? $this->getApp_Github_StudentsService()));
  4896.     }
  4897.     /**
  4898.      * Gets the public 'console.command.public_alias.CodersLab\Lms\UserInterface\Cli\Command\ParseRepoCommand' shared autowired service.
  4899.      *
  4900.      * @return \CodersLab\Lms\UserInterface\Cli\Command\ParseRepoCommand
  4901.      */
  4902.     protected function getParseRepoCommandService()
  4903.     {
  4904.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4905.         include_once \dirname(__DIR__4).'/src/Lms/UserInterface/Cli/Command/ParseRepoCommand.php';
  4906.         return $this->services['console.command.public_alias.CodersLab\\Lms\\UserInterface\\Cli\\Command\\ParseRepoCommand'] = new \CodersLab\Lms\UserInterface\Cli\Command\ParseRepoCommand(($this->services['CodersLab\\Lms\\Modules\\Materials\\Application\\Service\\RepositoryReader'] ?? $this->getRepositoryReaderService()), ($this->services['CodersLab\\Lms\\SharedKernel\\Domain\\Bus\\CommandBus'] ?? $this->getCommandBusService()), ($this->services['CodersLab\\Lms\\SharedKernel\\Domain\\Bus\\EventBus'] ?? $this->getEventBusService()), ($this->services['CodersLab\\Lms\\Modules\\Materials\\Infrastructure\\Persistence\\Doctrine\\ORMRepositories'] ?? $this->getORMRepositoriesService()), ($this->services['CodersLab\\Lms\\Modules\\Materials\\Infrastructure\\Persistence\\Doctrine\\ORMQuizzes'] ?? $this->getORMQuizzesService()));
  4907.     }
  4908.     /**
  4909.      * Gets the public 'console.command.public_alias.CodersLab\Lms\UserInterface\Cli\Command\QuizInitCommand' shared autowired service.
  4910.      *
  4911.      * @return \CodersLab\Lms\UserInterface\Cli\Command\QuizInitCommand
  4912.      */
  4913.     protected function getQuizInitCommandService()
  4914.     {
  4915.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4916.         include_once \dirname(__DIR__4).'/src/Lms/UserInterface/Cli/Command/QuizInitCommand.php';
  4917.         return $this->services['console.command.public_alias.CodersLab\\Lms\\UserInterface\\Cli\\Command\\QuizInitCommand'] = new \CodersLab\Lms\UserInterface\Cli\Command\QuizInitCommand(($this->services['CodersLab\\Lms\\Modules\\Materials\\Infrastructure\\Persistence\\Doctrine\\ORMQuizzes'] ?? $this->getORMQuizzesService()), ($this->services['CodersLab\\Lms\\SharedKernel\\Domain\\Bus\\EventBus'] ?? $this->getEventBusService()));
  4918.     }
  4919.     /**
  4920.      * Gets the public 'console.command.public_alias.CodersLab\Lms\UserInterface\Cli\Command\QuizListUninitializedCommand' shared autowired service.
  4921.      *
  4922.      * @return \CodersLab\Lms\UserInterface\Cli\Command\QuizListUninitializedCommand
  4923.      */
  4924.     protected function getQuizListUninitializedCommandService()
  4925.     {
  4926.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4927.         include_once \dirname(__DIR__4).'/src/Lms/UserInterface/Cli/Command/QuizListUninitializedCommand.php';
  4928.         return $this->services['console.command.public_alias.CodersLab\\Lms\\UserInterface\\Cli\\Command\\QuizListUninitializedCommand'] = new \CodersLab\Lms\UserInterface\Cli\Command\QuizListUninitializedCommand(($this->services['CodersLab\\Lms\\Modules\\Materials\\Infrastructure\\Persistence\\Doctrine\\ORMQuizzes'] ?? $this->getORMQuizzesService()));
  4929.     }
  4930.     /**
  4931.      * Gets the public 'console.command.public_alias.CodersLab\Lms\UserInterface\Cli\Command\QuizReinitAllWithState' shared autowired service.
  4932.      *
  4933.      * @return \CodersLab\Lms\UserInterface\Cli\Command\QuizReinitAllWithState
  4934.      */
  4935.     protected function getQuizReinitAllWithStateService()
  4936.     {
  4937.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4938.         include_once \dirname(__DIR__4).'/src/Lms/UserInterface/Cli/Command/QuizReinitAllWithState.php';
  4939.         return $this->services['console.command.public_alias.CodersLab\\Lms\\UserInterface\\Cli\\Command\\QuizReinitAllWithState'] = new \CodersLab\Lms\UserInterface\Cli\Command\QuizReinitAllWithState(($this->services['CodersLab\\Lms\\SharedKernel\\Domain\\Bus\\EventBus'] ?? $this->getEventBusService()), ($this->services['CodersLab\\Lms\\Modules\\Materials\\Infrastructure\\Persistence\\Doctrine\\ORMQuizzes'] ?? $this->getORMQuizzesService()));
  4940.     }
  4941.     /**
  4942.      * Gets the public 'console.command.public_alias.CodersLab\Lms\UserInterface\Cli\Command\QuizReinitializeCommand' shared autowired service.
  4943.      *
  4944.      * @return \CodersLab\Lms\UserInterface\Cli\Command\QuizReinitializeCommand
  4945.      */
  4946.     protected function getQuizReinitializeCommandService()
  4947.     {
  4948.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4949.         include_once \dirname(__DIR__4).'/src/Lms/UserInterface/Cli/Command/QuizReinitializeCommand.php';
  4950.         return $this->services['console.command.public_alias.CodersLab\\Lms\\UserInterface\\Cli\\Command\\QuizReinitializeCommand'] = new \CodersLab\Lms\UserInterface\Cli\Command\QuizReinitializeCommand(($this->services['CodersLab\\Lms\\SharedKernel\\Domain\\Bus\\EventBus'] ?? $this->getEventBusService()), ($this->services['CodersLab\\Lms\\Modules\\Materials\\Infrastructure\\Persistence\\Doctrine\\ORMQuizzes'] ?? $this->getORMQuizzesService()));
  4951.     }
  4952.     /**
  4953.      * Gets the public 'console.command.public_alias.CodersLab\Lms\UserInterface\Cli\Command\QuizSaveResponseCommand' shared autowired service.
  4954.      *
  4955.      * @return \CodersLab\Lms\UserInterface\Cli\Command\QuizSaveResponseCommand
  4956.      */
  4957.     protected function getQuizSaveResponseCommandService()
  4958.     {
  4959.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4960.         include_once \dirname(__DIR__4).'/src/Lms/UserInterface/Cli/Command/QuizSaveResponseCommand.php';
  4961.         return $this->services['console.command.public_alias.CodersLab\\Lms\\UserInterface\\Cli\\Command\\QuizSaveResponseCommand'] = new \CodersLab\Lms\UserInterface\Cli\Command\QuizSaveResponseCommand(($this->services['CodersLab\\Lms\\Modules\\Materials\\Infrastructure\\Persistence\\Doctrine\\ORMQuizzes'] ?? $this->getORMQuizzesService()), ($this->services['CodersLab\\Lms\\Modules\\Materials\\Infrastructure\\Quiz\\SurveyMonkeyQuizService'] ?? $this->getSurveyMonkeyQuizServiceService()), ($this->services['CodersLab\\Lms\\SharedKernel\\Domain\\Bus\\CommandBus'] ?? $this->getCommandBusService()), ($this->services['CodersLab\\Lms\\Modules\\Materials\\Infrastructure\\Read\\DbalQuizQuery'] ?? $this->getDbalQuizQueryService()));
  4962.     }
  4963.     /**
  4964.      * Gets the public 'console.command.public_alias.CodersLab\Lms\UserInterface\Cli\Command\ReinitializeAllQuizzesForCourseCommand' shared autowired service.
  4965.      *
  4966.      * @return \CodersLab\Lms\UserInterface\Cli\Command\ReinitializeAllQuizzesForCourseCommand
  4967.      */
  4968.     protected function getReinitializeAllQuizzesForCourseCommandService()
  4969.     {
  4970.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4971.         include_once \dirname(__DIR__4).'/src/Lms/UserInterface/Cli/Command/ReinitializeAllQuizzesForCourseCommand.php';
  4972.         return $this->services['console.command.public_alias.CodersLab\\Lms\\UserInterface\\Cli\\Command\\ReinitializeAllQuizzesForCourseCommand'] = new \CodersLab\Lms\UserInterface\Cli\Command\ReinitializeAllQuizzesForCourseCommand(($this->services['CodersLab\\Lms\\SharedKernel\\Domain\\Bus\\EventBus'] ?? $this->getEventBusService()), ($this->services['CodersLab\\Lms\\Modules\\Materials\\Infrastructure\\Persistence\\Doctrine\\ORMQuizzes'] ?? $this->getORMQuizzesService()));
  4973.     }
  4974.     /**
  4975.      * Gets the public 'console.command.public_alias.CodersLab\Lms\UserInterface\Cli\Command\ReinitializeElasticsearchDocumentsForCourseCommand' shared autowired service.
  4976.      *
  4977.      * @return \CodersLab\Lms\UserInterface\Cli\Command\ReinitializeElasticsearchDocumentsForCourseCommand
  4978.      */
  4979.     protected function getReinitializeElasticsearchDocumentsForCourseCommandService()
  4980.     {
  4981.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4982.         include_once \dirname(__DIR__4).'/src/Lms/UserInterface/Cli/Command/ReinitializeElasticsearchDocumentsForCourseCommand.php';
  4983.         include_once \dirname(__DIR__4).'/src/Lms/Modules/Materials/Application/Service/SearchEngine/SearchEngine.php';
  4984.         include_once \dirname(__DIR__4).'/src/Lms/Modules/Materials/Infrastructure/Elasticsearch/Elasticsearch.php';
  4985.         return $this->services['console.command.public_alias.CodersLab\\Lms\\UserInterface\\Cli\\Command\\ReinitializeElasticsearchDocumentsForCourseCommand'] = new \CodersLab\Lms\UserInterface\Cli\Command\ReinitializeElasticsearchDocumentsForCourseCommand(($this->services['CodersLab\\Lms\\SharedKernel\\Domain\\Bus\\CommandBus'] ?? $this->getCommandBusService()), ($this->services['CodersLab\\Lms\\Modules\\Materials\\Infrastructure\\Elasticsearch\\Elasticsearch'] ?? ($this->services['CodersLab\\Lms\\Modules\\Materials\\Infrastructure\\Elasticsearch\\Elasticsearch'] = new \CodersLab\Lms\Modules\Materials\Infrastructure\Elasticsearch\Elasticsearch())), ($this->services['CodersLab\\Lms\\Modules\\Courses\\Infrastructure\\Read\\DbalCourseQuery'] ?? $this->getDbalCourseQueryService()));
  4986.     }
  4987.     /**
  4988.      * Gets the public 'console.command.public_alias.CodersLab\Lms\UserInterface\Cli\Command\ReinitializeScheduleUrlForAllCoursesCommand' shared autowired service.
  4989.      *
  4990.      * @return \CodersLab\Lms\UserInterface\Cli\Command\ReinitializeScheduleUrlForAllCoursesCommand
  4991.      */
  4992.     protected function getReinitializeScheduleUrlForAllCoursesCommandService()
  4993.     {
  4994.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4995.         include_once \dirname(__DIR__4).'/src/Lms/UserInterface/Cli/Command/ReinitializeScheduleUrlForAllCoursesCommand.php';
  4996.         return $this->services['console.command.public_alias.CodersLab\\Lms\\UserInterface\\Cli\\Command\\ReinitializeScheduleUrlForAllCoursesCommand'] = new \CodersLab\Lms\UserInterface\Cli\Command\ReinitializeScheduleUrlForAllCoursesCommand(($this->services['CodersLab\\Lms\\SharedKernel\\Domain\\Bus\\CommandBus'] ?? $this->getCommandBusService()), ($this->services['AppBundle\\Repository\\InstanceRepository'] ?? $this->getInstanceRepositoryService()));
  4997.     }
  4998.     /**
  4999.      * Gets the public 'console.command.public_alias.CodersLab\Lms\UserInterface\Cli\Command\ReinitializeTreeCommand' shared autowired service.
  5000.      *
  5001.      * @return \CodersLab\Lms\UserInterface\Cli\Command\ReinitializeTreeCommand
  5002.      */
  5003.     protected function getReinitializeTreeCommandService()
  5004.     {
  5005.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5006.         include_once \dirname(__DIR__4).'/src/Lms/UserInterface/Cli/Command/ReinitializeTreeCommand.php';
  5007.         return $this->services['console.command.public_alias.CodersLab\\Lms\\UserInterface\\Cli\\Command\\ReinitializeTreeCommand'] = new \CodersLab\Lms\UserInterface\Cli\Command\ReinitializeTreeCommand(($this->services['CodersLab\\Lms\\Modules\\Materials\\Infrastructure\\CourseTree\\CourseTree'] ?? $this->getCourseTreeService()));
  5008.     }
  5009.     /**
  5010.      * Gets the public 'console.command.public_alias.CodersLab\Lms\UserInterface\Cli\Command\ResultReportCommand' shared autowired service.
  5011.      *
  5012.      * @return \CodersLab\Lms\UserInterface\Cli\Command\ResultReportCommand
  5013.      */
  5014.     protected function getResultReportCommandService()
  5015.     {
  5016.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5017.         include_once \dirname(__DIR__4).'/src/Lms/UserInterface/Cli/Command/ResultReportCommand.php';
  5018.         return $this->services['console.command.public_alias.CodersLab\\Lms\\UserInterface\\Cli\\Command\\ResultReportCommand'] = new \CodersLab\Lms\UserInterface\Cli\Command\ResultReportCommand(($this->services['CodersLab\\Lms\\Modules\\Learning\\Infrastructure\\Report\\GradebookResultsMailer'] ?? $this->getGradebookResultsMailerService()), $this->parameters['gradebook.report_emails']);
  5019.     }
  5020.     /**
  5021.      * Gets the public 'console.command.public_alias.CodersLab\Lms\UserInterface\Cli\Command\SendActivationExpirationReminder' shared autowired service.
  5022.      *
  5023.      * @return \CodersLab\Lms\UserInterface\Cli\Command\SendActivationExpirationReminder
  5024.      */
  5025.     protected function getSendActivationExpirationReminderService()
  5026.     {
  5027.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5028.         include_once \dirname(__DIR__4).'/src/Lms/UserInterface/Cli/Command/SendActivationExpirationReminder.php';
  5029.         return $this->services['console.command.public_alias.CodersLab\\Lms\\UserInterface\\Cli\\Command\\SendActivationExpirationReminder'] = new \CodersLab\Lms\UserInterface\Cli\Command\SendActivationExpirationReminder(($this->services['CodersLab\\Lms\\Modules\\IdentityAccess\\Infrastructure\\Read\\DbalUserQuery'] ?? $this->getDbalUserQueryService()), ($this->services['CodersLab\\Lms\\SharedKernel\\Domain\\Bus\\CommandBus'] ?? $this->getCommandBusService()));
  5030.     }
  5031.     /**
  5032.      * Gets the public 'console.command.public_alias.CodersLab\Lms\UserInterface\Cli\Command\SendActivationReminder' shared autowired service.
  5033.      *
  5034.      * @return \CodersLab\Lms\UserInterface\Cli\Command\SendActivationReminder
  5035.      */
  5036.     protected function getSendActivationReminderService()
  5037.     {
  5038.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5039.         include_once \dirname(__DIR__4).'/src/Lms/UserInterface/Cli/Command/SendActivationReminder.php';
  5040.         return $this->services['console.command.public_alias.CodersLab\\Lms\\UserInterface\\Cli\\Command\\SendActivationReminder'] = new \CodersLab\Lms\UserInterface\Cli\Command\SendActivationReminder(($this->services['CodersLab\\Lms\\Modules\\IdentityAccess\\Infrastructure\\Read\\DbalUserQuery'] ?? $this->getDbalUserQueryService()), ($this->services['CodersLab\\Lms\\SharedKernel\\Domain\\Bus\\CommandBus'] ?? $this->getCommandBusService()));
  5041.     }
  5042.     /**
  5043.      * Gets the public 'console.command.public_alias.CodersLab\Lms\UserInterface\Cli\Command\SurveyMonkeyLimitBotCommand' shared autowired service.
  5044.      *
  5045.      * @return \CodersLab\Lms\UserInterface\Cli\Command\SurveyMonkeyLimitBotCommand
  5046.      */
  5047.     protected function getSurveyMonkeyLimitBotCommandService()
  5048.     {
  5049.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5050.         include_once \dirname(__DIR__4).'/src/Lms/UserInterface/Cli/Command/SurveyMonkeyLimitBotCommand.php';
  5051.         return $this->services['console.command.public_alias.CodersLab\\Lms\\UserInterface\\Cli\\Command\\SurveyMonkeyLimitBotCommand'] = new \CodersLab\Lms\UserInterface\Cli\Command\SurveyMonkeyLimitBotCommand();
  5052.     }
  5053.     /**
  5054.      * Gets the public 'console.command.public_alias.CodersLab\Lms\UserInterface\Cli\Command\UserTokenCommand' shared autowired service.
  5055.      *
  5056.      * @return \CodersLab\Lms\UserInterface\Cli\Command\UserTokenCommand
  5057.      */
  5058.     protected function getUserTokenCommandService()
  5059.     {
  5060.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5061.         include_once \dirname(__DIR__4).'/src/Lms/UserInterface/Cli/Command/UserTokenCommand.php';
  5062.         return $this->services['console.command.public_alias.CodersLab\\Lms\\UserInterface\\Cli\\Command\\UserTokenCommand'] = new \CodersLab\Lms\UserInterface\Cli\Command\UserTokenCommand(($this->services['lexik_jwt_authentication.jwt_manager'] ?? $this->getLexikJwtAuthentication_JwtManagerService()), ($this->services['AppBundle\\Repository\\UserRepository'] ?? $this->getUserRepositoryService()));
  5063.     }
  5064.     /**
  5065.      * Gets the public 'console.command_loader' shared service.
  5066.      *
  5067.      * @return \Symfony\Component\Console\CommandLoader\ContainerCommandLoader
  5068.      */
  5069.     protected function getConsole_CommandLoaderService()
  5070.     {
  5071.         include_once \dirname(__DIR__4).'/vendor/symfony/console/CommandLoader/CommandLoaderInterface.php';
  5072.         include_once \dirname(__DIR__4).'/vendor/symfony/console/CommandLoader/ContainerCommandLoader.php';
  5073.         return $this->services['console.command_loader'] = new \Symfony\Component\Console\CommandLoader\ContainerCommandLoader(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  5074.             'CodersLab\\Lms\\UserInterface\\Cli\\Command\\CachePoolInvalidateTagsCommand' => ['privates''.CodersLab\\Lms\\UserInterface\\Cli\\Command\\CachePoolInvalidateTagsCommand.lazy''getCachePoolInvalidateTagsCommand_LazyService'false],
  5075.             'console.command.about' => ['privates''.console.command.about.lazy''get_Console_Command_About_LazyService'false],
  5076.             'console.command.assets_install' => ['privates''.console.command.assets_install.lazy''get_Console_Command_AssetsInstall_LazyService'false],
  5077.             'console.command.cache_clear' => ['privates''.console.command.cache_clear.lazy''get_Console_Command_CacheClear_LazyService'false],
  5078.             'console.command.cache_pool_clear' => ['privates''.console.command.cache_pool_clear.lazy''get_Console_Command_CachePoolClear_LazyService'false],
  5079.             'console.command.cache_pool_prune' => ['privates''.console.command.cache_pool_prune.lazy''get_Console_Command_CachePoolPrune_LazyService'false],
  5080.             'console.command.cache_pool_delete' => ['privates''.console.command.cache_pool_delete.lazy''get_Console_Command_CachePoolDelete_LazyService'false],
  5081.             'console.command.cache_pool_list' => ['privates''.console.command.cache_pool_list.lazy''get_Console_Command_CachePoolList_LazyService'false],
  5082.             'console.command.cache_warmup' => ['privates''.console.command.cache_warmup.lazy''get_Console_Command_CacheWarmup_LazyService'false],
  5083.             'console.command.config_debug' => ['privates''.console.command.config_debug.lazy''get_Console_Command_ConfigDebug_LazyService'false],
  5084.             'console.command.config_dump_reference' => ['privates''.console.command.config_dump_reference.lazy''get_Console_Command_ConfigDumpReference_LazyService'false],
  5085.             'console.command.container_debug' => ['privates''.console.command.container_debug.lazy''get_Console_Command_ContainerDebug_LazyService'false],
  5086.             'console.command.container_lint' => ['privates''.console.command.container_lint.lazy''get_Console_Command_ContainerLint_LazyService'false],
  5087.             'console.command.debug_autowiring' => ['privates''.console.command.debug_autowiring.lazy''get_Console_Command_DebugAutowiring_LazyService'false],
  5088.             'console.command.dotenv_debug' => ['privates''.console.command.dotenv_debug.lazy''get_Console_Command_DotenvDebug_LazyService'false],
  5089.             'console.command.event_dispatcher_debug' => ['privates''.console.command.event_dispatcher_debug.lazy''get_Console_Command_EventDispatcherDebug_LazyService'false],
  5090.             'console.command.messenger_consume_messages' => ['privates''.console.command.messenger_consume_messages.lazy''get_Console_Command_MessengerConsumeMessages_LazyService'false],
  5091.             'console.command.messenger_setup_transports' => ['privates''.console.command.messenger_setup_transports.lazy''get_Console_Command_MessengerSetupTransports_LazyService'false],
  5092.             'console.command.messenger_debug' => ['privates''.console.command.messenger_debug.lazy''get_Console_Command_MessengerDebug_LazyService'false],
  5093.             'console.command.messenger_stop_workers' => ['privates''.console.command.messenger_stop_workers.lazy''get_Console_Command_MessengerStopWorkers_LazyService'false],
  5094.             'console.command.messenger_failed_messages_retry' => ['privates''.console.command.messenger_failed_messages_retry.lazy''get_Console_Command_MessengerFailedMessagesRetry_LazyService'false],
  5095.             'console.command.messenger_failed_messages_show' => ['privates''.console.command.messenger_failed_messages_show.lazy''get_Console_Command_MessengerFailedMessagesShow_LazyService'false],
  5096.             'console.command.messenger_failed_messages_remove' => ['privates''.console.command.messenger_failed_messages_remove.lazy''get_Console_Command_MessengerFailedMessagesRemove_LazyService'false],
  5097.             'console.command.router_debug' => ['privates''.console.command.router_debug.lazy''get_Console_Command_RouterDebug_LazyService'false],
  5098.             'console.command.router_match' => ['privates''.console.command.router_match.lazy''get_Console_Command_RouterMatch_LazyService'false],
  5099.             'console.command.translation_debug' => ['privates''.console.command.translation_debug.lazy''get_Console_Command_TranslationDebug_LazyService'false],
  5100.             'console.command.translation_extract' => ['privates''.console.command.translation_extract.lazy''get_Console_Command_TranslationExtract_LazyService'false],
  5101.             'console.command.validator_debug' => ['privates''.console.command.validator_debug.lazy''get_Console_Command_ValidatorDebug_LazyService'false],
  5102.             'console.command.translation_pull' => ['privates''.console.command.translation_pull.lazy''get_Console_Command_TranslationPull_LazyService'false],
  5103.             'console.command.translation_push' => ['privates''.console.command.translation_push.lazy''get_Console_Command_TranslationPush_LazyService'false],
  5104.             'console.command.xliff_lint' => ['privates''.console.command.xliff_lint.lazy''get_Console_Command_XliffLint_LazyService'false],
  5105.             'console.command.yaml_lint' => ['privates''.console.command.yaml_lint.lazy''get_Console_Command_YamlLint_LazyService'false],
  5106.             'console.command.form_debug' => ['privates''.console.command.form_debug.lazy''get_Console_Command_FormDebug_LazyService'false],
  5107.             'console.command.secrets_set' => ['privates''.console.command.secrets_set.lazy''get_Console_Command_SecretsSet_LazyService'false],
  5108.             'console.command.secrets_remove' => ['privates''.console.command.secrets_remove.lazy''get_Console_Command_SecretsRemove_LazyService'false],
  5109.             'console.command.secrets_generate_key' => ['privates''.console.command.secrets_generate_key.lazy''get_Console_Command_SecretsGenerateKey_LazyService'false],
  5110.             'console.command.secrets_list' => ['privates''.console.command.secrets_list.lazy''get_Console_Command_SecretsList_LazyService'false],
  5111.             'console.command.secrets_decrypt_to_local' => ['privates''.console.command.secrets_decrypt_to_local.lazy''get_Console_Command_SecretsDecryptToLocal_LazyService'false],
  5112.             'console.command.secrets_encrypt_from_local' => ['privates''.console.command.secrets_encrypt_from_local.lazy''get_Console_Command_SecretsEncryptFromLocal_LazyService'false],
  5113.             'security.command.debug_firewall' => ['privates''.security.command.debug_firewall.lazy''get_Security_Command_DebugFirewall_LazyService'false],
  5114.             'security.command.user_password_encoder' => ['privates''.security.command.user_password_encoder.lazy''get_Security_Command_UserPasswordEncoder_LazyService'false],
  5115.             'security.command.user_password_hash' => ['privates''.security.command.user_password_hash.lazy''get_Security_Command_UserPasswordHash_LazyService'false],
  5116.             'twig.command.debug' => ['privates''.twig.command.debug.lazy''get_Twig_Command_Debug_LazyService'false],
  5117.             'twig.command.lint' => ['privates''.twig.command.lint.lazy''get_Twig_Command_Lint_LazyService'false],
  5118.             'doctrine.database_create_command' => ['privates''doctrine.database_create_command''getDoctrine_DatabaseCreateCommandService'false],
  5119.             'doctrine.database_drop_command' => ['privates''doctrine.database_drop_command''getDoctrine_DatabaseDropCommandService'false],
  5120.             'doctrine.query_sql_command' => ['privates''doctrine.query_sql_command''getDoctrine_QuerySqlCommandService'false],
  5121.             'Doctrine\\DBAL\\Tools\\Console\\Command\\RunSqlCommand' => ['privates''Doctrine\\DBAL\\Tools\\Console\\Command\\RunSqlCommand''getRunSqlCommandService'false],
  5122.             'doctrine.database_import_command' => ['privates''doctrine.database_import_command''getDoctrine_DatabaseImportCommandService'false],
  5123.             'doctrine.cache_clear_metadata_command' => ['privates''doctrine.cache_clear_metadata_command''getDoctrine_CacheClearMetadataCommandService'false],
  5124.             'doctrine.cache_clear_query_cache_command' => ['privates''doctrine.cache_clear_query_cache_command''getDoctrine_CacheClearQueryCacheCommandService'false],
  5125.             'doctrine.cache_clear_result_command' => ['privates''doctrine.cache_clear_result_command''getDoctrine_CacheClearResultCommandService'false],
  5126.             'doctrine.cache_collection_region_command' => ['privates''doctrine.cache_collection_region_command''getDoctrine_CacheCollectionRegionCommandService'false],
  5127.             'doctrine.mapping_convert_command' => ['privates''doctrine.mapping_convert_command''getDoctrine_MappingConvertCommandService'false],
  5128.             'doctrine.schema_create_command' => ['privates''doctrine.schema_create_command''getDoctrine_SchemaCreateCommandService'false],
  5129.             'doctrine.schema_drop_command' => ['privates''doctrine.schema_drop_command''getDoctrine_SchemaDropCommandService'false],
  5130.             'doctrine.ensure_production_settings_command' => ['privates''doctrine.ensure_production_settings_command''getDoctrine_EnsureProductionSettingsCommandService'false],
  5131.             'doctrine.clear_entity_region_command' => ['privates''doctrine.clear_entity_region_command''getDoctrine_ClearEntityRegionCommandService'false],
  5132.             'doctrine.mapping_info_command' => ['privates''doctrine.mapping_info_command''getDoctrine_MappingInfoCommandService'false],
  5133.             'doctrine.clear_query_region_command' => ['privates''doctrine.clear_query_region_command''getDoctrine_ClearQueryRegionCommandService'false],
  5134.             'doctrine.query_dql_command' => ['privates''doctrine.query_dql_command''getDoctrine_QueryDqlCommandService'false],
  5135.             'doctrine.schema_update_command' => ['privates''doctrine.schema_update_command''getDoctrine_SchemaUpdateCommandService'false],
  5136.             'doctrine.schema_validate_command' => ['privates''doctrine.schema_validate_command''getDoctrine_SchemaValidateCommandService'false],
  5137.             'doctrine.mapping_import_command' => ['privates''doctrine.mapping_import_command''getDoctrine_MappingImportCommandService'false],
  5138.             'fos_user.command.activate_user' => ['privates''fos_user.command.activate_user''getFosUser_Command_ActivateUserService'false],
  5139.             'fos_user.command.change_password' => ['privates''fos_user.command.change_password''getFosUser_Command_ChangePasswordService'false],
  5140.             'fos_user.command.create_user' => ['privates''fos_user.command.create_user''getFosUser_Command_CreateUserService'false],
  5141.             'fos_user.command.deactivate_user' => ['privates''fos_user.command.deactivate_user''getFosUser_Command_DeactivateUserService'false],
  5142.             'fos_user.command.demote_user' => ['privates''fos_user.command.demote_user''getFosUser_Command_DemoteUserService'false],
  5143.             'fos_user.command.promote_user' => ['privates''fos_user.command.promote_user''getFosUser_Command_PromoteUserService'false],
  5144.             'doctrine_migrations.diff_command' => ['privates''doctrine_migrations.diff_command''getDoctrineMigrations_DiffCommandService'false],
  5145.             'doctrine_migrations.sync_metadata_command' => ['privates''doctrine_migrations.sync_metadata_command''getDoctrineMigrations_SyncMetadataCommandService'false],
  5146.             'doctrine_migrations.versions_command' => ['privates''doctrine_migrations.versions_command''getDoctrineMigrations_VersionsCommandService'false],
  5147.             'doctrine_migrations.current_command' => ['privates''doctrine_migrations.current_command''getDoctrineMigrations_CurrentCommandService'false],
  5148.             'doctrine_migrations.dump_schema_command' => ['privates''doctrine_migrations.dump_schema_command''getDoctrineMigrations_DumpSchemaCommandService'false],
  5149.             'doctrine_migrations.execute_command' => ['privates''doctrine_migrations.execute_command''getDoctrineMigrations_ExecuteCommandService'false],
  5150.             'doctrine_migrations.generate_command' => ['privates''doctrine_migrations.generate_command''getDoctrineMigrations_GenerateCommandService'false],
  5151.             'doctrine_migrations.latest_command' => ['privates''doctrine_migrations.latest_command''getDoctrineMigrations_LatestCommandService'false],
  5152.             'doctrine_migrations.migrate_command' => ['privates''doctrine_migrations.migrate_command''getDoctrineMigrations_MigrateCommandService'false],
  5153.             'doctrine_migrations.rollup_command' => ['privates''doctrine_migrations.rollup_command''getDoctrineMigrations_RollupCommandService'false],
  5154.             'doctrine_migrations.status_command' => ['privates''doctrine_migrations.status_command''getDoctrineMigrations_StatusCommandService'false],
  5155.             'doctrine_migrations.up_to_date_command' => ['privates''doctrine_migrations.up_to_date_command''getDoctrineMigrations_UpToDateCommandService'false],
  5156.             'doctrine_migrations.version_command' => ['privates''doctrine_migrations.version_command''getDoctrineMigrations_VersionCommandService'false],
  5157.             'doctrine.fixtures_load_command' => ['privates''doctrine.fixtures_load_command''getDoctrine_FixturesLoadCommandService'false],
  5158.             'Sentry\\SentryBundle\\Command\\SentryTestCommand' => ['privates''Sentry\\SentryBundle\\Command\\SentryTestCommand''getSentryTestCommandService'false],
  5159.             'lexik_jwt_authentication.check_config_command' => ['privates''.lexik_jwt_authentication.check_config_command.lazy''get_LexikJwtAuthentication_CheckConfigCommand_LazyService'false],
  5160.             'lexik_jwt_authentication.generate_token_command' => ['privates''.lexik_jwt_authentication.generate_token_command.lazy''get_LexikJwtAuthentication_GenerateTokenCommand_LazyService'false],
  5161.             'lexik_jwt_authentication.generate_keypair_command' => ['privates''.lexik_jwt_authentication.generate_keypair_command.lazy''get_LexikJwtAuthentication_GenerateKeypairCommand_LazyService'false],
  5162.             'var_dumper.command.server_dump' => ['privates''.var_dumper.command.server_dump.lazy''get_VarDumper_Command_ServerDump_LazyService'false],
  5163.             'monolog.command.server_log' => ['privates''.monolog.command.server_log.lazy''get_Monolog_Command_ServerLog_LazyService'false],
  5164.             '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],
  5165.             'nelmio_api_doc.command.dump' => ['services''nelmio_api_doc.command.dump''getNelmioApiDoc_Command_DumpService'false],
  5166.             'maker.auto_command.make_auth' => ['privates''.maker.auto_command.make_auth.lazy''get_Maker_AutoCommand_MakeAuth_LazyService'false],
  5167.             'maker.auto_command.make_command' => ['privates''.maker.auto_command.make_command.lazy''get_Maker_AutoCommand_MakeCommand_LazyService'false],
  5168.             'maker.auto_command.make_twig_component' => ['privates''.maker.auto_command.make_twig_component.lazy''get_Maker_AutoCommand_MakeTwigComponent_LazyService'false],
  5169.             'maker.auto_command.make_controller' => ['privates''.maker.auto_command.make_controller.lazy''get_Maker_AutoCommand_MakeController_LazyService'false],
  5170.             'maker.auto_command.make_crud' => ['privates''.maker.auto_command.make_crud.lazy''get_Maker_AutoCommand_MakeCrud_LazyService'false],
  5171.             'maker.auto_command.make_docker_database' => ['privates''.maker.auto_command.make_docker_database.lazy''get_Maker_AutoCommand_MakeDockerDatabase_LazyService'false],
  5172.             'maker.auto_command.make_entity' => ['privates''.maker.auto_command.make_entity.lazy''get_Maker_AutoCommand_MakeEntity_LazyService'false],
  5173.             'maker.auto_command.make_fixtures' => ['privates''.maker.auto_command.make_fixtures.lazy''get_Maker_AutoCommand_MakeFixtures_LazyService'false],
  5174.             'maker.auto_command.make_form' => ['privates''.maker.auto_command.make_form.lazy''get_Maker_AutoCommand_MakeForm_LazyService'false],
  5175.             'maker.auto_command.make_message' => ['privates''.maker.auto_command.make_message.lazy''get_Maker_AutoCommand_MakeMessage_LazyService'false],
  5176.             'maker.auto_command.make_messenger_middleware' => ['privates''.maker.auto_command.make_messenger_middleware.lazy''get_Maker_AutoCommand_MakeMessengerMiddleware_LazyService'false],
  5177.             'maker.auto_command.make_registration_form' => ['privates''.maker.auto_command.make_registration_form.lazy''get_Maker_AutoCommand_MakeRegistrationForm_LazyService'false],
  5178.             'maker.auto_command.make_reset_password' => ['privates''.maker.auto_command.make_reset_password.lazy''get_Maker_AutoCommand_MakeResetPassword_LazyService'false],
  5179.             'maker.auto_command.make_serializer_encoder' => ['privates''.maker.auto_command.make_serializer_encoder.lazy''get_Maker_AutoCommand_MakeSerializerEncoder_LazyService'false],
  5180.             'maker.auto_command.make_serializer_normalizer' => ['privates''.maker.auto_command.make_serializer_normalizer.lazy''get_Maker_AutoCommand_MakeSerializerNormalizer_LazyService'false],
  5181.             'maker.auto_command.make_subscriber' => ['privates''.maker.auto_command.make_subscriber.lazy''get_Maker_AutoCommand_MakeSubscriber_LazyService'false],
  5182.             'maker.auto_command.make_twig_extension' => ['privates''.maker.auto_command.make_twig_extension.lazy''get_Maker_AutoCommand_MakeTwigExtension_LazyService'false],
  5183.             'maker.auto_command.make_test' => ['privates''.maker.auto_command.make_test.lazy''get_Maker_AutoCommand_MakeTest_LazyService'false],
  5184.             'maker.auto_command.make_validator' => ['privates''.maker.auto_command.make_validator.lazy''get_Maker_AutoCommand_MakeValidator_LazyService'false],
  5185.             'maker.auto_command.make_voter' => ['privates''.maker.auto_command.make_voter.lazy''get_Maker_AutoCommand_MakeVoter_LazyService'false],
  5186.             'maker.auto_command.make_user' => ['privates''.maker.auto_command.make_user.lazy''get_Maker_AutoCommand_MakeUser_LazyService'false],
  5187.             'maker.auto_command.make_migration' => ['privates''.maker.auto_command.make_migration.lazy''get_Maker_AutoCommand_MakeMigration_LazyService'false],
  5188.             'maker.auto_command.make_stimulus_controller' => ['privates''.maker.auto_command.make_stimulus_controller.lazy''get_Maker_AutoCommand_MakeStimulusController_LazyService'false],
  5189.         ], [
  5190.             'CodersLab\\Lms\\UserInterface\\Cli\\Command\\CachePoolInvalidateTagsCommand' => '?',
  5191.             'console.command.about' => '?',
  5192.             'console.command.assets_install' => '?',
  5193.             'console.command.cache_clear' => '?',
  5194.             'console.command.cache_pool_clear' => '?',
  5195.             'console.command.cache_pool_prune' => '?',
  5196.             'console.command.cache_pool_delete' => '?',
  5197.             'console.command.cache_pool_list' => '?',
  5198.             'console.command.cache_warmup' => '?',
  5199.             'console.command.config_debug' => '?',
  5200.             'console.command.config_dump_reference' => '?',
  5201.             'console.command.container_debug' => '?',
  5202.             'console.command.container_lint' => '?',
  5203.             'console.command.debug_autowiring' => '?',
  5204.             'console.command.dotenv_debug' => '?',
  5205.             'console.command.event_dispatcher_debug' => '?',
  5206.             'console.command.messenger_consume_messages' => '?',
  5207.             'console.command.messenger_setup_transports' => '?',
  5208.             'console.command.messenger_debug' => '?',
  5209.             'console.command.messenger_stop_workers' => '?',
  5210.             'console.command.messenger_failed_messages_retry' => '?',
  5211.             'console.command.messenger_failed_messages_show' => '?',
  5212.             'console.command.messenger_failed_messages_remove' => '?',
  5213.             'console.command.router_debug' => '?',
  5214.             'console.command.router_match' => '?',
  5215.             'console.command.translation_debug' => '?',
  5216.             'console.command.translation_extract' => '?',
  5217.             'console.command.validator_debug' => '?',
  5218.             'console.command.translation_pull' => '?',
  5219.             'console.command.translation_push' => '?',
  5220.             'console.command.xliff_lint' => '?',
  5221.             'console.command.yaml_lint' => '?',
  5222.             'console.command.form_debug' => '?',
  5223.             'console.command.secrets_set' => '?',
  5224.             'console.command.secrets_remove' => '?',
  5225.             'console.command.secrets_generate_key' => '?',
  5226.             'console.command.secrets_list' => '?',
  5227.             'console.command.secrets_decrypt_to_local' => '?',
  5228.             'console.command.secrets_encrypt_from_local' => '?',
  5229.             'security.command.debug_firewall' => '?',
  5230.             'security.command.user_password_encoder' => '?',
  5231.             'security.command.user_password_hash' => '?',
  5232.             'twig.command.debug' => '?',
  5233.             'twig.command.lint' => '?',
  5234.             'doctrine.database_create_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\CreateDatabaseDoctrineCommand',
  5235.             'doctrine.database_drop_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\DropDatabaseDoctrineCommand',
  5236.             'doctrine.query_sql_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\RunSqlDoctrineCommand',
  5237.             'Doctrine\\DBAL\\Tools\\Console\\Command\\RunSqlCommand' => 'Doctrine\\DBAL\\Tools\\Console\\Command\\RunSqlCommand',
  5238.             'doctrine.database_import_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\ImportDoctrineCommand',
  5239.             'doctrine.cache_clear_metadata_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\ClearMetadataCacheDoctrineCommand',
  5240.             'doctrine.cache_clear_query_cache_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\ClearQueryCacheDoctrineCommand',
  5241.             'doctrine.cache_clear_result_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\ClearResultCacheDoctrineCommand',
  5242.             'doctrine.cache_collection_region_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\CollectionRegionDoctrineCommand',
  5243.             'doctrine.mapping_convert_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\ConvertMappingDoctrineCommand',
  5244.             'doctrine.schema_create_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\CreateSchemaDoctrineCommand',
  5245.             'doctrine.schema_drop_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\DropSchemaDoctrineCommand',
  5246.             'doctrine.ensure_production_settings_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\EnsureProductionSettingsDoctrineCommand',
  5247.             'doctrine.clear_entity_region_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\EntityRegionCacheDoctrineCommand',
  5248.             'doctrine.mapping_info_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\InfoDoctrineCommand',
  5249.             'doctrine.clear_query_region_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\QueryRegionCacheDoctrineCommand',
  5250.             'doctrine.query_dql_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\RunDqlDoctrineCommand',
  5251.             'doctrine.schema_update_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\UpdateSchemaDoctrineCommand',
  5252.             'doctrine.schema_validate_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\ValidateSchemaCommand',
  5253.             'doctrine.mapping_import_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\ImportMappingDoctrineCommand',
  5254.             'fos_user.command.activate_user' => 'FOS\\UserBundle\\Command\\ActivateUserCommand',
  5255.             'fos_user.command.change_password' => 'FOS\\UserBundle\\Command\\ChangePasswordCommand',
  5256.             'fos_user.command.create_user' => 'FOS\\UserBundle\\Command\\CreateUserCommand',
  5257.             'fos_user.command.deactivate_user' => 'FOS\\UserBundle\\Command\\DeactivateUserCommand',
  5258.             'fos_user.command.demote_user' => 'FOS\\UserBundle\\Command\\DemoteUserCommand',
  5259.             'fos_user.command.promote_user' => 'FOS\\UserBundle\\Command\\PromoteUserCommand',
  5260.             'doctrine_migrations.diff_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\DiffCommand',
  5261.             'doctrine_migrations.sync_metadata_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\SyncMetadataCommand',
  5262.             'doctrine_migrations.versions_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\ListCommand',
  5263.             'doctrine_migrations.current_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\CurrentCommand',
  5264.             'doctrine_migrations.dump_schema_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\DumpSchemaCommand',
  5265.             'doctrine_migrations.execute_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\ExecuteCommand',
  5266.             'doctrine_migrations.generate_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\GenerateCommand',
  5267.             'doctrine_migrations.latest_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\LatestCommand',
  5268.             'doctrine_migrations.migrate_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\MigrateCommand',
  5269.             'doctrine_migrations.rollup_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\RollupCommand',
  5270.             'doctrine_migrations.status_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\StatusCommand',
  5271.             'doctrine_migrations.up_to_date_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\UpToDateCommand',
  5272.             'doctrine_migrations.version_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\VersionCommand',
  5273.             'doctrine.fixtures_load_command' => 'Doctrine\\Bundle\\FixturesBundle\\Command\\LoadDataFixturesDoctrineCommand',
  5274.             'Sentry\\SentryBundle\\Command\\SentryTestCommand' => 'Sentry\\SentryBundle\\Command\\SentryTestCommand',
  5275.             'lexik_jwt_authentication.check_config_command' => '?',
  5276.             'lexik_jwt_authentication.generate_token_command' => '?',
  5277.             'lexik_jwt_authentication.generate_keypair_command' => '?',
  5278.             'var_dumper.command.server_dump' => '?',
  5279.             'monolog.command.server_log' => '?',
  5280.             'hautelook_alice.console.command.doctrine.doctrine_orm_load_data_fixtures_command' => 'Hautelook\\AliceBundle\\Console\\Command\\Doctrine\\DoctrineOrmLoadDataFixturesCommand',
  5281.             'nelmio_api_doc.command.dump' => 'Nelmio\\ApiDocBundle\\Command\\DumpCommand',
  5282.             'maker.auto_command.make_auth' => '?',
  5283.             'maker.auto_command.make_command' => '?',
  5284.             'maker.auto_command.make_twig_component' => '?',
  5285.             'maker.auto_command.make_controller' => '?',
  5286.             'maker.auto_command.make_crud' => '?',
  5287.             'maker.auto_command.make_docker_database' => '?',
  5288.             'maker.auto_command.make_entity' => '?',
  5289.             'maker.auto_command.make_fixtures' => '?',
  5290.             'maker.auto_command.make_form' => '?',
  5291.             'maker.auto_command.make_message' => '?',
  5292.             'maker.auto_command.make_messenger_middleware' => '?',
  5293.             'maker.auto_command.make_registration_form' => '?',
  5294.             'maker.auto_command.make_reset_password' => '?',
  5295.             'maker.auto_command.make_serializer_encoder' => '?',
  5296.             'maker.auto_command.make_serializer_normalizer' => '?',
  5297.             'maker.auto_command.make_subscriber' => '?',
  5298.             'maker.auto_command.make_twig_extension' => '?',
  5299.             'maker.auto_command.make_test' => '?',
  5300.             'maker.auto_command.make_validator' => '?',
  5301.             'maker.auto_command.make_voter' => '?',
  5302.             'maker.auto_command.make_user' => '?',
  5303.             'maker.auto_command.make_migration' => '?',
  5304.             'maker.auto_command.make_stimulus_controller' => '?',
  5305.         ]), ['cache:pool:invalidate-tags' => 'CodersLab\\Lms\\UserInterface\\Cli\\Command\\CachePoolInvalidateTagsCommand''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:firewall' => 'security.command.debug_firewall''security:encode-password' => 'security.command.user_password_encoder''security:hash-password' => 'security.command.user_password_hash''debug:twig' => 'twig.command.debug''lint:twig' => 'twig.command.lint''doctrine:database:create' => 'doctrine.database_create_command''doctrine:database:drop' => 'doctrine.database_drop_command''doctrine:query:sql' => 'doctrine.query_sql_command''dbal:run-sql' => 'Doctrine\\DBAL\\Tools\\Console\\Command\\RunSqlCommand''doctrine: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''fos:user:activate' => 'fos_user.command.activate_user''fos:user:change-password' => 'fos_user.command.change_password''fos:user:create' => 'fos_user.command.create_user''fos:user:deactivate' => 'fos_user.command.deactivate_user''fos:user:demote' => 'fos_user.command.demote_user''fos:user:promote' => 'fos_user.command.promote_user''doctrine:migrations:diff' => 'doctrine_migrations.diff_command''doctrine:migrations:sync-metadata-storage' => 'doctrine_migrations.sync_metadata_command''doctrine:migrations:list' => 'doctrine_migrations.versions_command''doctrine:migrations:current' => 'doctrine_migrations.current_command''doctrine:migrations:dump-schema' => 'doctrine_migrations.dump_schema_command''doctrine:migrations:execute' => 'doctrine_migrations.execute_command''doctrine:migrations:generate' => 'doctrine_migrations.generate_command''doctrine:migrations:latest' => 'doctrine_migrations.latest_command''doctrine:migrations:migrate' => 'doctrine_migrations.migrate_command''doctrine:migrations:rollup' => 'doctrine_migrations.rollup_command''doctrine:migrations:status' => 'doctrine_migrations.status_command''doctrine:migrations:up-to-date' => 'doctrine_migrations.up_to_date_command''doctrine:migrations:version' => 'doctrine_migrations.version_command''doctrine:fixtures:load' => 'doctrine.fixtures_load_command''sentry:test' => 'Sentry\\SentryBundle\\Command\\SentryTestCommand''lexik:jwt:check-config' => 'lexik_jwt_authentication.check_config_command''lexik:jwt:generate-token' => 'lexik_jwt_authentication.generate_token_command''lexik:jwt:generate-keypair' => 'lexik_jwt_authentication.generate_keypair_command''server:dump' => 'var_dumper.command.server_dump''server:log' => 'monolog.command.server_log''hautelook:fixtures:load' => 'hautelook_alice.console.command.doctrine.doctrine_orm_load_data_fixtures_command''nelmio:apidoc:dump' => 'nelmio_api_doc.command.dump''make:auth' => 'maker.auto_command.make_auth''make:command' => 'maker.auto_command.make_command''make:twig-component' => 'maker.auto_command.make_twig_component''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''make:stimulus-controller' => 'maker.auto_command.make_stimulus_controller']);
  5306.     }
  5307.     /**
  5308.      * Gets the public 'container.env_var_processors_locator' shared service.
  5309.      *
  5310.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  5311.      */
  5312.     protected function getContainer_EnvVarProcessorsLocatorService()
  5313.     {
  5314.         return $this->services['container.env_var_processors_locator'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  5315.             'base64' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  5316.             'bool' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  5317.             'const' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  5318.             'csv' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  5319.             'default' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  5320.             'file' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  5321.             'float' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  5322.             'int' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  5323.             'json' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  5324.             'key' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  5325.             'not' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  5326.             'query_string' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  5327.             'require' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  5328.             'resolve' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  5329.             'string' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  5330.             'trim' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  5331.             'url' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  5332.         ], [
  5333.             'base64' => '?',
  5334.             'bool' => '?',
  5335.             'const' => '?',
  5336.             'csv' => '?',
  5337.             'default' => '?',
  5338.             'file' => '?',
  5339.             'float' => '?',
  5340.             'int' => '?',
  5341.             'json' => '?',
  5342.             'key' => '?',
  5343.             'not' => '?',
  5344.             'query_string' => '?',
  5345.             'require' => '?',
  5346.             'resolve' => '?',
  5347.             'string' => '?',
  5348.             'trim' => '?',
  5349.             'url' => '?',
  5350.         ]);
  5351.     }
  5352.     /**
  5353.      * Gets the public 'data_collector.dump' shared service.
  5354.      *
  5355.      * @return \Symfony\Component\HttpKernel\DataCollector\DumpDataCollector
  5356.      */
  5357.     protected function getDataCollector_DumpService()
  5358.     {
  5359.         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()));
  5360.     }
  5361.     /**
  5362.      * Gets the public 'doctrine' shared service.
  5363.      *
  5364.      * @return \Doctrine\Bundle\DoctrineBundle\Registry
  5365.      */
  5366.     protected function getDoctrineService()
  5367.     {
  5368.         return $this->services['doctrine'] = new \Doctrine\Bundle\DoctrineBundle\Registry($this$this->parameters['doctrine.connections'], $this->parameters['doctrine.entity_managers'], 'default''default');
  5369.     }
  5370.     /**
  5371.      * Gets the public 'doctrine.dbal.default_connection' shared service.
  5372.      *
  5373.      * @return \Doctrine\DBAL\Connection
  5374.      */
  5375.     protected function getDoctrine_Dbal_DefaultConnectionService()
  5376.     {
  5377.         return $this->services['doctrine.dbal.default_connection'] = ($this->privates['doctrine.dbal.connection_factory'] ?? $this->getDoctrine_Dbal_ConnectionFactoryService())->createConnection(['driver' => 'pdo_mysql''url' => $this->getEnv('resolve:DATABASE_URL'), 'charset' => 'UTF8''persistent' => true'host' => 'localhost''port' => NULL'user' => 'root''password' => NULL'driverOptions' => [], 'serverVersion' => '8.0''defaultTableOptions' => ['charset' => 'utf8''collate' => 'utf8_unicode_ci']], ($this->privates['doctrine.dbal.default_connection.configuration'] ?? $this->getDoctrine_Dbal_DefaultConnection_ConfigurationService()), ($this->privates['doctrine.dbal.default_connection.event_manager'] ?? $this->getDoctrine_Dbal_DefaultConnection_EventManagerService()), []);
  5378.     }
  5379.     /**
  5380.      * Gets the public 'doctrine.orm.default_entity_manager' shared service.
  5381.      *
  5382.      * @return \Doctrine\ORM\EntityManager
  5383.      */
  5384.     protected function getDoctrine_Orm_DefaultEntityManagerService($lazyLoad true)
  5385.     {
  5386.         if ($lazyLoad) {
  5387.             return $this->services['doctrine.orm.default_entity_manager'] = $this->createProxy('EntityManager_9a5be93', function () {
  5388.                 return \EntityManager_9a5be93::staticProxyConstructor(function (&$wrappedInstance\ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  5389.                     $wrappedInstance $this->getDoctrine_Orm_DefaultEntityManagerService(false);
  5390.                     $proxy->setProxyInitializer(null);
  5391.                     return true;
  5392.                 });
  5393.             });
  5394.         }
  5395.         include_once \dirname(__DIR__4).'/vendor/doctrine/common/src/Proxy/Autoloader.php';
  5396.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Proxy/Autoloader.php';
  5397.         $instance \Doctrine\ORM\EntityManager::create(($this->services['doctrine.dbal.default_connection'] ?? $this->getDoctrine_Dbal_DefaultConnectionService()), ($this->privates['doctrine.orm.default_configuration'] ?? $this->getDoctrine_Orm_DefaultConfigurationService()));
  5398.         ($this->privates['doctrine.orm.default_manager_configurator'] ?? ($this->privates['doctrine.orm.default_manager_configurator'] = new \Doctrine\Bundle\DoctrineBundle\ManagerConfigurator([], [])))->configure($instance);
  5399.         return $instance;
  5400.     }
  5401.     /**
  5402.      * Gets the public 'error_controller' shared service.
  5403.      *
  5404.      * @return \Symfony\Component\HttpKernel\Controller\ErrorController
  5405.      */
  5406.     protected function getErrorControllerService()
  5407.     {
  5408.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ErrorController.php';
  5409.         return $this->services['error_controller'] = new \Symfony\Component\HttpKernel\Controller\ErrorController(($this->services['http_kernel'] ?? $this->getHttpKernelService()), 'error_controller', ($this->privates['error_handler.error_renderer.serializer'] ?? $this->getErrorHandler_ErrorRenderer_SerializerService()));
  5410.     }
  5411.     /**
  5412.      * Gets the public 'event_dispatcher' shared service.
  5413.      *
  5414.      * @return \Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher
  5415.      */
  5416.     protected function getEventDispatcherService()
  5417.     {
  5418.         $this->services['event_dispatcher'] = $instance = new \Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher(($this->privates['debug.event_dispatcher.inner'] ?? ($this->privates['debug.event_dispatcher.inner'] = new \Symfony\Component\EventDispatcher\EventDispatcher())), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))), ($this->privates['monolog.logger.event'] ?? $this->getMonolog_Logger_EventService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  5419.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageFailedEvent', [=> function () {
  5420.             return ($this->services['CodersLab\\Lms\\SharedKernel\\Application\\Listener\\WorkerMessageFailedEventListener'] ?? $this->getWorkerMessageFailedEventListenerService());
  5421.         }, => '__invoke'], 0);
  5422.         $instance->addListener('kernel.response', [=> function () {
  5423.             return ($this->services['AppBundle\\EventListener\\EventPublisherListener'] ?? $this->getEventPublisherListenerService());
  5424.         }, => '__invoke'], 0);
  5425.         $instance->addListener('kernel.exception', [=> function () {
  5426.             return ($this->services['AppBundle\\Event\\GitHubCallExceptionListener'] ?? $this->getGitHubCallExceptionListenerService());
  5427.         }, => 'onKernelException'], 0);
  5428.         $instance->addListener('security.interactive_login', [=> function () {
  5429.             return ($this->services['AppBundle\\EventListener\\AuthenticationSuccessListener'] ?? $this->getAuthenticationSuccessListenerService());
  5430.         }, => 'onSecurityInteractiveLogin'], 0);
  5431.         $instance->addListener('kernel.response', [=> function () {
  5432.             return ($this->services['AppBundle\\EventListener\\AuthenticationSuccessListener'] ?? $this->getAuthenticationSuccessListenerService());
  5433.         }, => 'onKernelResponse'], 0);
  5434.         $instance->addListener('kernel.exception', [=> function () {
  5435.             return ($this->services['CodersLab\\Lms\\SharedKernel\\Application\\LmsExceptionListener'] ?? ($this->services['CodersLab\\Lms\\SharedKernel\\Application\\LmsExceptionListener'] = new \CodersLab\Lms\SharedKernel\Application\LmsExceptionListener()));
  5436.         }, => 'onKernelException'], 0);
  5437.         $instance->addListener('kernel.response', [=> function () {
  5438.             return ($this->services['CodersLab\\Lms\\SharedKernel\\Application\\Response\\LMSResponseListener'] ?? $this->getLMSResponseListenerService());
  5439.         }, => 'onKernelResponse'], 0);
  5440.         $instance->addListener('kernel.controller', [=> function () {
  5441.             return ($this->privates['data_collector.router'] ?? ($this->privates['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector()));
  5442.         }, => 'onKernelController'], 0);
  5443.         $instance->addListener('console.command', [=> function () {
  5444.             return ($this->privates['Sentry\\SentryBundle\\EventListener\\ConsoleListener'] ?? $this->getConsoleListenerService());
  5445.         }, => 'handleConsoleCommandEvent'], 128);
  5446.         $instance->addListener('console.terminate', [=> function () {
  5447.             return ($this->privates['Sentry\\SentryBundle\\EventListener\\ConsoleListener'] ?? $this->getConsoleListenerService());
  5448.         }, => 'handleConsoleTerminateEvent'], -64);
  5449.         $instance->addListener('console.error', [=> function () {
  5450.             return ($this->privates['Sentry\\SentryBundle\\EventListener\\ConsoleListener'] ?? $this->getConsoleListenerService());
  5451.         }, => 'handleConsoleErrorEvent'], -64);
  5452.         $instance->addListener('kernel.exception', [=> function () {
  5453.             return ($this->privates['Sentry\\SentryBundle\\EventListener\\ErrorListener'] ?? $this->getErrorListenerService());
  5454.         }, => 'handleExceptionEvent'], 128);
  5455.         $instance->addListener('kernel.request', [=> function () {
  5456.             return ($this->privates['Sentry\\SentryBundle\\EventListener\\RequestListener'] ?? $this->getRequestListenerService());
  5457.         }, => 'handleKernelRequestEvent'], 5);
  5458.         $instance->addListener('kernel.controller', [=> function () {
  5459.             return ($this->privates['Sentry\\SentryBundle\\EventListener\\RequestListener'] ?? $this->getRequestListenerService());
  5460.         }, => 'handleKernelControllerEvent'], 10);
  5461.         $instance->addListener('kernel.request', [=> function () {
  5462.             return ($this->privates['Sentry\\SentryBundle\\EventListener\\SubRequestListener'] ?? $this->getSubRequestListenerService());
  5463.         }, => 'handleKernelRequestEvent'], 3);
  5464.         $instance->addListener('kernel.finish_request', [=> function () {
  5465.             return ($this->privates['Sentry\\SentryBundle\\EventListener\\SubRequestListener'] ?? $this->getSubRequestListenerService());
  5466.         }, => 'handleKernelFinishRequestEvent'], 5);
  5467.         $instance->addListener('kernel.request', [=> function () {
  5468.             return ($this->privates['Sentry\\SentryBundle\\EventListener\\TracingRequestListener'] ?? $this->getTracingRequestListenerService());
  5469.         }, => 'handleKernelRequestEvent'], 4);
  5470.         $instance->addListener('kernel.response', [=> function () {
  5471.             return ($this->privates['Sentry\\SentryBundle\\EventListener\\TracingRequestListener'] ?? $this->getTracingRequestListenerService());
  5472.         }, => 'handleKernelResponseEvent'], 15);
  5473.         $instance->addListener('kernel.terminate', [=> function () {
  5474.             return ($this->privates['Sentry\\SentryBundle\\EventListener\\TracingRequestListener'] ?? $this->getTracingRequestListenerService());
  5475.         }, => 'handleKernelTerminateEvent'], 5);
  5476.         $instance->addListener('kernel.request', [=> function () {
  5477.             return ($this->privates['Sentry\\SentryBundle\\EventListener\\TracingSubRequestListener'] ?? $this->getTracingSubRequestListenerService());
  5478.         }, => 'handleKernelRequestEvent'], 2);
  5479.         $instance->addListener('kernel.finish_request', [=> function () {
  5480.             return ($this->privates['Sentry\\SentryBundle\\EventListener\\TracingSubRequestListener'] ?? $this->getTracingSubRequestListenerService());
  5481.         }, => 'handleKernelFinishRequestEvent'], 10);
  5482.         $instance->addListener('kernel.response', [=> function () {
  5483.             return ($this->privates['Sentry\\SentryBundle\\EventListener\\TracingSubRequestListener'] ?? $this->getTracingSubRequestListenerService());
  5484.         }, => 'handleKernelResponseEvent'], 15);
  5485.         $instance->addListener('console.command', [=> function () {
  5486.             return ($this->privates['Sentry\\SentryBundle\\EventListener\\TracingConsoleListener'] ?? $this->getTracingConsoleListenerService());
  5487.         }, => 'handleConsoleCommandEvent'], 118);
  5488.         $instance->addListener('console.terminate', [=> function () {
  5489.             return ($this->privates['Sentry\\SentryBundle\\EventListener\\TracingConsoleListener'] ?? $this->getTracingConsoleListenerService());
  5490.         }, => 'handleConsoleTerminateEvent'], -54);
  5491.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageFailedEvent', [=> function () {
  5492.             return ($this->privates['Sentry\\SentryBundle\\EventListener\\MessengerListener'] ?? $this->getMessengerListenerService());
  5493.         }, => 'handleWorkerMessageFailedEvent'], 50);
  5494.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageHandledEvent', [=> function () {
  5495.             return ($this->privates['Sentry\\SentryBundle\\EventListener\\MessengerListener'] ?? $this->getMessengerListenerService());
  5496.         }, => 'handleWorkerMessageHandledEvent'], 50);
  5497.         $instance->addListener('kernel.request', [=> function () {
  5498.             return ($this->privates['knp_paginator.subscriber.sliding_pagination'] ?? $this->getKnpPaginator_Subscriber_SlidingPaginationService());
  5499.         }, => 'onKernelRequest'], 0);
  5500.         $instance->addListener('kernel.request', [=> function () {
  5501.             return ($this->privates['nelmio_cors.cors_listener'] ?? $this->getNelmioCors_CorsListenerService());
  5502.         }, => 'onKernelRequest'], 250);
  5503.         $instance->addListener('kernel.response', [=> function () {
  5504.             return ($this->privates['nelmio_cors.cors_listener'] ?? $this->getNelmioCors_CorsListenerService());
  5505.         }, => 'onKernelResponse'], 0);
  5506.         $instance->addListener('kernel.response', [=> function () {
  5507.             return ($this->privates['nelmio_cors.cacheable_response_vary_listener'] ?? ($this->privates['nelmio_cors.cacheable_response_vary_listener'] = new \Nelmio\CorsBundle\EventListener\CacheableResponseVaryListener()));
  5508.         }, => 'onResponse'], 0);
  5509.         $instance->addListener('fos_user.registration.confirm', [=> function () {
  5510.             return ($this->services['app.registration.completed'] ?? $this->getApp_Registration_CompletedService());
  5511.         }, => 'onRegistrationConfirm'], 0);
  5512.         $instance->addListener('kernel.request', [=> function () {
  5513.             return ($this->services['AppBundle\\EventListener\\LocaleSubscriber'] ?? ($this->services['AppBundle\\EventListener\\LocaleSubscriber'] = new \AppBundle\EventListener\LocaleSubscriber($this->getEnv('PRIMARY_LANG'))));
  5514.         }, => 'onKernelRequest'], 15);
  5515.         $instance->addListener('kernel.response', [=> function () {
  5516.             return ($this->privates['response_listener'] ?? ($this->privates['response_listener'] = new \Symfony\Component\HttpKernel\EventListener\ResponseListener('UTF-8'false)));
  5517.         }, => 'onKernelResponse'], 0);
  5518.         $instance->addListener('kernel.response', [=> function () {
  5519.             return ($this->privates['streamed_response_listener'] ?? ($this->privates['streamed_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\StreamedResponseListener()));
  5520.         }, => 'onKernelResponse'], -1024);
  5521.         $instance->addListener('kernel.request', [=> function () {
  5522.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  5523.         }, => 'setDefaultLocale'], 100);
  5524.         $instance->addListener('kernel.request', [=> function () {
  5525.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  5526.         }, => 'onKernelRequest'], 16);
  5527.         $instance->addListener('kernel.finish_request', [=> function () {
  5528.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  5529.         }, => 'onKernelFinishRequest'], 0);
  5530.         $instance->addListener('kernel.request', [=> function () {
  5531.             return ($this->privates['validate_request_listener'] ?? ($this->privates['validate_request_listener'] = new \Symfony\Component\HttpKernel\EventListener\ValidateRequestListener()));
  5532.         }, => 'onKernelRequest'], 256);
  5533.         $instance->addListener('kernel.response', [=> function () {
  5534.             return ($this->privates['disallow_search_engine_index_response_listener'] ?? ($this->privates['disallow_search_engine_index_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\DisallowRobotsIndexingListener()));
  5535.         }, => 'onResponse'], -255);
  5536.         $instance->addListener('kernel.controller_arguments', [=> function () {
  5537.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  5538.         }, => 'onControllerArguments'], 0);
  5539.         $instance->addListener('kernel.exception', [=> function () {
  5540.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  5541.         }, => 'logKernelException'], 0);
  5542.         $instance->addListener('kernel.exception', [=> function () {
  5543.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  5544.         }, => 'onKernelException'], -128);
  5545.         $instance->addListener('kernel.response', [=> function () {
  5546.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  5547.         }, => 'removeCspHeader'], -128);
  5548.         $instance->addListener('kernel.request', [=> function () {
  5549.             return ($this->privates['locale_aware_listener'] ?? $this->getLocaleAwareListenerService());
  5550.         }, => 'onKernelRequest'], 15);
  5551.         $instance->addListener('kernel.finish_request', [=> function () {
  5552.             return ($this->privates['locale_aware_listener'] ?? $this->getLocaleAwareListenerService());
  5553.         }, => 'onKernelFinishRequest'], -15);
  5554.         $instance->addListener('console.error', [=> function () {
  5555.             return ($this->privates['console.error_listener'] ?? $this->getConsole_ErrorListenerService());
  5556.         }, => 'onConsoleError'], -128);
  5557.         $instance->addListener('console.terminate', [=> function () {
  5558.             return ($this->privates['console.error_listener'] ?? $this->getConsole_ErrorListenerService());
  5559.         }, => 'onConsoleTerminate'], -128);
  5560.         $instance->addListener('console.error', [=> function () {
  5561.             return ($this->privates['console.suggest_missing_package_subscriber'] ?? ($this->privates['console.suggest_missing_package_subscriber'] = new \Symfony\Bundle\FrameworkBundle\EventListener\SuggestMissingPackageSubscriber()));
  5562.         }, => 'onConsoleError'], 0);
  5563.         $instance->addListener('kernel.request', [=> function () {
  5564.             return ($this->privates['test.session.listener'] ?? $this->getTest_Session_ListenerService());
  5565.         }, => 'onKernelRequest'], 128);
  5566.         $instance->addListener('kernel.response', [=> function () {
  5567.             return ($this->privates['test.session.listener'] ?? $this->getTest_Session_ListenerService());
  5568.         }, => 'onKernelResponse'], -1000);
  5569.         $instance->addListener('kernel.finish_request', [=> function () {
  5570.             return ($this->privates['test.session.listener'] ?? $this->getTest_Session_ListenerService());
  5571.         }, => 'onFinishRequest'], 0);
  5572.         $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [=> function () {
  5573.             return ($this->privates['mailer.envelope_listener'] ?? ($this->privates['mailer.envelope_listener'] = new \Symfony\Component\Mailer\EventListener\EnvelopeListener(NULLNULL)));
  5574.         }, => 'onMessage'], -255);
  5575.         $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [=> function () {
  5576.             return ($this->privates['mailer.message_logger_listener'] ?? ($this->privates['mailer.message_logger_listener'] = new \Symfony\Component\Mailer\EventListener\MessageLoggerListener()));
  5577.         }, => 'onMessage'], -255);
  5578.         $instance->addListener('kernel.request', [=> function () {
  5579.             return ($this->privates['fragment.listener'] ?? $this->getFragment_ListenerService());
  5580.         }, => 'onKernelRequest'], 48);
  5581.         $instance->addListener('kernel.request', [=> function () {
  5582.             return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());
  5583.         }, => 'configure'], 2048);
  5584.         $instance->addListener('console.command', [=> function () {
  5585.             return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());
  5586.         }, => 'configure'], 2048);
  5587.         $instance->addListener('kernel.request', [=> function () {
  5588.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  5589.         }, => 'onKernelRequest'], 32);
  5590.         $instance->addListener('kernel.finish_request', [=> function () {
  5591.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  5592.         }, => 'onKernelFinishRequest'], 0);
  5593.         $instance->addListener('kernel.exception', [=> function () {
  5594.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  5595.         }, => 'onKernelException'], -64);
  5596.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageFailedEvent', [=> function () {
  5597.             return ($this->privates['messenger.retry.send_failed_message_for_retry_listener'] ?? $this->getMessenger_Retry_SendFailedMessageForRetryListenerService());
  5598.         }, => 'onMessageFailed'], 100);
  5599.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageFailedEvent', [=> function () {
  5600.             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()));
  5601.         }, => 'onMessageFailed'], 200);
  5602.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageFailedEvent', [=> function () {
  5603.             return ($this->privates['messenger.failure.send_failed_message_to_failure_transport_listener'] ?? $this->getMessenger_Failure_SendFailedMessageToFailureTransportListenerService());
  5604.         }, => 'onMessageFailed'], -100);
  5605.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerStartedEvent', [=> function () {
  5606.             return ($this->privates['messenger.listener.stop_worker_on_restart_signal_listener'] ?? $this->getMessenger_Listener_StopWorkerOnRestartSignalListenerService());
  5607.         }, => 'onWorkerStarted'], 0);
  5608.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerRunningEvent', [=> function () {
  5609.             return ($this->privates['messenger.listener.stop_worker_on_restart_signal_listener'] ?? $this->getMessenger_Listener_StopWorkerOnRestartSignalListenerService());
  5610.         }, => 'onWorkerRunning'], 0);
  5611.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageFailedEvent', [=> function () {
  5612.             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()));
  5613.         }, => 'onMessageFailed'], 0);
  5614.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerRunningEvent', [=> function () {
  5615.             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()));
  5616.         }, => 'onWorkerRunning'], 0);
  5617.         $instance->addListener('kernel.response', [=> function () {
  5618.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  5619.         }, => 'onKernelResponse'], -100);
  5620.         $instance->addListener('kernel.exception', [=> function () {
  5621.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  5622.         }, => 'onKernelException'], 0);
  5623.         $instance->addListener('kernel.terminate', [=> function () {
  5624.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  5625.         }, => 'onKernelTerminate'], -1024);
  5626.         $instance->addListener('kernel.controller', [=> function () {
  5627.             return ($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService());
  5628.         }, => 'onKernelController'], 0);
  5629.         $instance->addListener('kernel.response', [=> function () {
  5630.             return ($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService());
  5631.         }, => 'onKernelResponse'], 0);
  5632.         $instance->addListener('kernel.response', [=> function () {
  5633.             return ($this->privates['security.rememberme.response_listener'] ?? ($this->privates['security.rememberme.response_listener'] = new \Symfony\Component\Security\Http\RememberMe\ResponseListener()));
  5634.         }, => 'onKernelResponse'], 0);
  5635.         $instance->addListener('debug.security.authorization.vote', [=> function () {
  5636.             return ($this->privates['debug.security.voter.vote_listener'] ?? $this->getDebug_Security_Voter_VoteListenerService());
  5637.         }, => 'onVoterVote'], 0);
  5638.         $instance->addListener('kernel.request', [=> function () {
  5639.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  5640.         }, => 'configureLogoutUrlGenerator'], 8);
  5641.         $instance->addListener('kernel.request', [=> function () {
  5642.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  5643.         }, => 'onKernelRequest'], 8);
  5644.         $instance->addListener('kernel.finish_request', [=> function () {
  5645.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  5646.         }, => 'onKernelFinishRequest'], 0);
  5647.         $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [=> function () {
  5648.             return ($this->privates['twig.mailer.message_listener'] ?? $this->getTwig_Mailer_MessageListenerService());
  5649.         }, => 'onMessage'], 0);
  5650.         $instance->addListener('console.command', [=> function () {
  5651.             return ($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService());
  5652.         }, => 'onCommand'], 255);
  5653.         $instance->addListener('console.terminate', [=> function () {
  5654.             return ($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService());
  5655.         }, => 'onTerminate'], -255);
  5656.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageHandledEvent', [=> function () {
  5657.             return ($this->privates['doctrine.orm.messenger.event_subscriber.doctrine_clear_entity_manager'] ?? $this->getDoctrine_Orm_Messenger_EventSubscriber_DoctrineClearEntityManagerService());
  5658.         }, => 'onWorkerMessageHandled'], 0);
  5659.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageFailedEvent', [=> function () {
  5660.             return ($this->privates['doctrine.orm.messenger.event_subscriber.doctrine_clear_entity_manager'] ?? $this->getDoctrine_Orm_Messenger_EventSubscriber_DoctrineClearEntityManagerService());
  5661.         }, => 'onWorkerMessageFailed'], 0);
  5662.         $instance->addListener('kernel.controller', [=> function () {
  5663.             return ($this->privates['sensio_framework_extra.controller.listener'] ?? $this->getSensioFrameworkExtra_Controller_ListenerService());
  5664.         }, => 'onKernelController'], 0);
  5665.         $instance->addListener('kernel.controller', [=> function () {
  5666.             return ($this->privates['sensio_framework_extra.converter.listener'] ?? $this->getSensioFrameworkExtra_Converter_ListenerService());
  5667.         }, => 'onKernelController'], 0);
  5668.         $instance->addListener('kernel.controller', [=> function () {
  5669.             return ($this->privates['sensio_framework_extra.view.listener'] ?? $this->getSensioFrameworkExtra_View_ListenerService());
  5670.         }, => 'onKernelController'], -128);
  5671.         $instance->addListener('kernel.view', [=> function () {
  5672.             return ($this->privates['sensio_framework_extra.view.listener'] ?? $this->getSensioFrameworkExtra_View_ListenerService());
  5673.         }, => 'onKernelView'], 0);
  5674.         $instance->addListener('kernel.controller', [=> function () {
  5675.             return ($this->privates['sensio_framework_extra.cache.listener'] ?? ($this->privates['sensio_framework_extra.cache.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener()));
  5676.         }, => 'onKernelController'], 0);
  5677.         $instance->addListener('kernel.response', [=> function () {
  5678.             return ($this->privates['sensio_framework_extra.cache.listener'] ?? ($this->privates['sensio_framework_extra.cache.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener()));
  5679.         }, => 'onKernelResponse'], 0);
  5680.         $instance->addListener('kernel.controller_arguments', [=> function () {
  5681.             return ($this->privates['sensio_framework_extra.security.listener'] ?? $this->getSensioFrameworkExtra_Security_ListenerService());
  5682.         }, => 'onKernelControllerArguments'], 0);
  5683.         $instance->addListener('kernel.controller_arguments', [=> function () {
  5684.             return ($this->privates['framework_extra_bundle.event.is_granted'] ?? $this->getFrameworkExtraBundle_Event_IsGrantedService());
  5685.         }, => 'onKernelControllerArguments'], 0);
  5686.         $instance->addListener('fos_user.security.implicit_login', [=> function () {
  5687.             return ($this->privates['fos_user.security.interactive_login_listener'] ?? $this->getFosUser_Security_InteractiveLoginListenerService());
  5688.         }, => 'onImplicitLogin'], 0);
  5689.         $instance->addListener('security.interactive_login', [=> function () {
  5690.             return ($this->privates['fos_user.security.interactive_login_listener'] ?? $this->getFosUser_Security_InteractiveLoginListenerService());
  5691.         }, => 'onSecurityInteractiveLogin'], 0);
  5692.         $instance->addListener('fos_user.registration.completed', [=> function () {
  5693.             return ($this->privates['fos_user.listener.authentication'] ?? $this->getFosUser_Listener_AuthenticationService());
  5694.         }, => 'authenticate'], 0);
  5695.         $instance->addListener('fos_user.registration.confirmed', [=> function () {
  5696.             return ($this->privates['fos_user.listener.authentication'] ?? $this->getFosUser_Listener_AuthenticationService());
  5697.         }, => 'authenticate'], 0);
  5698.         $instance->addListener('fos_user.resetting.reset.completed', [=> function () {
  5699.             return ($this->privates['fos_user.listener.authentication'] ?? $this->getFosUser_Listener_AuthenticationService());
  5700.         }, => 'authenticate'], 0);
  5701.         $instance->addListener('fos_user.change_password.edit.completed', [=> function () {
  5702.             return ($this->privates['fos_user.listener.flash'] ?? $this->getFosUser_Listener_FlashService());
  5703.         }, => 'addSuccessFlash'], 0);
  5704.         $instance->addListener('fos_user.profile.edit.completed', [=> function () {
  5705.             return ($this->privates['fos_user.listener.flash'] ?? $this->getFosUser_Listener_FlashService());
  5706.         }, => 'addSuccessFlash'], 0);
  5707.         $instance->addListener('fos_user.registration.completed', [=> function () {
  5708.             return ($this->privates['fos_user.listener.flash'] ?? $this->getFosUser_Listener_FlashService());
  5709.         }, => 'addSuccessFlash'], 0);
  5710.         $instance->addListener('fos_user.resetting.reset.completed', [=> function () {
  5711.             return ($this->privates['fos_user.listener.flash'] ?? $this->getFosUser_Listener_FlashService());
  5712.         }, => 'addSuccessFlash'], 0);
  5713.         $instance->addListener('fos_user.resetting.reset.initialize', [=> function () {
  5714.             return ($this->privates['fos_user.listener.resetting'] ?? $this->getFosUser_Listener_ResettingService());
  5715.         }, => 'onResettingResetInitialize'], 0);
  5716.         $instance->addListener('fos_user.resetting.reset.success', [=> function () {
  5717.             return ($this->privates['fos_user.listener.resetting'] ?? $this->getFosUser_Listener_ResettingService());
  5718.         }, => 'onResettingResetSuccess'], 0);
  5719.         $instance->addListener('kernel.request', [=> function () {
  5720.             return ($this->privates['httplug.strategy_listener'] ?? ($this->privates['httplug.strategy_listener'] = new \Http\HttplugBundle\Discovery\ConfiguredClientsStrategyListener()));
  5721.         }, => 'onEvent'], 1024);
  5722.         $instance->addListener('console.command', [=> function () {
  5723.             return ($this->privates['httplug.strategy_listener'] ?? ($this->privates['httplug.strategy_listener'] = new \Http\HttplugBundle\Discovery\ConfiguredClientsStrategyListener()));
  5724.         }, => 'onEvent'], 1024);
  5725.         $instance->addListener('kernel.request', [=> function () {
  5726.             return ($this->privates['Http\\HttplugBundle\\Collector\\PluginClientFactoryListener'] ?? $this->getPluginClientFactoryListenerService());
  5727.         }, => 'onEvent'], 1024);
  5728.         $instance->addListener('console.command', [=> function () {
  5729.             return ($this->privates['Http\\HttplugBundle\\Collector\\PluginClientFactoryListener'] ?? $this->getPluginClientFactoryListenerService());
  5730.         }, => 'onEvent'], 1024);
  5731.         $instance->addListener('knp_pager.before', [=> function () {
  5732.             return ($this->privates['knp_paginator.subscriber.paginate'] ?? ($this->privates['knp_paginator.subscriber.paginate'] = new \Knp\Component\Pager\Event\Subscriber\Paginate\PaginationSubscriber()));
  5733.         }, => 'before'], 0);
  5734.         $instance->addListener('knp_pager.pagination', [=> function () {
  5735.             return ($this->privates['knp_paginator.subscriber.paginate'] ?? ($this->privates['knp_paginator.subscriber.paginate'] = new \Knp\Component\Pager\Event\Subscriber\Paginate\PaginationSubscriber()));
  5736.         }, => 'pagination'], 0);
  5737.         $instance->addListener('knp_pager.before', [=> function () {
  5738.             return ($this->privates['knp_paginator.subscriber.sortable'] ?? ($this->privates['knp_paginator.subscriber.sortable'] = new \Knp\Component\Pager\Event\Subscriber\Sortable\SortableSubscriber()));
  5739.         }, => 'before'], 1);
  5740.         $instance->addListener('knp_pager.before', [=> function () {
  5741.             return ($this->privates['knp_paginator.subscriber.filtration'] ?? ($this->privates['knp_paginator.subscriber.filtration'] = new \Knp\Component\Pager\Event\Subscriber\Filtration\FiltrationSubscriber()));
  5742.         }, => 'before'], 1);
  5743.         $instance->addListener('knp_pager.pagination', [=> function () {
  5744.             return ($this->privates['knp_paginator.subscriber.sliding_pagination'] ?? $this->getKnpPaginator_Subscriber_SlidingPaginationService());
  5745.         }, => 'pagination'], 1);
  5746.         $instance->addListener('console.command', [=> function () {
  5747.             return ($this->privates['debug.dump_listener'] ?? $this->getDebug_DumpListenerService());
  5748.         }, => 'configure'], 1024);
  5749.         $instance->addListener('kernel.response', [=> function () {
  5750.             return ($this->privates['web_profiler.debug_toolbar'] ?? $this->getWebProfiler_DebugToolbarService());
  5751.         }, => 'onKernelResponse'], -128);
  5752.         $instance->addListener('console.error', [=> function () {
  5753.             return ($this->privates['maker.console_error_listener'] ?? ($this->privates['maker.console_error_listener'] = new \Symfony\Bundle\MakerBundle\Event\ConsoleErrorSubscriber()));
  5754.         }, => 'onConsoleError'], 0);
  5755.         $instance->addListener('console.terminate', [=> function () {
  5756.             return ($this->privates['maker.console_error_listener'] ?? ($this->privates['maker.console_error_listener'] = new \Symfony\Bundle\MakerBundle\Event\ConsoleErrorSubscriber()));
  5757.         }, => 'onConsoleTerminate'], 0);
  5758.         return $instance;
  5759.     }
  5760.     /**
  5761.      * Gets the public 'fidry_alice_data_fixtures.loader.doctrine' shared service.
  5762.      *
  5763.      * @return \Fidry\AliceDataFixtures\Loader\PurgerLoader
  5764.      */
  5765.     protected function getFidryAliceDataFixtures_Loader_DoctrineService($lazyLoad true)
  5766.     {
  5767.         if ($lazyLoad) {
  5768.             return $this->services['fidry_alice_data_fixtures.loader.doctrine'] = $this->createProxy('PurgerLoader_cb68499', function () {
  5769.                 return \PurgerLoader_cb68499::staticProxyConstructor(function (&$wrappedInstance\ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  5770.                     $wrappedInstance $this->getFidryAliceDataFixtures_Loader_DoctrineService(false);
  5771.                     $proxy->setProxyInitializer(null);
  5772.                     return true;
  5773.                 });
  5774.             });
  5775.         }
  5776.         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()));
  5777.     }
  5778.     /**
  5779.      * Gets the public 'fidry_alice_data_fixtures.persistence.persister.doctrine' shared service.
  5780.      *
  5781.      * @return \Fidry\AliceDataFixtures\Bridge\Doctrine\Persister\ObjectManagerPersister
  5782.      */
  5783.     protected function getFidryAliceDataFixtures_Persistence_Persister_DoctrineService($lazyLoad true)
  5784.     {
  5785.         if ($lazyLoad) {
  5786.             return $this->services['fidry_alice_data_fixtures.persistence.persister.doctrine'] = $this->createProxy('ObjectManagerPersister_eccc052', function () {
  5787.                 return \ObjectManagerPersister_eccc052::staticProxyConstructor(function (&$wrappedInstance\ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  5788.                     $wrappedInstance $this->getFidryAliceDataFixtures_Persistence_Persister_DoctrineService(false);
  5789.                     $proxy->setProxyInitializer(null);
  5790.                     return true;
  5791.                 });
  5792.             });
  5793.         }
  5794.         return new \Fidry\AliceDataFixtures\Bridge\Doctrine\Persister\ObjectManagerPersister(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  5795.     }
  5796.     /**
  5797.      * Gets the public 'fidry_alice_data_fixtures.persistence.purger_factory.doctrine' shared service.
  5798.      *
  5799.      * @return \Fidry\AliceDataFixtures\Bridge\Doctrine\Purger\Purger
  5800.      */
  5801.     protected function getFidryAliceDataFixtures_Persistence_PurgerFactory_DoctrineService($lazyLoad true)
  5802.     {
  5803.         if ($lazyLoad) {
  5804.             return $this->services['fidry_alice_data_fixtures.persistence.purger_factory.doctrine'] = $this->createProxy('Purger_2d4d1ea', function () {
  5805.                 return \Purger_2d4d1ea::staticProxyConstructor(function (&$wrappedInstance\ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  5806.                     $wrappedInstance $this->getFidryAliceDataFixtures_Persistence_PurgerFactory_DoctrineService(false);
  5807.                     $proxy->setProxyInitializer(null);
  5808.                     return true;
  5809.                 });
  5810.             });
  5811.         }
  5812.         return new \Fidry\AliceDataFixtures\Bridge\Doctrine\Purger\Purger(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  5813.     }
  5814.     /**
  5815.      * Gets the public 'fos_user.change_password.controller' shared service.
  5816.      *
  5817.      * @return \FOS\UserBundle\Controller\ChangePasswordController
  5818.      */
  5819.     protected function getFosUser_ChangePassword_ControllerService()
  5820.     {
  5821.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  5822.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Controller/ChangePasswordController.php';
  5823.         $this->services['fos_user.change_password.controller'] = $instance = new \FOS\UserBundle\Controller\ChangePasswordController(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->privates['fos_user.change_password.form.factory'] ?? $this->getFosUser_ChangePassword_Form_FactoryService()), ($this->services['app.user.manager'] ?? $this->getApp_User_ManagerService()));
  5824.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('fos_user.change_password.controller'$this));
  5825.         return $instance;
  5826.     }
  5827.     /**
  5828.      * Gets the public 'fos_user.profile.controller' shared service.
  5829.      *
  5830.      * @return \FOS\UserBundle\Controller\ProfileController
  5831.      */
  5832.     protected function getFosUser_Profile_ControllerService()
  5833.     {
  5834.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  5835.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Controller/ProfileController.php';
  5836.         $this->services['fos_user.profile.controller'] = $instance = new \FOS\UserBundle\Controller\ProfileController(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->privates['fos_user.profile.form.factory'] ?? $this->getFosUser_Profile_Form_FactoryService()), ($this->services['app.user.manager'] ?? $this->getApp_User_ManagerService()));
  5837.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('fos_user.profile.controller'$this));
  5838.         return $instance;
  5839.     }
  5840.     /**
  5841.      * Gets the public 'fos_user.registration.controller' shared service.
  5842.      *
  5843.      * @return \FOS\UserBundle\Controller\RegistrationController
  5844.      */
  5845.     protected function getFosUser_Registration_ControllerService()
  5846.     {
  5847.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  5848.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Controller/RegistrationController.php';
  5849.         $this->services['fos_user.registration.controller'] = $instance = new \FOS\UserBundle\Controller\RegistrationController(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->privates['fos_user.registration.form.factory'] ?? $this->getFosUser_Registration_Form_FactoryService()), ($this->services['app.user.manager'] ?? $this->getApp_User_ManagerService()), ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()));
  5850.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('fos_user.registration.controller'$this));
  5851.         return $instance;
  5852.     }
  5853.     /**
  5854.      * Gets the public 'fos_user.resetting.controller' shared service.
  5855.      *
  5856.      * @return \FOS\UserBundle\Controller\ResettingController
  5857.      */
  5858.     protected function getFosUser_Resetting_ControllerService()
  5859.     {
  5860.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  5861.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Controller/ResettingController.php';
  5862.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Util/TokenGeneratorInterface.php';
  5863.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Util/TokenGenerator.php';
  5864.         $this->services['fos_user.resetting.controller'] = $instance = new \FOS\UserBundle\Controller\ResettingController(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->privates['fos_user.resetting.form.factory'] ?? $this->getFosUser_Resetting_Form_FactoryService()), ($this->services['app.user.manager'] ?? $this->getApp_User_ManagerService()), ($this->privates['fos_user.util.token_generator.default'] ?? ($this->privates['fos_user.util.token_generator.default'] = new \FOS\UserBundle\Util\TokenGenerator())), ($this->services['FOS\\UserBundle\\Mailer\\MailerInterface'] ?? $this->getMailerInterfaceService()), 7200);
  5865.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('fos_user.resetting.controller'$this));
  5866.         return $instance;
  5867.     }
  5868.     /**
  5869.      * Gets the public 'fos_user.security.controller' shared service.
  5870.      *
  5871.      * @return \FOS\UserBundle\Controller\SecurityController
  5872.      */
  5873.     protected function getFosUser_Security_ControllerService()
  5874.     {
  5875.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  5876.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Controller/SecurityController.php';
  5877.         $this->services['fos_user.security.controller'] = $instance = new \FOS\UserBundle\Controller\SecurityController(($this->privates['security.authentication_utils'] ?? $this->getSecurity_AuthenticationUtilsService()), NULL);
  5878.         $instance->setContainer(($this->privates['.service_locator.mx0UMmY'] ?? $this->get_ServiceLocator_Mx0UMmYService())->withContext('fos_user.security.controller'$this));
  5879.         return $instance;
  5880.     }
  5881.     /**
  5882.      * Gets the public 'google.client.gmail' shared autowired service.
  5883.      *
  5884.      * @return \Google_Client
  5885.      */
  5886.     protected function getGoogle_Client_GmailService()
  5887.     {
  5888.         include_once \dirname(__DIR__4).'/vendor/google/apiclient/src/Client.php';
  5889.         include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/NullAdapter.php';
  5890.         $this->services['google.client.gmail'] = $instance = new \Google_Client();
  5891.         $instance->setClientId('902750113591-bve9npki8lk031u5g2oogq3p6c5bbouo.apps.googleusercontent.com');
  5892.         $instance->setClientSecret('MvlXw-tKrtUivbMZ4mu7i-Hz');
  5893.         $instance->setAccessType('offline');
  5894.         $instance->addScope('https://www.googleapis.com/auth/gmail.compose');
  5895.         $instance->setCache(($this->services['Symfony\\Component\\Cache\\Adapter\\NullAdapter'] ?? ($this->services['Symfony\\Component\\Cache\\Adapter\\NullAdapter'] = new \Symfony\Component\Cache\Adapter\NullAdapter())));
  5896.         return $instance;
  5897.     }
  5898.     /**
  5899.      * Gets the public 'hautelook_alice.console.command.doctrine.doctrine_orm_load_data_fixtures_command' shared service.
  5900.      *
  5901.      * @return \Hautelook\AliceBundle\Console\Command\Doctrine\DoctrineOrmLoadDataFixturesCommand
  5902.      */
  5903.     protected function getHautelookAlice_Console_Command_Doctrine_DoctrineOrmLoadDataFixturesCommandService()
  5904.     {
  5905.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  5906.         include_once \dirname(__DIR__4).'/vendor/hautelook/alice-bundle/src/Console/Command/Doctrine/DoctrineOrmLoadDataFixturesCommand.php';
  5907.         $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()));
  5908.         $instance->setName('hautelook:fixtures:load');
  5909.         return $instance;
  5910.     }
  5911.     /**
  5912.      * Gets the public 'hautelook_alice.data_fixtures.append_loader' shared service.
  5913.      *
  5914.      * @return \Fidry\AliceDataFixtures\Loader\FileResolverLoader
  5915.      */
  5916.     protected function getHautelookAlice_DataFixtures_AppendLoaderService()
  5917.     {
  5918.         include_once \dirname(__DIR__4).'/vendor/theofidry/alice-data-fixtures/src/Loader/FileResolverLoader.php';
  5919.         include_once \dirname(__DIR__4).'/vendor/theofidry/alice-data-fixtures/src/FileResolverInterface.php';
  5920.         include_once \dirname(__DIR__4).'/vendor/hautelook/alice-bundle/src/Resolver/File/KernelFileResolver.php';
  5921.         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))))));
  5922.     }
  5923.     /**
  5924.      * Gets the public 'hautelook_alice.data_fixtures.purge_loader' shared service.
  5925.      *
  5926.      * @return \Fidry\AliceDataFixtures\Loader\FileResolverLoader
  5927.      */
  5928.     protected function getHautelookAlice_DataFixtures_PurgeLoaderService()
  5929.     {
  5930.         include_once \dirname(__DIR__4).'/vendor/theofidry/alice-data-fixtures/src/Loader/FileResolverLoader.php';
  5931.         include_once \dirname(__DIR__4).'/vendor/theofidry/alice-data-fixtures/src/FileResolverInterface.php';
  5932.         include_once \dirname(__DIR__4).'/vendor/hautelook/alice-bundle/src/Resolver/File/KernelFileResolver.php';
  5933.         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))))));
  5934.     }
  5935.     /**
  5936.      * Gets the public 'hautelook_alice.loader' shared service.
  5937.      *
  5938.      * @return \Hautelook\AliceBundle\Loader\DoctrineOrmLoader
  5939.      */
  5940.     protected function getHautelookAlice_LoaderService()
  5941.     {
  5942.         include_once \dirname(__DIR__4).'/vendor/hautelook/alice-bundle/src/LoaderInterface.php';
  5943.         include_once \dirname(__DIR__4).'/vendor/hautelook/alice-bundle/src/LoggerAwareInterface.php';
  5944.         include_once \dirname(__DIR__4).'/vendor/hautelook/alice-bundle/src/Loader/DoctrineOrmLoader.php';
  5945.         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()));
  5946.     }
  5947.     /**
  5948.      * Gets the public 'hautelook_alice.locator' shared service.
  5949.      *
  5950.      * @return \Hautelook\AliceBundle\Locator\EnvironmentlessFilesLocator
  5951.      */
  5952.     protected function getHautelookAlice_LocatorService()
  5953.     {
  5954.         include_once \dirname(__DIR__4).'/vendor/hautelook/alice-bundle/src/FixtureLocatorInterface.php';
  5955.         include_once \dirname(__DIR__4).'/vendor/hautelook/alice-bundle/src/Locator/EnvironmentlessFilesLocator.php';
  5956.         return $this->services['hautelook_alice.locator'] = new \Hautelook\AliceBundle\Locator\EnvironmentlessFilesLocator(($this->privates['hautelook_alice.locator.env_directory'] ?? $this->getHautelookAlice_Locator_EnvDirectoryService()));
  5957.     }
  5958.     /**
  5959.      * Gets the public 'hautelook_alice.resolver.bundle' shared service.
  5960.      *
  5961.      * @return \Hautelook\AliceBundle\Resolver\Bundle\NoBundleResolver
  5962.      */
  5963.     protected function getHautelookAlice_Resolver_BundleService()
  5964.     {
  5965.         include_once \dirname(__DIR__4).'/vendor/hautelook/alice-bundle/src/BundleResolverInterface.php';
  5966.         include_once \dirname(__DIR__4).'/vendor/hautelook/alice-bundle/src/Resolver/Bundle/NoBundleResolver.php';
  5967.         include_once \dirname(__DIR__4).'/vendor/hautelook/alice-bundle/src/Resolver/Bundle/SimpleBundleResolver.php';
  5968.         return $this->services['hautelook_alice.resolver.bundle'] = new \Hautelook\AliceBundle\Resolver\Bundle\NoBundleResolver(($this->privates['hautelook_alice.resolver.bundle.simple_resolver'] ?? ($this->privates['hautelook_alice.resolver.bundle.simple_resolver'] = new \Hautelook\AliceBundle\Resolver\Bundle\SimpleBundleResolver(($this->services['kernel'] ?? $this->get('kernel'1))))));
  5969.     }
  5970.     /**
  5971.      * Gets the public 'hautelook_alice.resolver.file' shared service.
  5972.      *
  5973.      * @return \Hautelook\AliceBundle\Resolver\File\KernelFileResolver
  5974.      */
  5975.     protected function getHautelookAlice_Resolver_FileService()
  5976.     {
  5977.         include_once \dirname(__DIR__4).'/vendor/theofidry/alice-data-fixtures/src/FileResolverInterface.php';
  5978.         include_once \dirname(__DIR__4).'/vendor/hautelook/alice-bundle/src/Resolver/File/KernelFileResolver.php';
  5979.         return $this->services['hautelook_alice.resolver.file'] = new \Hautelook\AliceBundle\Resolver\File\KernelFileResolver(($this->services['kernel'] ?? $this->get('kernel'1)));
  5980.     }
  5981.     /**
  5982.      * Gets the public 'http_kernel' shared service.
  5983.      *
  5984.      * @return \Symfony\Component\HttpKernel\HttpKernel
  5985.      */
  5986.     protected function getHttpKernelService()
  5987.     {
  5988.         return $this->services['http_kernel'] = new \Symfony\Component\HttpKernel\HttpKernel(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->privates['debug.controller_resolver'] ?? $this->getDebug_ControllerResolverService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->privates['debug.argument_resolver'] ?? $this->getDebug_ArgumentResolverService()));
  5989.     }
  5990.     /**
  5991.      * Gets the public 'httplug.client' shared service.
  5992.      *
  5993.      * @return \Http\Client\Common\HttpMethodsClient
  5994.      */
  5995.     protected function getHttplug_ClientService()
  5996.     {
  5997.         include_once \dirname(__DIR__4).'/vendor/psr/http-client/src/ClientInterface.php';
  5998.         include_once \dirname(__DIR__4).'/vendor/php-http/httplug/src/HttpClient.php';
  5999.         include_once \dirname(__DIR__4).'/vendor/php-http/client-common/src/HttpMethodsClientInterface.php';
  6000.         include_once \dirname(__DIR__4).'/vendor/php-http/client-common/src/HttpMethodsClient.php';
  6001.         return $this->services['httplug.client'] = new \Http\Client\Common\HttpMethodsClient(($this->privates['httplug.client.app.http_methods.inner'] ?? $this->getHttplug_Client_App_HttpMethods_InnerService()), ($this->services['httplug.message_factory'] ?? $this->getHttplug_MessageFactoryService()));
  6002.     }
  6003.     /**
  6004.      * Gets the public 'httplug.message_factory' shared service.
  6005.      *
  6006.      * @return \Http\Message\MessageFactory
  6007.      */
  6008.     protected function getHttplug_MessageFactoryService()
  6009.     {
  6010.         include_once \dirname(__DIR__4).'/vendor/php-http/message-factory/src/RequestFactory.php';
  6011.         include_once \dirname(__DIR__4).'/vendor/php-http/message-factory/src/ResponseFactory.php';
  6012.         include_once \dirname(__DIR__4).'/vendor/php-http/message-factory/src/MessageFactory.php';
  6013.         include_once \dirname(__DIR__4).'/vendor/php-http/discovery/src/ClassDiscovery.php';
  6014.         include_once \dirname(__DIR__4).'/vendor/php-http/discovery/src/MessageFactoryDiscovery.php';
  6015.         return $this->services['httplug.message_factory'] = \Http\Discovery\MessageFactoryDiscovery::find();
  6016.     }
  6017.     /**
  6018.      * Gets the public 'httplug.psr17_request_factory' shared service.
  6019.      *
  6020.      * @return \Psr\Http\Message\RequestFactoryInterface
  6021.      */
  6022.     protected function getHttplug_Psr17RequestFactoryService()
  6023.     {
  6024.         include_once \dirname(__DIR__4).'/vendor/php-http/discovery/src/ClassDiscovery.php';
  6025.         include_once \dirname(__DIR__4).'/vendor/php-http/discovery/src/Psr17FactoryDiscovery.php';
  6026.         return $this->services['httplug.psr17_request_factory'] = \Http\Discovery\Psr17FactoryDiscovery::findRequestFactory();
  6027.     }
  6028.     /**
  6029.      * Gets the public 'httplug.psr17_response_factory' shared service.
  6030.      *
  6031.      * @return \Psr\Http\Message\ResponseFactoryInterface
  6032.      */
  6033.     protected function getHttplug_Psr17ResponseFactoryService()
  6034.     {
  6035.         include_once \dirname(__DIR__4).'/vendor/php-http/discovery/src/ClassDiscovery.php';
  6036.         include_once \dirname(__DIR__4).'/vendor/php-http/discovery/src/Psr17FactoryDiscovery.php';
  6037.         return $this->services['httplug.psr17_response_factory'] = \Http\Discovery\Psr17FactoryDiscovery::findResponseFactory();
  6038.     }
  6039.     /**
  6040.      * Gets the public 'httplug.psr17_server_request_factory' shared service.
  6041.      *
  6042.      * @return \Psr\Http\Message\ServerRequestFactoryInterface
  6043.      */
  6044.     protected function getHttplug_Psr17ServerRequestFactoryService()
  6045.     {
  6046.         include_once \dirname(__DIR__4).'/vendor/php-http/discovery/src/ClassDiscovery.php';
  6047.         include_once \dirname(__DIR__4).'/vendor/php-http/discovery/src/Psr17FactoryDiscovery.php';
  6048.         return $this->services['httplug.psr17_server_request_factory'] = \Http\Discovery\Psr17FactoryDiscovery::findServerRequestFactory();
  6049.     }
  6050.     /**
  6051.      * Gets the public 'httplug.psr17_stream_factory' shared service.
  6052.      *
  6053.      * @return \Psr\Http\Message\StreamFactoryInterface
  6054.      */
  6055.     protected function getHttplug_Psr17StreamFactoryService()
  6056.     {
  6057.         include_once \dirname(__DIR__4).'/vendor/php-http/discovery/src/ClassDiscovery.php';
  6058.         include_once \dirname(__DIR__4).'/vendor/php-http/discovery/src/Psr17FactoryDiscovery.php';
  6059.         return $this->services['httplug.psr17_stream_factory'] = \Http\Discovery\Psr17FactoryDiscovery::findStreamFactory();
  6060.     }
  6061.     /**
  6062.      * Gets the public 'httplug.psr17_uploaded_file_factory' shared service.
  6063.      *
  6064.      * @return \Psr\Http\Message\UploadedFileFactoryInterface
  6065.      */
  6066.     protected function getHttplug_Psr17UploadedFileFactoryService()
  6067.     {
  6068.         include_once \dirname(__DIR__4).'/vendor/php-http/discovery/src/ClassDiscovery.php';
  6069.         include_once \dirname(__DIR__4).'/vendor/php-http/discovery/src/Psr17FactoryDiscovery.php';
  6070.         return $this->services['httplug.psr17_uploaded_file_factory'] = \Http\Discovery\Psr17FactoryDiscovery::findUploadedFileFactory();
  6071.     }
  6072.     /**
  6073.      * Gets the public 'httplug.psr17_uri_factory' shared service.
  6074.      *
  6075.      * @return \Psr\Http\Message\UriFactoryInterface
  6076.      */
  6077.     protected function getHttplug_Psr17UriFactoryService()
  6078.     {
  6079.         include_once \dirname(__DIR__4).'/vendor/php-http/discovery/src/ClassDiscovery.php';
  6080.         include_once \dirname(__DIR__4).'/vendor/php-http/discovery/src/Psr17FactoryDiscovery.php';
  6081.         return $this->services['httplug.psr17_uri_factory'] = \Http\Discovery\Psr17FactoryDiscovery::findUrlFactory();
  6082.     }
  6083.     /**
  6084.      * Gets the public 'httplug.psr18_client' shared service.
  6085.      *
  6086.      * @return \Psr\Http\Client\ClientInterface
  6087.      */
  6088.     protected function getHttplug_Psr18ClientService()
  6089.     {
  6090.         include_once \dirname(__DIR__4).'/vendor/psr/http-client/src/ClientInterface.php';
  6091.         include_once \dirname(__DIR__4).'/vendor/php-http/discovery/src/ClassDiscovery.php';
  6092.         include_once \dirname(__DIR__4).'/vendor/php-http/discovery/src/Psr18ClientDiscovery.php';
  6093.         return $this->services['httplug.psr18_client'] = \Http\Discovery\Psr18ClientDiscovery::find();
  6094.     }
  6095.     /**
  6096.      * Gets the public 'httplug.stream_factory' shared service.
  6097.      *
  6098.      * @return \Http\Message\StreamFactory
  6099.      */
  6100.     protected function getHttplug_StreamFactoryService()
  6101.     {
  6102.         include_once \dirname(__DIR__4).'/vendor/php-http/message-factory/src/StreamFactory.php';
  6103.         include_once \dirname(__DIR__4).'/vendor/php-http/discovery/src/ClassDiscovery.php';
  6104.         include_once \dirname(__DIR__4).'/vendor/php-http/discovery/src/StreamFactoryDiscovery.php';
  6105.         return $this->services['httplug.stream_factory'] = \Http\Discovery\StreamFactoryDiscovery::find();
  6106.     }
  6107.     /**
  6108.      * Gets the public 'httplug.uri_factory' shared service.
  6109.      *
  6110.      * @return \Http\Message\UriFactory
  6111.      */
  6112.     protected function getHttplug_UriFactoryService()
  6113.     {
  6114.         include_once \dirname(__DIR__4).'/vendor/php-http/message-factory/src/UriFactory.php';
  6115.         include_once \dirname(__DIR__4).'/vendor/php-http/discovery/src/ClassDiscovery.php';
  6116.         include_once \dirname(__DIR__4).'/vendor/php-http/discovery/src/UriFactoryDiscovery.php';
  6117.         return $this->services['httplug.uri_factory'] = \Http\Discovery\UriFactoryDiscovery::find();
  6118.     }
  6119.     /**
  6120.      * Gets the public 'hwi_oauth.resource_ownermap.main' shared service.
  6121.      *
  6122.      * @return \HWI\Bundle\OAuthBundle\Security\Http\ResourceOwnerMap
  6123.      */
  6124.     protected function getHwiOauth_ResourceOwnermap_MainService()
  6125.     {
  6126.         include_once \dirname(__DIR__4).'/vendor/hwi/oauth-bundle/src/Security/Http/ResourceOwnerMapInterface.php';
  6127.         include_once \dirname(__DIR__4).'/vendor/hwi/oauth-bundle/src/Security/Http/ResourceOwnerMap.php';
  6128.         return $this->services['hwi_oauth.resource_ownermap.main'] = new \HWI\Bundle\OAuthBundle\Security\Http\ResourceOwnerMap(($this->privates['security.http_utils'] ?? $this->getSecurity_HttpUtilsService()), $this->parameters['hwi_oauth.resource_owners'], $this->parameters['hwi_oauth.resource_ownermap.configured.main'], ($this->privates['.service_locator.x7qCGOo'] ?? $this->get_ServiceLocator_X7qCGOoService()));
  6129.     }
  6130.     /**
  6131.      * Gets the public 'hwi_oauth.user_checker' shared service.
  6132.      *
  6133.      * @return \Symfony\Component\Security\Core\User\InMemoryUserChecker
  6134.      */
  6135.     protected function getHwiOauth_UserCheckerService()
  6136.     {
  6137.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/UserCheckerInterface.php';
  6138.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/InMemoryUserChecker.php';
  6139.         return $this->services['hwi_oauth.user_checker'] = new \Symfony\Component\Security\Core\User\InMemoryUserChecker();
  6140.     }
  6141.     /**
  6142.      * Gets the public 'jms_serializer' shared service.
  6143.      *
  6144.      * @return \JMS\Serializer\Serializer
  6145.      */
  6146.     protected function getJmsSerializerService()
  6147.     {
  6148.         return $this->services['jms_serializer'] = new \JMS\Serializer\Serializer(($this->privates['jms_serializer.traceable_metadata_factory'] ?? $this->getJmsSerializer_TraceableMetadataFactoryService()), [=> ($this->privates['jms_serializer.deserialization_graph_navigator_factory'] ?? $this->getJmsSerializer_DeserializationGraphNavigatorFactoryService()), => ($this->privates['jms_serializer.serialization_graph_navigator_factory'] ?? $this->getJmsSerializer_SerializationGraphNavigatorFactoryService())], ['json' => ($this->privates['jms_serializer.json_serialization_visitor'] ?? $this->getJmsSerializer_JsonSerializationVisitorService()), 'xml' => ($this->privates['jms_serializer.xml_serialization_visitor'] ?? $this->getJmsSerializer_XmlSerializationVisitorService())], ['json' => ($this->privates['jms_serializer.json_deserialization_visitor'] ?? $this->getJmsSerializer_JsonDeserializationVisitorService()), 'xml' => ($this->privates['jms_serializer.xml_deserialization_visitor'] ?? ($this->privates['jms_serializer.xml_deserialization_visitor'] = 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())));
  6149.     }
  6150.     /**
  6151.      * Gets the public 'jms_serializer.deserialization_context_factory' shared service.
  6152.      *
  6153.      * @return \JMS\SerializerBundle\ContextFactory\ConfiguredContextFactory
  6154.      */
  6155.     protected function getJmsSerializer_DeserializationContextFactoryService()
  6156.     {
  6157.         return $this->services['jms_serializer.deserialization_context_factory'] = new \JMS\SerializerBundle\ContextFactory\ConfiguredContextFactory();
  6158.     }
  6159.     /**
  6160.      * Gets the public 'jms_serializer.metadata_driver' shared service.
  6161.      *
  6162.      * @return \JMS\Serializer\Metadata\Driver\TypedPropertiesDriver
  6163.      */
  6164.     protected function getJmsSerializer_MetadataDriverService()
  6165.     {
  6166.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Metadata/Driver/TypedPropertiesDriver.php';
  6167.         return $this->services['jms_serializer.metadata_driver'] = new \JMS\Serializer\Metadata\Driver\TypedPropertiesDriver(($this->privates['jms_serializer.metadata.doctrine_type_driver'] ?? $this->getJmsSerializer_Metadata_DoctrineTypeDriverService()), ($this->privates['jms_serializer.type_parser'] ?? ($this->privates['jms_serializer.type_parser'] = new \JMS\Serializer\Type\Parser())));
  6168.     }
  6169.     /**
  6170.      * Gets the public 'jms_serializer.serialization_context_factory' shared service.
  6171.      *
  6172.      * @return \JMS\SerializerBundle\ContextFactory\ConfiguredContextFactory
  6173.      */
  6174.     protected function getJmsSerializer_SerializationContextFactoryService()
  6175.     {
  6176.         return $this->services['jms_serializer.serialization_context_factory'] = new \JMS\SerializerBundle\ContextFactory\ConfiguredContextFactory();
  6177.     }
  6178.     /**
  6179.      * Gets the public 'jms_serializer.serialized_name_or_identical_property_strategy' shared autowired service.
  6180.      *
  6181.      * @return \CodersLab\Lms\SharedKernel\Infrastructure\Serialization\SerializedNameOrIdenticalPropertyStrategy
  6182.      */
  6183.     protected function getJmsSerializer_SerializedNameOrIdenticalPropertyStrategyService()
  6184.     {
  6185.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Naming/PropertyNamingStrategyInterface.php';
  6186.         include_once \dirname(__DIR__4).'/src/Lms/SharedKernel/Infrastructure/Serialization/SerializedNameOrIdenticalPropertyStrategy.php';
  6187.         return $this->services['jms_serializer.serialized_name_or_identical_property_strategy'] = new \CodersLab\Lms\SharedKernel\Infrastructure\Serialization\SerializedNameOrIdenticalPropertyStrategy();
  6188.     }
  6189.     /**
  6190.      * Gets the public 'knp_paginator' shared service.
  6191.      *
  6192.      * @return \Knp\Component\Pager\Paginator
  6193.      */
  6194.     protected function getKnpPaginatorService($lazyLoad true)
  6195.     {
  6196.         if ($lazyLoad) {
  6197.             return $this->services['knp_paginator'] = $this->createProxy('PaginatorInterface_82dac15', function () {
  6198.                 return \PaginatorInterface_82dac15::staticProxyConstructor(function (&$wrappedInstance\ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  6199.                     $wrappedInstance $this->getKnpPaginatorService(false);
  6200.                     $proxy->setProxyInitializer(null);
  6201.                     return true;
  6202.                 });
  6203.             });
  6204.         }
  6205.         $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())));
  6206.         $instance->setDefaultPaginatorOptions(['pageParameterName' => 'page''sortFieldParameterName' => 'sort''sortDirectionParameterName' => 'direction''filterFieldParameterName' => 'filterField''filterValueParameterName' => 'filterValue''distinct' => true'pageOutOfRange' => 'ignore''defaultLimit' => 10]);
  6207.         return $instance;
  6208.     }
  6209.     /**
  6210.      * Gets the public 'lexik_jwt_authentication.encoder' shared service.
  6211.      *
  6212.      * @return \Lexik\Bundle\JWTAuthenticationBundle\Encoder\LcobucciJWTEncoder
  6213.      */
  6214.     protected function getLexikJwtAuthentication_EncoderService()
  6215.     {
  6216.         return $this->services['lexik_jwt_authentication.encoder'] = new \Lexik\Bundle\JWTAuthenticationBundle\Encoder\LcobucciJWTEncoder(($this->privates['lexik_jwt_authentication.jws_provider.lcobucci'] ?? $this->getLexikJwtAuthentication_JwsProvider_LcobucciService()));
  6217.     }
  6218.     /**
  6219.      * Gets the public 'lexik_jwt_authentication.generate_token_command' shared service.
  6220.      *
  6221.      * @return \Lexik\Bundle\JWTAuthenticationBundle\Command\GenerateTokenCommand
  6222.      */
  6223.     protected function getLexikJwtAuthentication_GenerateTokenCommandService()
  6224.     {
  6225.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6226.         include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/Command/GenerateTokenCommand.php';
  6227.         $this->services['lexik_jwt_authentication.generate_token_command'] = $instance = new \Lexik\Bundle\JWTAuthenticationBundle\Command\GenerateTokenCommand(($this->services['lexik_jwt_authentication.jwt_manager'] ?? $this->getLexikJwtAuthentication_JwtManagerService()), new RewindableGenerator(function () {
  6228.             yield => ($this->privates['fos_user.user_provider.username_email'] ?? $this->getFosUser_UserProvider_UsernameEmailService());
  6229.         }, 1));
  6230.         $instance->setName('lexik:jwt:generate-token');
  6231.         $instance->setDescription('Generates a JWT token for a given user.');
  6232.         return $instance;
  6233.     }
  6234.     /**
  6235.      * Gets the public 'lexik_jwt_authentication.jwt_manager' shared service.
  6236.      *
  6237.      * @return \Lexik\Bundle\JWTAuthenticationBundle\Services\JWTManager
  6238.      */
  6239.     protected function getLexikJwtAuthentication_JwtManagerService()
  6240.     {
  6241.         $this->services['lexik_jwt_authentication.jwt_manager'] = $instance = new \Lexik\Bundle\JWTAuthenticationBundle\Services\JWTManager(($this->services['lexik_jwt_authentication.encoder'] ?? $this->getLexikJwtAuthentication_EncoderService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), 'username');
  6242.         $instance->setUserIdentityField('username'false);
  6243.         return $instance;
  6244.     }
  6245.     /**
  6246.      * Gets the public 'lexik_jwt_authentication.key_loader' shared service.
  6247.      *
  6248.      * @return \Lexik\Bundle\JWTAuthenticationBundle\Services\KeyLoader\RawKeyLoader
  6249.      */
  6250.     protected function getLexikJwtAuthentication_KeyLoaderService()
  6251.     {
  6252.         return $this->services['lexik_jwt_authentication.key_loader'] = new \Lexik\Bundle\JWTAuthenticationBundle\Services\KeyLoader\RawKeyLoader((\dirname(__DIR__4).'/'.$this->getEnv('string:JWT_SECRET_KEY')), (\dirname(__DIR__4).'/'.$this->getEnv('string:JWT_PUBLIC_KEY')), $this->getEnv('JWT_PASSPHRASE'), []);
  6253.     }
  6254.     /**
  6255.      * Gets the public 'materials_cache' shared service.
  6256.      *
  6257.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  6258.      */
  6259.     protected function getMaterialsCacheService()
  6260.     {
  6261.         return $this->services['materials_cache'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(($this->privates['materials_cache.traceable.recorder_inner'] ?? $this->getMaterialsCache_Traceable_RecorderInnerService()));
  6262.     }
  6263.     /**
  6264.      * Gets the public 'messenger.default_bus' shared service.
  6265.      *
  6266.      * @return \Symfony\Component\Messenger\TraceableMessageBus
  6267.      */
  6268.     protected function getMessenger_DefaultBusService()
  6269.     {
  6270.         return $this->services['messenger.default_bus'] = new \Symfony\Component\Messenger\TraceableMessageBus(($this->privates['debug.traced.command_bus.inner'] ?? $this->getDebug_Traced_CommandBus_InnerService()));
  6271.     }
  6272.     /**
  6273.      * Gets the public 'nelmio_alice.data_loader' shared service.
  6274.      *
  6275.      * @return \Nelmio\Alice\Loader\SimpleDataLoader
  6276.      */
  6277.     protected function getNelmioAlice_DataLoaderService()
  6278.     {
  6279.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/DataLoaderInterface.php';
  6280.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Loader/SimpleDataLoader.php';
  6281.         return $this->services['nelmio_alice.data_loader'] = new \Nelmio\Alice\Loader\SimpleDataLoader(($this->privates['nelmio_alice.fixture_builder.simple'] ?? $this->getNelmioAlice_FixtureBuilder_SimpleService()), ($this->privates['nelmio_alice.generator.double_pass'] ?? $this->getNelmioAlice_Generator_DoublePassService()));
  6282.     }
  6283.     /**
  6284.      * Gets the public 'nelmio_alice.file_loader' shared service.
  6285.      *
  6286.      * @return \Nelmio\Alice\Loader\SimpleFileLoader
  6287.      */
  6288.     protected function getNelmioAlice_FileLoaderService()
  6289.     {
  6290.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FileLoaderInterface.php';
  6291.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Loader/SimpleFileLoader.php';
  6292.         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()));
  6293.     }
  6294.     /**
  6295.      * Gets the public 'nelmio_alice.files_loader' shared service.
  6296.      *
  6297.      * @return \Nelmio\Alice\Loader\SimpleFilesLoader
  6298.      */
  6299.     protected function getNelmioAlice_FilesLoaderService()
  6300.     {
  6301.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FilesLoaderInterface.php';
  6302.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Loader/SimpleFilesLoader.php';
  6303.         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()));
  6304.     }
  6305.     /**
  6306.      * Gets the public 'nelmio_api_doc.command.dump' shared service.
  6307.      *
  6308.      * @return \Nelmio\ApiDocBundle\Command\DumpCommand
  6309.      */
  6310.     protected function getNelmioApiDoc_Command_DumpService()
  6311.     {
  6312.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  6313.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Command/DumpCommand.php';
  6314.         $this->services['nelmio_api_doc.command.dump'] = $instance = new \Nelmio\ApiDocBundle\Command\DumpCommand(($this->services['nelmio_api_doc.render_docs'] ?? $this->getNelmioApiDoc_RenderDocsService()));
  6315.         $instance->setName('nelmio:apidoc:dump');
  6316.         return $instance;
  6317.     }
  6318.     /**
  6319.      * Gets the public 'nelmio_api_doc.controller.swagger_json' shared service.
  6320.      *
  6321.      * @return \Nelmio\ApiDocBundle\Controller\DocumentationController
  6322.      */
  6323.     protected function getNelmioApiDoc_Controller_SwaggerJsonService()
  6324.     {
  6325.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Controller/DocumentationController.php';
  6326.         return $this->services['nelmio_api_doc.controller.swagger_json'] = new \Nelmio\ApiDocBundle\Controller\DocumentationController(($this->services['nelmio_api_doc.render_docs'] ?? $this->getNelmioApiDoc_RenderDocsService()));
  6327.     }
  6328.     /**
  6329.      * Gets the public 'nelmio_api_doc.controller.swagger_ui' shared service.
  6330.      *
  6331.      * @return \Nelmio\ApiDocBundle\Controller\SwaggerUiController
  6332.      */
  6333.     protected function getNelmioApiDoc_Controller_SwaggerUiService()
  6334.     {
  6335.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Controller/SwaggerUiController.php';
  6336.         return $this->services['nelmio_api_doc.controller.swagger_ui'] = new \Nelmio\ApiDocBundle\Controller\SwaggerUiController(($this->services['nelmio_api_doc.render_docs'] ?? $this->getNelmioApiDoc_RenderDocsService()));
  6337.     }
  6338.     /**
  6339.      * Gets the public 'nelmio_api_doc.controller.swagger_yaml' shared service.
  6340.      *
  6341.      * @return \Nelmio\ApiDocBundle\Controller\YamlDocumentationController
  6342.      */
  6343.     protected function getNelmioApiDoc_Controller_SwaggerYamlService()
  6344.     {
  6345.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Controller/YamlDocumentationController.php';
  6346.         return $this->services['nelmio_api_doc.controller.swagger_yaml'] = new \Nelmio\ApiDocBundle\Controller\YamlDocumentationController(($this->services['nelmio_api_doc.render_docs'] ?? $this->getNelmioApiDoc_RenderDocsService()));
  6347.     }
  6348.     /**
  6349.      * Gets the public 'nelmio_api_doc.generator.default' shared service.
  6350.      *
  6351.      * @return \Nelmio\ApiDocBundle\ApiDocGenerator
  6352.      */
  6353.     protected function getNelmioApiDoc_Generator_DefaultService()
  6354.     {
  6355.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/ApiDocGenerator.php';
  6356.         $this->services['nelmio_api_doc.generator.default'] = $instance = new \Nelmio\ApiDocBundle\ApiDocGenerator(new RewindableGenerator(function () {
  6357.             yield => ($this->privates['nelmio_api_doc.describers.config'] ?? $this->getNelmioApiDoc_Describers_ConfigService());
  6358.             yield => ($this->privates['nelmio_api_doc.describers.config.default'] ?? ($this->privates['nelmio_api_doc.describers.config.default'] = new \Nelmio\ApiDocBundle\Describer\ExternalDocDescriber([], true)));
  6359.             yield => ($this->privates['nelmio_api_doc.describers.openapi_php.default'] ?? $this->getNelmioApiDoc_Describers_OpenapiPhp_DefaultService());
  6360.             yield => ($this->privates['nelmio_api_doc.describers.route.default'] ?? $this->getNelmioApiDoc_Describers_Route_DefaultService());
  6361.             yield => ($this->privates['nelmio_api_doc.describers.default'] ?? ($this->privates['nelmio_api_doc.describers.default'] = new \Nelmio\ApiDocBundle\Describer\DefaultDescriber()));
  6362.         }, 5), new RewindableGenerator(function () {
  6363.             yield => ($this->privates['nelmio_api_doc.model_describers.enum'] ?? ($this->privates['nelmio_api_doc.model_describers.enum'] = new \Nelmio\ApiDocBundle\ModelDescriber\EnumModelDescriber()));
  6364.             yield => ($this->privates['nelmio_api_doc.model_describers.form'] ?? $this->getNelmioApiDoc_ModelDescribers_FormService());
  6365.             yield => ($this->privates['nelmio_api_doc.model_describers.jms'] ?? $this->getNelmioApiDoc_ModelDescribers_JmsService());
  6366.             yield => ($this->privates['nelmio_api_doc.model_describers.object'] ?? $this->getNelmioApiDoc_ModelDescribers_ObjectService());
  6367.             yield => ($this->privates['nelmio_api_doc.model_describers.object_fallback'] ?? ($this->privates['nelmio_api_doc.model_describers.object_fallback'] = new \Nelmio\ApiDocBundle\ModelDescriber\FallbackObjectModelDescriber()));
  6368.         }, 5));
  6369.         $instance->setAlternativeNames([]);
  6370.         $instance->setMediaTypes([=> 'json']);
  6371.         $instance->setLogger(($this->privates['monolog.logger.nelmio_api_doc'] ?? $this->getMonolog_Logger_NelmioApiDocService()));
  6372.         return $instance;
  6373.     }
  6374.     /**
  6375.      * Gets the public 'nelmio_api_doc.render_docs' shared service.
  6376.      *
  6377.      * @return \Nelmio\ApiDocBundle\Render\RenderOpenApi
  6378.      */
  6379.     protected function getNelmioApiDoc_RenderDocsService()
  6380.     {
  6381.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Render/RenderOpenApi.php';
  6382.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Render/OpenApiRenderer.php';
  6383.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Render/Json/JsonOpenApiRenderer.php';
  6384.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Render/Yaml/YamlOpenApiRenderer.php';
  6385.         return $this->services['nelmio_api_doc.render_docs'] = new \Nelmio\ApiDocBundle\Render\RenderOpenApi(($this->privates['nelmio_api_doc.generator_locator'] ?? $this->getNelmioApiDoc_GeneratorLocatorService()), ($this->privates['nelmio_api_doc.render_docs.json'] ?? ($this->privates['nelmio_api_doc.render_docs.json'] = new \Nelmio\ApiDocBundle\Render\Json\JsonOpenApiRenderer())), ($this->privates['nelmio_api_doc.render_docs.yaml'] ?? ($this->privates['nelmio_api_doc.render_docs.yaml'] = new \Nelmio\ApiDocBundle\Render\Yaml\YamlOpenApiRenderer())), ($this->privates['nelmio_api_doc.render_docs.html'] ?? $this->getNelmioApiDoc_RenderDocs_HtmlService()));
  6386.     }
  6387.     /**
  6388.      * Gets the public 'request_stack' shared service.
  6389.      *
  6390.      * @return \Symfony\Component\HttpFoundation\RequestStack
  6391.      */
  6392.     protected function getRequestStackService()
  6393.     {
  6394.         return $this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack();
  6395.     }
  6396.     /**
  6397.      * Gets the public 'response_cache' shared service.
  6398.      *
  6399.      * @return \Symfony\Component\Cache\Adapter\TraceableTagAwareAdapter
  6400.      */
  6401.     protected function getResponseCacheService()
  6402.     {
  6403.         return $this->services['response_cache'] = new \Symfony\Component\Cache\Adapter\TraceableTagAwareAdapter(($this->privates['response_cache.traceable.recorder_inner'] ?? $this->getResponseCache_Traceable_RecorderInnerService()));
  6404.     }
  6405.     /**
  6406.      * Gets the public 'router' shared service.
  6407.      *
  6408.      * @return \Symfony\Bundle\FrameworkBundle\Routing\Router
  6409.      */
  6410.     protected function getRouterService()
  6411.     {
  6412.         $this->services['router'] = $instance = new \Symfony\Bundle\FrameworkBundle\Routing\Router((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6413.             'routing.loader' => ['services''routing.loader''getRouting_LoaderService'false],
  6414.         ], [
  6415.             'routing.loader' => 'Symfony\\Component\\Config\\Loader\\LoaderInterface',
  6416.         ]))->withContext('router.default'$this), 'kernel::loadRoutes', ['cache_dir' => $this->targetDir.'''debug' => true'generator_class' => 'Symfony\\Component\\Routing\\Generator\\CompiledUrlGenerator''generator_dumper_class' => 'Symfony\\Component\\Routing\\Generator\\Dumper\\CompiledUrlGeneratorDumper''matcher_class' => 'Symfony\\Bundle\\FrameworkBundle\\Routing\\RedirectableCompiledUrlMatcher''matcher_dumper_class' => 'Symfony\\Component\\Routing\\Matcher\\Dumper\\CompiledUrlMatcherDumper''strict_requirements' => NULL'resource_type' => 'service'], ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService()), ($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))), ($this->privates['monolog.logger.router'] ?? $this->getMonolog_Logger_RouterService()), $this->getEnv('PRIMARY_LANG'));
  6417.         $instance->setConfigCacheFactory(($this->privates['config_cache_factory'] ?? $this->getConfigCacheFactoryService()));
  6418.         $instance->addExpressionLanguageProvider(($this->privates['router.expression_language_provider'] ?? $this->getRouter_ExpressionLanguageProviderService()));
  6419.         return $instance;
  6420.     }
  6421.     /**
  6422.      * Gets the public 'routing.loader' shared service.
  6423.      *
  6424.      * @return \Symfony\Bundle\FrameworkBundle\Routing\DelegatingLoader
  6425.      */
  6426.     protected function getRouting_LoaderService()
  6427.     {
  6428.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/LoaderInterface.php';
  6429.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/Loader.php';
  6430.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/DelegatingLoader.php';
  6431.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Routing/DelegatingLoader.php';
  6432.         return $this->services['routing.loader'] = new \Symfony\Bundle\FrameworkBundle\Routing\DelegatingLoader(($this->privates['routing.resolver'] ?? $this->getRouting_ResolverService()), ['utf8' => true], []);
  6433.     }
  6434.     /**
  6435.      * Gets the public 'security.user_password_hasher' shared autowired service.
  6436.      *
  6437.      * @return \Symfony\Component\PasswordHasher\Hasher\UserPasswordHasher
  6438.      */
  6439.     protected function getSecurity_UserPasswordHasherService()
  6440.     {
  6441.         include_once \dirname(__DIR__4).'/vendor/symfony/password-hasher/Hasher/UserPasswordHasherInterface.php';
  6442.         include_once \dirname(__DIR__4).'/vendor/symfony/password-hasher/Hasher/UserPasswordHasher.php';
  6443.         return $this->services['security.user_password_hasher'] = new \Symfony\Component\PasswordHasher\Hasher\UserPasswordHasher(($this->privates['security.password_hasher_factory'] ?? $this->getSecurity_PasswordHasherFactoryService()));
  6444.     }
  6445.     /**
  6446.      * Gets the public 'services_resetter' shared service.
  6447.      *
  6448.      * @return \Symfony\Component\HttpKernel\DependencyInjection\ServicesResetter
  6449.      */
  6450.     protected function getServicesResetterService()
  6451.     {
  6452.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DependencyInjection/ServicesResetter.php';
  6453.         return $this->services['services_resetter'] = new \Symfony\Component\HttpKernel\DependencyInjection\ServicesResetter(new RewindableGenerator(function () {
  6454.             if (isset($this->services['cache.app'])) {
  6455.                 yield 'cache.app' => ($this->services['cache.app'] ?? null);
  6456.             }
  6457.             if (isset($this->services['cache.system'])) {
  6458.                 yield 'cache.system' => ($this->services['cache.system'] ?? null);
  6459.             }
  6460.             if (isset($this->privates['cache.validator.traceable'])) {
  6461.                 yield 'cache.validator' => ($this->privates['cache.validator.traceable'] ?? null);
  6462.             }
  6463.             if (isset($this->privates['cache.serializer.traceable'])) {
  6464.                 yield 'cache.serializer' => ($this->privates['cache.serializer.traceable'] ?? null);
  6465.             }
  6466.             if (isset($this->privates['cache.annotations.traceable'])) {
  6467.                 yield 'cache.annotations' => ($this->privates['cache.annotations.traceable'] ?? null);
  6468.             }
  6469.             if (isset($this->privates['cache.property_info.traceable'])) {
  6470.                 yield 'cache.property_info' => ($this->privates['cache.property_info.traceable'] ?? null);
  6471.             }
  6472.             if (isset($this->privates['cache.messenger.restart_workers_signal.traceable'])) {
  6473.                 yield 'cache.messenger.restart_workers_signal' => ($this->privates['cache.messenger.restart_workers_signal.traceable'] ?? null);
  6474.             }
  6475.             if (isset($this->privates['.debug.http_client'])) {
  6476.                 yield 'http_client' => ($this->privates['.debug.http_client'] ?? null);
  6477.             }
  6478.             if (isset($this->privates['mailer.message_logger_listener'])) {
  6479.                 yield 'mailer.message_logger_listener' => ($this->privates['mailer.message_logger_listener'] ?? null);
  6480.             }
  6481.             if (isset($this->privates['debug.stopwatch'])) {
  6482.                 yield 'debug.stopwatch' => ($this->privates['debug.stopwatch'] ?? null);
  6483.             }
  6484.             if (isset($this->services['event_dispatcher'])) {
  6485.                 yield 'debug.event_dispatcher' => ($this->services['event_dispatcher'] ?? null);
  6486.             }
  6487.             if (isset($this->services['materials_cache'])) {
  6488.                 yield 'materials_cache' => ($this->services['materials_cache'] ?? null);
  6489.             }
  6490.             if (isset($this->services['response_cache'])) {
  6491.                 yield 'response_cache' => ($this->services['response_cache'] ?? null);
  6492.             }
  6493.             if (isset($this->privates['doctrine.result_cache_pool.traceable'])) {
  6494.                 yield 'doctrine.result_cache_pool' => ($this->privates['doctrine.result_cache_pool.traceable'] ?? null);
  6495.             }
  6496.             if (isset($this->privates['doctrine.system_cache_pool.traceable'])) {
  6497.                 yield 'doctrine.system_cache_pool' => ($this->privates['doctrine.system_cache_pool.traceable'] ?? null);
  6498.             }
  6499.             if (isset($this->privates['doctrine.second_level_cache_pool.traceable'])) {
  6500.                 yield 'doctrine.second_level_cache_pool' => ($this->privates['doctrine.second_level_cache_pool.traceable'] ?? null);
  6501.             }
  6502.             if (isset($this->privates['form.choice_list_factory.cached'])) {
  6503.                 yield 'form.choice_list_factory.cached' => ($this->privates['form.choice_list_factory.cached'] ?? null);
  6504.             }
  6505.             if (isset($this->services['cache.validator_expression_language'])) {
  6506.                 yield 'cache.validator_expression_language' => ($this->services['cache.validator_expression_language'] ?? null);
  6507.             }
  6508.             if (isset($this->privates['messenger.transport.in_memory.factory'])) {
  6509.                 yield 'messenger.transport.in_memory.factory' => ($this->privates['messenger.transport.in_memory.factory'] ?? null);
  6510.             }
  6511.             if (isset($this->services['.container.private.profiler'])) {
  6512.                 yield 'profiler' => ($this->services['.container.private.profiler'] ?? null);
  6513.             }
  6514.             if (isset($this->services['.container.private.validator'])) {
  6515.                 yield 'debug.validator' => ($this->services['.container.private.validator'] ?? null);
  6516.             }
  6517.             if (isset($this->services['.container.private.security.token_storage'])) {
  6518.                 yield 'security.token_storage' => ($this->services['.container.private.security.token_storage'] ?? null);
  6519.             }
  6520.             if (isset($this->privates['cache.security_expression_language.traceable'])) {
  6521.                 yield 'cache.security_expression_language' => ($this->privates['cache.security_expression_language.traceable'] ?? null);
  6522.             }
  6523.             if (isset($this->privates['twig.form.engine'])) {
  6524.                 yield 'twig.form.engine' => ($this->privates['twig.form.engine'] ?? null);
  6525.             }
  6526.             if (isset($this->privates['monolog.handler.main'])) {
  6527.                 yield 'monolog.handler.main' => ($this->privates['monolog.handler.main'] ?? null);
  6528.             }
  6529.             if (isset($this->privates['monolog.handler.console'])) {
  6530.                 yield 'monolog.handler.console' => ($this->privates['monolog.handler.console'] ?? null);
  6531.             }
  6532.             if (isset($this->privates['monolog.handler.server_log'])) {
  6533.                 yield 'monolog.handler.server_log' => ($this->privates['monolog.handler.server_log'] ?? null);
  6534.             }
  6535.             if (isset($this->services['doctrine'])) {
  6536.                 yield 'doctrine' => ($this->services['doctrine'] ?? null);
  6537.             }
  6538.             if (isset($this->privates['form.type.entity'])) {
  6539.                 yield 'form.type.entity' => ($this->privates['form.type.entity'] ?? null);
  6540.             }
  6541.             if (isset($this->privates['httplug.collector.collector'])) {
  6542.                 yield 'httplug.collector.collector' => ($this->privates['httplug.collector.collector'] ?? null);
  6543.             }
  6544.             if (isset($this->privates['.debug.http_client'])) {
  6545.                 yield '.debug.http_client' => ($this->privates['.debug.http_client'] ?? null);
  6546.             }
  6547.             if (isset($this->privates['.debug.hwi_oauth.http_client'])) {
  6548.                 yield '.debug.hwi_oauth.http_client' => ($this->privates['.debug.hwi_oauth.http_client'] ?? null);
  6549.             }
  6550.         }, function () {
  6551.             return + (int) (isset($this->services['cache.app'])) + (int) (isset($this->services['cache.system'])) + (int) (isset($this->privates['cache.validator.traceable'])) + (int) (isset($this->privates['cache.serializer.traceable'])) + (int) (isset($this->privates['cache.annotations.traceable'])) + (int) (isset($this->privates['cache.property_info.traceable'])) + (int) (isset($this->privates['cache.messenger.restart_workers_signal.traceable'])) + (int) (isset($this->privates['.debug.http_client'])) + (int) (isset($this->privates['mailer.message_logger_listener'])) + (int) (isset($this->privates['debug.stopwatch'])) + (int) (isset($this->services['event_dispatcher'])) + (int) (isset($this->services['materials_cache'])) + (int) (isset($this->services['response_cache'])) + (int) (isset($this->privates['doctrine.result_cache_pool.traceable'])) + (int) (isset($this->privates['doctrine.system_cache_pool.traceable'])) + (int) (isset($this->privates['doctrine.second_level_cache_pool.traceable'])) + (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.traceable'])) + (int) (isset($this->privates['twig.form.engine'])) + (int) (isset($this->privates['monolog.handler.main'])) + (int) (isset($this->privates['monolog.handler.console'])) + (int) (isset($this->privates['monolog.handler.server_log'])) + (int) (isset($this->services['doctrine'])) + (int) (isset($this->privates['form.type.entity'])) + (int) (isset($this->privates['httplug.collector.collector'])) + (int) (isset($this->privates['.debug.http_client'])) + (int) (isset($this->privates['.debug.hwi_oauth.http_client']));
  6552.         }), ['cache.app' => [=> 'reset'], 'cache.system' => [=> 'reset'], 'cache.validator' => [=> 'reset'], 'cache.serializer' => [=> 'reset'], 'cache.annotations' => [=> 'reset'], 'cache.property_info' => [=> 'reset'], 'cache.messenger.restart_workers_signal' => [=> 'reset'], 'http_client' => [=> '?reset'], 'mailer.message_logger_listener' => [=> 'reset'], 'debug.stopwatch' => [=> 'reset'], 'debug.event_dispatcher' => [=> 'reset'], 'materials_cache' => [=> 'reset'], 'response_cache' => [=> 'reset'], 'doctrine.result_cache_pool' => [=> 'reset'], 'doctrine.system_cache_pool' => [=> 'reset'], 'doctrine.second_level_cache_pool' => [=> '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'], 'twig.form.engine' => [=> 'reset'], 'monolog.handler.main' => [=> 'reset'], 'monolog.handler.console' => [=> 'reset'], 'monolog.handler.server_log' => [=> 'reset'], 'doctrine' => [=> 'reset'], 'form.type.entity' => [=> 'reset'], 'httplug.collector.collector' => [=> 'reset'], '.debug.http_client' => [=> 'reset'], '.debug.hwi_oauth.http_client' => [=> 'reset']]);
  6553.     }
  6554.     /**
  6555.      * Gets the public 'simplethings_entityaudit.config' shared service.
  6556.      *
  6557.      * @return \SimpleThings\EntityAudit\AuditConfiguration
  6558.      */
  6559.     protected function getSimplethingsEntityaudit_ConfigService()
  6560.     {
  6561.         include_once \dirname(__DIR__4).'/vendor/sonata-project/entity-audit-bundle/src/AuditConfiguration.php';
  6562.         $this->services['simplethings_entityaudit.config'] = $instance = new \SimpleThings\EntityAudit\AuditConfiguration();
  6563.         $instance->setAuditedEntityClasses($this->parameters['simplethings.entityaudit.audited_entities']);
  6564.         $instance->setGlobalIgnoreColumns([]);
  6565.         $instance->setTablePrefix('');
  6566.         $instance->setTableSuffix('_audit');
  6567.         $instance->setRevisionTableName('revisions');
  6568.         $instance->setRevisionIdFieldType('integer');
  6569.         $instance->setRevisionFieldName('rev');
  6570.         $instance->setRevisionTypeFieldName('revtype');
  6571.         $instance->setUsernameCallable(($this->privates['simplethings_entityaudit.username_callable.token_storage'] ?? $this->getSimplethingsEntityaudit_UsernameCallable_TokenStorageService()));
  6572.         return $instance;
  6573.     }
  6574.     /**
  6575.      * Gets the public 'simplethings_entityaudit.manager' shared service.
  6576.      *
  6577.      * @return \SimpleThings\EntityAudit\AuditManager
  6578.      */
  6579.     protected function getSimplethingsEntityaudit_ManagerService()
  6580.     {
  6581.         include_once \dirname(__DIR__4).'/vendor/sonata-project/entity-audit-bundle/src/AuditManager.php';
  6582.         return $this->services['simplethings_entityaudit.manager'] = new \SimpleThings\EntityAudit\AuditManager(($this->services['simplethings_entityaudit.config'] ?? $this->getSimplethingsEntityaudit_ConfigService()));
  6583.     }
  6584.     /**
  6585.      * Gets the public 'simplethings_entityaudit.reader' shared service.
  6586.      *
  6587.      * @return \SimpleThings\EntityAudit\AuditReader
  6588.      */
  6589.     protected function getSimplethingsEntityaudit_ReaderService()
  6590.     {
  6591.         include_once \dirname(__DIR__4).'/vendor/sonata-project/entity-audit-bundle/src/Utils/SQLResultCasing.php';
  6592.         include_once \dirname(__DIR__4).'/vendor/sonata-project/entity-audit-bundle/src/AuditReader.php';
  6593.         return $this->services['simplethings_entityaudit.reader'] = ($this->services['simplethings_entityaudit.manager'] ?? $this->getSimplethingsEntityaudit_ManagerService())->createAuditReader(($this->services['doctrine'] ?? $this->getDoctrineService())->getManager('default'));
  6594.     }
  6595.     /**
  6596.      * Gets the public 'test.client' service.
  6597.      *
  6598.      * @return \Symfony\Bundle\FrameworkBundle\KernelBrowser
  6599.      */
  6600.     protected function getTest_ClientService()
  6601.     {
  6602.         include_once \dirname(__DIR__4).'/vendor/symfony/browser-kit/AbstractBrowser.php';
  6603.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/HttpKernelBrowser.php';
  6604.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/KernelBrowser.php';
  6605.         include_once \dirname(__DIR__4).'/vendor/symfony/browser-kit/History.php';
  6606.         include_once \dirname(__DIR__4).'/vendor/symfony/browser-kit/CookieJar.php';
  6607.         $this->factories['test.client'] = function () {
  6608.             return new \Symfony\Bundle\FrameworkBundle\KernelBrowser(($this->services['kernel'] ?? $this->get('kernel'1)), [], (new \Symfony\Component\BrowserKit\History()), (new \Symfony\Component\BrowserKit\CookieJar()));
  6609.         };
  6610.         return $this->factories['test.client']();
  6611.     }
  6612.     /**
  6613.      * Gets the public 'test.private_services_locator' shared service.
  6614.      *
  6615.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  6616.      */
  6617.     protected function getTest_PrivateServicesLocatorService()
  6618.     {
  6619.         return $this->services['test.private_services_locator'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6620.             'CodersLab\\Lms\\UserInterface\\Cli\\Command\\CachePoolInvalidateTagsCommand' => ['privates''CodersLab\\Lms\\UserInterface\\Cli\\Command\\CachePoolInvalidateTagsCommand''getCachePoolInvalidateTagsCommandService'false],
  6621.             'CodersLab\\Lms\\UserInterface\\Cli\\Command\\ConsumeExerciseQueueCommand' => ['services''console.command.public_alias.CodersLab\\Lms\\UserInterface\\Cli\\Command\\ConsumeExerciseQueueCommand''getConsumeExerciseQueueCommandService'false],
  6622.             'CodersLab\\Lms\\UserInterface\\Cli\\Command\\ConsumeIssueQueueCommand' => ['services''console.command.public_alias.CodersLab\\Lms\\UserInterface\\Cli\\Command\\ConsumeIssueQueueCommand''getConsumeIssueQueueCommandService'false],
  6623.             'CodersLab\\Lms\\UserInterface\\Cli\\Command\\CourseProgressReportCommand' => ['services''console.command.public_alias.CodersLab\\Lms\\UserInterface\\Cli\\Command\\CourseProgressReportCommand''getCourseProgressReportCommandService'false],
  6624.             'CodersLab\\Lms\\UserInterface\\Cli\\Command\\CreateNewUserCommand' => ['services''console.command.public_alias.CodersLab\\Lms\\UserInterface\\Cli\\Command\\CreateNewUserCommand''getCreateNewUserCommandService'false],
  6625.             'CodersLab\\Lms\\UserInterface\\Cli\\Command\\DeleteElasticsearchIndexesCommand' => ['services''console.command.public_alias.CodersLab\\Lms\\UserInterface\\Cli\\Command\\DeleteElasticsearchIndexesCommand''getDeleteElasticsearchIndexesCommandService'false],
  6626.             'CodersLab\\Lms\\UserInterface\\Cli\\Command\\GradebookScoresReportCommand' => ['services''console.command.public_alias.CodersLab\\Lms\\UserInterface\\Cli\\Command\\GradebookScoresReportCommand''getGradebookScoresReportCommandService'false],
  6627.             'CodersLab\\Lms\\UserInterface\\Cli\\Command\\InitializeElasticsearchIndexesCommand' => ['services''console.command.public_alias.CodersLab\\Lms\\UserInterface\\Cli\\Command\\InitializeElasticsearchIndexesCommand''getInitializeElasticsearchIndexesCommandService'false],
  6628.             'CodersLab\\Lms\\UserInterface\\Cli\\Command\\MigrateGithubLoginToIdCommand' => ['services''console.command.public_alias.CodersLab\\Lms\\UserInterface\\Cli\\Command\\MigrateGithubLoginToIdCommand''getMigrateGithubLoginToIdCommandService'false],
  6629.             'CodersLab\\Lms\\UserInterface\\Cli\\Command\\ParseRepoCommand' => ['services''console.command.public_alias.CodersLab\\Lms\\UserInterface\\Cli\\Command\\ParseRepoCommand''getParseRepoCommandService'false],
  6630.             'CodersLab\\Lms\\UserInterface\\Cli\\Command\\QuizInitCommand' => ['services''console.command.public_alias.CodersLab\\Lms\\UserInterface\\Cli\\Command\\QuizInitCommand''getQuizInitCommandService'false],
  6631.             'CodersLab\\Lms\\UserInterface\\Cli\\Command\\QuizListUninitializedCommand' => ['services''console.command.public_alias.CodersLab\\Lms\\UserInterface\\Cli\\Command\\QuizListUninitializedCommand''getQuizListUninitializedCommandService'false],
  6632.             'CodersLab\\Lms\\UserInterface\\Cli\\Command\\QuizReinitializeCommand' => ['services''console.command.public_alias.CodersLab\\Lms\\UserInterface\\Cli\\Command\\QuizReinitializeCommand''getQuizReinitializeCommandService'false],
  6633.             'CodersLab\\Lms\\UserInterface\\Cli\\Command\\QuizSaveResponseCommand' => ['services''console.command.public_alias.CodersLab\\Lms\\UserInterface\\Cli\\Command\\QuizSaveResponseCommand''getQuizSaveResponseCommandService'false],
  6634.             'CodersLab\\Lms\\UserInterface\\Cli\\Command\\ReinitializeAllQuizzesForCourseCommand' => ['services''console.command.public_alias.CodersLab\\Lms\\UserInterface\\Cli\\Command\\ReinitializeAllQuizzesForCourseCommand''getReinitializeAllQuizzesForCourseCommandService'false],
  6635.             'CodersLab\\Lms\\UserInterface\\Cli\\Command\\ReinitializeElasticsearchDocumentsForCourseCommand' => ['services''console.command.public_alias.CodersLab\\Lms\\UserInterface\\Cli\\Command\\ReinitializeElasticsearchDocumentsForCourseCommand''getReinitializeElasticsearchDocumentsForCourseCommandService'false],
  6636.             'CodersLab\\Lms\\UserInterface\\Cli\\Command\\ReinitializeScheduleUrlForAllCoursesCommand' => ['services''console.command.public_alias.CodersLab\\Lms\\UserInterface\\Cli\\Command\\ReinitializeScheduleUrlForAllCoursesCommand''getReinitializeScheduleUrlForAllCoursesCommandService'false],
  6637.             'CodersLab\\Lms\\UserInterface\\Cli\\Command\\ReinitializeTreeCommand' => ['services''console.command.public_alias.CodersLab\\Lms\\UserInterface\\Cli\\Command\\ReinitializeTreeCommand''getReinitializeTreeCommandService'false],
  6638.             'CodersLab\\Lms\\UserInterface\\Cli\\Command\\ResultReportCommand' => ['services''console.command.public_alias.CodersLab\\Lms\\UserInterface\\Cli\\Command\\ResultReportCommand''getResultReportCommandService'false],
  6639.             'CodersLab\\Lms\\UserInterface\\Cli\\Command\\SurveyMonkeyLimitBotCommand' => ['services''console.command.public_alias.CodersLab\\Lms\\UserInterface\\Cli\\Command\\SurveyMonkeyLimitBotCommand''getSurveyMonkeyLimitBotCommandService'false],
  6640.             'CodersLab\\Lms\\UserInterface\\Cli\\Command\\UserTokenCommand' => ['services''console.command.public_alias.CodersLab\\Lms\\UserInterface\\Cli\\Command\\UserTokenCommand''getUserTokenCommandService'false],
  6641.             'CodersLab\\Lms\\UserInterface\\Cli\\Command\\QuizReinitAllWithState' => ['services''console.command.public_alias.CodersLab\\Lms\\UserInterface\\Cli\\Command\\QuizReinitAllWithState''getQuizReinitAllWithStateService'false],
  6642.             'CodersLab\\Lms\\UserInterface\\Cli\\Command\\SendActivationReminder' => ['services''console.command.public_alias.CodersLab\\Lms\\UserInterface\\Cli\\Command\\SendActivationReminder''getSendActivationReminderService'false],
  6643.             'CodersLab\\Lms\\UserInterface\\Cli\\Command\\SendActivationExpirationReminder' => ['services''console.command.public_alias.CodersLab\\Lms\\UserInterface\\Cli\\Command\\SendActivationExpirationReminder''getSendActivationExpirationReminderService'false],
  6644.             'CodersLab\\Lms\\UserInterface\\Rest\\RequestConverter\\MaterialReviewRequestConverter' => ['privates''CodersLab\\Lms\\UserInterface\\Rest\\RequestConverter\\MaterialReviewRequestConverter''getMaterialReviewRequestConverterService'false],
  6645.             'CodersLab\\Lms\\UserInterface\\Rest\\RequestConverter\\ExamAccessRequestConverter' => ['privates''CodersLab\\Lms\\UserInterface\\Rest\\RequestConverter\\ExamAccessRequestConverter''getExamAccessRequestConverterService'false],
  6646.             'CodersLab\\Lms\\UserInterface\\Rest\\RequestConverter\\IssueRequestConverter' => ['privates''CodersLab\\Lms\\UserInterface\\Rest\\RequestConverter\\IssueRequestConverter''getIssueRequestConverterService'false],
  6647.             'CodersLab\\Lms\\UserInterface\\Rest\\RequestConverter\\UserRequestConverter' => ['privates''CodersLab\\Lms\\UserInterface\\Rest\\RequestConverter\\UserRequestConverter''getUserRequestConverterService'false],
  6648.             'CodersLab\\Lms\\UserInterface\\Rest\\RequestConverter\\ChangePasswordConverter' => ['privates''CodersLab\\Lms\\UserInterface\\Rest\\RequestConverter\\ChangePasswordConverter''getChangePasswordConverterService'false],
  6649.             'CodersLab\\Lms\\SharedKernel\\Infrastructure\\Bus\\HandleMessageMiddleware' => ['privates''CodersLab\\Lms\\SharedKernel\\Infrastructure\\Bus\\HandleMessageMiddleware''getHandleMessageMiddlewareService'false],
  6650.             'CodersLab\\Lms\\SharedKernel\\Infrastructure\\Bus\\MessageStoreMiddleware' => ['privates''CodersLab\\Lms\\SharedKernel\\Infrastructure\\Bus\\MessageStoreMiddleware''getMessageStoreMiddlewareService'false],
  6651.             'CodersLab\\Lms\\SharedKernel\\Infrastructure\\Bus\\EventBusMiddleware' => ['privates''CodersLab\\Lms\\SharedKernel\\Infrastructure\\Bus\\EventBusMiddleware''getEventBusMiddlewareService'false],
  6652.             'nyholm.psr7.psr17_factory' => ['privates''nyholm.psr7.psr17_factory''getNyholm_Psr7_Psr17FactoryService'false],
  6653.             'argument_metadata_factory' => ['privates''argument_metadata_factory''getArgumentMetadataFactoryService'false],
  6654.             'response_listener' => ['privates''response_listener''getResponseListenerService'false],
  6655.             'streamed_response_listener' => ['privates''streamed_response_listener''getStreamedResponseListenerService'false],
  6656.             'locale_listener' => ['privates''locale_listener''getLocaleListenerService'false],
  6657.             'validate_request_listener' => ['privates''validate_request_listener''getValidateRequestListenerService'false],
  6658.             'disallow_search_engine_index_response_listener' => ['privates''disallow_search_engine_index_response_listener''getDisallowSearchEngineIndexResponseListenerService'false],
  6659.             'exception_listener' => ['privates''exception_listener''getExceptionListenerService'false],
  6660.             'parameter_bag' => ['privates''parameter_bag''getParameterBagService'false],
  6661.             'url_helper' => ['privates''url_helper''getUrlHelperService'false],
  6662.             'cache_clearer' => ['services''.container.private.cache_clearer''get_Container_Private_CacheClearerService'false],
  6663.             'filesystem' => ['services''.container.private.filesystem''get_Container_Private_FilesystemService'false],
  6664.             'file_locator' => ['privates''file_locator''getFileLocatorService'false],
  6665.             'uri_signer' => ['privates''uri_signer''getUriSignerService'false],
  6666.             'config_cache_factory' => ['privates''config_cache_factory''getConfigCacheFactoryService'false],
  6667.             'dependency_injection.config.container_parameters_resource_checker' => ['privates''dependency_injection.config.container_parameters_resource_checker''getDependencyInjection_Config_ContainerParametersResourceCheckerService'false],
  6668.             'config.resource.self_checking_resource_checker' => ['privates''config.resource.self_checking_resource_checker''getConfig_Resource_SelfCheckingResourceCheckerService'false],
  6669.             'locale_aware_listener' => ['privates''locale_aware_listener''getLocaleAwareListenerService'false],
  6670.             'container.env_var_processor' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  6671.             'slugger' => ['privates''slugger''getSluggerService'false],
  6672.             'container.getenv' => ['privates''container.getenv''getContainer_GetenvService'false],
  6673.             'config_builder.warmer' => ['privates''config_builder.warmer''getConfigBuilder_WarmerService'false],
  6674.             'fragment.handler' => ['privates''fragment.handler''getFragment_HandlerService'false],
  6675.             'fragment.uri_generator' => ['privates''fragment.uri_generator''getFragment_UriGeneratorService'false],
  6676.             'fragment.renderer.inline' => ['privates''fragment.renderer.inline''getFragment_Renderer_InlineService'false],
  6677.             'fragment.renderer.hinclude' => ['privates''fragment.renderer.hinclude''getFragment_Renderer_HincludeService'false],
  6678.             'error_handler.error_renderer.html' => ['privates''error_handler.error_renderer.html''getErrorHandler_ErrorRenderer_HtmlService'false],
  6679.             'console.error_listener' => ['privates''console.error_listener''getConsole_ErrorListenerService'false],
  6680.             'console.suggest_missing_package_subscriber' => ['privates''console.suggest_missing_package_subscriber''getConsole_SuggestMissingPackageSubscriberService'false],
  6681.             'console.command.about' => ['privates''console.command.about''getConsole_Command_AboutService'false],
  6682.             'console.command.assets_install' => ['privates''console.command.assets_install''getConsole_Command_AssetsInstallService'false],
  6683.             'console.command.cache_clear' => ['privates''console.command.cache_clear''getConsole_Command_CacheClearService'false],
  6684.             'console.command.cache_pool_clear' => ['privates''console.command.cache_pool_clear''getConsole_Command_CachePoolClearService'false],
  6685.             'console.command.cache_pool_prune' => ['privates''console.command.cache_pool_prune''getConsole_Command_CachePoolPruneService'false],
  6686.             'console.command.cache_pool_delete' => ['privates''console.command.cache_pool_delete''getConsole_Command_CachePoolDeleteService'false],
  6687.             'console.command.cache_pool_list' => ['privates''console.command.cache_pool_list''getConsole_Command_CachePoolListService'false],
  6688.             'console.command.cache_warmup' => ['privates''console.command.cache_warmup''getConsole_Command_CacheWarmupService'false],
  6689.             'console.command.config_debug' => ['privates''console.command.config_debug''getConsole_Command_ConfigDebugService'false],
  6690.             'console.command.config_dump_reference' => ['privates''console.command.config_dump_reference''getConsole_Command_ConfigDumpReferenceService'false],
  6691.             'console.command.container_debug' => ['privates''console.command.container_debug''getConsole_Command_ContainerDebugService'false],
  6692.             'console.command.container_lint' => ['privates''console.command.container_lint''getConsole_Command_ContainerLintService'false],
  6693.             'console.command.debug_autowiring' => ['privates''console.command.debug_autowiring''getConsole_Command_DebugAutowiringService'false],
  6694.             'console.command.dotenv_debug' => ['privates''console.command.dotenv_debug''getConsole_Command_DotenvDebugService'false],
  6695.             'console.command.event_dispatcher_debug' => ['privates''console.command.event_dispatcher_debug''getConsole_Command_EventDispatcherDebugService'false],
  6696.             'console.command.messenger_consume_messages' => ['privates''console.command.messenger_consume_messages''getConsole_Command_MessengerConsumeMessagesService'false],
  6697.             'console.command.messenger_setup_transports' => ['privates''console.command.messenger_setup_transports''getConsole_Command_MessengerSetupTransportsService'false],
  6698.             'console.command.messenger_debug' => ['privates''console.command.messenger_debug''getConsole_Command_MessengerDebugService'false],
  6699.             'console.command.messenger_stop_workers' => ['privates''console.command.messenger_stop_workers''getConsole_Command_MessengerStopWorkersService'false],
  6700.             'console.command.messenger_failed_messages_retry' => ['privates''console.command.messenger_failed_messages_retry''getConsole_Command_MessengerFailedMessagesRetryService'false],
  6701.             'console.command.messenger_failed_messages_show' => ['privates''console.command.messenger_failed_messages_show''getConsole_Command_MessengerFailedMessagesShowService'false],
  6702.             'console.command.messenger_failed_messages_remove' => ['privates''console.command.messenger_failed_messages_remove''getConsole_Command_MessengerFailedMessagesRemoveService'false],
  6703.             'console.command.router_debug' => ['privates''console.command.router_debug''getConsole_Command_RouterDebugService'false],
  6704.             'console.command.router_match' => ['privates''console.command.router_match''getConsole_Command_RouterMatchService'false],
  6705.             'console.command.translation_debug' => ['privates''console.command.translation_debug''getConsole_Command_TranslationDebugService'false],
  6706.             'console.command.translation_extract' => ['privates''console.command.translation_extract''getConsole_Command_TranslationExtractService'false],
  6707.             'console.command.validator_debug' => ['privates''console.command.validator_debug''getConsole_Command_ValidatorDebugService'false],
  6708.             'console.command.translation_pull' => ['privates''console.command.translation_pull''getConsole_Command_TranslationPullService'false],
  6709.             'console.command.translation_push' => ['privates''console.command.translation_push''getConsole_Command_TranslationPushService'false],
  6710.             'console.command.xliff_lint' => ['privates''console.command.xliff_lint''getConsole_Command_XliffLintService'false],
  6711.             'console.command.yaml_lint' => ['privates''console.command.yaml_lint''getConsole_Command_YamlLintService'false],
  6712.             'console.command.form_debug' => ['privates''console.command.form_debug''getConsole_Command_FormDebugService'false],
  6713.             'console.command.secrets_set' => ['privates''console.command.secrets_set''getConsole_Command_SecretsSetService'false],
  6714.             'console.command.secrets_remove' => ['privates''console.command.secrets_remove''getConsole_Command_SecretsRemoveService'false],
  6715.             'console.command.secrets_generate_key' => ['privates''console.command.secrets_generate_key''getConsole_Command_SecretsGenerateKeyService'false],
  6716.             'console.command.secrets_list' => ['privates''console.command.secrets_list''getConsole_Command_SecretsListService'false],
  6717.             'console.command.secrets_decrypt_to_local' => ['privates''console.command.secrets_decrypt_to_local''getConsole_Command_SecretsDecryptToLocalService'false],
  6718.             'console.command.secrets_encrypt_from_local' => ['privates''console.command.secrets_encrypt_from_local''getConsole_Command_SecretsEncryptFromLocalService'false],
  6719.             'cache.app.taggable' => ['privates''cache.app.taggable''getCache_App_TaggableService'false],
  6720.             'cache.default_marshaller' => ['privates''cache.default_marshaller''getCache_DefaultMarshallerService'false],
  6721.             'cache.default_clearer' => ['services''cache.app_clearer''getCache_AppClearerService'false],
  6722.             'identity_translator' => ['privates''identity_translator''getIdentityTranslatorService'false],
  6723.             'test.client.history' => [false'test.client.history''getTest_Client_HistoryService'false],
  6724.             'test.client.cookiejar' => [false'test.client.cookiejar''getTest_Client_CookiejarService'false],
  6725.             'test.session.listener' => ['privates''test.session.listener''getTest_Session_ListenerService'false],
  6726.             'assets.packages' => ['privates''assets.packages''getAssets_PackagesService'false],
  6727.             'assets.context' => ['privates''assets.context''getAssets_ContextService'false],
  6728.             'assets.empty_version_strategy' => ['privates''assets.empty_version_strategy''getAssets_EmptyVersionStrategyService'false],
  6729.             'assets._default_package' => ['privates''assets._default_package''getAssets_DefaultPackageService'false],
  6730.             'mailer.mailer' => ['privates''mailer.mailer''getMailer_MailerService'false],
  6731.             'mailer.transports' => ['privates''mailer.transports''getMailer_TransportsService'false],
  6732.             'mailer.transport_factory' => ['privates''mailer.transport_factory''getMailer_TransportFactoryService'false],
  6733.             'mailer.messenger.message_handler' => ['privates''mailer.messenger.message_handler''getMailer_Messenger_MessageHandlerService'false],
  6734.             'mailer.envelope_listener' => ['privates''mailer.envelope_listener''getMailer_EnvelopeListenerService'false],
  6735.             'mailer.message_logger_listener' => ['privates''mailer.message_logger_listener''getMailer_MessageLoggerListenerService'false],
  6736.             'mailer.transport_factory.gmail' => ['privates''mailer.transport_factory.gmail''getMailer_TransportFactory_GmailService'false],
  6737.             'mailer.transport_factory.null' => ['privates''mailer.transport_factory.null''getMailer_TransportFactory_NullService'false],
  6738.             'mailer.transport_factory.sendmail' => ['privates''mailer.transport_factory.sendmail''getMailer_TransportFactory_SendmailService'false],
  6739.             'mailer.transport_factory.smtp' => ['privates''mailer.transport_factory.smtp''getMailer_TransportFactory_SmtpService'false],
  6740.             'mailer.transport_factory.native' => ['privates''mailer.transport_factory.native''getMailer_TransportFactory_NativeService'false],
  6741.             'fragment.listener' => ['privates''fragment.listener''getFragment_ListenerService'false],
  6742.             'translator.default' => ['privates''translator.default''getTranslator_DefaultService'false],
  6743.             'translator.formatter.default' => ['privates''translator.formatter.default''getTranslator_Formatter_DefaultService'false],
  6744.             'translation.loader.php' => ['privates''translation.loader.php''getTranslation_Loader_PhpService'false],
  6745.             'translation.loader.yml' => ['privates''translation.loader.yml''getTranslation_Loader_YmlService'false],
  6746.             'translation.loader.xliff' => ['privates''translation.loader.xliff''getTranslation_Loader_XliffService'false],
  6747.             'translation.loader.po' => ['privates''translation.loader.po''getTranslation_Loader_PoService'false],
  6748.             'translation.loader.mo' => ['privates''translation.loader.mo''getTranslation_Loader_MoService'false],
  6749.             'translation.loader.qt' => ['privates''translation.loader.qt''getTranslation_Loader_QtService'false],
  6750.             'translation.loader.csv' => ['privates''translation.loader.csv''getTranslation_Loader_CsvService'false],
  6751.             'translation.loader.res' => ['privates''translation.loader.res''getTranslation_Loader_ResService'false],
  6752.             'translation.loader.dat' => ['privates''translation.loader.dat''getTranslation_Loader_DatService'false],
  6753.             'translation.loader.ini' => ['privates''translation.loader.ini''getTranslation_Loader_IniService'false],
  6754.             'translation.loader.json' => ['privates''translation.loader.json''getTranslation_Loader_JsonService'false],
  6755.             'translation.dumper.php' => ['privates''translation.dumper.php''getTranslation_Dumper_PhpService'false],
  6756.             'translation.dumper.xliff' => ['privates''translation.dumper.xliff''getTranslation_Dumper_XliffService'false],
  6757.             'translation.dumper.po' => ['privates''translation.dumper.po''getTranslation_Dumper_PoService'false],
  6758.             'translation.dumper.mo' => ['privates''translation.dumper.mo''getTranslation_Dumper_MoService'false],
  6759.             'translation.dumper.yml' => ['privates''translation.dumper.yml''getTranslation_Dumper_YmlService'false],
  6760.             'translation.dumper.yaml' => ['privates''translation.dumper.yaml''getTranslation_Dumper_YamlService'false],
  6761.             'translation.dumper.qt' => ['privates''translation.dumper.qt''getTranslation_Dumper_QtService'false],
  6762.             'translation.dumper.csv' => ['privates''translation.dumper.csv''getTranslation_Dumper_CsvService'false],
  6763.             'translation.dumper.ini' => ['privates''translation.dumper.ini''getTranslation_Dumper_IniService'false],
  6764.             'translation.dumper.json' => ['privates''translation.dumper.json''getTranslation_Dumper_JsonService'false],
  6765.             'translation.dumper.res' => ['privates''translation.dumper.res''getTranslation_Dumper_ResService'false],
  6766.             'translation.extractor.php' => ['privates''translation.extractor.php''getTranslation_Extractor_PhpService'false],
  6767.             'translation.reader' => ['privates''translation.reader''getTranslation_ReaderService'false],
  6768.             'translation.extractor' => ['privates''translation.extractor''getTranslation_ExtractorService'false],
  6769.             'translation.writer' => ['privates''translation.writer''getTranslation_WriterService'false],
  6770.             'translation.warmer' => ['privates''translation.warmer''getTranslation_WarmerService'false],
  6771.             'translation.provider_collection' => ['privates''translation.provider_collection''getTranslation_ProviderCollectionService'false],
  6772.             'translation.provider_collection_factory' => ['privates''translation.provider_collection_factory''getTranslation_ProviderCollectionFactoryService'false],
  6773.             'translation.provider_factory.null' => ['privates''translation.provider_factory.null''getTranslation_ProviderFactory_NullService'false],
  6774.             'debug.debug_handlers_listener' => ['privates''debug.debug_handlers_listener''getDebug_DebugHandlersListenerService'false],
  6775.             'debug.file_link_formatter' => ['privates''debug.file_link_formatter''getDebug_FileLinkFormatterService'false],
  6776.             'debug.stopwatch' => ['privates''debug.stopwatch''getDebug_StopwatchService'false],
  6777.             'debug.event_dispatcher' => ['services''event_dispatcher''getEventDispatcherService'false],
  6778.             'debug.controller_resolver' => ['privates''debug.controller_resolver''getDebug_ControllerResolverService'false],
  6779.             'debug.argument_resolver' => ['privates''debug.argument_resolver''getDebug_ArgumentResolverService'false],
  6780.             'debug.log_processor' => ['privates''debug.log_processor''getDebug_LogProcessorService'false],
  6781.             'routing.resolver' => ['privates''routing.resolver''getRouting_ResolverService'false],
  6782.             'routing.loader.xml' => ['privates''routing.loader.xml''getRouting_Loader_XmlService'false],
  6783.             'routing.loader.yml' => ['privates''routing.loader.yml''getRouting_Loader_YmlService'false],
  6784.             'routing.loader.php' => ['privates''routing.loader.php''getRouting_Loader_PhpService'false],
  6785.             'routing.loader.glob' => ['privates''routing.loader.glob''getRouting_Loader_GlobService'false],
  6786.             'routing.loader.directory' => ['privates''routing.loader.directory''getRouting_Loader_DirectoryService'false],
  6787.             'routing.loader.container' => ['privates''routing.loader.container''getRouting_Loader_ContainerService'false],
  6788.             'router.default' => ['services''router''getRouterService'false],
  6789.             'router.request_context' => ['privates''router.request_context''getRouter_RequestContextService'false],
  6790.             'router.expression_language_provider' => ['privates''router.expression_language_provider''getRouter_ExpressionLanguageProviderService'false],
  6791.             'router.cache_warmer' => ['privates''router.cache_warmer''getRouter_CacheWarmerService'false],
  6792.             'router_listener' => ['privates''router_listener''getRouterListenerService'false],
  6793.             'routing.loader.annotation' => ['privates''routing.loader.annotation''getRouting_Loader_AnnotationService'false],
  6794.             'routing.loader.annotation.directory' => ['privates''routing.loader.annotation.directory''getRouting_Loader_Annotation_DirectoryService'false],
  6795.             'routing.loader.annotation.file' => ['privates''routing.loader.annotation.file''getRouting_Loader_Annotation_FileService'false],
  6796.             'annotations.reader' => ['privates''annotations.reader''getAnnotations_ReaderService'false],
  6797.             'annotations.dummy_registry' => ['privates''annotations.dummy_registry''getAnnotations_DummyRegistryService'false],
  6798.             'annotations.cached_reader' => ['privates''annotations.cached_reader''getAnnotations_CachedReaderService'false],
  6799.             'annotations.cache_warmer' => ['privates''annotations.cache_warmer''getAnnotations_CacheWarmerService'false],
  6800.             'annotations.cache_adapter' => ['privates''annotations.cache_adapter''getAnnotations_CacheAdapterService'false],
  6801.             'property_accessor' => ['privates''property_accessor''getPropertyAccessorService'false],
  6802.             'secrets.vault' => ['privates''secrets.vault''getSecrets_VaultService'false],
  6803.             'secrets.decryption_key' => ['privates''secrets.decryption_key''getSecrets_DecryptionKeyService'false],
  6804.             'secrets.local_vault' => ['privates''secrets.local_vault''getSecrets_LocalVaultService'false],
  6805.             'serializer' => ['services''.container.private.serializer''get_Container_Private_SerializerService'false],
  6806.             'serializer.mapping.class_discriminator_resolver' => ['privates''serializer.mapping.class_discriminator_resolver''getSerializer_Mapping_ClassDiscriminatorResolverService'false],
  6807.             'serializer.normalizer.constraint_violation_list' => ['privates''serializer.normalizer.constraint_violation_list''getSerializer_Normalizer_ConstraintViolationListService'false],
  6808.             'serializer.normalizer.mime_message' => ['privates''serializer.normalizer.mime_message''getSerializer_Normalizer_MimeMessageService'false],
  6809.             'serializer.normalizer.datetimezone' => ['privates''serializer.normalizer.datetimezone''getSerializer_Normalizer_DatetimezoneService'false],
  6810.             'serializer.normalizer.dateinterval' => ['privates''serializer.normalizer.dateinterval''getSerializer_Normalizer_DateintervalService'false],
  6811.             'serializer.normalizer.data_uri' => ['privates''serializer.normalizer.data_uri''getSerializer_Normalizer_DataUriService'false],
  6812.             'serializer.normalizer.datetime' => ['privates''serializer.normalizer.datetime''getSerializer_Normalizer_DatetimeService'false],
  6813.             'serializer.normalizer.json_serializable' => ['privates''serializer.normalizer.json_serializable''getSerializer_Normalizer_JsonSerializableService'false],
  6814.             'serializer.normalizer.problem' => ['privates''serializer.normalizer.problem''getSerializer_Normalizer_ProblemService'false],
  6815.             'serializer.denormalizer.unwrapping' => ['privates''serializer.denormalizer.unwrapping''getSerializer_Denormalizer_UnwrappingService'false],
  6816.             'serializer.normalizer.uid' => ['privates''serializer.normalizer.uid''getSerializer_Normalizer_UidService'false],
  6817.             'serializer.normalizer.form_error' => ['privates''serializer.normalizer.form_error''getSerializer_Normalizer_FormErrorService'false],
  6818.             'serializer.normalizer.object' => ['privates''serializer.normalizer.object''getSerializer_Normalizer_ObjectService'false],
  6819.             'serializer.normalizer.property' => ['privates''serializer.normalizer.property''getSerializer_Normalizer_PropertyService'false],
  6820.             'serializer.denormalizer.array' => ['privates''serializer.denormalizer.array''getSerializer_Denormalizer_ArrayService'false],
  6821.             'serializer.mapping.chain_loader' => ['privates''serializer.mapping.chain_loader''getSerializer_Mapping_ChainLoaderService'false],
  6822.             'serializer.mapping.class_metadata_factory' => ['privates''serializer.mapping.class_metadata_factory''getSerializer_Mapping_ClassMetadataFactoryService'false],
  6823.             'serializer.mapping.cache_warmer' => ['privates''serializer.mapping.cache_warmer''getSerializer_Mapping_CacheWarmerService'false],
  6824.             'serializer.encoder.xml' => ['privates''serializer.encoder.xml''getSerializer_Encoder_XmlService'false],
  6825.             'serializer.encoder.json' => ['privates''serializer.encoder.json''getSerializer_Encoder_JsonService'false],
  6826.             'serializer.encoder.yaml' => ['privates''serializer.encoder.yaml''getSerializer_Encoder_YamlService'false],
  6827.             'serializer.encoder.csv' => ['privates''serializer.encoder.csv''getSerializer_Encoder_CsvService'false],
  6828.             'serializer.name_converter.metadata_aware' => ['privates''serializer.name_converter.metadata_aware''getSerializer_NameConverter_MetadataAwareService'false],
  6829.             'property_info.serializer_extractor' => ['privates''property_info.serializer_extractor''getPropertyInfo_SerializerExtractorService'false],
  6830.             'error_handler.error_renderer.serializer' => ['privates''error_handler.error_renderer.serializer''getErrorHandler_ErrorRenderer_SerializerService'false],
  6831.             'serializer.normalizer.backed_enum' => ['privates''serializer.normalizer.backed_enum''getSerializer_Normalizer_BackedEnumService'false],
  6832.             'property_info' => ['privates''property_info''getPropertyInfoService'false],
  6833.             'property_info.reflection_extractor' => ['privates''property_info.reflection_extractor''getPropertyInfo_ReflectionExtractorService'false],
  6834.             'property_info.phpstan_extractor' => ['privates''property_info.phpstan_extractor''getPropertyInfo_PhpstanExtractorService'false],
  6835.             'property_info.php_doc_extractor' => ['privates''property_info.php_doc_extractor''getPropertyInfo_PhpDocExtractorService'false],
  6836.             'cache.property_access' => ['privates''cache.property_access''getCache_PropertyAccessService'false],
  6837.             'session.factory' => ['privates''session.factory''getSession_FactoryService'false],
  6838.             'session.storage.factory.native' => ['privates''session.storage.factory.native''getSession_Storage_Factory_NativeService'false],
  6839.             'form.resolved_type_factory' => ['privates''form.resolved_type_factory''getForm_ResolvedTypeFactoryService'false],
  6840.             'form.registry' => ['privates''form.registry''getForm_RegistryService'false],
  6841.             'form.factory' => ['services''.container.private.form.factory''get_Container_Private_Form_FactoryService'false],
  6842.             'form.extension' => ['privates''form.extension''getForm_ExtensionService'false],
  6843.             'form.type_guesser.validator' => ['privates''form.type_guesser.validator''getForm_TypeGuesser_ValidatorService'false],
  6844.             'form.choice_list_factory.default' => ['privates''form.choice_list_factory.default''getForm_ChoiceListFactory_DefaultService'false],
  6845.             'form.choice_list_factory.property_access' => ['privates''form.choice_list_factory.property_access''getForm_ChoiceListFactory_PropertyAccessService'false],
  6846.             'form.choice_list_factory.cached' => ['privates''form.choice_list_factory.cached''getForm_ChoiceListFactory_CachedService'false],
  6847.             'form.type.form' => ['privates''form.type.form''getForm_Type_FormService'false],
  6848.             'form.type.choice' => ['privates''form.type.choice''getForm_Type_ChoiceService'false],
  6849.             'form.type.file' => ['services''.container.private.form.type.file''get_Container_Private_Form_Type_FileService'false],
  6850.             'form.type.color' => ['privates''form.type.color''getForm_Type_ColorService'false],
  6851.             'form.type_extension.form.transformation_failure_handling' => ['privates''form.type_extension.form.transformation_failure_handling''getForm_TypeExtension_Form_TransformationFailureHandlingService'false],
  6852.             'form.type_extension.form.http_foundation' => ['privates''form.type_extension.form.http_foundation''getForm_TypeExtension_Form_HttpFoundationService'false],
  6853.             'form.type_extension.form.request_handler' => ['privates''form.type_extension.form.request_handler''getForm_TypeExtension_Form_RequestHandlerService'false],
  6854.             'form.server_params' => ['privates''form.server_params''getForm_ServerParamsService'false],
  6855.             'form.type_extension.form.validator' => ['privates''form.type_extension.form.validator''getForm_TypeExtension_Form_ValidatorService'false],
  6856.             'form.type_extension.repeated.validator' => ['privates''form.type_extension.repeated.validator''getForm_TypeExtension_Repeated_ValidatorService'false],
  6857.             'form.type_extension.submit.validator' => ['privates''form.type_extension.submit.validator''getForm_TypeExtension_Submit_ValidatorService'false],
  6858.             'form.type_extension.upload.validator' => ['privates''form.type_extension.upload.validator''getForm_TypeExtension_Upload_ValidatorService'false],
  6859.             'validator.builder' => ['privates''validator.builder''getValidator_BuilderService'false],
  6860.             'validator.mapping.cache_warmer' => ['privates''validator.mapping.cache_warmer''getValidator_Mapping_CacheWarmerService'false],
  6861.             'validator.validator_factory' => ['privates''validator.validator_factory''getValidator_ValidatorFactoryService'false],
  6862.             'validator.expression' => ['privates''validator.expression''getValidator_ExpressionService'false],
  6863.             'validator.expression_language' => ['privates''validator.expression_language''getValidator_ExpressionLanguageService'false],
  6864.             'validator.email' => ['privates''validator.email''getValidator_EmailService'false],
  6865.             'validator.not_compromised_password' => ['privates''validator.not_compromised_password''getValidator_NotCompromisedPasswordService'false],
  6866.             'validator.property_info_loader' => ['privates''validator.property_info_loader''getValidator_PropertyInfoLoaderService'false],
  6867.             'messenger.senders_locator' => ['privates''messenger.senders_locator''getMessenger_SendersLocatorService'false],
  6868.             'messenger.middleware.send_message' => ['privates''messenger.middleware.send_message''getMessenger_Middleware_SendMessageService'false],
  6869.             'serializer.normalizer.flatten_exception' => ['privates''serializer.normalizer.flatten_exception''getSerializer_Normalizer_FlattenExceptionService'false],
  6870.             'messenger.transport.native_php_serializer' => ['privates''messenger.transport.native_php_serializer''getMessenger_Transport_NativePhpSerializerService'false],
  6871.             'messenger.middleware.dispatch_after_current_bus' => ['privates''messenger.middleware.dispatch_after_current_bus''getMessenger_Middleware_DispatchAfterCurrentBusService'false],
  6872.             'messenger.middleware.validation' => ['privates''messenger.middleware.validation''getMessenger_Middleware_ValidationService'false],
  6873.             'messenger.middleware.reject_redelivered_message_middleware' => ['privates''messenger.middleware.reject_redelivered_message_middleware''getMessenger_Middleware_RejectRedeliveredMessageMiddlewareService'false],
  6874.             'messenger.middleware.failed_message_processing_middleware' => ['privates''messenger.middleware.failed_message_processing_middleware''getMessenger_Middleware_FailedMessageProcessingMiddlewareService'false],
  6875.             'messenger.receiver_locator' => ['privates''messenger.receiver_locator''getMessenger_ReceiverLocatorService'false],
  6876.             'messenger.transport_factory' => ['privates''messenger.transport_factory''getMessenger_TransportFactoryService'false],
  6877.             'messenger.transport.amqp.factory' => ['privates''messenger.transport.amqp.factory''getMessenger_Transport_Amqp_FactoryService'false],
  6878.             'messenger.transport.redis.factory' => ['privates''messenger.transport.redis.factory''getMessenger_Transport_Redis_FactoryService'false],
  6879.             'messenger.transport.sync.factory' => ['privates''messenger.transport.sync.factory''getMessenger_Transport_Sync_FactoryService'false],
  6880.             'messenger.transport.in_memory.factory' => ['privates''messenger.transport.in_memory.factory''getMessenger_Transport_InMemory_FactoryService'false],
  6881.             'messenger.retry_strategy_locator' => ['privates''messenger.retry_strategy_locator''getMessenger_RetryStrategyLocatorService'false],
  6882.             'messenger.retry.send_failed_message_for_retry_listener' => ['privates''messenger.retry.send_failed_message_for_retry_listener''getMessenger_Retry_SendFailedMessageForRetryListenerService'false],
  6883.             'messenger.failure.add_error_details_stamp_listener' => ['privates''messenger.failure.add_error_details_stamp_listener''getMessenger_Failure_AddErrorDetailsStampListenerService'false],
  6884.             'messenger.failure.send_failed_message_to_failure_transport_listener' => ['privates''messenger.failure.send_failed_message_to_failure_transport_listener''getMessenger_Failure_SendFailedMessageToFailureTransportListenerService'false],
  6885.             'messenger.listener.stop_worker_on_restart_signal_listener' => ['privates''messenger.listener.stop_worker_on_restart_signal_listener''getMessenger_Listener_StopWorkerOnRestartSignalListenerService'false],
  6886.             'messenger.listener.stop_worker_on_stop_exception_listener' => ['privates''messenger.listener.stop_worker_on_stop_exception_listener''getMessenger_Listener_StopWorkerOnStopExceptionListenerService'false],
  6887.             'messenger.listener.reset_services' => ['privates''messenger.listener.reset_services''getMessenger_Listener_ResetServicesService'false],
  6888.             'messenger.routable_message_bus' => ['privates''messenger.routable_message_bus''getMessenger_RoutableMessageBusService'false],
  6889.             'messenger.transport.async' => ['privates''messenger.transport.async''getMessenger_Transport_AsyncService'false],
  6890.             'messenger.retry.multiplier_retry_strategy.async' => ['privates''messenger.retry.multiplier_retry_strategy.async''getMessenger_Retry_MultiplierRetryStrategy_AsyncService'false],
  6891.             'messenger.transport.async_commands' => ['privates''messenger.transport.async_commands''getMessenger_Transport_AsyncCommandsService'false],
  6892.             'messenger.retry.multiplier_retry_strategy.async_commands' => ['privates''messenger.retry.multiplier_retry_strategy.async_commands''getMessenger_Retry_MultiplierRetryStrategy_AsyncCommandsService'false],
  6893.             'messenger.transport.async_events' => ['privates''messenger.transport.async_events''getMessenger_Transport_AsyncEventsService'false],
  6894.             'messenger.retry.multiplier_retry_strategy.async_events' => ['privates''messenger.retry.multiplier_retry_strategy.async_events''getMessenger_Retry_MultiplierRetryStrategy_AsyncEventsService'false],
  6895.             'messenger.transport.failed' => ['privates''messenger.transport.failed''getMessenger_Transport_FailedService'false],
  6896.             'messenger.retry.multiplier_retry_strategy.failed' => ['privates''messenger.retry.multiplier_retry_strategy.failed''getMessenger_Retry_MultiplierRetryStrategy_FailedService'false],
  6897.             'messenger.transport.sync' => ['privates''messenger.transport.sync''getMessenger_Transport_SyncService'false],
  6898.             'messenger.retry.multiplier_retry_strategy.sync' => ['privates''messenger.retry.multiplier_retry_strategy.sync''getMessenger_Retry_MultiplierRetryStrategy_SyncService'false],
  6899.             'profiler' => ['services''.container.private.profiler''get_Container_Private_ProfilerService'false],
  6900.             'profiler.storage' => ['privates''profiler.storage''getProfiler_StorageService'false],
  6901.             'profiler_listener' => ['privates''profiler_listener''getProfilerListenerService'false],
  6902.             'data_collector.config' => ['privates''data_collector.config''getDataCollector_ConfigService'false],
  6903.             'data_collector.request' => ['privates''data_collector.request''getDataCollector_RequestService'false],
  6904.             'data_collector.ajax' => ['privates''data_collector.ajax''getDataCollector_AjaxService'false],
  6905.             'data_collector.exception' => ['privates''data_collector.exception''getDataCollector_ExceptionService'false],
  6906.             'data_collector.events' => ['privates''data_collector.events''getDataCollector_EventsService'false],
  6907.             'data_collector.logger' => ['privates''data_collector.logger''getDataCollector_LoggerService'false],
  6908.             'data_collector.time' => ['privates''data_collector.time''getDataCollector_TimeService'false],
  6909.             'data_collector.memory' => ['privates''data_collector.memory''getDataCollector_MemoryService'false],
  6910.             'data_collector.router' => ['privates''data_collector.router''getDataCollector_RouterService'false],
  6911.             'data_collector.cache' => ['privates''data_collector.cache''getDataCollector_CacheService'false],
  6912.             'cache_pool_clearer.cache_warmer' => ['privates''cache_pool_clearer.cache_warmer''getCachePoolClearer_CacheWarmerService'false],
  6913.             'form.type_extension.form.data_collector' => ['privates''form.type_extension.form.data_collector''getForm_TypeExtension_Form_DataCollectorService'false],
  6914.             'data_collector.form.extractor' => ['privates''data_collector.form.extractor''getDataCollector_Form_ExtractorService'false],
  6915.             'data_collector.form' => ['privates''data_collector.form''getDataCollector_FormService'false],
  6916.             'debug.validator' => ['services''.container.private.validator''get_Container_Private_ValidatorService'false],
  6917.             'data_collector.validator' => ['privates''data_collector.validator''getDataCollector_ValidatorService'false],
  6918.             'translator.data_collector' => ['services''translator''getTranslatorService'false],
  6919.             'data_collector.translation' => ['privates''data_collector.translation''getDataCollector_TranslationService'false],
  6920.             'data_collector.messenger' => ['privates''data_collector.messenger''getDataCollector_MessengerService'false],
  6921.             'mailer.data_collector' => ['privates''mailer.data_collector''getMailer_DataCollectorService'false],
  6922.             'data_collector.http_client' => ['privates''data_collector.http_client''getDataCollector_HttpClientService'false],
  6923.             'mime_types' => ['privates''mime_types''getMimeTypesService'false],
  6924.             'security.authorization_checker' => ['services''.container.private.security.authorization_checker''get_Container_Private_Security_AuthorizationCheckerService'false],
  6925.             'security.token_storage' => ['services''.container.private.security.token_storage''get_Container_Private_Security_TokenStorageService'false],
  6926.             'security.untracked_token_storage' => ['privates''security.untracked_token_storage''getSecurity_UntrackedTokenStorageService'false],
  6927.             'security.helper' => ['privates''security.helper''getSecurity_HelperService'false],
  6928.             'security.authentication.trust_resolver' => ['privates''security.authentication.trust_resolver''getSecurity_Authentication_TrustResolverService'false],
  6929.             'security.authentication.session_strategy' => ['privates''security.authentication.session_strategy''getSecurity_Authentication_SessionStrategyService'false],
  6930.             'security.encoder_factory.generic' => ['privates''security.encoder_factory.generic''getSecurity_EncoderFactory_GenericService'false],
  6931.             'security.user_password_encoder.generic' => ['services''.container.private.security.password_encoder''get_Container_Private_Security_PasswordEncoderService'false],
  6932.             'security.user_checker' => ['services''hwi_oauth.user_checker''getHwiOauth_UserCheckerService'false],
  6933.             'security.expression_language' => ['privates''security.expression_language''getSecurity_ExpressionLanguageService'false],
  6934.             'security.authentication_utils' => ['privates''security.authentication_utils''getSecurity_AuthenticationUtilsService'false],
  6935.             'security.role_hierarchy' => ['privates''security.role_hierarchy''getSecurity_RoleHierarchyService'false],
  6936.             'security.access.authenticated_voter' => ['privates''security.access.authenticated_voter''getSecurity_Access_AuthenticatedVoterService'false],
  6937.             'security.access.role_hierarchy_voter' => ['privates''security.access.role_hierarchy_voter''getSecurity_Access_RoleHierarchyVoterService'false],
  6938.             'security.access.expression_voter' => ['privates''security.access.expression_voter''getSecurity_Access_ExpressionVoterService'false],
  6939.             'security.impersonate_url_generator' => ['privates''security.impersonate_url_generator''getSecurity_ImpersonateUrlGeneratorService'false],
  6940.             'security.firewall.map' => ['privates''security.firewall.map''getSecurity_Firewall_MapService'false],
  6941.             'security.logout_url_generator' => ['privates''security.logout_url_generator''getSecurity_LogoutUrlGeneratorService'false],
  6942.             'security.http_utils' => ['privates''security.http_utils''getSecurity_HttpUtilsService'false],
  6943.             'security.validator.user_password' => ['privates''security.validator.user_password''getSecurity_Validator_UserPasswordService'false],
  6944.             'security.password_hasher_factory' => ['privates''security.password_hasher_factory''getSecurity_PasswordHasherFactoryService'false],
  6945.             'security.channel_listener' => ['privates''security.channel_listener''getSecurity_ChannelListenerService'false],
  6946.             'security.access_map' => ['privates''security.access_map''getSecurity_AccessMapService'false],
  6947.             'security.access_listener' => ['privates''security.access_listener''getSecurity_AccessListenerService'false],
  6948.             'security.rememberme.response_listener' => ['privates''security.rememberme.response_listener''getSecurity_Rememberme_ResponseListenerService'false],
  6949.             'security.authentication.manager' => ['privates''security.authentication.manager''getSecurity_Authentication_ManagerService'false],
  6950.             'twig.extension.logout_url' => ['privates''twig.extension.logout_url''getTwig_Extension_LogoutUrlService'false],
  6951.             'twig.extension.security' => ['privates''twig.extension.security''getTwig_Extension_SecurityService'false],
  6952.             'data_collector.security' => ['privates''data_collector.security''getDataCollector_SecurityService'false],
  6953.             'security.authentication.guard_handler' => ['privates''security.authentication.guard_handler''getSecurity_Authentication_GuardHandlerService'false],
  6954.             'debug.security.access.decision_manager' => ['privates''debug.security.access.decision_manager''getDebug_Security_Access_DecisionManagerService'false],
  6955.             'debug.security.voter.vote_listener' => ['privates''debug.security.voter.vote_listener''getDebug_Security_Voter_VoteListenerService'false],
  6956.             'debug.security.firewall' => ['privates''debug.security.firewall''getDebug_Security_FirewallService'false],
  6957.             'security.command.debug_firewall' => ['privates''security.command.debug_firewall''getSecurity_Command_DebugFirewallService'false],
  6958.             'security.firewall.map.config.webhooks' => ['privates''security.firewall.map.config.webhooks''getSecurity_Firewall_Map_Config_WebhooksService'false],
  6959.             'security.event_dispatcher.webhooks' => ['privates''security.event_dispatcher.webhooks''getSecurity_EventDispatcher_WebhooksService'false],
  6960.             'security.context_listener.0' => ['privates''security.context_listener.0''getSecurity_ContextListener_0Service'false],
  6961.             'security.authentication.listener.anonymous.webhooks' => ['privates''security.authentication.listener.anonymous.webhooks''getSecurity_Authentication_Listener_Anonymous_WebhooksService'false],
  6962.             'security.authentication.provider.anonymous.webhooks' => ['privates''security.authentication.provider.anonymous.webhooks''getSecurity_Authentication_Provider_Anonymous_WebhooksService'false],
  6963.             'security.exception_listener.webhooks' => ['privates''security.exception_listener.webhooks''getSecurity_ExceptionListener_WebhooksService'false],
  6964.             'security.firewall.map.context.webhooks' => ['privates''security.firewall.map.context.webhooks''getSecurity_Firewall_Map_Context_WebhooksService'false],
  6965.             'security.firewall.map.config.public_api' => ['privates''security.firewall.map.config.public_api''getSecurity_Firewall_Map_Config_PublicApiService'false],
  6966.             'security.event_dispatcher.public_api' => ['privates''security.event_dispatcher.public_api''getSecurity_EventDispatcher_PublicApiService'false],
  6967.             'security.context_listener.1' => ['privates''security.context_listener.1''getSecurity_ContextListener_1Service'false],
  6968.             'security.authentication.listener.anonymous.public_api' => ['privates''security.authentication.listener.anonymous.public_api''getSecurity_Authentication_Listener_Anonymous_PublicApiService'false],
  6969.             'security.authentication.provider.anonymous.public_api' => ['privates''security.authentication.provider.anonymous.public_api''getSecurity_Authentication_Provider_Anonymous_PublicApiService'false],
  6970.             'security.exception_listener.public_api' => ['privates''security.exception_listener.public_api''getSecurity_ExceptionListener_PublicApiService'false],
  6971.             'security.firewall.map.context.public_api' => ['privates''security.firewall.map.context.public_api''getSecurity_Firewall_Map_Context_PublicApiService'false],
  6972.             'security.firewall.map.config.lms_api' => ['privates''security.firewall.map.config.lms_api''getSecurity_Firewall_Map_Config_LmsApiService'false],
  6973.             'security.event_dispatcher.lms_api' => ['privates''security.event_dispatcher.lms_api''getSecurity_EventDispatcher_LmsApiService'false],
  6974.             'security.authentication.provider.guard.lms_api' => ['privates''security.authentication.provider.guard.lms_api''getSecurity_Authentication_Provider_Guard_LmsApiService'false],
  6975.             'security.authentication.listener.guard.lms_api' => ['privates''security.authentication.listener.guard.lms_api''getSecurity_Authentication_Listener_Guard_LmsApiService'false],
  6976.             'security.exception_listener.lms_api' => ['privates''security.exception_listener.lms_api''getSecurity_ExceptionListener_LmsApiService'false],
  6977.             'security.firewall.map.context.lms_api' => ['privates''security.firewall.map.context.lms_api''getSecurity_Firewall_Map_Context_LmsApiService'false],
  6978.             'security.firewall.map.config.main' => ['privates''security.firewall.map.config.main''getSecurity_Firewall_Map_Config_MainService'false],
  6979.             'security.event_dispatcher.main' => ['privates''security.event_dispatcher.main''getSecurity_EventDispatcher_MainService'false],
  6980.             'security.context_listener.2' => ['privates''security.context_listener.2''getSecurity_ContextListener_2Service'false],
  6981.             'security.logout_listener.main' => ['privates''security.logout_listener.main''getSecurity_LogoutListener_MainService'false],
  6982.             'security.logout.listener.default.main' => ['privates''security.logout.listener.default.main''getSecurity_Logout_Listener_Default_MainService'false],
  6983.             'security.logout.listener.session.main' => ['privates''security.logout.listener.session.main''getSecurity_Logout_Listener_Session_MainService'false],
  6984.             'hwi_oauth.authentication.provider.oauth.main' => ['privates''hwi_oauth.authentication.provider.oauth.main''getHwiOauth_Authentication_Provider_Oauth_MainService'false],
  6985.             'security.authentication.success_handler.main.oauth' => ['privates''security.authentication.success_handler.main.oauth''getSecurity_Authentication_SuccessHandler_Main_OauthService'false],
  6986.             'security.authentication.failure_handler.main.oauth' => ['privates''security.authentication.failure_handler.main.oauth''getSecurity_Authentication_FailureHandler_Main_OauthService'false],
  6987.             'hwi_oauth.authentication.listener.oauth.main' => ['privates''hwi_oauth.authentication.listener.oauth.main''getHwiOauth_Authentication_Listener_Oauth_MainService'false],
  6988.             'hwi_oauth.context_listener.token_refresher.main' => ['privates''hwi_oauth.context_listener.token_refresher.main''getHwiOauth_ContextListener_TokenRefresher_MainService'false],
  6989.             'security.authentication.provider.dao.main' => ['privates''security.authentication.provider.dao.main''getSecurity_Authentication_Provider_Dao_MainService'false],
  6990.             'security.authentication.success_handler.main.form_login' => ['privates''security.authentication.success_handler.main.form_login''getSecurity_Authentication_SuccessHandler_Main_FormLoginService'false],
  6991.             'security.authentication.failure_handler.main.form_login' => ['privates''security.authentication.failure_handler.main.form_login''getSecurity_Authentication_FailureHandler_Main_FormLoginService'false],
  6992.             'security.authentication.listener.form.main' => ['privates''security.authentication.listener.form.main''getSecurity_Authentication_Listener_Form_MainService'false],
  6993.             'security.authentication.form_entry_point.main' => ['privates''security.authentication.form_entry_point.main''getSecurity_Authentication_FormEntryPoint_MainService'false],
  6994.             'security.authentication.provider.rememberme.main' => ['privates''security.authentication.provider.rememberme.main''getSecurity_Authentication_Provider_Rememberme_MainService'false],
  6995.             'security.authentication.rememberme.services.simplehash.main' => ['privates''security.authentication.rememberme.services.simplehash.main''getSecurity_Authentication_Rememberme_Services_Simplehash_MainService'false],
  6996.             'security.authentication.listener.rememberme.main' => ['privates''security.authentication.listener.rememberme.main''getSecurity_Authentication_Listener_Rememberme_MainService'false],
  6997.             'security.logout.listener.remember_me.main' => ['privates''security.logout.listener.remember_me.main''getSecurity_Logout_Listener_RememberMe_MainService'false],
  6998.             'security.authentication.listener.anonymous.main' => ['privates''security.authentication.listener.anonymous.main''getSecurity_Authentication_Listener_Anonymous_MainService'false],
  6999.             'security.authentication.provider.anonymous.main' => ['privates''security.authentication.provider.anonymous.main''getSecurity_Authentication_Provider_Anonymous_MainService'false],
  7000.             'security.exception_listener.main' => ['privates''security.exception_listener.main''getSecurity_ExceptionListener_MainService'false],
  7001.             'security.firewall.map.context.main' => ['privates''security.firewall.map.context.main''getSecurity_Firewall_Map_Context_MainService'false],
  7002.             'security.command.user_password_encoder' => ['privates''security.command.user_password_encoder''getSecurity_Command_UserPasswordEncoderService'false],
  7003.             'security.command.user_password_hash' => ['privates''security.command.user_password_hash''getSecurity_Command_UserPasswordHashService'false],
  7004.             'twig' => ['services''.container.private.twig''get_Container_Private_TwigService'false],
  7005.             'twig.app_variable' => ['privates''twig.app_variable''getTwig_AppVariableService'false],
  7006.             'twig.template_iterator' => ['privates''twig.template_iterator''getTwig_TemplateIteratorService'false],
  7007.             'twig.template_cache_warmer' => ['privates''twig.template_cache_warmer''getTwig_TemplateCacheWarmerService'false],
  7008.             'twig.loader.native_filesystem' => ['privates''twig.loader.native_filesystem''getTwig_Loader_NativeFilesystemService'false],
  7009.             'twig.extension.profiler' => ['privates''twig.extension.profiler''getTwig_Extension_ProfilerService'false],
  7010.             'twig.profile' => ['privates''twig.profile''getTwig_ProfileService'false],
  7011.             'data_collector.twig' => ['privates''data_collector.twig''getDataCollector_TwigService'false],
  7012.             'twig.extension.trans' => ['privates''twig.extension.trans''getTwig_Extension_TransService'false],
  7013.             'twig.extension.assets' => ['privates''twig.extension.assets''getTwig_Extension_AssetsService'false],
  7014.             'twig.extension.code' => ['privates''twig.extension.code''getTwig_Extension_CodeService'false],
  7015.             'twig.extension.routing' => ['privates''twig.extension.routing''getTwig_Extension_RoutingService'false],
  7016.             'twig.extension.yaml' => ['privates''twig.extension.yaml''getTwig_Extension_YamlService'false],
  7017.             'twig.extension.debug.stopwatch' => ['privates''twig.extension.debug.stopwatch''getTwig_Extension_Debug_StopwatchService'false],
  7018.             'twig.extension.expression' => ['privates''twig.extension.expression''getTwig_Extension_ExpressionService'false],
  7019.             'twig.extension.httpkernel' => ['privates''twig.extension.httpkernel''getTwig_Extension_HttpkernelService'false],
  7020.             'twig.runtime.httpkernel' => ['privates''twig.runtime.httpkernel''getTwig_Runtime_HttpkernelService'false],
  7021.             'twig.extension.httpfoundation' => ['privates''twig.extension.httpfoundation''getTwig_Extension_HttpfoundationService'false],
  7022.             'twig.translation.extractor' => ['privates''twig.translation.extractor''getTwig_Translation_ExtractorService'false],
  7023.             'twig.configurator.environment' => ['privates''twig.configurator.environment''getTwig_Configurator_EnvironmentService'false],
  7024.             'twig.runtime_loader' => ['privates''twig.runtime_loader''getTwig_RuntimeLoaderService'false],
  7025.             'twig.error_renderer.html' => ['privates''twig.error_renderer.html''getTwig_ErrorRenderer_HtmlService'false],
  7026.             'twig.runtime.serializer' => ['privates''twig.runtime.serializer''getTwig_Runtime_SerializerService'false],
  7027.             'twig.extension.serializer' => ['privates''twig.extension.serializer''getTwig_Extension_SerializerService'false],
  7028.             'twig.extension.form' => ['privates''twig.extension.form''getTwig_Extension_FormService'false],
  7029.             'twig.form.engine' => ['privates''twig.form.engine''getTwig_Form_EngineService'false],
  7030.             'twig.form.renderer' => ['privates''twig.form.renderer''getTwig_Form_RendererService'false],
  7031.             'twig.command.debug' => ['privates''twig.command.debug''getTwig_Command_DebugService'false],
  7032.             'twig.command.lint' => ['privates''twig.command.lint''getTwig_Command_LintService'false],
  7033.             'twig.mailer.message_listener' => ['privates''twig.mailer.message_listener''getTwig_Mailer_MessageListenerService'false],
  7034.             'twig.mime_body_renderer' => ['privates''twig.mime_body_renderer''getTwig_MimeBodyRendererService'false],
  7035.             'monolog.logger' => ['privates''monolog.logger''getMonolog_LoggerService'false],
  7036.             'monolog.processor.psr_log_message' => ['privates''monolog.processor.psr_log_message''getMonolog_Processor_PsrLogMessageService'false],
  7037.             'monolog.handler.main' => ['privates''monolog.handler.main''getMonolog_Handler_MainService'false],
  7038.             'monolog.handler.console' => ['privates''monolog.handler.console''getMonolog_Handler_ConsoleService'false],
  7039.             'monolog.handler.server_log' => ['privates''monolog.handler.server_log''getMonolog_Handler_ServerLogService'false],
  7040.             'doctrine.dbal.logger' => ['privates''doctrine.dbal.logger''getDoctrine_Dbal_LoggerService'false],
  7041.             'data_collector.doctrine' => ['privates''data_collector.doctrine''getDataCollector_DoctrineService'false],
  7042.             'doctrine.dbal.connection_factory' => ['privates''doctrine.dbal.connection_factory''getDoctrine_Dbal_ConnectionFactoryService'false],
  7043.             'doctrine.twig.doctrine_extension' => ['privates''doctrine.twig.doctrine_extension''getDoctrine_Twig_DoctrineExtensionService'false],
  7044.             'doctrine.database_create_command' => ['privates''doctrine.database_create_command''getDoctrine_DatabaseCreateCommandService'false],
  7045.             'doctrine.database_drop_command' => ['privates''doctrine.database_drop_command''getDoctrine_DatabaseDropCommandService'false],
  7046.             'doctrine.query_sql_command' => ['privates''doctrine.query_sql_command''getDoctrine_QuerySqlCommandService'false],
  7047.             'Doctrine\\DBAL\\Tools\\Console\\Command\\RunSqlCommand' => ['privates''Doctrine\\DBAL\\Tools\\Console\\Command\\RunSqlCommand''getRunSqlCommandService'false],
  7048.             'doctrine.database_import_command' => ['privates''doctrine.database_import_command''getDoctrine_DatabaseImportCommandService'false],
  7049.             'doctrine.dbal.default_connection.configuration' => ['privates''doctrine.dbal.default_connection.configuration''getDoctrine_Dbal_DefaultConnection_ConfigurationService'false],
  7050.             'doctrine.dbal.logger.profiling.default' => ['privates''doctrine.dbal.logger.profiling.default''getDoctrine_Dbal_Logger_Profiling_DefaultService'false],
  7051.             'doctrine.dbal.logger.chain.default' => ['privates''doctrine.dbal.logger.chain.default''getDoctrine_Dbal_Logger_Chain_DefaultService'false],
  7052.             'doctrine.dbal.default_regex_schema_filter' => ['privates''doctrine.dbal.default_regex_schema_filter''getDoctrine_Dbal_DefaultRegexSchemaFilterService'false],
  7053.             'doctrine.dbal.default_connection.event_manager' => ['privates''doctrine.dbal.default_connection.event_manager''getDoctrine_Dbal_DefaultConnection_EventManagerService'false],
  7054.             'Doctrine\\Bundle\\DoctrineBundle\\Dbal\\ManagerRegistryAwareConnectionProvider' => ['privates''Doctrine\\Bundle\\DoctrineBundle\\Dbal\\ManagerRegistryAwareConnectionProvider''getManagerRegistryAwareConnectionProviderService'false],
  7055.             'messenger.transport.doctrine.factory' => ['privates''messenger.transport.doctrine.factory''getMessenger_Transport_Doctrine_FactoryService'false],
  7056.             'doctrine.orm.messenger.event_subscriber.doctrine_clear_entity_manager' => ['privates''doctrine.orm.messenger.event_subscriber.doctrine_clear_entity_manager''getDoctrine_Orm_Messenger_EventSubscriber_DoctrineClearEntityManagerService'false],
  7057.             'doctrine.orm.messenger.doctrine_schema_subscriber' => ['privates''doctrine.orm.messenger.doctrine_schema_subscriber''getDoctrine_Orm_Messenger_DoctrineSchemaSubscriberService'false],
  7058.             'doctrine.orm.proxy_cache_warmer' => ['privates''doctrine.orm.proxy_cache_warmer''getDoctrine_Orm_ProxyCacheWarmerService'false],
  7059.             'form.type_guesser.doctrine' => ['privates''form.type_guesser.doctrine''getForm_TypeGuesser_DoctrineService'false],
  7060.             'form.type.entity' => ['privates''form.type.entity''getForm_Type_EntityService'false],
  7061.             'doctrine.orm.container_repository_factory' => ['privates''doctrine.orm.container_repository_factory''getDoctrine_Orm_ContainerRepositoryFactoryService'false],
  7062.             'doctrine.orm.validator.unique' => ['privates''doctrine.orm.validator.unique''getDoctrine_Orm_Validator_UniqueService'false],
  7063.             'doctrine.orm.validator_initializer' => ['privates''doctrine.orm.validator_initializer''getDoctrine_Orm_ValidatorInitializerService'false],
  7064.             'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber' => ['privates''doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber''getDoctrine_Orm_Listeners_DoctrineDbalCacheAdapterSchemaSubscriberService'false],
  7065.             'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber' => ['privates''doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber''getDoctrine_Orm_Listeners_PdoCacheAdapterDoctrineSchemaSubscriberService'false],
  7066.             'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber' => ['privates''doctrine.orm.listeners.doctrine_token_provider_schema_subscriber''getDoctrine_Orm_Listeners_DoctrineTokenProviderSchemaSubscriberService'false],
  7067.             'doctrine.orm.naming_strategy.underscore' => ['privates''doctrine.orm.naming_strategy.underscore''getDoctrine_Orm_NamingStrategy_UnderscoreService'false],
  7068.             'doctrine.orm.quote_strategy.default' => ['privates''doctrine.orm.quote_strategy.default''getDoctrine_Orm_QuoteStrategy_DefaultService'false],
  7069.             'doctrine.ulid_generator' => ['privates''doctrine.ulid_generator''getDoctrine_UlidGeneratorService'false],
  7070.             'doctrine.uuid_generator' => ['privates''doctrine.uuid_generator''getDoctrine_UuidGeneratorService'false],
  7071.             'doctrine.orm.command.entity_manager_provider' => ['privates''doctrine.orm.command.entity_manager_provider''getDoctrine_Orm_Command_EntityManagerProviderService'false],
  7072.             'doctrine.cache_clear_metadata_command' => ['privates''doctrine.cache_clear_metadata_command''getDoctrine_CacheClearMetadataCommandService'false],
  7073.             'doctrine.cache_clear_query_cache_command' => ['privates''doctrine.cache_clear_query_cache_command''getDoctrine_CacheClearQueryCacheCommandService'false],
  7074.             'doctrine.cache_clear_result_command' => ['privates''doctrine.cache_clear_result_command''getDoctrine_CacheClearResultCommandService'false],
  7075.             'doctrine.cache_collection_region_command' => ['privates''doctrine.cache_collection_region_command''getDoctrine_CacheCollectionRegionCommandService'false],
  7076.             'doctrine.mapping_convert_command' => ['privates''doctrine.mapping_convert_command''getDoctrine_MappingConvertCommandService'false],
  7077.             'doctrine.schema_create_command' => ['privates''doctrine.schema_create_command''getDoctrine_SchemaCreateCommandService'false],
  7078.             'doctrine.schema_drop_command' => ['privates''doctrine.schema_drop_command''getDoctrine_SchemaDropCommandService'false],
  7079.             'doctrine.ensure_production_settings_command' => ['privates''doctrine.ensure_production_settings_command''getDoctrine_EnsureProductionSettingsCommandService'false],
  7080.             'doctrine.clear_entity_region_command' => ['privates''doctrine.clear_entity_region_command''getDoctrine_ClearEntityRegionCommandService'false],
  7081.             'doctrine.mapping_info_command' => ['privates''doctrine.mapping_info_command''getDoctrine_MappingInfoCommandService'false],
  7082.             'doctrine.clear_query_region_command' => ['privates''doctrine.clear_query_region_command''getDoctrine_ClearQueryRegionCommandService'false],
  7083.             'doctrine.query_dql_command' => ['privates''doctrine.query_dql_command''getDoctrine_QueryDqlCommandService'false],
  7084.             'doctrine.schema_update_command' => ['privates''doctrine.schema_update_command''getDoctrine_SchemaUpdateCommandService'false],
  7085.             'doctrine.schema_validate_command' => ['privates''doctrine.schema_validate_command''getDoctrine_SchemaValidateCommandService'false],
  7086.             'doctrine.mapping_import_command' => ['privates''doctrine.mapping_import_command''getDoctrine_MappingImportCommandService'false],
  7087.             'doctrine.orm.default_configuration' => ['privates''doctrine.orm.default_configuration''getDoctrine_Orm_DefaultConfigurationService'false],
  7088.             'doctrine.orm.default_annotation_metadata_driver' => ['privates''doctrine.orm.default_annotation_metadata_driver''getDoctrine_Orm_DefaultAnnotationMetadataDriverService'false],
  7089.             'doctrine.orm.default_listeners.attach_entity_listeners' => ['privates''doctrine.orm.default_listeners.attach_entity_listeners''getDoctrine_Orm_DefaultListeners_AttachEntityListenersService'false],
  7090.             'doctrine.orm.default_second_level_cache.regions_configuration' => ['privates''doctrine.orm.default_second_level_cache.regions_configuration''getDoctrine_Orm_DefaultSecondLevelCache_RegionsConfigurationService'false],
  7091.             'doctrine.orm.default_manager_configurator' => ['privates''doctrine.orm.default_manager_configurator''getDoctrine_Orm_DefaultManagerConfiguratorService'false],
  7092.             'doctrine.orm.default_entity_manager.property_info_extractor' => ['privates''doctrine.orm.default_entity_manager.property_info_extractor''getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService'false],
  7093.             'doctrine.orm.default_entity_manager.validator_loader' => ['privates''doctrine.orm.default_entity_manager.validator_loader''getDoctrine_Orm_DefaultEntityManager_ValidatorLoaderService'false],
  7094.             'sensio_framework_extra.controller.listener' => ['privates''sensio_framework_extra.controller.listener''getSensioFrameworkExtra_Controller_ListenerService'false],
  7095.             'sensio_framework_extra.converter.listener' => ['privates''sensio_framework_extra.converter.listener''getSensioFrameworkExtra_Converter_ListenerService'false],
  7096.             'sensio_framework_extra.converter.manager' => ['privates''sensio_framework_extra.converter.manager''getSensioFrameworkExtra_Converter_ManagerService'false],
  7097.             'sensio_framework_extra.converter.doctrine.orm' => ['privates''sensio_framework_extra.converter.doctrine.orm''getSensioFrameworkExtra_Converter_Doctrine_OrmService'false],
  7098.             'framework_extra_bundle.date_time_param_converter' => ['privates''framework_extra_bundle.date_time_param_converter''getFrameworkExtraBundle_DateTimeParamConverterService'false],
  7099.             'sensio_framework_extra.converter.doctrine.orm.expression_language.default' => ['privates''sensio_framework_extra.converter.doctrine.orm.expression_language.default''getSensioFrameworkExtra_Converter_Doctrine_Orm_ExpressionLanguage_DefaultService'false],
  7100.             'sensio_framework_extra.view.guesser' => ['privates''sensio_framework_extra.view.guesser''getSensioFrameworkExtra_View_GuesserService'false],
  7101.             'sensio_framework_extra.view.listener' => ['privates''sensio_framework_extra.view.listener''getSensioFrameworkExtra_View_ListenerService'false],
  7102.             'sensio_framework_extra.cache.listener' => ['privates''sensio_framework_extra.cache.listener''getSensioFrameworkExtra_Cache_ListenerService'false],
  7103.             'sensio_framework_extra.security.listener' => ['privates''sensio_framework_extra.security.listener''getSensioFrameworkExtra_Security_ListenerService'false],
  7104.             'sensio_framework_extra.security.expression_language.default' => ['privates''sensio_framework_extra.security.expression_language.default''getSensioFrameworkExtra_Security_ExpressionLanguage_DefaultService'false],
  7105.             'framework_extra_bundle.event.is_granted' => ['privates''framework_extra_bundle.event.is_granted''getFrameworkExtraBundle_Event_IsGrantedService'false],
  7106.             'framework_extra_bundle.argument_name_convertor' => ['privates''framework_extra_bundle.argument_name_convertor''getFrameworkExtraBundle_ArgumentNameConvertorService'false],
  7107.             'fos_user.object_manager' => ['privates''fos_user.object_manager''getFosUser_ObjectManagerService'false],
  7108.             'fos_user.user_listener' => ['privates''fos_user.user_listener''getFosUser_UserListenerService'false],
  7109.             'fos_user.validator.initializer' => ['privates''fos_user.validator.initializer''getFosUser_Validator_InitializerService'false],
  7110.             'fos_user.security.interactive_login_listener' => ['privates''fos_user.security.interactive_login_listener''getFosUser_Security_InteractiveLoginListenerService'false],
  7111.             'fos_user.security.login_manager' => ['privates''fos_user.security.login_manager''getFosUser_Security_LoginManagerService'false],
  7112.             'fos_user.user_provider.username_email' => ['privates''fos_user.user_provider.username_email''getFosUser_UserProvider_UsernameEmailService'false],
  7113.             'fos_user.util.canonicalizer.default' => ['privates''fos_user.util.canonicalizer.default''getFosUser_Util_Canonicalizer_DefaultService'false],
  7114.             'fos_user.util.user_manipulator' => ['privates''fos_user.util.user_manipulator''getFosUser_Util_UserManipulatorService'false],
  7115.             'fos_user.util.token_generator.default' => ['privates''fos_user.util.token_generator.default''getFosUser_Util_TokenGenerator_DefaultService'false],
  7116.             'fos_user.util.password_updater' => ['privates''fos_user.util.password_updater''getFosUser_Util_PasswordUpdaterService'false],
  7117.             'fos_user.util.canonical_fields_updater' => ['privates''fos_user.util.canonical_fields_updater''getFosUser_Util_CanonicalFieldsUpdaterService'false],
  7118.             'fos_user.listener.authentication' => ['privates''fos_user.listener.authentication''getFosUser_Listener_AuthenticationService'false],
  7119.             'fos_user.command.activate_user' => ['privates''fos_user.command.activate_user''getFosUser_Command_ActivateUserService'false],
  7120.             'fos_user.command.change_password' => ['privates''fos_user.command.change_password''getFosUser_Command_ChangePasswordService'false],
  7121.             'fos_user.command.create_user' => ['privates''fos_user.command.create_user''getFosUser_Command_CreateUserService'false],
  7122.             'fos_user.command.deactivate_user' => ['privates''fos_user.command.deactivate_user''getFosUser_Command_DeactivateUserService'false],
  7123.             'fos_user.command.demote_user' => ['privates''fos_user.command.demote_user''getFosUser_Command_DemoteUserService'false],
  7124.             'fos_user.command.promote_user' => ['privates''fos_user.command.promote_user''getFosUser_Command_PromoteUserService'false],
  7125.             'fos_user.listener.flash' => ['privates''fos_user.listener.flash''getFosUser_Listener_FlashService'false],
  7126.             'fos_user.username_form_type' => ['privates''fos_user.username_form_type''getFosUser_UsernameFormTypeService'false],
  7127.             'fos_user.user_to_username_transformer' => ['privates''fos_user.user_to_username_transformer''getFosUser_UserToUsernameTransformerService'false],
  7128.             'fos_user.profile.form.factory' => ['privates''fos_user.profile.form.factory''getFosUser_Profile_Form_FactoryService'false],
  7129.             'fos_user.profile.form.type' => ['privates''fos_user.profile.form.type''getFosUser_Profile_Form_TypeService'false],
  7130.             'fos_user.registration.form.factory' => ['privates''fos_user.registration.form.factory''getFosUser_Registration_Form_FactoryService'false],
  7131.             'fos_user.registration.form.type' => ['privates''fos_user.registration.form.type''getFosUser_Registration_Form_TypeService'false],
  7132.             'fos_user.change_password.form.factory' => ['privates''fos_user.change_password.form.factory''getFosUser_ChangePassword_Form_FactoryService'false],
  7133.             'fos_user.change_password.form.type' => ['privates''fos_user.change_password.form.type''getFosUser_ChangePassword_Form_TypeService'false],
  7134.             'fos_user.resetting.form.factory' => ['privates''fos_user.resetting.form.factory''getFosUser_Resetting_Form_FactoryService'false],
  7135.             'fos_user.resetting.form.type' => ['privates''fos_user.resetting.form.type''getFosUser_Resetting_Form_TypeService'false],
  7136.             'fos_user.listener.resetting' => ['privates''fos_user.listener.resetting''getFosUser_Listener_ResettingService'false],
  7137.             'time.datetime_formatter' => ['privates''time.datetime_formatter''getTime_DatetimeFormatterService'false],
  7138.             'time.twig.extension.time' => ['privates''time.twig.extension.time''getTime_Twig_Extension_TimeService'false],
  7139.             'httplug.strategy_listener' => ['privates''httplug.strategy_listener''getHttplug_StrategyListenerService'false],
  7140.             'httplug.message_factory.default' => ['services''httplug.message_factory''getHttplug_MessageFactoryService'false],
  7141.             'httplug.stream_factory.default' => ['services''httplug.stream_factory''getHttplug_StreamFactoryService'false],
  7142.             'httplug.uri_factory.default' => ['services''httplug.uri_factory''getHttplug_UriFactoryService'false],
  7143.             'httplug.psr18_client.default' => ['services''httplug.psr18_client''getHttplug_Psr18ClientService'false],
  7144.             'httplug.psr17_request_factory.default' => ['services''httplug.psr17_request_factory''getHttplug_Psr17RequestFactoryService'false],
  7145.             'httplug.psr17_response_factory.default' => ['services''httplug.psr17_response_factory''getHttplug_Psr17ResponseFactoryService'false],
  7146.             'httplug.psr17_stream_factory.default' => ['services''httplug.psr17_stream_factory''getHttplug_Psr17StreamFactoryService'false],
  7147.             'httplug.psr17_uri_factory.default' => ['services''httplug.psr17_uri_factory''getHttplug_Psr17UriFactoryService'false],
  7148.             'httplug.psr17_uploaded_file_factory.default' => ['services''httplug.psr17_uploaded_file_factory''getHttplug_Psr17UploadedFileFactoryService'false],
  7149.             'httplug.psr17_server_request_factory.default' => ['services''httplug.psr17_server_request_factory''getHttplug_Psr17ServerRequestFactoryService'false],
  7150.             'Http\\Client\\Common\\PluginClientFactory' => ['privates''Http\\Client\\Common\\PluginClientFactory''getPluginClientFactoryService'false],
  7151.             'httplug.plugin.content_length' => ['privates''httplug.plugin.content_length''getHttplug_Plugin_ContentLengthService'false],
  7152.             'httplug.plugin.redirect' => ['privates''httplug.plugin.redirect''getHttplug_Plugin_RedirectService'false],
  7153.             'httplug.formatter.full_http_message' => ['privates''httplug.formatter.full_http_message''getHttplug_Formatter_FullHttpMessageService'false],
  7154.             'httplug.collector.formatter' => ['privates''httplug.collector.formatter''getHttplug_Collector_FormatterService'false],
  7155.             'httplug.collector.collector' => ['privates''httplug.collector.collector''getHttplug_Collector_CollectorService'false],
  7156.             'httplug.collector.twig.http_message' => ['privates''httplug.collector.twig.http_message''getHttplug_Collector_Twig_HttpMessageService'false],
  7157.             'httplug.collector.factory.auto' => ['privates''httplug.collector.factory.auto''getHttplug_Collector_Factory_AutoService'false],
  7158.             'Http\\HttplugBundle\\Collector\\PluginClientFactoryListener' => ['privates''Http\\HttplugBundle\\Collector\\PluginClientFactoryListener''getPluginClientFactoryListenerService'false],
  7159.             'httplug.client.app.client' => ['privates''httplug.client.app.client''getHttplug_Client_App_ClientService'false],
  7160.             'httplug.client.app.http_methods' => ['services''httplug.client''getHttplug_ClientService'false],
  7161.             'hwi_oauth.storage.session' => ['privates''hwi_oauth.storage.session''getHwiOauth_Storage_SessionService'false],
  7162.             'hwi_oauth.security.oauth_utils' => ['privates''hwi_oauth.security.oauth_utils''getHwiOauth_Security_OauthUtilsService'false],
  7163.             'hwi_oauth.resource_ownermap_locator' => ['privates''hwi_oauth.resource_ownermap_locator''getHwiOauth_ResourceOwnermapLocatorService'false],
  7164.             'hwi_oauth.templating.helper.oauth' => ['privates''hwi_oauth.templating.helper.oauth''getHwiOauth_Templating_Helper_OauthService'false],
  7165.             'hwi_oauth.twig.extension.oauth' => ['privates''hwi_oauth.twig.extension.oauth''getHwiOauth_Twig_Extension_OauthService'false],
  7166.             'hwi_oauth.twig.extension.oauth.runtime' => ['privates''hwi_oauth.twig.extension.oauth.runtime''getHwiOauth_Twig_Extension_Oauth_RuntimeService'false],
  7167.             'hwi_oauth.util.domain_whitelist' => ['privates''hwi_oauth.util.domain_whitelist''getHwiOauth_Util_DomainWhitelistService'false],
  7168.             'hwi_oauth.resource_owner.google' => ['privates''hwi_oauth.resource_owner.google''getHwiOauth_ResourceOwner_GoogleService'false],
  7169.             'hwi_oauth.resource_owner.github' => ['services''HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\GitHubResourceOwner''getGitHubResourceOwnerService'false],
  7170.             'jms_serializer.event_dispatcher.service_locator' => ['privates''jms_serializer.event_dispatcher.service_locator''getJmsSerializer_EventDispatcher_ServiceLocatorService'false],
  7171.             'jms_serializer.doctrine_proxy_subscriber' => ['privates''jms_serializer.doctrine_proxy_subscriber''getJmsSerializer_DoctrineProxySubscriberService'false],
  7172.             'jms_serializer.stopwatch_subscriber' => ['privates''jms_serializer.stopwatch_subscriber''getJmsSerializer_StopwatchSubscriberService'false],
  7173.             'jms_serializer.handler_registry.service_locator' => ['privates''jms_serializer.handler_registry.service_locator''getJmsSerializer_HandlerRegistry_ServiceLocatorService'false],
  7174.             'jms_serializer.array_collection_handler' => ['privates''jms_serializer.array_collection_handler''getJmsSerializer_ArrayCollectionHandlerService'false],
  7175.             'jms_serializer.constraint_violation_handler' => ['privates''jms_serializer.constraint_violation_handler''getJmsSerializer_ConstraintViolationHandlerService'false],
  7176.             'jms_serializer.datetime_handler' => ['privates''jms_serializer.datetime_handler''getJmsSerializer_DatetimeHandlerService'false],
  7177.             'jms_serializer.form_error_handler' => ['privates''jms_serializer.form_error_handler''getJmsSerializer_FormErrorHandlerService'false],
  7178.             'jms_serializer.iterator_handler' => ['privates''jms_serializer.iterator_handler''getJmsSerializer_IteratorHandlerService'false],
  7179.             'jms_serializer.type_parser' => ['privates''jms_serializer.type_parser''getJmsSerializer_TypeParserService'false],
  7180.             'jms_serializer.metadata.yaml_driver' => ['privates''jms_serializer.metadata.yaml_driver''getJmsSerializer_Metadata_YamlDriverService'false],
  7181.             'jms_serializer.metadata.xml_driver' => ['privates''jms_serializer.metadata.xml_driver''getJmsSerializer_Metadata_XmlDriverService'false],
  7182.             'jms_serializer.metadata.annotation_driver' => ['privates''jms_serializer.metadata.annotation_driver''getJmsSerializer_Metadata_AnnotationDriverService'false],
  7183.             'jms_serializer.metadata.chain_driver' => ['privates''jms_serializer.metadata.chain_driver''getJmsSerializer_Metadata_ChainDriverService'false],
  7184.             'jms_serializer.metadata.doctrine_type_driver' => ['privates''jms_serializer.metadata.doctrine_type_driver''getJmsSerializer_Metadata_DoctrineTypeDriverService'false],
  7185.             'jms_serializer.metadata.typed_properties_driver' => ['services''jms_serializer.metadata_driver''getJmsSerializer_MetadataDriverService'false],
  7186.             'jms_serializer.metadata.service_locator' => ['privates''jms_serializer.metadata.service_locator''getJmsSerializer_Metadata_ServiceLocatorService'false],
  7187.             'jms_serializer.metadata.lazy_loading_driver' => ['privates''jms_serializer.metadata.lazy_loading_driver''getJmsSerializer_Metadata_LazyLoadingDriverService'false],
  7188.             'jms_serializer.metadata.cache.file_cache' => ['privates''jms_serializer.metadata.cache.file_cache''getJmsSerializer_Metadata_Cache_FileCacheService'false],
  7189.             'jms_serializer.doctrine_object_constructor' => ['privates''jms_serializer.doctrine_object_constructor''getJmsSerializer_DoctrineObjectConstructorService'false],
  7190.             'jms_serializer.unserialize_object_constructor' => ['privates''jms_serializer.unserialize_object_constructor''getJmsSerializer_UnserializeObjectConstructorService'false],
  7191.             'jms_serializer.serializer' => ['services''jms_serializer''getJmsSerializerService'false],
  7192.             'jms_serializer.deserialization_graph_navigator_factory' => ['privates''jms_serializer.deserialization_graph_navigator_factory''getJmsSerializer_DeserializationGraphNavigatorFactoryService'false],
  7193.             'jms_serializer.serialization_graph_navigator_factory' => ['privates''jms_serializer.serialization_graph_navigator_factory''getJmsSerializer_SerializationGraphNavigatorFactoryService'false],
  7194.             'jms_serializer.expression_evaluator' => ['privates''jms_serializer.expression_evaluator''getJmsSerializer_ExpressionEvaluatorService'false],
  7195.             'jms_serializer.expression_language' => ['privates''jms_serializer.expression_language''getJmsSerializer_ExpressionLanguageService'false],
  7196.             'jms_serializer.expression_language.function_provider' => ['privates''jms_serializer.expression_language.function_provider''getJmsSerializer_ExpressionLanguage_FunctionProviderService'false],
  7197.             'jms_serializer.twig_extension.runtime_serializer' => ['privates''jms_serializer.twig_extension.runtime_serializer''getJmsSerializer_TwigExtension_RuntimeSerializerService'false],
  7198.             'jms_serializer.twig_extension.serializer_runtime_helper' => ['privates''jms_serializer.twig_extension.serializer_runtime_helper''getJmsSerializer_TwigExtension_SerializerRuntimeHelperService'false],
  7199.             'jms_serializer.accessor_strategy.default' => ['privates''jms_serializer.accessor_strategy.default''getJmsSerializer_AccessorStrategy_DefaultService'false],
  7200.             'jms_serializer.json_serialization_visitor' => ['privates''jms_serializer.json_serialization_visitor''getJmsSerializer_JsonSerializationVisitorService'false],
  7201.             'jms_serializer.json_deserialization_visitor' => ['privates''jms_serializer.json_deserialization_visitor''getJmsSerializer_JsonDeserializationVisitorService'false],
  7202.             'jms_serializer.xml_serialization_visitor' => ['privates''jms_serializer.xml_serialization_visitor''getJmsSerializer_XmlSerializationVisitorService'false],
  7203.             'jms_serializer.xml_deserialization_visitor' => ['privates''jms_serializer.xml_deserialization_visitor''getJmsSerializer_XmlDeserializationVisitorService'false],
  7204.             'jms_serializer.cache.cache_clearer' => ['privates''jms_serializer.cache.cache_clearer''getJmsSerializer_Cache_CacheClearerService'false],
  7205.             'jms_serializer.configured_serialization_context_factory' => ['services''jms_serializer.serialization_context_factory''getJmsSerializer_SerializationContextFactoryService'false],
  7206.             'jms_serializer.configured_deserialization_context_factory' => ['services''jms_serializer.deserialization_context_factory''getJmsSerializer_DeserializationContextFactoryService'false],
  7207.             'data_collector.jms_serializer' => ['privates''data_collector.jms_serializer''getDataCollector_JmsSerializerService'false],
  7208.             'jms_serializer.traceable_event_dispatcher' => ['privates''jms_serializer.traceable_event_dispatcher''getJmsSerializer_TraceableEventDispatcherService'false],
  7209.             'jms_serializer.traceable_runs_listener' => ['privates''jms_serializer.traceable_runs_listener''getJmsSerializer_TraceableRunsListenerService'false],
  7210.             'jms_serializer.traceable_metadata_factory' => ['privates''jms_serializer.traceable_metadata_factory''getJmsSerializer_TraceableMetadataFactoryService'false],
  7211.             'jms_serializer.traceable_handler_registry' => ['privates''jms_serializer.traceable_handler_registry''getJmsSerializer_TraceableHandlerRegistryService'false],
  7212.             'jms_serializer.metadata.traceable_file_locator' => ['privates''jms_serializer.metadata.traceable_file_locator''getJmsSerializer_Metadata_TraceableFileLocatorService'false],
  7213.             'jms_serializer.metadata.annotation_and_attributes_reader' => ['privates''jms_serializer.metadata.annotation_and_attributes_reader''getJmsSerializer_Metadata_AnnotationAndAttributesReaderService'false],
  7214.             'doctrine.migrations.dependency_factory' => ['privates''doctrine.migrations.dependency_factory''getDoctrine_Migrations_DependencyFactoryService'false],
  7215.             'doctrine.migrations.configuration_loader' => ['privates''doctrine.migrations.configuration_loader''getDoctrine_Migrations_ConfigurationLoaderService'false],
  7216.             'doctrine.migrations.entity_manager_registry_loader' => ['privates''doctrine.migrations.entity_manager_registry_loader''getDoctrine_Migrations_EntityManagerRegistryLoaderService'false],
  7217.             'doctrine.migrations.configuration' => ['privates''doctrine.migrations.configuration''getDoctrine_Migrations_ConfigurationService'false],
  7218.             'doctrine.migrations.container_aware_migrations_factory' => ['privates''doctrine.migrations.container_aware_migrations_factory''getDoctrine_Migrations_ContainerAwareMigrationsFactoryService'false],
  7219.             'doctrine_migrations.diff_command' => ['privates''doctrine_migrations.diff_command''getDoctrineMigrations_DiffCommandService'false],
  7220.             'doctrine_migrations.sync_metadata_command' => ['privates''doctrine_migrations.sync_metadata_command''getDoctrineMigrations_SyncMetadataCommandService'false],
  7221.             'doctrine_migrations.versions_command' => ['privates''doctrine_migrations.versions_command''getDoctrineMigrations_VersionsCommandService'false],
  7222.             'doctrine_migrations.current_command' => ['privates''doctrine_migrations.current_command''getDoctrineMigrations_CurrentCommandService'false],
  7223.             'doctrine_migrations.dump_schema_command' => ['privates''doctrine_migrations.dump_schema_command''getDoctrineMigrations_DumpSchemaCommandService'false],
  7224.             'doctrine_migrations.execute_command' => ['privates''doctrine_migrations.execute_command''getDoctrineMigrations_ExecuteCommandService'false],
  7225.             'doctrine_migrations.generate_command' => ['privates''doctrine_migrations.generate_command''getDoctrineMigrations_GenerateCommandService'false],
  7226.             'doctrine_migrations.latest_command' => ['privates''doctrine_migrations.latest_command''getDoctrineMigrations_LatestCommandService'false],
  7227.             'doctrine_migrations.migrate_command' => ['privates''doctrine_migrations.migrate_command''getDoctrineMigrations_MigrateCommandService'false],
  7228.             'doctrine_migrations.rollup_command' => ['privates''doctrine_migrations.rollup_command''getDoctrineMigrations_RollupCommandService'false],
  7229.             'doctrine_migrations.status_command' => ['privates''doctrine_migrations.status_command''getDoctrineMigrations_StatusCommandService'false],
  7230.             'doctrine_migrations.up_to_date_command' => ['privates''doctrine_migrations.up_to_date_command''getDoctrineMigrations_UpToDateCommandService'false],
  7231.             'doctrine_migrations.version_command' => ['privates''doctrine_migrations.version_command''getDoctrineMigrations_VersionCommandService'false],
  7232.             'doctrine.migrations.storage.table_storage' => ['privates''doctrine.migrations.storage.table_storage''getDoctrine_Migrations_Storage_TableStorageService'false],
  7233.             'doctrine.fixtures_load_command' => ['privates''doctrine.fixtures_load_command''getDoctrine_FixturesLoadCommandService'false],
  7234.             'doctrine.fixtures.loader' => ['privates''doctrine.fixtures.loader''getDoctrine_Fixtures_LoaderService'false],
  7235.             'doctrine.fixtures.purger.orm_purger_factory' => ['privates''doctrine.fixtures.purger.orm_purger_factory''getDoctrine_Fixtures_Purger_OrmPurgerFactoryService'false],
  7236.             'Sentry\\Transport\\TransportFactoryInterface' => ['privates''Sentry\\Transport\\TransportFactoryInterface''getTransportFactoryInterfaceService'false],
  7237.             'Sentry\\State\\HubInterface' => ['privates''Sentry\\State\\HubInterface''getHubInterfaceService'false],
  7238.             'Sentry\\SentryBundle\\EventListener\\ConsoleListener' => ['privates''Sentry\\SentryBundle\\EventListener\\ConsoleListener''getConsoleListenerService'false],
  7239.             'Sentry\\SentryBundle\\EventListener\\ErrorListener' => ['privates''Sentry\\SentryBundle\\EventListener\\ErrorListener''getErrorListenerService'false],
  7240.             'Sentry\\SentryBundle\\EventListener\\RequestListener' => ['privates''Sentry\\SentryBundle\\EventListener\\RequestListener''getRequestListenerService'false],
  7241.             'Sentry\\SentryBundle\\EventListener\\SubRequestListener' => ['privates''Sentry\\SentryBundle\\EventListener\\SubRequestListener''getSubRequestListenerService'false],
  7242.             'Sentry\\SentryBundle\\EventListener\\TracingRequestListener' => ['privates''Sentry\\SentryBundle\\EventListener\\TracingRequestListener''getTracingRequestListenerService'false],
  7243.             'Sentry\\SentryBundle\\EventListener\\TracingSubRequestListener' => ['privates''Sentry\\SentryBundle\\EventListener\\TracingSubRequestListener''getTracingSubRequestListenerService'false],
  7244.             'Sentry\\SentryBundle\\EventListener\\TracingConsoleListener' => ['privates''Sentry\\SentryBundle\\EventListener\\TracingConsoleListener''getTracingConsoleListenerService'false],
  7245.             'Sentry\\SentryBundle\\EventListener\\MessengerListener' => ['privates''Sentry\\SentryBundle\\EventListener\\MessengerListener''getMessengerListenerService'false],
  7246.             'Sentry\\SentryBundle\\Command\\SentryTestCommand' => ['privates''Sentry\\SentryBundle\\Command\\SentryTestCommand''getSentryTestCommandService'false],
  7247.             'Sentry\\SentryBundle\\Tracing\\Twig\\TwigTracingExtension' => ['privates''Sentry\\SentryBundle\\Tracing\\Twig\\TwigTracingExtension''getTwigTracingExtensionService'false],
  7248.             'Sentry\\Integration\\RequestFetcherInterface' => ['privates''Sentry\\Integration\\RequestFetcherInterface''getRequestFetcherInterfaceService'false],
  7249.             'Sentry\\SentryBundle\\Twig\\SentryExtension' => ['privates''Sentry\\SentryBundle\\Twig\\SentryExtension''getSentryExtensionService'false],
  7250.             'sentry.client.options' => ['privates''sentry.client.options''getSentry_Client_OptionsService'false],
  7251.             'sentry.client' => ['privates''sentry.client''getSentry_ClientService'false],
  7252.             'knp_paginator.subscriber.paginate' => ['privates''knp_paginator.subscriber.paginate''getKnpPaginator_Subscriber_PaginateService'false],
  7253.             'knp_paginator.subscriber.sortable' => ['privates''knp_paginator.subscriber.sortable''getKnpPaginator_Subscriber_SortableService'false],
  7254.             'knp_paginator.subscriber.filtration' => ['privates''knp_paginator.subscriber.filtration''getKnpPaginator_Subscriber_FiltrationService'false],
  7255.             'knp_paginator.subscriber.sliding_pagination' => ['privates''knp_paginator.subscriber.sliding_pagination''getKnpPaginator_Subscriber_SlidingPaginationService'false],
  7256.             'knp_paginator.helper.processor' => ['privates''knp_paginator.helper.processor''getKnpPaginator_Helper_ProcessorService'false],
  7257.             'knp_paginator.twig.extension.pagination' => ['privates''knp_paginator.twig.extension.pagination''getKnpPaginator_Twig_Extension_PaginationService'false],
  7258.             'lexik_jwt_authentication.key_loader.raw' => ['services''lexik_jwt_authentication.key_loader''getLexikJwtAuthentication_KeyLoaderService'false],
  7259.             'lexik_jwt_authentication.encoder.lcobucci' => ['services''lexik_jwt_authentication.encoder''getLexikJwtAuthentication_EncoderService'false],
  7260.             'lexik_jwt_authentication.jws_provider.lcobucci' => ['privates''lexik_jwt_authentication.jws_provider.lcobucci''getLexikJwtAuthentication_JwsProvider_LcobucciService'false],
  7261.             'lexik_jwt_authentication.extractor.chain_extractor' => ['privates''lexik_jwt_authentication.extractor.chain_extractor''getLexikJwtAuthentication_Extractor_ChainExtractorService'false],
  7262.             'lexik_jwt_authentication.extractor.authorization_header_extractor' => ['privates''lexik_jwt_authentication.extractor.authorization_header_extractor''getLexikJwtAuthentication_Extractor_AuthorizationHeaderExtractorService'false],
  7263.             'lexik_jwt_authentication.extractor.cookie_extractor' => ['privates''lexik_jwt_authentication.extractor.cookie_extractor''getLexikJwtAuthentication_Extractor_CookieExtractorService'false],
  7264.             'lexik_jwt_authentication.security.guard.jwt_token_authenticator' => ['privates''lexik_jwt_authentication.security.guard.jwt_token_authenticator''getLexikJwtAuthentication_Security_Guard_JwtTokenAuthenticatorService'false],
  7265.             'lexik_jwt_authentication.check_config_command' => ['privates''lexik_jwt_authentication.check_config_command''getLexikJwtAuthentication_CheckConfigCommandService'false],
  7266.             'lexik_jwt_authentication.generate_keypair_command' => ['privates''lexik_jwt_authentication.generate_keypair_command''getLexikJwtAuthentication_GenerateKeypairCommandService'false],
  7267.             'twig.extension.dump' => ['privates''twig.extension.dump''getTwig_Extension_DumpService'false],
  7268.             'debug.dump_listener' => ['privates''debug.dump_listener''getDebug_DumpListenerService'false],
  7269.             'var_dumper.contextualized_cli_dumper' => ['privates''var_dumper.contextualized_cli_dumper''getVarDumper_ContextualizedCliDumperService'false],
  7270.             'var_dumper.html_dumper' => ['privates''var_dumper.html_dumper''getVarDumper_HtmlDumperService'false],
  7271.             'var_dumper.server_connection' => ['privates''var_dumper.server_connection''getVarDumper_ServerConnectionService'false],
  7272.             'var_dumper.dump_server' => ['privates''var_dumper.dump_server''getVarDumper_DumpServerService'false],
  7273.             'var_dumper.command.server_dump' => ['privates''var_dumper.command.server_dump''getVarDumper_Command_ServerDumpService'false],
  7274.             'monolog.command.server_log' => ['privates''monolog.command.server_log''getMonolog_Command_ServerLogService'false],
  7275.             'web_profiler.csp.handler' => ['privates''web_profiler.csp.handler''getWebProfiler_Csp_HandlerService'false],
  7276.             'twig.extension.webprofiler' => ['privates''twig.extension.webprofiler''getTwig_Extension_WebprofilerService'false],
  7277.             'debug.file_link_formatter.url_format' => ['privates''debug.file_link_formatter.url_format''getDebug_FileLinkFormatter_UrlFormatService'false],
  7278.             'web_profiler.debug_toolbar' => ['privates''web_profiler.debug_toolbar''getWebProfiler_DebugToolbarService'false],
  7279.             'nelmio_alice.file_locator.default' => ['privates''nelmio_alice.file_locator.default''getNelmioAlice_FileLocator_DefaultService'false],
  7280.             'nelmio_alice.fixture_builder.denormalizer.fixture.simple_fixture_bag_denormalizer' => ['privates''nelmio_alice.fixture_builder.denormalizer.fixture.simple_fixture_bag_denormalizer''getNelmioAlice_FixtureBuilder_Denormalizer_Fixture_SimpleFixtureBagDenormalizerService'false],
  7281.             'nelmio_alice.fixture_builder.denormalizer.fixture.tolerant_denormalizer' => ['privates''nelmio_alice.fixture_builder.denormalizer.fixture.tolerant_denormalizer''getNelmioAlice_FixtureBuilder_Denormalizer_Fixture_TolerantDenormalizerService'false],
  7282.             'nelmio_alice.fixture_builder.denormalizer.fixture.registry_denormalizer' => ['privates''nelmio_alice.fixture_builder.denormalizer.fixture.registry_denormalizer''getNelmioAlice_FixtureBuilder_Denormalizer_Fixture_RegistryDenormalizerService'false],
  7283.             'nelmio_alice.fixture_builder.denormalizer.fixture.chainable.null_list' => ['privates''nelmio_alice.fixture_builder.denormalizer.fixture.chainable.null_list''getNelmioAlice_FixtureBuilder_Denormalizer_Fixture_Chainable_NullListService'false],
  7284.             'nelmio_alice.fixture_builder.denormalizer.fixture.chainable.temporary_list' => ['privates''nelmio_alice.fixture_builder.denormalizer.fixture.chainable.temporary_list''getNelmioAlice_FixtureBuilder_Denormalizer_Fixture_Chainable_TemporaryListService'false],
  7285.             'nelmio_alice.fixture_builder.denormalizer.fixture.chainable.simple_list' => ['privates''nelmio_alice.fixture_builder.denormalizer.fixture.chainable.simple_list''getNelmioAlice_FixtureBuilder_Denormalizer_Fixture_Chainable_SimpleListService'false],
  7286.             'nelmio_alice.fixture_builder.denormalizer.fixture.chainable.null_range' => ['privates''nelmio_alice.fixture_builder.denormalizer.fixture.chainable.null_range''getNelmioAlice_FixtureBuilder_Denormalizer_Fixture_Chainable_NullRangeService'false],
  7287.             'nelmio_alice.fixture_builder.denormalizer.fixture.chainable.reference_range_name' => ['privates''nelmio_alice.fixture_builder.denormalizer.fixture.chainable.reference_range_name''getNelmioAlice_FixtureBuilder_Denormalizer_Fixture_Chainable_ReferenceRangeNameService'false],
  7288.             'nelmio_alice.fixture_builder.denormalizer.fixture.chainable.temporary_range' => ['privates''nelmio_alice.fixture_builder.denormalizer.fixture.chainable.temporary_range''getNelmioAlice_FixtureBuilder_Denormalizer_Fixture_Chainable_TemporaryRangeService'false],
  7289.             'nelmio_alice.fixture_builder.denormalizer.fixture.chainable.simple_range' => ['privates''nelmio_alice.fixture_builder.denormalizer.fixture.chainable.simple_range''getNelmioAlice_FixtureBuilder_Denormalizer_Fixture_Chainable_SimpleRangeService'false],
  7290.             'nelmio_alice.fixture_builder.denormalizer.fixture.chainable.simple' => ['privates''nelmio_alice.fixture_builder.denormalizer.fixture.chainable.simple''getNelmioAlice_FixtureBuilder_Denormalizer_Fixture_Chainable_SimpleService'false],
  7291.             'nelmio_alice.fixture_builder.denormalizer.specs.simple' => ['privates''nelmio_alice.fixture_builder.denormalizer.specs.simple''getNelmioAlice_FixtureBuilder_Denormalizer_Specs_SimpleService'false],
  7292.             'nelmio_alice.fixture_builder.denormalizer.fixture.specs.constructor.legacy_constructor_denormalizer' => ['privates''nelmio_alice.fixture_builder.denormalizer.fixture.specs.constructor.legacy_constructor_denormalizer''getNelmioAlice_FixtureBuilder_Denormalizer_Fixture_Specs_Constructor_LegacyConstructorDenormalizerService'false],
  7293.             'nelmio_alice.fixture_builder.denormalizer.fixture.specs.constructor.factory_denormalizer' => ['privates''nelmio_alice.fixture_builder.denormalizer.fixture.specs.constructor.factory_denormalizer''getNelmioAlice_FixtureBuilder_Denormalizer_Fixture_Specs_Constructor_FactoryDenormalizerService'false],
  7294.             'nelmio_alice.fixture_builder.denormalizer.fixture.specs.constructor.constructor_denormalizer' => ['privates''nelmio_alice.fixture_builder.denormalizer.fixture.specs.constructor.constructor_denormalizer''getNelmioAlice_FixtureBuilder_Denormalizer_Fixture_Specs_Constructor_ConstructorDenormalizerService'false],
  7295.             'nelmio_alice.fixture_builder.denormalizer.fixture.specs.arguments.simple_arguments_denormalizer' => ['privates''nelmio_alice.fixture_builder.denormalizer.fixture.specs.arguments.simple_arguments_denormalizer''getNelmioAlice_FixtureBuilder_Denormalizer_Fixture_Specs_Arguments_SimpleArgumentsDenormalizerService'false],
  7296.             'nelmio_alice.fixture_builder.denormalizer.fixture.specs.value.unique_value_denormalizer' => ['privates''nelmio_alice.fixture_builder.denormalizer.fixture.specs.value.unique_value_denormalizer''getNelmioAlice_FixtureBuilder_Denormalizer_Fixture_Specs_Value_UniqueValueDenormalizerService'false],
  7297.             'nelmio_alice.fixture_builder.denormalizer.fixture.specs.value.simple_value_denormalizer' => ['privates''nelmio_alice.fixture_builder.denormalizer.fixture.specs.value.simple_value_denormalizer''getNelmioAlice_FixtureBuilder_Denormalizer_Fixture_Specs_Value_SimpleValueDenormalizerService'false],
  7298.             'nelmio_alice.fixture_builder.denormalizer.fixture.specs.property.simple_denormalizer' => ['privates''nelmio_alice.fixture_builder.denormalizer.fixture.specs.property.simple_denormalizer''getNelmioAlice_FixtureBuilder_Denormalizer_Fixture_Specs_Property_SimpleDenormalizerService'false],
  7299.             'nelmio_alice.fixture_builder.denormalizer.fixture.specs.calls.simple_denormalizer' => ['privates''nelmio_alice.fixture_builder.denormalizer.fixture.specs.calls.simple_denormalizer''getNelmioAlice_FixtureBuilder_Denormalizer_Fixture_Specs_Calls_SimpleDenormalizerService'false],
  7300.             'nelmio_alice.fixture_builder.denormalizer.fixture.specs.calls.function_denormalizer' => ['privates''nelmio_alice.fixture_builder.denormalizer.fixture.specs.calls.function_denormalizer''getNelmioAlice_FixtureBuilder_Denormalizer_Fixture_Specs_Calls_FunctionDenormalizerService'false],
  7301.             'nelmio_alice.fixture_builder.denormalizer.fixture.specs.calls.method_flag_handler.configurator_flag_handler' => ['privates''nelmio_alice.fixture_builder.denormalizer.fixture.specs.calls.method_flag_handler.configurator_flag_handler''getNelmioAlice_FixtureBuilder_Denormalizer_Fixture_Specs_Calls_MethodFlagHandler_ConfiguratorFlagHandlerService'false],
  7302.             'nelmio_alice.fixture_builder.denormalizer.fixture.specs.calls.method_flag_handler.optional_flag_handler' => ['privates''nelmio_alice.fixture_builder.denormalizer.fixture.specs.calls.method_flag_handler.optional_flag_handler''getNelmioAlice_FixtureBuilder_Denormalizer_Fixture_Specs_Calls_MethodFlagHandler_OptionalFlagHandlerService'false],
  7303.             'nelmio_alice.fixture_builder.denormalizer.flag_parser.element' => ['privates''nelmio_alice.fixture_builder.denormalizer.flag_parser.element''getNelmioAlice_FixtureBuilder_Denormalizer_FlagParser_ElementService'false],
  7304.             'nelmio_alice.fixture_builder.denormalizer.flag_parser.registry' => ['privates''nelmio_alice.fixture_builder.denormalizer.flag_parser.registry''getNelmioAlice_FixtureBuilder_Denormalizer_FlagParser_RegistryService'false],
  7305.             'nelmio_alice.fixture_builder.denormalizer.flag_parser.chainable.configurator' => ['privates''nelmio_alice.fixture_builder.denormalizer.flag_parser.chainable.configurator''getNelmioAlice_FixtureBuilder_Denormalizer_FlagParser_Chainable_ConfiguratorService'false],
  7306.             'nelmio_alice.fixture_builder.denormalizer.flag_parser.chainable.extend' => ['privates''nelmio_alice.fixture_builder.denormalizer.flag_parser.chainable.extend''getNelmioAlice_FixtureBuilder_Denormalizer_FlagParser_Chainable_ExtendService'false],
  7307.             'nelmio_alice.fixture_builder.denormalizer.flag_parser.chainable.optional' => ['privates''nelmio_alice.fixture_builder.denormalizer.flag_parser.chainable.optional''getNelmioAlice_FixtureBuilder_Denormalizer_FlagParser_Chainable_OptionalService'false],
  7308.             'nelmio_alice.fixture_builder.denormalizer.flag_parser.chainable.template' => ['privates''nelmio_alice.fixture_builder.denormalizer.flag_parser.chainable.template''getNelmioAlice_FixtureBuilder_Denormalizer_FlagParser_Chainable_TemplateService'false],
  7309.             'nelmio_alice.fixture_builder.denormalizer.flag_parser.chainable.unique' => ['privates''nelmio_alice.fixture_builder.denormalizer.flag_parser.chainable.unique''getNelmioAlice_FixtureBuilder_Denormalizer_FlagParser_Chainable_UniqueService'false],
  7310.             'nelmio_alice.fixture_builder.simple' => ['privates''nelmio_alice.fixture_builder.simple''getNelmioAlice_FixtureBuilder_SimpleService'false],
  7311.             'nelmio_alice.fixture_builder.denormalizer.simple' => ['privates''nelmio_alice.fixture_builder.denormalizer.simple''getNelmioAlice_FixtureBuilder_Denormalizer_SimpleService'false],
  7312.             'nelmio_alice.fixture_builder.denormalizer.parameter.simple_parameter_bag_denormalizer' => ['privates''nelmio_alice.fixture_builder.denormalizer.parameter.simple_parameter_bag_denormalizer''getNelmioAlice_FixtureBuilder_Denormalizer_Parameter_SimpleParameterBagDenormalizerService'false],
  7313.             'nelmio_alice.fixture_builder.expression_language.parser.token_parser.registry' => ['privates''nelmio_alice.fixture_builder.expression_language.parser.token_parser.registry''getNelmioAlice_FixtureBuilder_ExpressionLanguage_Parser_TokenParser_RegistryService'false],
  7314.             'nelmio_alice.fixture_builder.expression_language.parser.token_parser.chainable.argument_escaper' => ['privates''nelmio_alice.fixture_builder.expression_language.parser.token_parser.chainable.argument_escaper''getNelmioAlice_FixtureBuilder_ExpressionLanguage_Parser_TokenParser_Chainable_ArgumentEscaperService'false],
  7315.             'nelmio_alice.fixture_builder.expression_language.parser.token_parser.chainable.dynamic_array_token_parser' => ['privates''nelmio_alice.fixture_builder.expression_language.parser.token_parser.chainable.dynamic_array_token_parser''getNelmioAlice_FixtureBuilder_ExpressionLanguage_Parser_TokenParser_Chainable_DynamicArrayTokenParserService'false],
  7316.             'nelmio_alice.fixture_builder.expression_language.parser.token_parser.chainable.escaped_value_token_parser' => ['privates''nelmio_alice.fixture_builder.expression_language.parser.token_parser.chainable.escaped_value_token_parser''getNelmioAlice_FixtureBuilder_ExpressionLanguage_Parser_TokenParser_Chainable_EscapedValueTokenParserService'false],
  7317.             'nelmio_alice.fixture_builder.expression_language.parser.token_parser.chainable.fixture_list_reference_token_parser' => ['privates''nelmio_alice.fixture_builder.expression_language.parser.token_parser.chainable.fixture_list_reference_token_parser''getNelmioAlice_FixtureBuilder_ExpressionLanguage_Parser_TokenParser_Chainable_FixtureListReferenceTokenParserService'false],
  7318.             'nelmio_alice.fixture_builder.expression_language.parser.token_parser.chainable.fixture_method_reference_token_parser' => ['privates''nelmio_alice.fixture_builder.expression_language.parser.token_parser.chainable.fixture_method_reference_token_parser''getNelmioAlice_FixtureBuilder_ExpressionLanguage_Parser_TokenParser_Chainable_FixtureMethodReferenceTokenParserService'false],
  7319.             'nelmio_alice.fixture_builder.expression_language.parser.token_parser.chainable.fixture_range_reference_token_parser' => ['privates''nelmio_alice.fixture_builder.expression_language.parser.token_parser.chainable.fixture_range_reference_token_parser''getNelmioAlice_FixtureBuilder_ExpressionLanguage_Parser_TokenParser_Chainable_FixtureRangeReferenceTokenParserService'false],
  7320.             'nelmio_alice.fixture_builder.expression_language.parser.token_parser.chainable.method_reference_token_parser' => ['privates''nelmio_alice.fixture_builder.expression_language.parser.token_parser.chainable.method_reference_token_parser''getNelmioAlice_FixtureBuilder_ExpressionLanguage_Parser_TokenParser_Chainable_MethodReferenceTokenParserService'false],
  7321.             'nelmio_alice.fixture_builder.expression_language.parser.token_parser.chainable.optional_token_parser' => ['privates''nelmio_alice.fixture_builder.expression_language.parser.token_parser.chainable.optional_token_parser''getNelmioAlice_FixtureBuilder_ExpressionLanguage_Parser_TokenParser_Chainable_OptionalTokenParserService'false],
  7322.             'nelmio_alice.fixture_builder.expression_language.parser.token_parser.chainable.parameter_token_parser' => ['privates''nelmio_alice.fixture_builder.expression_language.parser.token_parser.chainable.parameter_token_parser''getNelmioAlice_FixtureBuilder_ExpressionLanguage_Parser_TokenParser_Chainable_ParameterTokenParserService'false],
  7323.             'nelmio_alice.fixture_builder.expression_language.parser.token_parser.chainable.property_reference_token_parser' => ['privates''nelmio_alice.fixture_builder.expression_language.parser.token_parser.chainable.property_reference_token_parser''getNelmioAlice_FixtureBuilder_ExpressionLanguage_Parser_TokenParser_Chainable_PropertyReferenceTokenParserService'false],
  7324.             'nelmio_alice.fixture_builder.expression_language.parser.token_parser.chainable.variable_reference_token_parser' => ['privates''nelmio_alice.fixture_builder.expression_language.parser.token_parser.chainable.variable_reference_token_parser''getNelmioAlice_FixtureBuilder_ExpressionLanguage_Parser_TokenParser_Chainable_VariableReferenceTokenParserService'false],
  7325.             'nelmio_alice.fixture_builder.expression_language.parser.token_parser.chainable.simple_reference_token_parser' => ['privates''nelmio_alice.fixture_builder.expression_language.parser.token_parser.chainable.simple_reference_token_parser''getNelmioAlice_FixtureBuilder_ExpressionLanguage_Parser_TokenParser_Chainable_SimpleReferenceTokenParserService'false],
  7326.             'nelmio_alice.fixture_builder.expression_language.parser.token_parser.chainable.string_array_token_parser' => ['privates''nelmio_alice.fixture_builder.expression_language.parser.token_parser.chainable.string_array_token_parser''getNelmioAlice_FixtureBuilder_ExpressionLanguage_Parser_TokenParser_Chainable_StringArrayTokenParserService'false],
  7327.             'nelmio_alice.fixture_builder.expression_language.parser.token_parser.chainable.string_token_parser' => ['privates''nelmio_alice.fixture_builder.expression_language.parser.token_parser.chainable.string_token_parser''getNelmioAlice_FixtureBuilder_ExpressionLanguage_Parser_TokenParser_Chainable_StringTokenParserService'false],
  7328.             'nelmio_alice.fixture_builder.expression_language.parser.token_parser.chainable.tolerant_function_token_parser' => ['privates''nelmio_alice.fixture_builder.expression_language.parser.token_parser.chainable.tolerant_function_token_parser''getNelmioAlice_FixtureBuilder_ExpressionLanguage_Parser_TokenParser_Chainable_TolerantFunctionTokenParserService'false],
  7329.             'nelmio_alice.fixture_builder.expression_language.parser.token_parser.chainable.identity_token_parser' => ['privates''nelmio_alice.fixture_builder.expression_language.parser.token_parser.chainable.identity_token_parser''getNelmioAlice_FixtureBuilder_ExpressionLanguage_Parser_TokenParser_Chainable_IdentityTokenParserService'false],
  7330.             'nelmio_alice.fixture_builder.expression_language.parser.token_parser.chainable.function_token_parser' => ['privates''nelmio_alice.fixture_builder.expression_language.parser.token_parser.chainable.function_token_parser''getNelmioAlice_FixtureBuilder_ExpressionLanguage_Parser_TokenParser_Chainable_FunctionTokenParserService'false],
  7331.             'nelmio_alice.fixture_builder.expression_language.parser.token_parser.chainable.variable_token_parser' => ['privates''nelmio_alice.fixture_builder.expression_language.parser.token_parser.chainable.variable_token_parser''getNelmioAlice_FixtureBuilder_ExpressionLanguage_Parser_TokenParser_Chainable_VariableTokenParserService'false],
  7332.             'nelmio_alice.fixture_builder.expression_language.parser.token_parser.chainable.wildcard_reference_token_parser' => ['privates''nelmio_alice.fixture_builder.expression_language.parser.token_parser.chainable.wildcard_reference_token_parser''getNelmioAlice_FixtureBuilder_ExpressionLanguage_Parser_TokenParser_Chainable_WildcardReferenceTokenParserService'false],
  7333.             'nelmio_alice.fixture_builder.expression_language.lexer.empty_value_lexer' => ['privates''nelmio_alice.fixture_builder.expression_language.lexer.empty_value_lexer''getNelmioAlice_FixtureBuilder_ExpressionLanguage_Lexer_EmptyValueLexerService'false],
  7334.             'nelmio_alice.fixture_builder.expression_language.lexer.reference_escaper_lexer' => ['privates''nelmio_alice.fixture_builder.expression_language.lexer.reference_escaper_lexer''getNelmioAlice_FixtureBuilder_ExpressionLanguage_Lexer_ReferenceEscaperLexerService'false],
  7335.             'nelmio_alice.fixture_builder.expression_language.lexer.globals_patterns_lexer' => ['privates''nelmio_alice.fixture_builder.expression_language.lexer.globals_patterns_lexer''getNelmioAlice_FixtureBuilder_ExpressionLanguage_Lexer_GlobalsPatternsLexerService'false],
  7336.             'nelmio_alice.fixture_builder.expression_language.lexer.function_lexer' => ['privates''nelmio_alice.fixture_builder.expression_language.lexer.function_lexer''getNelmioAlice_FixtureBuilder_ExpressionLanguage_Lexer_FunctionLexerService'false],
  7337.             'nelmio_alice.fixture_builder.expression_language.lexer.string_then_reference_lexer' => ['privates''nelmio_alice.fixture_builder.expression_language.lexer.string_then_reference_lexer''getNelmioAlice_FixtureBuilder_ExpressionLanguage_Lexer_StringThenReferenceLexerService'false],
  7338.             'nelmio_alice.fixture_builder.expression_language.lexer.sub_patterns_lexer' => ['privates''nelmio_alice.fixture_builder.expression_language.lexer.sub_patterns_lexer''getNelmioAlice_FixtureBuilder_ExpressionLanguage_Lexer_SubPatternsLexerService'false],
  7339.             'nelmio_alice.fixture_builder.expression_language.lexer.reference_lexer' => ['privates''nelmio_alice.fixture_builder.expression_language.lexer.reference_lexer''getNelmioAlice_FixtureBuilder_ExpressionLanguage_Lexer_ReferenceLexerService'false],
  7340.             'nelmio_alice.fixture_builder.expression_language.parser.function_fixture_reference_parser' => ['privates''nelmio_alice.fixture_builder.expression_language.parser.function_fixture_reference_parser''getNelmioAlice_FixtureBuilder_ExpressionLanguage_Parser_FunctionFixtureReferenceParserService'false],
  7341.             'nelmio_alice.fixture_builder.expression_language.parser.string_parser' => ['privates''nelmio_alice.fixture_builder.expression_language.parser.string_parser''getNelmioAlice_FixtureBuilder_ExpressionLanguage_Parser_StringParserService'false],
  7342.             'nelmio_alice.fixture_builder.expression_language.parser.simple_parser' => ['privates''nelmio_alice.fixture_builder.expression_language.parser.simple_parser''getNelmioAlice_FixtureBuilder_ExpressionLanguage_Parser_SimpleParserService'false],
  7343.             'nelmio_alice.property_accessor.std' => ['privates''nelmio_alice.property_accessor.std''getNelmioAlice_PropertyAccessor_StdService'false],
  7344.             'nelmio_alice.faker.generator' => ['services''Faker\\Generator''getGeneratorService'false],
  7345.             'nelmio_alice.faker.provider.alice' => ['privates''nelmio_alice.faker.provider.alice''getNelmioAlice_Faker_Provider_AliceService'false],
  7346.             'nelmio_alice.generator.hydrator.simple' => ['privates''nelmio_alice.generator.hydrator.simple''getNelmioAlice_Generator_Hydrator_SimpleService'false],
  7347.             'nelmio_alice.generator.hydrator.property.symfony_property_access' => ['privates''nelmio_alice.generator.hydrator.property.symfony_property_access''getNelmioAlice_Generator_Hydrator_Property_SymfonyPropertyAccessService'false],
  7348.             'nelmio_alice.generator.resolver.fixture_bag.template_bag' => ['privates''nelmio_alice.generator.resolver.fixture_bag.template_bag''getNelmioAlice_Generator_Resolver_FixtureBag_TemplateBagService'false],
  7349.             'nelmio_alice.generator.resolver.fixture_set.remove_conflicting_objects' => ['privates''nelmio_alice.generator.resolver.fixture_set.remove_conflicting_objects''getNelmioAlice_Generator_Resolver_FixtureSet_RemoveConflictingObjectsService'false],
  7350.             'nelmio_alice.generator.resolver.fixture_set.simple' => ['privates''nelmio_alice.generator.resolver.fixture_set.simple''getNelmioAlice_Generator_Resolver_FixtureSet_SimpleService'false],
  7351.             'nelmio_alice.generator.resolver.parameter_bag.remove_conflicting_parameters' => ['privates''nelmio_alice.generator.resolver.parameter_bag.remove_conflicting_parameters''getNelmioAlice_Generator_Resolver_ParameterBag_RemoveConflictingParametersService'false],
  7352.             'nelmio_alice.generator.resolver.parameter_bag.simple' => ['privates''nelmio_alice.generator.resolver.parameter_bag.simple''getNelmioAlice_Generator_Resolver_ParameterBag_SimpleService'false],
  7353.             'nelmio_alice.generator.resolver.parameter.registry' => ['privates''nelmio_alice.generator.resolver.parameter.registry''getNelmioAlice_Generator_Resolver_Parameter_RegistryService'false],
  7354.             'nelmio_alice.generator.resolver.parameter.chainable.static_parameter_resolver' => ['privates''nelmio_alice.generator.resolver.parameter.chainable.static_parameter_resolver''getNelmioAlice_Generator_Resolver_Parameter_Chainable_StaticParameterResolverService'false],
  7355.             'nelmio_alice.generator.resolver.parameter.chainable.array_parameter_resolver' => ['privates''nelmio_alice.generator.resolver.parameter.chainable.array_parameter_resolver''getNelmioAlice_Generator_Resolver_Parameter_Chainable_ArrayParameterResolverService'false],
  7356.             'nelmio_alice.generator.resolver.parameter.chainable.recursive_parameter_resolver' => ['privates''nelmio_alice.generator.resolver.parameter.chainable.recursive_parameter_resolver''getNelmioAlice_Generator_Resolver_Parameter_Chainable_RecursiveParameterResolverService'false],
  7357.             'nelmio_alice.generator.resolver.parameter.chainable.string_parameter_resolver' => ['privates''nelmio_alice.generator.resolver.parameter.chainable.string_parameter_resolver''getNelmioAlice_Generator_Resolver_Parameter_Chainable_StringParameterResolverService'false],
  7358.             'nelmio_alice.generator.named_arguments_resolver' => ['privates''nelmio_alice.generator.named_arguments_resolver''getNelmioAlice_Generator_NamedArgumentsResolverService'false],
  7359.             'nelmio_alice.generator.resolver.value.registry' => ['privates''nelmio_alice.generator.resolver.value.registry''getNelmioAlice_Generator_Resolver_Value_RegistryService'false],
  7360.             'nelmio_alice.generator.resolver.value.unique_values_pool' => ['privates''nelmio_alice.generator.resolver.value.unique_values_pool''getNelmioAlice_Generator_Resolver_Value_UniqueValuesPoolService'false],
  7361.             'nelmio_alice.generator.resolver.value.chainable.array_value_resolver' => ['privates''nelmio_alice.generator.resolver.value.chainable.array_value_resolver''getNelmioAlice_Generator_Resolver_Value_Chainable_ArrayValueResolverService'false],
  7362.             'nelmio_alice.generator.resolver.value.chainable.dynamic_array_value_resolver' => ['privates''nelmio_alice.generator.resolver.value.chainable.dynamic_array_value_resolver''getNelmioAlice_Generator_Resolver_Value_Chainable_DynamicArrayValueResolverService'false],
  7363.             'nelmio_alice.generator.resolver.value.chainable.evaluated_value_resolver' => ['privates''nelmio_alice.generator.resolver.value.chainable.evaluated_value_resolver''getNelmioAlice_Generator_Resolver_Value_Chainable_EvaluatedValueResolverService'false],
  7364.             'nelmio_alice.generator.resolver.value.chainable.faker_value_resolver' => ['privates''nelmio_alice.generator.resolver.value.chainable.faker_value_resolver''getNelmioAlice_Generator_Resolver_Value_Chainable_FakerValueResolverService'false],
  7365.             'nelmio_alice.generator.resolver.value.chainable.php_value_resolver' => ['privates''nelmio_alice.generator.resolver.value.chainable.php_value_resolver''getNelmioAlice_Generator_Resolver_Value_Chainable_PhpValueResolverService'false],
  7366.             'nelmio_alice.generator.resolver.value.chainable.function_argument_resolver' => ['privates''nelmio_alice.generator.resolver.value.chainable.function_argument_resolver''getNelmioAlice_Generator_Resolver_Value_Chainable_FunctionArgumentResolverService'false],
  7367.             'nelmio_alice.generator.resolver.value.chainable.fixture_property_reference_resolver' => ['privates''nelmio_alice.generator.resolver.value.chainable.fixture_property_reference_resolver''getNelmioAlice_Generator_Resolver_Value_Chainable_FixturePropertyReferenceResolverService'false],
  7368.             'nelmio_alice.generator.resolver.value.chainable.fixture_method_call_reference_resolver' => ['privates''nelmio_alice.generator.resolver.value.chainable.fixture_method_call_reference_resolver''getNelmioAlice_Generator_Resolver_Value_Chainable_FixtureMethodCallReferenceResolverService'false],
  7369.             'nelmio_alice.generator.resolver.value.chainable.fixture_reference_resolver' => ['privates''nelmio_alice.generator.resolver.value.chainable.fixture_reference_resolver''getNelmioAlice_Generator_Resolver_Value_Chainable_FixtureReferenceResolverService'false],
  7370.             'nelmio_alice.generator.resolver.value.chainable.self_fixture_reference_resolver' => ['privates''nelmio_alice.generator.resolver.value.chainable.self_fixture_reference_resolver''getNelmioAlice_Generator_Resolver_Value_Chainable_SelfFixtureReferenceResolverService'false],
  7371.             'nelmio_alice.generator.resolver.value.chainable.unresolved_fixture_reference_resolver' => ['privates''nelmio_alice.generator.resolver.value.chainable.unresolved_fixture_reference_resolver''getNelmioAlice_Generator_Resolver_Value_Chainable_UnresolvedFixtureReferenceResolverService'false],
  7372.             'nelmio_alice.generator.resolver.value.chainable.fixture_wildcard_reference_resolver' => ['privates''nelmio_alice.generator.resolver.value.chainable.fixture_wildcard_reference_resolver''getNelmioAlice_Generator_Resolver_Value_Chainable_FixtureWildcardReferenceResolverService'false],
  7373.             'nelmio_alice.generator.resolver.value.chainable.list_value_resolver' => ['privates''nelmio_alice.generator.resolver.value.chainable.list_value_resolver''getNelmioAlice_Generator_Resolver_Value_Chainable_ListValueResolverService'false],
  7374.             'nelmio_alice.generator.resolver.value.chainable.optional_value_resolver' => ['privates''nelmio_alice.generator.resolver.value.chainable.optional_value_resolver''getNelmioAlice_Generator_Resolver_Value_Chainable_OptionalValueResolverService'false],
  7375.             'nelmio_alice.generator.resolver.value.chainable.parameter_value_resolver' => ['privates''nelmio_alice.generator.resolver.value.chainable.parameter_value_resolver''getNelmioAlice_Generator_Resolver_Value_Chainable_ParameterValueResolverService'false],
  7376.             'nelmio_alice.generator.resolver.value.chainable.unique_value_resolver' => ['privates''nelmio_alice.generator.resolver.value.chainable.unique_value_resolver''getNelmioAlice_Generator_Resolver_Value_Chainable_UniqueValueResolverService'false],
  7377.             'nelmio_alice.generator.resolver.value.chainable.value_for_current_value_resolver' => ['privates''nelmio_alice.generator.resolver.value.chainable.value_for_current_value_resolver''getNelmioAlice_Generator_Resolver_Value_Chainable_ValueForCurrentValueResolverService'false],
  7378.             'nelmio_alice.generator.resolver.value.chainable.variable_value_resolver' => ['privates''nelmio_alice.generator.resolver.value.chainable.variable_value_resolver''getNelmioAlice_Generator_Resolver_Value_Chainable_VariableValueResolverService'false],
  7379.             'nelmio_alice.generator.double_pass' => ['privates''nelmio_alice.generator.double_pass''getNelmioAlice_Generator_DoublePassService'false],
  7380.             'nelmio_alice.generator.object_generator.complete' => ['privates''nelmio_alice.generator.object_generator.complete''getNelmioAlice_Generator_ObjectGenerator_CompleteService'false],
  7381.             'nelmio_alice.generator.object_generator.simple' => ['privates''nelmio_alice.generator.object_generator.simple''getNelmioAlice_Generator_ObjectGenerator_SimpleService'false],
  7382.             'nelmio_alice.generator.instantiator.existing_instance' => ['privates''nelmio_alice.generator.instantiator.existing_instance''getNelmioAlice_Generator_Instantiator_ExistingInstanceService'false],
  7383.             'nelmio_alice.generator.instantiator.resolver' => ['privates''nelmio_alice.generator.instantiator.resolver''getNelmioAlice_Generator_Instantiator_ResolverService'false],
  7384.             'nelmio_alice.generator.instantiator.registry' => ['privates''nelmio_alice.generator.instantiator.registry''getNelmioAlice_Generator_Instantiator_RegistryService'false],
  7385.             'nelmio_alice.generator.instantiator.chainable.no_caller_method_instantiator' => ['privates''nelmio_alice.generator.instantiator.chainable.no_caller_method_instantiator''getNelmioAlice_Generator_Instantiator_Chainable_NoCallerMethodInstantiatorService'false],
  7386.             'nelmio_alice.generator.instantiator.chainable.null_constructor_instantiator' => ['privates''nelmio_alice.generator.instantiator.chainable.null_constructor_instantiator''getNelmioAlice_Generator_Instantiator_Chainable_NullConstructorInstantiatorService'false],
  7387.             'nelmio_alice.generator.instantiator.chainable.no_method_call_instantiator' => ['privates''nelmio_alice.generator.instantiator.chainable.no_method_call_instantiator''getNelmioAlice_Generator_Instantiator_Chainable_NoMethodCallInstantiatorService'false],
  7388.             'nelmio_alice.generator.instantiator.chainable.static_factory_instantiator' => ['privates''nelmio_alice.generator.instantiator.chainable.static_factory_instantiator''getNelmioAlice_Generator_Instantiator_Chainable_StaticFactoryInstantiatorService'false],
  7389.             'nelmio_alice.generator.caller.simple' => ['privates''nelmio_alice.generator.caller.simple''getNelmioAlice_Generator_Caller_SimpleService'false],
  7390.             'nelmio_alice.generator.caller.registry' => ['privates''nelmio_alice.generator.caller.registry''getNelmioAlice_Generator_Caller_RegistryService'false],
  7391.             'nelmio_alice.generator.caller.chainable.configurator_method_call' => ['privates''nelmio_alice.generator.caller.chainable.configurator_method_call''getNelmioAlice_Generator_Caller_Chainable_ConfiguratorMethodCallService'false],
  7392.             'nelmio_alice.generator.caller.chainable.method_call_with_reference' => ['privates''nelmio_alice.generator.caller.chainable.method_call_with_reference''getNelmioAlice_Generator_Caller_Chainable_MethodCallWithReferenceService'false],
  7393.             'nelmio_alice.generator.caller.chainable.optional_method_call' => ['privates''nelmio_alice.generator.caller.chainable.optional_method_call''getNelmioAlice_Generator_Caller_Chainable_OptionalMethodCallService'false],
  7394.             'nelmio_alice.generator.caller.chainable.simple_call' => ['privates''nelmio_alice.generator.caller.chainable.simple_call''getNelmioAlice_Generator_Caller_Chainable_SimpleCallService'false],
  7395.             'nelmio_alice.file_parser.runtime_cache' => ['privates''nelmio_alice.file_parser.runtime_cache''getNelmioAlice_FileParser_RuntimeCacheService'false],
  7396.             'nelmio_alice.file_parser.symfony_yaml' => ['privates''nelmio_alice.file_parser.symfony_yaml''getNelmioAlice_FileParser_SymfonyYamlService'false],
  7397.             'nelmio_alice.file_parser.default_include_processor' => ['privates''nelmio_alice.file_parser.default_include_processor''getNelmioAlice_FileParser_DefaultIncludeProcessorService'false],
  7398.             'nelmio_alice.file_parser.registry' => ['privates''nelmio_alice.file_parser.registry''getNelmioAlice_FileParser_RegistryService'false],
  7399.             'nelmio_alice.file_parser.chainable.yaml' => ['privates''nelmio_alice.file_parser.chainable.yaml''getNelmioAlice_FileParser_Chainable_YamlService'false],
  7400.             'nelmio_alice.file_parser.chainable.php' => ['privates''nelmio_alice.file_parser.chainable.php''getNelmioAlice_FileParser_Chainable_PhpService'false],
  7401.             'nelmio_alice.file_parser.chainable.json' => ['privates''nelmio_alice.file_parser.chainable.json''getNelmioAlice_FileParser_Chainable_JsonService'false],
  7402.             'nelmio_alice.data_loader.simple' => ['services''nelmio_alice.data_loader''getNelmioAlice_DataLoaderService'false],
  7403.             'nelmio_alice.file_loader.simple' => ['services''nelmio_alice.file_loader''getNelmioAlice_FileLoaderService'false],
  7404.             'nelmio_alice.files_loader.simple' => ['services''nelmio_alice.files_loader''getNelmioAlice_FilesLoaderService'false],
  7405.             'fidry_alice_data_fixtures.loader.simple' => ['privates''fidry_alice_data_fixtures.loader.simple''getFidryAliceDataFixtures_Loader_SimpleService'false],
  7406.             'fidry_alice_data_fixtures.doctrine.purger_loader' => ['services''fidry_alice_data_fixtures.loader.doctrine''getFidryAliceDataFixtures_Loader_DoctrineService'false],
  7407.             'fidry_alice_data_fixtures.doctrine.persister_loader' => ['privates''fidry_alice_data_fixtures.doctrine.persister_loader''getFidryAliceDataFixtures_Doctrine_PersisterLoaderService'false],
  7408.             'fidry_alice_data_fixtures.persistence.doctrine.purger.purger_factory' => ['services''fidry_alice_data_fixtures.persistence.purger_factory.doctrine''getFidryAliceDataFixtures_Persistence_PurgerFactory_DoctrineService'false],
  7409.             'fidry_alice_data_fixtures.persistence.persister.doctrine.object_manager_persister' => ['services''fidry_alice_data_fixtures.persistence.persister.doctrine''getFidryAliceDataFixtures_Persistence_Persister_DoctrineService'false],
  7410.             'hautelook_alice.alice.generator.instantiator.chainable.instantiated_reference_instantiator' => ['privates''hautelook_alice.alice.generator.instantiator.chainable.instantiated_reference_instantiator''getHautelookAlice_Alice_Generator_Instantiator_Chainable_InstantiatedReferenceInstantiatorService'false],
  7411.             'hautelook_alice.alice.file_locator.kernel' => ['privates''hautelook_alice.alice.file_locator.kernel''getHautelookAlice_Alice_FileLocator_KernelService'false],
  7412.             'hautelook_alice.resolver.bundle.simple_resolver' => ['privates''hautelook_alice.resolver.bundle.simple_resolver''getHautelookAlice_Resolver_Bundle_SimpleResolverService'false],
  7413.             'hautelook_alice.resolver.bundle.no_bundle_resolver' => ['services''hautelook_alice.resolver.bundle''getHautelookAlice_Resolver_BundleService'false],
  7414.             'hautelook_alice.resolver.file.kernel_file_resolver' => ['services''hautelook_alice.resolver.file''getHautelookAlice_Resolver_FileService'false],
  7415.             'hautelook_alice.locator.env_directory' => ['privates''hautelook_alice.locator.env_directory''getHautelookAlice_Locator_EnvDirectoryService'false],
  7416.             'hautelook_alice.locator.environmentless' => ['services''hautelook_alice.locator''getHautelookAlice_LocatorService'false],
  7417.             'hautelook_alice.loader.doctrine_orm_loader' => ['services''hautelook_alice.loader''getHautelookAlice_LoaderService'false],
  7418.             'maker.file_manager' => ['privates''maker.file_manager''getMaker_FileManagerService'false],
  7419.             'maker.autoloader_finder' => ['privates''maker.autoloader_finder''getMaker_AutoloaderFinderService'false],
  7420.             'maker.autoloader_util' => ['privates''maker.autoloader_util''getMaker_AutoloaderUtilService'false],
  7421.             'maker.file_link_formatter' => ['privates''maker.file_link_formatter''getMaker_FileLinkFormatterService'false],
  7422.             'maker.event_registry' => ['privates''maker.event_registry''getMaker_EventRegistryService'false],
  7423.             'maker.console_error_listener' => ['privates''maker.console_error_listener''getMaker_ConsoleErrorListenerService'false],
  7424.             'maker.doctrine_helper' => ['privates''maker.doctrine_helper''getMaker_DoctrineHelperService'false],
  7425.             'maker.generator' => ['privates''maker.generator''getMaker_GeneratorService'false],
  7426.             'maker.entity_class_generator' => ['privates''maker.entity_class_generator''getMaker_EntityClassGeneratorService'false],
  7427.             'maker.user_class_builder' => ['privates''maker.user_class_builder''getMaker_UserClassBuilderService'false],
  7428.             'maker.security_config_updater' => ['privates''maker.security_config_updater''getMaker_SecurityConfigUpdaterService'false],
  7429.             'maker.renderer.form_type_renderer' => ['privates''maker.renderer.form_type_renderer''getMaker_Renderer_FormTypeRendererService'false],
  7430.             'maker.security_controller_builder' => ['privates''maker.security_controller_builder''getMaker_SecurityControllerBuilderService'false],
  7431.             'maker.php_compat_util' => ['privates''maker.php_compat_util''getMaker_PhpCompatUtilService'false],
  7432.             'maker.template_component_generator' => ['privates''maker.template_component_generator''getMaker_TemplateComponentGeneratorService'false],
  7433.             'maker.maker.make_authenticator' => ['privates''maker.maker.make_authenticator''getMaker_Maker_MakeAuthenticatorService'false],
  7434.             'maker.maker.make_command' => ['privates''maker.maker.make_command''getMaker_Maker_MakeCommandService'false],
  7435.             'maker.maker.make_twig_component' => ['privates''maker.maker.make_twig_component''getMaker_Maker_MakeTwigComponentService'false],
  7436.             'maker.maker.make_controller' => ['privates''maker.maker.make_controller''getMaker_Maker_MakeControllerService'false],
  7437.             'maker.maker.make_crud' => ['privates''maker.maker.make_crud''getMaker_Maker_MakeCrudService'false],
  7438.             'maker.maker.make_docker_database' => ['privates''maker.maker.make_docker_database''getMaker_Maker_MakeDockerDatabaseService'false],
  7439.             'maker.maker.make_entity' => ['privates''maker.maker.make_entity''getMaker_Maker_MakeEntityService'false],
  7440.             'maker.maker.make_fixtures' => ['privates''maker.maker.make_fixtures''getMaker_Maker_MakeFixturesService'false],
  7441.             'maker.maker.make_form' => ['privates''maker.maker.make_form''getMaker_Maker_MakeFormService'false],
  7442.             'maker.maker.make_message' => ['privates''maker.maker.make_message''getMaker_Maker_MakeMessageService'false],
  7443.             'maker.maker.make_messenger_middleware' => ['privates''maker.maker.make_messenger_middleware''getMaker_Maker_MakeMessengerMiddlewareService'false],
  7444.             'maker.maker.make_registration_form' => ['privates''maker.maker.make_registration_form''getMaker_Maker_MakeRegistrationFormService'false],
  7445.             'maker.maker.make_reset_password' => ['privates''maker.maker.make_reset_password''getMaker_Maker_MakeResetPasswordService'false],
  7446.             'maker.maker.make_serializer_encoder' => ['privates''maker.maker.make_serializer_encoder''getMaker_Maker_MakeSerializerEncoderService'false],
  7447.             'maker.maker.make_serializer_normalizer' => ['privates''maker.maker.make_serializer_normalizer''getMaker_Maker_MakeSerializerNormalizerService'false],
  7448.             'maker.maker.make_subscriber' => ['privates''maker.maker.make_subscriber''getMaker_Maker_MakeSubscriberService'false],
  7449.             'maker.maker.make_twig_extension' => ['privates''maker.maker.make_twig_extension''getMaker_Maker_MakeTwigExtensionService'false],
  7450.             'maker.maker.make_test' => ['privates''maker.maker.make_test''getMaker_Maker_MakeTestService'false],
  7451.             'maker.maker.make_validator' => ['privates''maker.maker.make_validator''getMaker_Maker_MakeValidatorService'false],
  7452.             'maker.maker.make_voter' => ['privates''maker.maker.make_voter''getMaker_Maker_MakeVoterService'false],
  7453.             'maker.maker.make_user' => ['privates''maker.maker.make_user''getMaker_Maker_MakeUserService'false],
  7454.             'maker.maker.make_migration' => ['privates''maker.maker.make_migration''getMaker_Maker_MakeMigrationService'false],
  7455.             'maker.maker.make_stimulus_controller' => ['privates''maker.maker.make_stimulus_controller''getMaker_Maker_MakeStimulusControllerService'false],
  7456.             'nelmio_api_doc.render_docs.html' => ['privates''nelmio_api_doc.render_docs.html''getNelmioApiDoc_RenderDocs_HtmlService'false],
  7457.             'nelmio_api_doc.render_docs.html.asset' => ['privates''nelmio_api_doc.render_docs.html.asset''getNelmioApiDoc_RenderDocs_Html_AssetService'false],
  7458.             'nelmio_api_doc.render_docs.json' => ['privates''nelmio_api_doc.render_docs.json''getNelmioApiDoc_RenderDocs_JsonService'false],
  7459.             'nelmio_api_doc.render_docs.yaml' => ['privates''nelmio_api_doc.render_docs.yaml''getNelmioApiDoc_RenderDocs_YamlService'false],
  7460.             'nelmio_api_doc.controller_reflector' => ['privates''nelmio_api_doc.controller_reflector''getNelmioApiDoc_ControllerReflectorService'false],
  7461.             'nelmio_api_doc.describers.config' => ['privates''nelmio_api_doc.describers.config''getNelmioApiDoc_Describers_ConfigService'false],
  7462.             'nelmio_api_doc.describers.default' => ['privates''nelmio_api_doc.describers.default''getNelmioApiDoc_Describers_DefaultService'false],
  7463.             'nelmio_api_doc.route_describers.route_metadata' => ['privates''nelmio_api_doc.route_describers.route_metadata''getNelmioApiDoc_RouteDescribers_RouteMetadataService'false],
  7464.             'nelmio_api_doc.model_describers.object' => ['privates''nelmio_api_doc.model_describers.object''getNelmioApiDoc_ModelDescribers_ObjectService'false],
  7465.             'nelmio_api_doc.model_describers.enum' => ['privates''nelmio_api_doc.model_describers.enum''getNelmioApiDoc_ModelDescribers_EnumService'false],
  7466.             'nelmio_api_doc.model_describers.object_fallback' => ['privates''nelmio_api_doc.model_describers.object_fallback''getNelmioApiDoc_ModelDescribers_ObjectFallbackService'false],
  7467.             'nelmio_api_doc.object_model.property_describers.array' => ['privates''nelmio_api_doc.object_model.property_describers.array''getNelmioApiDoc_ObjectModel_PropertyDescribers_ArrayService'false],
  7468.             'nelmio_api_doc.object_model.property_describers.boolean' => ['privates''nelmio_api_doc.object_model.property_describers.boolean''getNelmioApiDoc_ObjectModel_PropertyDescribers_BooleanService'false],
  7469.             'nelmio_api_doc.object_model.property_describers.float' => ['privates''nelmio_api_doc.object_model.property_describers.float''getNelmioApiDoc_ObjectModel_PropertyDescribers_FloatService'false],
  7470.             'nelmio_api_doc.object_model.property_describers.integer' => ['privates''nelmio_api_doc.object_model.property_describers.integer''getNelmioApiDoc_ObjectModel_PropertyDescribers_IntegerService'false],
  7471.             'nelmio_api_doc.object_model.property_describers.string' => ['privates''nelmio_api_doc.object_model.property_describers.string''getNelmioApiDoc_ObjectModel_PropertyDescribers_StringService'false],
  7472.             'nelmio_api_doc.object_model.property_describers.date_time' => ['privates''nelmio_api_doc.object_model.property_describers.date_time''getNelmioApiDoc_ObjectModel_PropertyDescribers_DateTimeService'false],
  7473.             'nelmio_api_doc.object_model.property_describers.object' => ['privates''nelmio_api_doc.object_model.property_describers.object''getNelmioApiDoc_ObjectModel_PropertyDescribers_ObjectService'false],
  7474.             'nelmio_api_doc.object_model.property_describers.compound' => ['privates''nelmio_api_doc.object_model.property_describers.compound''getNelmioApiDoc_ObjectModel_PropertyDescribers_CompoundService'false],
  7475.             'nelmio_api_doc.form.documentation_extension' => ['privates''nelmio_api_doc.form.documentation_extension''getNelmioApiDoc_Form_DocumentationExtensionService'false],
  7476.             'nelmio_api_doc.describers.route.default' => ['privates''nelmio_api_doc.describers.route.default''getNelmioApiDoc_Describers_Route_DefaultService'false],
  7477.             'nelmio_api_doc.describers.openapi_php.default' => ['privates''nelmio_api_doc.describers.openapi_php.default''getNelmioApiDoc_Describers_OpenapiPhp_DefaultService'false],
  7478.             'nelmio_api_doc.describers.config.default' => ['privates''nelmio_api_doc.describers.config.default''getNelmioApiDoc_Describers_Config_DefaultService'false],
  7479.             'nelmio_api_doc.routes.default' => ['privates''nelmio_api_doc.routes.default''getNelmioApiDoc_Routes_DefaultService'false],
  7480.             'nelmio_api_doc.generator_locator' => ['privates''nelmio_api_doc.generator_locator''getNelmioApiDoc_GeneratorLocatorService'false],
  7481.             'nelmio_api_doc.route_describers.php_doc' => ['privates''nelmio_api_doc.route_describers.php_doc''getNelmioApiDoc_RouteDescribers_PhpDocService'false],
  7482.             'nelmio_api_doc.model_describers.jms' => ['privates''nelmio_api_doc.model_describers.jms''getNelmioApiDoc_ModelDescribers_JmsService'false],
  7483.             'nelmio_cors.cors_listener' => ['privates''nelmio_cors.cors_listener''getNelmioCors_CorsListenerService'false],
  7484.             'nelmio_cors.options_resolver' => ['privates''nelmio_cors.options_resolver''getNelmioCors_OptionsResolverService'false],
  7485.             'nelmio_cors.options_provider.config' => ['privates''nelmio_cors.options_provider.config''getNelmioCors_OptionsProvider_ConfigService'false],
  7486.             'nelmio_cors.cacheable_response_vary_listener' => ['privates''nelmio_cors.cacheable_response_vary_listener''getNelmioCors_CacheableResponseVaryListenerService'false],
  7487.             'simplethings_entityaudit.log_revisions_listener' => ['privates''simplethings_entityaudit.log_revisions_listener''getSimplethingsEntityaudit_LogRevisionsListenerService'false],
  7488.             'simplethings_entityaudit.create_schema_listener' => ['privates''simplethings_entityaudit.create_schema_listener''getSimplethingsEntityaudit_CreateSchemaListenerService'false],
  7489.             'simplethings_entityaudit.username_callable.token_storage' => ['privates''simplethings_entityaudit.username_callable.token_storage''getSimplethingsEntityaudit_UsernameCallable_TokenStorageService'false],
  7490.             'maker.auto_command.make_auth' => ['privates''maker.auto_command.make_auth''getMaker_AutoCommand_MakeAuthService'false],
  7491.             'maker.auto_command.make_command' => ['privates''maker.auto_command.make_command''getMaker_AutoCommand_MakeCommandService'false],
  7492.             'maker.auto_command.make_twig_component' => ['privates''maker.auto_command.make_twig_component''getMaker_AutoCommand_MakeTwigComponentService'false],
  7493.             'maker.auto_command.make_controller' => ['privates''maker.auto_command.make_controller''getMaker_AutoCommand_MakeControllerService'false],
  7494.             'maker.auto_command.make_crud' => ['privates''maker.auto_command.make_crud''getMaker_AutoCommand_MakeCrudService'false],
  7495.             'maker.auto_command.make_docker_database' => ['privates''maker.auto_command.make_docker_database''getMaker_AutoCommand_MakeDockerDatabaseService'false],
  7496.             'maker.auto_command.make_entity' => ['privates''maker.auto_command.make_entity''getMaker_AutoCommand_MakeEntityService'false],
  7497.             'maker.auto_command.make_fixtures' => ['privates''maker.auto_command.make_fixtures''getMaker_AutoCommand_MakeFixturesService'false],
  7498.             'maker.auto_command.make_form' => ['privates''maker.auto_command.make_form''getMaker_AutoCommand_MakeFormService'false],
  7499.             'maker.auto_command.make_message' => ['privates''maker.auto_command.make_message''getMaker_AutoCommand_MakeMessageService'false],
  7500.             'maker.auto_command.make_messenger_middleware' => ['privates''maker.auto_command.make_messenger_middleware''getMaker_AutoCommand_MakeMessengerMiddlewareService'false],
  7501.             'maker.auto_command.make_registration_form' => ['privates''maker.auto_command.make_registration_form''getMaker_AutoCommand_MakeRegistrationFormService'false],
  7502.             'maker.auto_command.make_reset_password' => ['privates''maker.auto_command.make_reset_password''getMaker_AutoCommand_MakeResetPasswordService'false],
  7503.             'maker.auto_command.make_serializer_encoder' => ['privates''maker.auto_command.make_serializer_encoder''getMaker_AutoCommand_MakeSerializerEncoderService'false],
  7504.             'maker.auto_command.make_serializer_normalizer' => ['privates''maker.auto_command.make_serializer_normalizer''getMaker_AutoCommand_MakeSerializerNormalizerService'false],
  7505.             'maker.auto_command.make_subscriber' => ['privates''maker.auto_command.make_subscriber''getMaker_AutoCommand_MakeSubscriberService'false],
  7506.             'maker.auto_command.make_twig_extension' => ['privates''maker.auto_command.make_twig_extension''getMaker_AutoCommand_MakeTwigExtensionService'false],
  7507.             'maker.auto_command.make_test' => ['privates''maker.auto_command.make_test''getMaker_AutoCommand_MakeTestService'false],
  7508.             'maker.auto_command.make_validator' => ['privates''maker.auto_command.make_validator''getMaker_AutoCommand_MakeValidatorService'false],
  7509.             'maker.auto_command.make_voter' => ['privates''maker.auto_command.make_voter''getMaker_AutoCommand_MakeVoterService'false],
  7510.             'maker.auto_command.make_user' => ['privates''maker.auto_command.make_user''getMaker_AutoCommand_MakeUserService'false],
  7511.             'maker.auto_command.make_migration' => ['privates''maker.auto_command.make_migration''getMaker_AutoCommand_MakeMigrationService'false],
  7512.             'maker.auto_command.make_stimulus_controller' => ['privates''maker.auto_command.make_stimulus_controller''getMaker_AutoCommand_MakeStimulusControllerService'false],
  7513.             'debug.argument_resolver.request_attribute' => ['privates''debug.argument_resolver.request_attribute''getDebug_ArgumentResolver_RequestAttributeService'false],
  7514.             'debug.argument_resolver.request' => ['privates''debug.argument_resolver.request''getDebug_ArgumentResolver_RequestService'false],
  7515.             'debug.argument_resolver.session' => ['privates''debug.argument_resolver.session''getDebug_ArgumentResolver_SessionService'false],
  7516.             'debug.security.user_value_resolver' => ['privates''debug.security.user_value_resolver''getDebug_Security_UserValueResolverService'false],
  7517.             'debug.argument_resolver.service' => ['privates''debug.argument_resolver.service''getDebug_ArgumentResolver_ServiceService'false],
  7518.             'debug.argument_resolver.default' => ['privates''debug.argument_resolver.default''getDebug_ArgumentResolver_DefaultService'false],
  7519.             'debug.argument_resolver.variadic' => ['privates''debug.argument_resolver.variadic''getDebug_ArgumentResolver_VariadicService'false],
  7520.             'debug.argument_resolver.not_tagged_controller' => ['privates''debug.argument_resolver.not_tagged_controller''getDebug_ArgumentResolver_NotTaggedControllerService'false],
  7521.             'command_bus.middleware.traceable' => ['privates''command_bus.middleware.traceable''getCommandBus_Middleware_TraceableService'false],
  7522.             'command_bus.middleware.add_bus_name_stamp_middleware' => ['privates''command_bus.middleware.add_bus_name_stamp_middleware''getCommandBus_Middleware_AddBusNameStampMiddlewareService'false],
  7523.             'command_bus.middleware.handle_message' => ['privates''command_bus.middleware.handle_message''getCommandBus_Middleware_HandleMessageService'false],
  7524.             'debug.traced.command_bus' => ['services''messenger.default_bus''getMessenger_DefaultBusService'false],
  7525.             'event_bus.middleware.traceable' => ['privates''event_bus.middleware.traceable''getEventBus_Middleware_TraceableService'false],
  7526.             'event_bus.middleware.add_bus_name_stamp_middleware' => ['privates''event_bus.middleware.add_bus_name_stamp_middleware''getEventBus_Middleware_AddBusNameStampMiddlewareService'false],
  7527.             'event_bus.middleware.handle_message' => ['privates''event_bus.middleware.handle_message''getEventBus_Middleware_HandleMessageService'false],
  7528.             'debug.traced.event_bus' => ['privates''debug.traced.event_bus''getDebug_Traced_EventBusService'false],
  7529.             'command_bus.messenger.handlers_locator' => ['privates''command_bus.messenger.handlers_locator''getCommandBus_Messenger_HandlersLocatorService'false],
  7530.             'event_bus.messenger.handlers_locator' => ['privates''event_bus.messenger.handlers_locator''getEventBus_Messenger_HandlersLocatorService'false],
  7531.             'debug.security.voter.security.access.authenticated_voter' => ['privates''debug.security.voter.security.access.authenticated_voter''getDebug_Security_Voter_Security_Access_AuthenticatedVoterService'false],
  7532.             'debug.security.voter.security.access.role_hierarchy_voter' => ['privates''debug.security.voter.security.access.role_hierarchy_voter''getDebug_Security_Voter_Security_Access_RoleHierarchyVoterService'false],
  7533.             'debug.security.voter.security.access.expression_voter' => ['privates''debug.security.voter.security.access.expression_voter''getDebug_Security_Voter_Security_Access_ExpressionVoterService'false],
  7534.             'monolog.logger.request' => ['privates''monolog.logger.request''getMonolog_Logger_RequestService'false],
  7535.             'monolog.logger.console' => ['privates''monolog.logger.console''getMonolog_Logger_ConsoleService'false],
  7536.             'monolog.logger.messenger' => ['privates''monolog.logger.messenger''getMonolog_Logger_MessengerService'false],
  7537.             'monolog.logger.cache' => ['privates''monolog.logger.cache''getMonolog_Logger_CacheService'false],
  7538.             'monolog.logger.http_client' => ['privates''monolog.logger.http_client''getMonolog_Logger_HttpClientService'false],
  7539.             'monolog.logger.mailer' => ['privates''monolog.logger.mailer''getMonolog_Logger_MailerService'false],
  7540.             'monolog.logger.php' => ['privates''monolog.logger.php''getMonolog_Logger_PhpService'false],
  7541.             'monolog.logger.event' => ['privates''monolog.logger.event''getMonolog_Logger_EventService'false],
  7542.             'monolog.logger.router' => ['privates''monolog.logger.router''getMonolog_Logger_RouterService'false],
  7543.             'monolog.logger.profiler' => ['privates''monolog.logger.profiler''getMonolog_Logger_ProfilerService'false],
  7544.             'monolog.logger.security' => ['privates''monolog.logger.security''getMonolog_Logger_SecurityService'false],
  7545.             'monolog.logger.doctrine' => ['privates''monolog.logger.doctrine''getMonolog_Logger_DoctrineService'false],
  7546.             'monolog.logger.debug' => ['privates''monolog.logger.debug''getMonolog_Logger_DebugService'false],
  7547.             'monolog.logger.nelmio_api_doc' => ['privates''monolog.logger.nelmio_api_doc''getMonolog_Logger_NelmioApiDocService'false],
  7548.             'doctrine.second_level_cache_pool.compatibility_layer' => ['privates''doctrine.second_level_cache_pool.compatibility_layer''getDoctrine_SecondLevelCachePool_CompatibilityLayerService'false],
  7549.             'doctrine.dbal.default_schema_asset_filter_manager' => ['privates''doctrine.dbal.default_schema_asset_filter_manager''getDoctrine_Dbal_DefaultSchemaAssetFilterManagerService'false],
  7550.             'cache.app.traceable' => ['services''cache.app''getCache_AppService'false],
  7551.             'cache.system.traceable' => ['services''cache.system''getCache_SystemService'false],
  7552.             'cache.validator.traceable' => ['privates''cache.validator.traceable''getCache_Validator_TraceableService'false],
  7553.             'cache.serializer.traceable' => ['privates''cache.serializer.traceable''getCache_Serializer_TraceableService'false],
  7554.             'cache.annotations.traceable' => ['privates''cache.annotations.traceable''getCache_Annotations_TraceableService'false],
  7555.             'cache.property_info.traceable' => ['privates''cache.property_info.traceable''getCache_PropertyInfo_TraceableService'false],
  7556.             'cache.messenger.restart_workers_signal.traceable' => ['privates''cache.messenger.restart_workers_signal.traceable''getCache_Messenger_RestartWorkersSignal_TraceableService'false],
  7557.             'materials_cache.traceable' => ['services''materials_cache''getMaterialsCacheService'false],
  7558.             'response_cache.traceable' => ['services''response_cache''getResponseCacheService'false],
  7559.             'doctrine.result_cache_pool.traceable' => ['privates''doctrine.result_cache_pool.traceable''getDoctrine_ResultCachePool_TraceableService'false],
  7560.             'doctrine.system_cache_pool.traceable' => ['privates''doctrine.system_cache_pool.traceable''getDoctrine_SystemCachePool_TraceableService'false],
  7561.             'doctrine.second_level_cache_pool.traceable' => ['privates''doctrine.second_level_cache_pool.traceable''getDoctrine_SecondLevelCachePool_TraceableService'false],
  7562.             'cache.validator_expression_language.traceable' => ['services''cache.validator_expression_language''getCache_ValidatorExpressionLanguageService'false],
  7563.             'cache.security_expression_language.traceable' => ['privates''cache.security_expression_language.traceable''getCache_SecurityExpressionLanguage_TraceableService'false],
  7564.             'nelmio_api_doc.model_describers.form' => ['privates''nelmio_api_doc.model_describers.form''getNelmioApiDoc_ModelDescribers_FormService'false],
  7565.             'debug.validator.inner' => ['privates''debug.validator.inner''getDebug_Validator_InnerService'false],
  7566.             'debug.event_dispatcher.inner' => ['privates''debug.event_dispatcher.inner''getDebug_EventDispatcher_InnerService'false],
  7567.             'debug.controller_resolver.inner' => ['privates''debug.controller_resolver.inner''getDebug_ControllerResolver_InnerService'false],
  7568.             'debug.argument_resolver.inner' => ['privates''debug.argument_resolver.inner''getDebug_ArgumentResolver_InnerService'false],
  7569.             'debug.security.access.decision_manager.inner' => ['privates''debug.security.access.decision_manager.inner''getDebug_Security_Access_DecisionManager_InnerService'false],
  7570.             'httplug.collector.factory.auto.inner' => ['privates''httplug.collector.factory.auto.inner''getHttplug_Collector_Factory_Auto_InnerService'false],
  7571.             'httplug.client.app.http_methods.inner' => ['privates''httplug.client.app.http_methods.inner''getHttplug_Client_App_HttpMethods_InnerService'false],
  7572.             'doctrine.migrations.container_aware_migrations_factory.inner' => ['privates''doctrine.migrations.container_aware_migrations_factory.inner''getDoctrine_Migrations_ContainerAwareMigrationsFactory_InnerService'false],
  7573.             'var_dumper.contextualized_cli_dumper.inner' => ['privates''var_dumper.contextualized_cli_dumper.inner''getVarDumper_ContextualizedCliDumper_InnerService'false],
  7574.             'debug.argument_resolver.request_attribute.inner' => ['privates''debug.argument_resolver.request_attribute.inner''getDebug_ArgumentResolver_RequestAttribute_InnerService'false],
  7575.             'debug.argument_resolver.request.inner' => ['privates''debug.argument_resolver.request.inner''getDebug_ArgumentResolver_Request_InnerService'false],
  7576.             'debug.argument_resolver.session.inner' => ['privates''debug.argument_resolver.session.inner''getDebug_ArgumentResolver_Session_InnerService'false],
  7577.             'debug.security.user_value_resolver.inner' => ['privates''debug.security.user_value_resolver.inner''getDebug_Security_UserValueResolver_InnerService'false],
  7578.             'debug.argument_resolver.service.inner' => ['privates''debug.argument_resolver.service.inner''getDebug_ArgumentResolver_Service_InnerService'false],
  7579.             'debug.argument_resolver.default.inner' => ['privates''debug.argument_resolver.default.inner''getDebug_ArgumentResolver_Default_InnerService'false],
  7580.             'debug.argument_resolver.variadic.inner' => ['privates''debug.argument_resolver.variadic.inner''getDebug_ArgumentResolver_Variadic_InnerService'false],
  7581.             'debug.argument_resolver.not_tagged_controller.inner' => ['privates''debug.argument_resolver.not_tagged_controller.inner''getDebug_ArgumentResolver_NotTaggedController_InnerService'false],
  7582.             'debug.traced.command_bus.inner' => ['privates''debug.traced.command_bus.inner''getDebug_Traced_CommandBus_InnerService'false],
  7583.             'debug.traced.event_bus.inner' => ['privates''debug.traced.event_bus.inner''getDebug_Traced_EventBus_InnerService'false],
  7584.             'cache.app.traceable.inner' => ['privates''cache.app.traceable.inner''getCache_App_Traceable_InnerService'false],
  7585.             'cache.system.traceable.inner' => ['privates''cache.system.traceable.inner''getCache_System_Traceable_InnerService'false],
  7586.             'cache.validator.traceable.inner' => ['privates''cache.validator.traceable.inner''getCache_Validator_Traceable_InnerService'false],
  7587.             'cache.serializer.traceable.inner' => ['privates''cache.serializer.traceable.inner''getCache_Serializer_Traceable_InnerService'false],
  7588.             'cache.annotations.traceable.inner' => ['privates''cache.annotations.traceable.inner''getCache_Annotations_Traceable_InnerService'false],
  7589.             'cache.property_info.traceable.inner' => ['privates''cache.property_info.traceable.inner''getCache_PropertyInfo_Traceable_InnerService'false],
  7590.             'cache.messenger.restart_workers_signal.traceable.inner' => ['privates''cache.messenger.restart_workers_signal.traceable.inner''getCache_Messenger_RestartWorkersSignal_Traceable_InnerService'false],
  7591.             'materials_cache.traceable.inner' => ['privates''materials_cache.traceable.inner''getMaterialsCache_Traceable_InnerService'false],
  7592.             'response_cache.traceable.inner' => ['privates''response_cache.traceable.inner''getResponseCache_Traceable_InnerService'false],
  7593.             'doctrine.result_cache_pool.traceable.inner' => ['privates''doctrine.result_cache_pool.traceable.inner''getDoctrine_ResultCachePool_Traceable_InnerService'false],
  7594.             'doctrine.system_cache_pool.traceable.inner' => ['privates''doctrine.system_cache_pool.traceable.inner''getDoctrine_SystemCachePool_Traceable_InnerService'false],
  7595.             'doctrine.second_level_cache_pool.traceable.inner' => ['privates''doctrine.second_level_cache_pool.traceable.inner''getDoctrine_SecondLevelCachePool_Traceable_InnerService'false],
  7596.             'cache.validator_expression_language.traceable.inner' => ['privates''cache.validator_expression_language.traceable.inner''getCache_ValidatorExpressionLanguage_Traceable_InnerService'false],
  7597.             'cache.security_expression_language.traceable.inner' => ['privates''cache.security_expression_language.traceable.inner''getCache_SecurityExpressionLanguage_Traceable_InnerService'false],
  7598.             'jms_serializer.traceable_metadata_factory.inner' => ['privates''jms_serializer.traceable_metadata_factory.inner''getJmsSerializer_TraceableMetadataFactory_InnerService'false],
  7599.             'jms_serializer.traceable_handler_registry.inner' => ['privates''jms_serializer.traceable_handler_registry.inner''getJmsSerializer_TraceableHandlerRegistry_InnerService'false],
  7600.             'jms_serializer.metadata.traceable_file_locator.inner' => ['privates''jms_serializer.metadata.traceable_file_locator.inner''getJmsSerializer_Metadata_TraceableFileLocator_InnerService'false],
  7601.             'cache.app.traceable.recorder_inner' => ['privates''cache.app.traceable.recorder_inner''getCache_App_Traceable_RecorderInnerService'false],
  7602.             'cache.system.traceable.recorder_inner' => ['privates''cache.system.traceable.recorder_inner''getCache_System_Traceable_RecorderInnerService'false],
  7603.             'cache.validator.traceable.recorder_inner' => ['privates''cache.validator.traceable.recorder_inner''getCache_Validator_Traceable_RecorderInnerService'false],
  7604.             'cache.serializer.traceable.recorder_inner' => ['privates''cache.serializer.traceable.recorder_inner''getCache_Serializer_Traceable_RecorderInnerService'false],
  7605.             'cache.annotations.traceable.recorder_inner' => ['privates''cache.annotations.traceable.recorder_inner''getCache_Annotations_Traceable_RecorderInnerService'false],
  7606.             'cache.property_info.traceable.recorder_inner' => ['privates''cache.property_info.traceable.recorder_inner''getCache_PropertyInfo_Traceable_RecorderInnerService'false],
  7607.             'cache.messenger.restart_workers_signal.traceable.recorder_inner' => ['privates''cache.messenger.restart_workers_signal.traceable.recorder_inner''getCache_Messenger_RestartWorkersSignal_Traceable_RecorderInnerService'false],
  7608.             'materials_cache.traceable.recorder_inner' => ['privates''materials_cache.traceable.recorder_inner''getMaterialsCache_Traceable_RecorderInnerService'false],
  7609.             'response_cache.traceable.recorder_inner' => ['privates''response_cache.traceable.recorder_inner''getResponseCache_Traceable_RecorderInnerService'false],
  7610.             'doctrine.result_cache_pool.traceable.recorder_inner' => ['privates''doctrine.result_cache_pool.traceable.recorder_inner''getDoctrine_ResultCachePool_Traceable_RecorderInnerService'false],
  7611.             'doctrine.system_cache_pool.traceable.recorder_inner' => ['privates''doctrine.system_cache_pool.traceable.recorder_inner''getDoctrine_SystemCachePool_Traceable_RecorderInnerService'false],
  7612.             'doctrine.second_level_cache_pool.traceable.recorder_inner' => ['privates''doctrine.second_level_cache_pool.traceable.recorder_inner''getDoctrine_SecondLevelCachePool_Traceable_RecorderInnerService'false],
  7613.             'cache.validator_expression_language.traceable.recorder_inner' => ['privates''cache.validator_expression_language.traceable.recorder_inner''getCache_ValidatorExpressionLanguage_Traceable_RecorderInnerService'false],
  7614.             'cache.security_expression_language.traceable.recorder_inner' => ['privates''cache.security_expression_language.traceable.recorder_inner''getCache_SecurityExpressionLanguage_Traceable_RecorderInnerService'false],
  7615.             'Psr\\Container\\ContainerInterface' => ['services''service_container''getServiceContainerService'false],
  7616.             'Symfony\\Component\\DependencyInjection\\ContainerInterface' => ['services''service_container''getServiceContainerService'false],
  7617.             'Psr\\Http\\Message\\RequestFactoryInterface' => ['privates''nyholm.psr7.psr17_factory''getNyholm_Psr7_Psr17FactoryService'false],
  7618.             'Psr\\Http\\Message\\ResponseFactoryInterface' => ['privates''nyholm.psr7.psr17_factory''getNyholm_Psr7_Psr17FactoryService'false],
  7619.             'Psr\\Http\\Message\\ServerRequestFactoryInterface' => ['privates''nyholm.psr7.psr17_factory''getNyholm_Psr7_Psr17FactoryService'false],
  7620.             'Psr\\Http\\Message\\StreamFactoryInterface' => ['privates''nyholm.psr7.psr17_factory''getNyholm_Psr7_Psr17FactoryService'false],
  7621.             'Psr\\Http\\Message\\UploadedFileFactoryInterface' => ['privates''nyholm.psr7.psr17_factory''getNyholm_Psr7_Psr17FactoryService'false],
  7622.             'Psr\\Http\\Message\\UriFactoryInterface' => ['privates''nyholm.psr7.psr17_factory''getNyholm_Psr7_Psr17FactoryService'false],
  7623.             'Symfony\\Component\\DependencyInjection\\ParameterBag\\ContainerBagInterface' => ['privates''parameter_bag''getParameterBagService'false],
  7624.             'Symfony\\Component\\DependencyInjection\\ParameterBag\\ParameterBagInterface' => ['privates''parameter_bag''getParameterBagService'false],
  7625.             'Symfony\\Component\\EventDispatcher\\EventDispatcherInterface' => ['services''event_dispatcher''getEventDispatcherService'false],
  7626.             'Symfony\\Contracts\\EventDispatcher\\EventDispatcherInterface' => ['services''event_dispatcher''getEventDispatcherService'false],
  7627.             'Symfony\\Component\\HttpKernel\\HttpKernelInterface' => ['services''http_kernel''getHttpKernelService'false],
  7628.             'Symfony\\Component\\HttpFoundation\\RequestStack' => ['services''request_stack''getRequestStackService'false],
  7629.             'Symfony\\Component\\HttpFoundation\\UrlHelper' => ['privates''url_helper''getUrlHelperService'false],
  7630.             'Symfony\\Component\\HttpKernel\\KernelInterface' => ['services''kernel''getKernelService'false],
  7631.             'Symfony\\Component\\Filesystem\\Filesystem' => ['services''.container.private.filesystem''get_Container_Private_FilesystemService'false],
  7632.             'Symfony\\Component\\HttpKernel\\Config\\FileLocator' => ['privates''file_locator''getFileLocatorService'false],
  7633.             'Symfony\\Component\\HttpKernel\\UriSigner' => ['privates''uri_signer''getUriSignerService'false],
  7634.             'Symfony\\Component\\String\\Slugger\\SluggerInterface' => ['privates''slugger''getSluggerService'false],
  7635.             'Symfony\\Component\\HttpKernel\\Fragment\\FragmentUriGeneratorInterface' => ['privates''fragment.uri_generator''getFragment_UriGeneratorService'false],
  7636.             'error_renderer.html' => ['privates''twig.error_renderer.html''getTwig_ErrorRenderer_HtmlService'false],
  7637.             'error_renderer' => ['privates''error_handler.error_renderer.serializer''getErrorHandler_ErrorRenderer_SerializerService'false],
  7638.             'Psr\\EventDispatcher\\EventDispatcherInterface' => ['services''event_dispatcher''getEventDispatcherService'false],
  7639.             'Psr\\Container\\ContainerInterface $parameterBag' => ['privates''parameter_bag''getParameterBagService'false],
  7640.             'Psr\\Cache\\CacheItemPoolInterface' => ['services''cache.app''getCache_AppService'false],
  7641.             'Symfony\\Component\\Cache\\Adapter\\AdapterInterface' => ['services''cache.app''getCache_AppService'false],
  7642.             'Symfony\\Contracts\\Cache\\CacheInterface' => ['services''cache.app''getCache_AppService'false],
  7643.             'Symfony\\Contracts\\Cache\\TagAwareCacheInterface' => ['privates''cache.app.taggable''getCache_App_TaggableService'false],
  7644.             'Symfony\\Contracts\\Translation\\TranslatorInterface' => ['services''translator''getTranslatorService'false],
  7645.             'Symfony\\Component\\Asset\\Packages' => ['privates''assets.packages''getAssets_PackagesService'false],
  7646.             'Symfony\\Contracts\\HttpClient\\HttpClientInterface' => ['privates''.debug.http_client''get_Debug_HttpClientService'false],
  7647.             'mailer' => ['privates''mailer.mailer''getMailer_MailerService'false],
  7648.             'Symfony\\Component\\Mailer\\MailerInterface' => ['privates''mailer.mailer''getMailer_MailerService'false],
  7649.             'mailer.logger_message_listener' => ['privates''mailer.message_logger_listener''getMailer_MessageLoggerListenerService'false],
  7650.             'Symfony\\Component\\Translation\\Reader\\TranslationReaderInterface' => ['privates''translation.reader''getTranslation_ReaderService'false],
  7651.             'Symfony\\Component\\Translation\\Extractor\\ExtractorInterface' => ['privates''translation.extractor''getTranslation_ExtractorService'false],
  7652.             'Symfony\\Component\\Translation\\Writer\\TranslationWriterInterface' => ['privates''translation.writer''getTranslation_WriterService'false],
  7653.             'translator.formatter' => ['privates''translator.formatter.default''getTranslator_Formatter_DefaultService'false],
  7654.             'Symfony\\Component\\HttpKernel\\Debug\\FileLinkFormatter' => ['privates''debug.file_link_formatter''getDebug_FileLinkFormatterService'false],
  7655.             'Symfony\\Component\\Stopwatch\\Stopwatch' => ['privates''debug.stopwatch''getDebug_StopwatchService'false],
  7656.             'Symfony\\Component\\Routing\\RouterInterface' => ['services''router''getRouterService'false],
  7657.             'Symfony\\Component\\Routing\\Generator\\UrlGeneratorInterface' => ['services''router''getRouterService'false],
  7658.             'Symfony\\Component\\Routing\\Matcher\\UrlMatcherInterface' => ['services''router''getRouterService'false],
  7659.             'Symfony\\Component\\Routing\\RequestContextAwareInterface' => ['services''router''getRouterService'false],
  7660.             'Symfony\\Component\\Routing\\RequestContext' => ['privates''router.request_context''getRouter_RequestContextService'false],
  7661.             'annotation_reader' => ['privates''annotations.cached_reader''getAnnotations_CachedReaderService'false],
  7662.             'Doctrine\\Common\\Annotations\\Reader' => ['privates''annotations.cached_reader''getAnnotations_CachedReaderService'false],
  7663.             'Symfony\\Component\\PropertyAccess\\PropertyAccessorInterface' => ['privates''property_accessor''getPropertyAccessorService'false],
  7664.             'Symfony\\Component\\Serializer\\SerializerInterface' => ['services''.container.private.serializer''get_Container_Private_SerializerService'false],
  7665.             'Symfony\\Component\\Serializer\\Normalizer\\NormalizerInterface' => ['services''.container.private.serializer''get_Container_Private_SerializerService'false],
  7666.             'Symfony\\Component\\Serializer\\Normalizer\\DenormalizerInterface' => ['services''.container.private.serializer''get_Container_Private_SerializerService'false],
  7667.             'Symfony\\Component\\Serializer\\Encoder\\EncoderInterface' => ['services''.container.private.serializer''get_Container_Private_SerializerService'false],
  7668.             'Symfony\\Component\\Serializer\\Encoder\\DecoderInterface' => ['services''.container.private.serializer''get_Container_Private_SerializerService'false],
  7669.             'serializer.property_accessor' => ['privates''property_accessor''getPropertyAccessorService'false],
  7670.             'Symfony\\Component\\Serializer\\Mapping\\ClassDiscriminatorResolverInterface' => ['privates''serializer.mapping.class_discriminator_resolver''getSerializer_Mapping_ClassDiscriminatorResolverService'false],
  7671.             'Symfony\\Component\\Serializer\\Normalizer\\ObjectNormalizer' => ['privates''serializer.normalizer.object''getSerializer_Normalizer_ObjectService'false],
  7672.             'Symfony\\Component\\Serializer\\Normalizer\\PropertyNormalizer' => ['privates''serializer.normalizer.property''getSerializer_Normalizer_PropertyService'false],
  7673.             'Symfony\\Component\\Serializer\\Mapping\\Factory\\ClassMetadataFactoryInterface' => ['privates''serializer.mapping.class_metadata_factory''getSerializer_Mapping_ClassMetadataFactoryService'false],
  7674.             'error_renderer.serializer' => ['privates''error_handler.error_renderer.serializer''getErrorHandler_ErrorRenderer_SerializerService'false],
  7675.             'Symfony\\Component\\PropertyInfo\\PropertyAccessExtractorInterface' => ['privates''property_info''getPropertyInfoService'false],
  7676.             'Symfony\\Component\\PropertyInfo\\PropertyDescriptionExtractorInterface' => ['privates''property_info''getPropertyInfoService'false],
  7677.             'Symfony\\Component\\PropertyInfo\\PropertyInfoExtractorInterface' => ['privates''property_info''getPropertyInfoService'false],
  7678.             'Symfony\\Component\\PropertyInfo\\PropertyTypeExtractorInterface' => ['privates''property_info''getPropertyInfoService'false],
  7679.             'Symfony\\Component\\PropertyInfo\\PropertyListExtractorInterface' => ['privates''property_info''getPropertyInfoService'false],
  7680.             'Symfony\\Component\\PropertyInfo\\PropertyInitializableExtractorInterface' => ['privates''property_info''getPropertyInfoService'false],
  7681.             'Symfony\\Component\\PropertyInfo\\PropertyReadInfoExtractorInterface' => ['privates''property_info.reflection_extractor''getPropertyInfo_ReflectionExtractorService'false],
  7682.             'Symfony\\Component\\PropertyInfo\\PropertyWriteInfoExtractorInterface' => ['privates''property_info.reflection_extractor''getPropertyInfo_ReflectionExtractorService'false],
  7683.             'cache.default_redis_provider' => ['privates''.cache_connection.VkIJQtB''get_CacheConnection_VkIJQtBService'false],
  7684.             'cache.default_doctrine_dbal_provider' => ['services''doctrine.dbal.default_connection''getDoctrine_Dbal_DefaultConnectionService'false],
  7685.             'Symfony\\Contracts\\Cache\\TagAwareCacheInterface $materialsCache' => ['privates''.materials_cache.taggable''get_MaterialsCache_TaggableService'false],
  7686.             'Symfony\\Contracts\\Cache\\CacheInterface $materialsCache' => ['services''materials_cache''getMaterialsCacheService'false],
  7687.             'Psr\\Cache\\CacheItemPoolInterface $materialsCache' => ['services''materials_cache''getMaterialsCacheService'false],
  7688.             'Symfony\\Contracts\\Cache\\TagAwareCacheInterface $responseCache' => ['services''response_cache''getResponseCacheService'false],
  7689.             'Symfony\\Contracts\\Cache\\CacheInterface $responseCache' => ['services''response_cache''getResponseCacheService'false],
  7690.             'Psr\\Cache\\CacheItemPoolInterface $responseCache' => ['services''response_cache''getResponseCacheService'false],
  7691.             'Symfony\\Contracts\\Cache\\CacheInterface $doctrineResultCachePool' => ['privates''doctrine.result_cache_pool.traceable''getDoctrine_ResultCachePool_TraceableService'false],
  7692.             'Psr\\Cache\\CacheItemPoolInterface $doctrineResultCachePool' => ['privates''doctrine.result_cache_pool.traceable''getDoctrine_ResultCachePool_TraceableService'false],
  7693.             'Symfony\\Contracts\\Cache\\CacheInterface $doctrineSystemCachePool' => ['privates''doctrine.system_cache_pool.traceable''getDoctrine_SystemCachePool_TraceableService'false],
  7694.             'Psr\\Cache\\CacheItemPoolInterface $doctrineSystemCachePool' => ['privates''doctrine.system_cache_pool.traceable''getDoctrine_SystemCachePool_TraceableService'false],
  7695.             'Symfony\\Contracts\\Cache\\CacheInterface $doctrineSecondLevelCachePool' => ['privates''doctrine.second_level_cache_pool.traceable''getDoctrine_SecondLevelCachePool_TraceableService'false],
  7696.             'Psr\\Cache\\CacheItemPoolInterface $doctrineSecondLevelCachePool' => ['privates''doctrine.second_level_cache_pool.traceable''getDoctrine_SecondLevelCachePool_TraceableService'false],
  7697.             'Symfony\\Component\\HttpFoundation\\Session\\SessionInterface' => ['services''.container.private.session''get_Container_Private_SessionService'false],
  7698.             'SessionHandlerInterface' => ['services''Symfony\\Component\\HttpFoundation\\Session\\Storage\\Handler\\RedisSessionHandler''getRedisSessionHandlerService'false],
  7699.             'session.storage.factory' => ['privates''session.storage.factory.native''getSession_Storage_Factory_NativeService'false],
  7700.             'session.handler' => ['services''Symfony\\Component\\HttpFoundation\\Session\\Storage\\Handler\\RedisSessionHandler''getRedisSessionHandlerService'false],
  7701.             'session_listener' => ['privates''test.session.listener''getTest_Session_ListenerService'false],
  7702.             'Symfony\\Component\\Form\\ResolvedFormTypeFactoryInterface' => ['privates''form.resolved_type_factory''getForm_ResolvedTypeFactoryService'false],
  7703.             'Symfony\\Component\\Form\\FormRegistryInterface' => ['privates''form.registry''getForm_RegistryService'false],
  7704.             'Symfony\\Component\\Form\\FormFactoryInterface' => ['services''.container.private.form.factory''get_Container_Private_Form_FactoryService'false],
  7705.             'form.property_accessor' => ['privates''property_accessor''getPropertyAccessorService'false],
  7706.             'form.choice_list_factory' => ['privates''form.choice_list_factory.cached''getForm_ChoiceListFactory_CachedService'false],
  7707.             'Symfony\\Component\\Validator\\Validator\\ValidatorInterface' => ['services''.container.private.validator''get_Container_Private_ValidatorService'false],
  7708.             'validator.mapping.class_metadata_factory' => ['services''.container.private.validator''get_Container_Private_ValidatorService'false],
  7709.             'Symfony\\Component\\Messenger\\Transport\\Serialization\\SerializerInterface' => ['privates''messenger.transport.native_php_serializer''getMessenger_Transport_NativePhpSerializerService'false],
  7710.             'Symfony\\Component\\Messenger\\MessageBusInterface' => ['services''messenger.default_bus''getMessenger_DefaultBusService'false],
  7711.             'Symfony\\Component\\Messenger\\MessageBusInterface $eventBus' => ['privates''debug.traced.event_bus''getDebug_Traced_EventBusService'false],
  7712.             'messenger.default_serializer' => ['privates''messenger.transport.native_php_serializer''getMessenger_Transport_NativePhpSerializerService'false],
  7713.             'messenger.failure_transports.default' => ['privates''messenger.transport.failed''getMessenger_Transport_FailedService'false],
  7714.             'Symfony\\Component\\Mime\\MimeTypesInterface' => ['privates''mime_types''getMimeTypesService'false],
  7715.             'Symfony\\Component\\Mime\\MimeTypeGuesserInterface' => ['privates''mime_types''getMimeTypesService'false],
  7716.             'Symfony\\Component\\Security\\Core\\Authorization\\AuthorizationCheckerInterface' => ['services''.container.private.security.authorization_checker''get_Container_Private_Security_AuthorizationCheckerService'false],
  7717.             'Symfony\\Component\\Security\\Core\\Authentication\\Token\\Storage\\TokenStorageInterface' => ['services''.container.private.security.token_storage''get_Container_Private_Security_TokenStorageService'false],
  7718.             'Symfony\\Component\\Security\\Core\\Security' => ['privates''security.helper''getSecurity_HelperService'false],
  7719.             'Symfony\\Component\\Security\\Http\\Session\\SessionAuthenticationStrategyInterface' => ['privates''security.authentication.session_strategy''getSecurity_Authentication_SessionStrategyService'false],
  7720.             'security.encoder_factory' => ['privates''security.encoder_factory.generic''getSecurity_EncoderFactory_GenericService'false],
  7721.             'Symfony\\Component\\Security\\Core\\Encoder\\EncoderFactoryInterface' => ['privates''security.encoder_factory.generic''getSecurity_EncoderFactory_GenericService'false],
  7722.             'Symfony\\Component\\Security\\Core\\Encoder\\UserPasswordEncoderInterface' => ['services''.container.private.security.password_encoder''get_Container_Private_Security_PasswordEncoderService'false],
  7723.             'Symfony\\Component\\Security\\Http\\Authentication\\AuthenticationUtils' => ['privates''security.authentication_utils''getSecurity_AuthenticationUtilsService'false],
  7724.             'Symfony\\Component\\Security\\Core\\Authorization\\AccessDecisionManagerInterface' => ['privates''debug.security.access.decision_manager''getDebug_Security_Access_DecisionManagerService'false],
  7725.             'Symfony\\Component\\Security\\Core\\Role\\RoleHierarchyInterface' => ['privates''security.role_hierarchy''getSecurity_RoleHierarchyService'false],
  7726.             'Symfony\\Component\\Security\\Http\\Firewall' => ['privates''debug.security.firewall''getDebug_Security_FirewallService'false],
  7727.             'Symfony\\Component\\Security\\Http\\FirewallMapInterface' => ['privates''security.firewall.map''getSecurity_Firewall_MapService'false],
  7728.             'Symfony\\Component\\Security\\Http\\HttpUtils' => ['privates''security.http_utils''getSecurity_HttpUtilsService'false],
  7729.             'Symfony\\Component\\PasswordHasher\\Hasher\\PasswordHasherFactoryInterface' => ['privates''security.password_hasher_factory''getSecurity_PasswordHasherFactoryService'false],
  7730.             'security.password_hasher' => ['services''security.user_password_hasher''getSecurity_UserPasswordHasherService'false],
  7731.             'Symfony\\Component\\PasswordHasher\\Hasher\\UserPasswordHasherInterface' => ['services''security.user_password_hasher''getSecurity_UserPasswordHasherService'false],
  7732.             'Symfony\\Component\\Security\\Core\\Authentication\\AuthenticationManagerInterface' => ['privates''security.authentication.manager''getSecurity_Authentication_ManagerService'false],
  7733.             'Symfony\\Component\\Security\\Guard\\GuardAuthenticatorHandler' => ['privates''security.authentication.guard_handler''getSecurity_Authentication_GuardHandlerService'false],
  7734.             'security.firewall' => ['privates''debug.security.firewall''getDebug_Security_FirewallService'false],
  7735.             'security.user.provider.concrete.fos_userbundle' => ['privates''fos_user.user_provider.username_email''getFosUser_UserProvider_UsernameEmailService'false],
  7736.             'security.user_providers' => ['privates''fos_user.user_provider.username_email''getFosUser_UserProvider_UsernameEmailService'false],
  7737.             'Symfony\\Component\\Security\\Core\\User\\UserProviderInterface' => ['privates''fos_user.user_provider.username_email''getFosUser_UserProvider_UsernameEmailService'false],
  7738.             'security.authentication.session_strategy.webhooks' => ['privates''security.authentication.session_strategy''getSecurity_Authentication_SessionStrategyService'false],
  7739.             'security.user_checker.webhooks' => ['services''hwi_oauth.user_checker''getHwiOauth_UserCheckerService'false],
  7740.             'security.authentication.session_strategy.public_api' => ['privates''security.authentication.session_strategy''getSecurity_Authentication_SessionStrategyService'false],
  7741.             'security.user_checker.public_api' => ['services''hwi_oauth.user_checker''getHwiOauth_UserCheckerService'false],
  7742.             'security.user_checker.lms_api' => ['services''CodersLab\\Lms\\SharedKernel\\Infrastructure\\Security\\UserChecker''getUserCheckerService'false],
  7743.             'security.authentication.session_strategy.main' => ['privates''security.authentication.session_strategy''getSecurity_Authentication_SessionStrategyService'false],
  7744.             'hwi_oauth.user.provider.entity.main' => ['services''app.provider.oauth''getApp_Provider_OauthService'false],
  7745.             'security.user_checker.main' => ['services''CodersLab\\Lms\\SharedKernel\\Infrastructure\\Security\\UserChecker''getUserCheckerService'false],
  7746.             'security.firewall.context_locator' => ['privates''.service_locator.V0VSF2r''get_ServiceLocator_V0VSF2rService'false],
  7747.             'Twig_Environment' => ['services''.container.private.twig''get_Container_Private_TwigService'false],
  7748.             'Twig\\Environment' => ['services''.container.private.twig''get_Container_Private_TwigService'false],
  7749.             'logger' => ['privates''monolog.logger''getMonolog_LoggerService'false],
  7750.             'Psr\\Log\\LoggerInterface' => ['privates''monolog.logger''getMonolog_LoggerService'false],
  7751.             'Doctrine\\DBAL\\Driver\\Connection' => ['services''doctrine.dbal.default_connection''getDoctrine_Dbal_DefaultConnectionService'false],
  7752.             'Doctrine\\DBAL\\Connection' => ['services''doctrine.dbal.default_connection''getDoctrine_Dbal_DefaultConnectionService'false],
  7753.             'Doctrine\\Persistence\\ManagerRegistry' => ['services''doctrine''getDoctrineService'false],
  7754.             'Doctrine\\Common\\Persistence\\ManagerRegistry' => ['services''doctrine''getDoctrineService'false],
  7755.             'doctrine.dbal.event_manager' => ['privates''doctrine.dbal.default_connection.event_manager''getDoctrine_Dbal_DefaultConnection_EventManagerService'false],
  7756.             'Doctrine\\DBAL\\Connection $defaultConnection' => ['services''doctrine.dbal.default_connection''getDoctrine_Dbal_DefaultConnectionService'false],
  7757.             'Doctrine\\ORM\\EntityManagerInterface' => ['services''doctrine.orm.default_entity_manager''getDoctrine_Orm_DefaultEntityManagerService'false],
  7758.             'doctrine.orm.metadata.annotation_reader' => ['privates''annotations.cached_reader''getAnnotations_CachedReaderService'false],
  7759.             'doctrine.orm.default_metadata_cache' => ['privates''doctrine.system_cache_pool.traceable''getDoctrine_SystemCachePool_TraceableService'false],
  7760.             'doctrine.orm.default_result_cache' => ['privates''doctrine.result_cache_pool.traceable''getDoctrine_ResultCachePool_TraceableService'false],
  7761.             'doctrine.orm.default_query_cache' => ['privates''doctrine.system_cache_pool.traceable''getDoctrine_SystemCachePool_TraceableService'false],
  7762.             'doctrine.orm.default_entity_listener_resolver' => ['services''app.doctrine.entity_listener_resolver''getApp_Doctrine_EntityListenerResolverService'false],
  7763.             'doctrine.orm.default_second_level_cache.region_cache_driver' => ['privates''doctrine.second_level_cache_pool.compatibility_layer''getDoctrine_SecondLevelCachePool_CompatibilityLayerService'false],
  7764.             'Doctrine\\ORM\\EntityManagerInterface $defaultEntityManager' => ['services''doctrine.orm.default_entity_manager''getDoctrine_Orm_DefaultEntityManagerService'false],
  7765.             'doctrine.orm.default_entity_manager.event_manager' => ['privates''doctrine.dbal.default_connection.event_manager''getDoctrine_Dbal_DefaultConnection_EventManagerService'false],
  7766.             'sensio_framework_extra.converter.doctrine.orm.expression_language' => ['privates''sensio_framework_extra.converter.doctrine.orm.expression_language.default''getSensioFrameworkExtra_Converter_Doctrine_Orm_ExpressionLanguage_DefaultService'false],
  7767.             'sensio_framework_extra.security.expression_language' => ['privates''sensio_framework_extra.security.expression_language.default''getSensioFrameworkExtra_Security_ExpressionLanguage_DefaultService'false],
  7768.             'fos_user.doctrine_registry' => ['services''doctrine''getDoctrineService'false],
  7769.             'FOS\\UserBundle\\Security\\LoginManagerInterface' => ['privates''fos_user.security.login_manager''getFosUser_Security_LoginManagerService'false],
  7770.             'FOS\\UserBundle\\Util\\TokenGeneratorInterface' => ['privates''fos_user.util.token_generator.default''getFosUser_Util_TokenGenerator_DefaultService'false],
  7771.             'FOS\\UserBundle\\Util\\PasswordUpdaterInterface' => ['privates''fos_user.util.password_updater''getFosUser_Util_PasswordUpdaterService'false],
  7772.             'FOS\\UserBundle\\Util\\CanonicalFieldsUpdater' => ['privates''fos_user.util.canonical_fields_updater''getFosUser_Util_CanonicalFieldsUpdaterService'false],
  7773.             'FOS\\UserBundle\\Model\\UserManagerInterface' => ['services''app.user.manager''getApp_User_ManagerService'false],
  7774.             'fos_user.util.email_canonicalizer' => ['privates''fos_user.util.canonicalizer.default''getFosUser_Util_Canonicalizer_DefaultService'false],
  7775.             'fos_user.util.username_canonicalizer' => ['privates''fos_user.util.canonicalizer.default''getFosUser_Util_Canonicalizer_DefaultService'false],
  7776.             'fos_user.util.token_generator' => ['privates''fos_user.util.token_generator.default''getFosUser_Util_TokenGenerator_DefaultService'false],
  7777.             'fos_user.mailer' => ['services''FOS\\UserBundle\\Mailer\\MailerInterface''getMailerInterfaceService'false],
  7778.             'Knp\\Bundle\\TimeBundle\\DateTimeFormatter' => ['privates''time.datetime_formatter''getTime_DatetimeFormatterService'false],
  7779.             'Http\\Client\\HttpClient' => ['services''httplug.client''getHttplug_ClientService'false],
  7780.             'Http\\Client\\HttpClient $app' => ['services''httplug.client''getHttplug_ClientService'false],
  7781.             'Psr\\Http\\Client\\ClientInterface $app' => ['services''httplug.client''getHttplug_ClientService'false],
  7782.             'httplug.client.default' => ['services''httplug.client''getHttplug_ClientService'false],
  7783.             'Http\\Client\\Common\\HttpMethodsClientInterface' => ['services''httplug.client''getHttplug_ClientService'false],
  7784.             'hwi_oauth.resource_owners.locator' => ['privates''.service_locator.x7qCGOo''get_ServiceLocator_X7qCGOoService'false],
  7785.             'jms_serializer.metadata.cache' => ['privates''jms_serializer.metadata.cache.file_cache''getJmsSerializer_Metadata_Cache_FileCacheService'false],
  7786.             'jms_serializer.object_constructor' => ['privates''jms_serializer.doctrine_object_constructor''getJmsSerializer_DoctrineObjectConstructorService'false],
  7787.             'JMS\\Serializer\\SerializerInterface' => ['services''jms_serializer''getJmsSerializerService'false],
  7788.             'JMS\\Serializer\\ArrayTransformerInterface' => ['services''jms_serializer''getJmsSerializerService'false],
  7789.             'jms_serializer.accessor_strategy' => ['privates''jms_serializer.accessor_strategy.default''getJmsSerializer_AccessorStrategy_DefaultService'false],
  7790.             'JMS\\Serializer\\ContextFactory\\SerializationContextFactoryInterface' => ['services''jms_serializer.serialization_context_factory''getJmsSerializer_SerializationContextFactoryService'false],
  7791.             'JMS\\Serializer\\ContextFactory\\DeserializationContextFactoryInterface' => ['services''jms_serializer.deserialization_context_factory''getJmsSerializer_DeserializationContextFactoryService'false],
  7792.             'jms_serializer.event_dispatcher' => ['privates''jms_serializer.traceable_event_dispatcher''getJmsSerializer_TraceableEventDispatcherService'false],
  7793.             'doctrine.migrations.metadata_storage' => ['privates''doctrine.migrations.storage.table_storage''getDoctrine_Migrations_Storage_TableStorageService'false],
  7794.             'Sentry\\ClientInterface' => ['privates''sentry.client''getSentry_ClientService'false],
  7795.             'Sentry\\SentryBundle\\EventListener\\ConsoleCommandListener' => ['privates''Sentry\\SentryBundle\\EventListener\\ConsoleListener''getConsoleListenerService'false],
  7796.             'Knp\\Component\\Pager\\PaginatorInterface' => ['services''knp_paginator''getKnpPaginatorService'false],
  7797.             'Lexik\\Bundle\\JWTAuthenticationBundle\\Services\\JWTTokenInterface' => ['services''lexik_jwt_authentication.jwt_manager''getLexikJwtAuthentication_JwtManagerService'false],
  7798.             'Lexik\\Bundle\\JWTAuthenticationBundle\\Services\\JWTTokenManagerInterface' => ['services''lexik_jwt_authentication.jwt_manager''getLexikJwtAuthentication_JwtManagerService'false],
  7799.             'Lexik\\Bundle\\JWTAuthenticationBundle\\Services\\JWSProvider\\JWSProviderInterface' => ['privates''lexik_jwt_authentication.jws_provider.lcobucci''getLexikJwtAuthentication_JwsProvider_LcobucciService'false],
  7800.             'Lexik\\Bundle\\JWTAuthenticationBundle\\TokenExtractor\\TokenExtractorInterface' => ['privates''lexik_jwt_authentication.extractor.chain_extractor''getLexikJwtAuthentication_Extractor_ChainExtractorService'false],
  7801.             'lexik_jwt_authentication.jwt_token_authenticator' => ['privates''lexik_jwt_authentication.security.guard.jwt_token_authenticator''getLexikJwtAuthentication_Security_Guard_JwtTokenAuthenticatorService'false],
  7802.             'Lexik\\Bundle\\JWTAuthenticationBundle\\Encoder\\JWTEncoderInterface' => ['services''lexik_jwt_authentication.encoder''getLexikJwtAuthentication_EncoderService'false],
  7803.             'nelmio_alice.file_locator' => ['privates''hautelook_alice.alice.file_locator.kernel''getHautelookAlice_Alice_FileLocator_KernelService'false],
  7804.             'nelmio_alice.fixture_builder.denormalizer.fixture_bag' => ['privates''nelmio_alice.fixture_builder.denormalizer.fixture.simple_fixture_bag_denormalizer''getNelmioAlice_FixtureBuilder_Denormalizer_Fixture_SimpleFixtureBagDenormalizerService'false],
  7805.             'nelmio_alice.fixture_builder.denormalizer.fixture' => ['privates''nelmio_alice.fixture_builder.denormalizer.fixture.tolerant_denormalizer''getNelmioAlice_FixtureBuilder_Denormalizer_Fixture_TolerantDenormalizerService'false],
  7806.             'nelmio_alice.fixture_builder.denormalizer.specs' => ['privates''nelmio_alice.fixture_builder.denormalizer.specs.simple''getNelmioAlice_FixtureBuilder_Denormalizer_Specs_SimpleService'false],
  7807.             'nelmio_alice.fixture_builder.denormalizer.fixture.specs.constructor' => ['privates''nelmio_alice.fixture_builder.denormalizer.fixture.specs.constructor.legacy_constructor_denormalizer''getNelmioAlice_FixtureBuilder_Denormalizer_Fixture_Specs_Constructor_LegacyConstructorDenormalizerService'false],
  7808.             'nelmio_alice.fixture_builder.denormalizer.fixture.specs.arguments' => ['privates''nelmio_alice.fixture_builder.denormalizer.fixture.specs.arguments.simple_arguments_denormalizer''getNelmioAlice_FixtureBuilder_Denormalizer_Fixture_Specs_Arguments_SimpleArgumentsDenormalizerService'false],
  7809.             'nelmio_alice.fixture_builder.denormalizer.fixture.specs.value' => ['privates''nelmio_alice.fixture_builder.denormalizer.fixture.specs.value.unique_value_denormalizer''getNelmioAlice_FixtureBuilder_Denormalizer_Fixture_Specs_Value_UniqueValueDenormalizerService'false],
  7810.             'nelmio_alice.fixture_builder.denormalizer.fixture.specs.property' => ['privates''nelmio_alice.fixture_builder.denormalizer.fixture.specs.property.simple_denormalizer''getNelmioAlice_FixtureBuilder_Denormalizer_Fixture_Specs_Property_SimpleDenormalizerService'false],
  7811.             'nelmio_alice.fixture_builder.denormalizer.fixture.specs.calls' => ['privates''nelmio_alice.fixture_builder.denormalizer.fixture.specs.calls.simple_denormalizer''getNelmioAlice_FixtureBuilder_Denormalizer_Fixture_Specs_Calls_SimpleDenormalizerService'false],
  7812.             'nelmio_alice.fixture_builder.denormalizer.flag_parser' => ['privates''nelmio_alice.fixture_builder.denormalizer.flag_parser.element''getNelmioAlice_FixtureBuilder_Denormalizer_FlagParser_ElementService'false],
  7813.             'nelmio_alice.fixture_builder' => ['privates''nelmio_alice.fixture_builder.simple''getNelmioAlice_FixtureBuilder_SimpleService'false],
  7814.             'nelmio_alice.fixture_builder.denormalizer' => ['privates''nelmio_alice.fixture_builder.denormalizer.simple''getNelmioAlice_FixtureBuilder_Denormalizer_SimpleService'false],
  7815.             'nelmio_alice.fixture_builder.denormalizer.parameter_bag' => ['privates''nelmio_alice.fixture_builder.denormalizer.parameter.simple_parameter_bag_denormalizer''getNelmioAlice_FixtureBuilder_Denormalizer_Parameter_SimpleParameterBagDenormalizerService'false],
  7816.             'nelmio_alice.fixture_builder.expression_language.parser.token_parser' => ['privates''nelmio_alice.fixture_builder.expression_language.parser.token_parser.registry''getNelmioAlice_FixtureBuilder_ExpressionLanguage_Parser_TokenParser_RegistryService'false],
  7817.             'nelmio_alice.fixture_builder.expression_language.lexer' => ['privates''nelmio_alice.fixture_builder.expression_language.lexer.empty_value_lexer''getNelmioAlice_FixtureBuilder_ExpressionLanguage_Lexer_EmptyValueLexerService'false],
  7818.             'nelmio_alice.fixture_builder.expression_language.parser' => ['privates''nelmio_alice.fixture_builder.expression_language.parser.function_fixture_reference_parser''getNelmioAlice_FixtureBuilder_ExpressionLanguage_Parser_FunctionFixtureReferenceParserService'false],
  7819.             'nelmio_alice.property_accessor' => ['privates''nelmio_alice.property_accessor.std''getNelmioAlice_PropertyAccessor_StdService'false],
  7820.             'nelmio_alice.generator.hydrator' => ['privates''nelmio_alice.generator.hydrator.simple''getNelmioAlice_Generator_Hydrator_SimpleService'false],
  7821.             'nelmio_alice.generator.hydrator.property' => ['privates''nelmio_alice.generator.hydrator.property.symfony_property_access''getNelmioAlice_Generator_Hydrator_Property_SymfonyPropertyAccessService'false],
  7822.             'nelmio_alice.generator.resolver.fixture_bag' => ['privates''nelmio_alice.generator.resolver.fixture_bag.template_bag''getNelmioAlice_Generator_Resolver_FixtureBag_TemplateBagService'false],
  7823.             'nelmio_alice.generator.resolver.fixture_set' => ['privates''nelmio_alice.generator.resolver.fixture_set.remove_conflicting_objects''getNelmioAlice_Generator_Resolver_FixtureSet_RemoveConflictingObjectsService'false],
  7824.             'nelmio_alice.generator.resolver.parameter_bag' => ['privates''nelmio_alice.generator.resolver.parameter_bag.remove_conflicting_parameters''getNelmioAlice_Generator_Resolver_ParameterBag_RemoveConflictingParametersService'false],
  7825.             'nelmio_alice.generator.resolver.value' => ['privates''nelmio_alice.generator.resolver.value.registry''getNelmioAlice_Generator_Resolver_Value_RegistryService'false],
  7826.             'nelmio_alice.generator.resolver.value.property_accessor' => ['privates''property_accessor''getPropertyAccessorService'false],
  7827.             'nelmio_alice.generator' => ['privates''nelmio_alice.generator.double_pass''getNelmioAlice_Generator_DoublePassService'false],
  7828.             'nelmio_alice.generator.object_generator' => ['privates''nelmio_alice.generator.object_generator.complete''getNelmioAlice_Generator_ObjectGenerator_CompleteService'false],
  7829.             'nelmio_alice.generator.instantiator' => ['privates''nelmio_alice.generator.instantiator.existing_instance''getNelmioAlice_Generator_Instantiator_ExistingInstanceService'false],
  7830.             'nelmio_alice.generator.caller' => ['privates''nelmio_alice.generator.caller.simple''getNelmioAlice_Generator_Caller_SimpleService'false],
  7831.             'nelmio_alice.file_parser' => ['privates''nelmio_alice.file_parser.runtime_cache''getNelmioAlice_FileParser_RuntimeCacheService'false],
  7832.             'fidry_alice_data_fixtures.doctrine.loader' => ['services''fidry_alice_data_fixtures.loader.doctrine''getFidryAliceDataFixtures_Loader_DoctrineService'false],
  7833.             'fidry_alice_data_fixtures.persistence.purger.doctrine.orm_purger' => ['services''fidry_alice_data_fixtures.persistence.purger_factory.doctrine''getFidryAliceDataFixtures_Persistence_PurgerFactory_DoctrineService'false],
  7834.             'SimpleThings\\EntityAudit\\AuditReader' => ['services''simplethings_entityaudit.reader''getSimplethingsEntityaudit_ReaderService'false],
  7835.             'SimpleThings\\EntityAudit\\AuditConfiguration' => ['services''simplethings_entityaudit.config''getSimplethingsEntityaudit_ConfigService'false],
  7836.             'simplethings_entityaudit.username_callable' => ['privates''simplethings_entityaudit.username_callable.token_storage''getSimplethingsEntityaudit_UsernameCallable_TokenStorageService'false],
  7837.             'twig.loader.filesystem' => ['privates''twig.loader.native_filesystem''getTwig_Loader_NativeFilesystemService'false],
  7838.             'argument_resolver.controller_locator' => ['privates''.service_locator.MyxJHXb''get_ServiceLocator_MyxJHXbService'false],
  7839.             'twig.loader' => ['privates''twig.loader.native_filesystem''getTwig_Loader_NativeFilesystemService'false],
  7840.             'Psr\\Log\\LoggerInterface $requestLogger' => ['privates''monolog.logger.request''getMonolog_Logger_RequestService'false],
  7841.             'Psr\\Log\\LoggerInterface $consoleLogger' => ['privates''monolog.logger.console''getMonolog_Logger_ConsoleService'false],
  7842.             'Psr\\Log\\LoggerInterface $messengerLogger' => ['privates''monolog.logger.messenger''getMonolog_Logger_MessengerService'false],
  7843.             'Psr\\Log\\LoggerInterface $cacheLogger' => ['privates''monolog.logger.cache''getMonolog_Logger_CacheService'false],
  7844.             'Psr\\Log\\LoggerInterface $httpClientLogger' => ['privates''monolog.logger.http_client''getMonolog_Logger_HttpClientService'false],
  7845.             'Psr\\Log\\LoggerInterface $mailerLogger' => ['privates''monolog.logger.mailer''getMonolog_Logger_MailerService'false],
  7846.             'Psr\\Log\\LoggerInterface $phpLogger' => ['privates''monolog.logger.php''getMonolog_Logger_PhpService'false],
  7847.             'Psr\\Log\\LoggerInterface $eventLogger' => ['privates''monolog.logger.event''getMonolog_Logger_EventService'false],
  7848.             'Psr\\Log\\LoggerInterface $routerLogger' => ['privates''monolog.logger.router''getMonolog_Logger_RouterService'false],
  7849.             'Psr\\Log\\LoggerInterface $profilerLogger' => ['privates''monolog.logger.profiler''getMonolog_Logger_ProfilerService'false],
  7850.             'Psr\\Log\\LoggerInterface $securityLogger' => ['privates''monolog.logger.security''getMonolog_Logger_SecurityService'false],
  7851.             'Psr\\Log\\LoggerInterface $doctrineLogger' => ['privates''monolog.logger.doctrine''getMonolog_Logger_DoctrineService'false],
  7852.             'Psr\\Log\\LoggerInterface $debugLogger' => ['privates''monolog.logger.debug''getMonolog_Logger_DebugService'false],
  7853.             'Psr\\Log\\LoggerInterface $nelmioApiDocLogger' => ['privates''monolog.logger.nelmio_api_doc''getMonolog_Logger_NelmioApiDocService'false],
  7854.             'doctrine.id_generator_locator' => ['privates''.service_locator.KLVvNIq''get_ServiceLocator_KLVvNIqService'false],
  7855.             'controller_resolver' => ['privates''debug.controller_resolver''getDebug_ControllerResolverService'false],
  7856.             'argument_resolver' => ['privates''debug.argument_resolver''getDebug_ArgumentResolverService'false],
  7857.             'translator.data_collector.inner' => ['privates''translator.default''getTranslator_DefaultService'false],
  7858.             'security.access.decision_manager' => ['privates''debug.security.access.decision_manager''getDebug_Security_Access_DecisionManagerService'false],
  7859.             'twig.error_renderer.html.inner' => ['privates''error_handler.error_renderer.html''getErrorHandler_ErrorRenderer_HtmlService'false],
  7860.             'httplug.factory.auto' => ['privates''httplug.collector.factory.auto''getHttplug_Collector_Factory_AutoService'false],
  7861.             'httplug.client.app' => ['services''httplug.client''getHttplug_ClientService'false],
  7862.             'jms_serializer.metadata.doctrine_type_driver.inner' => ['privates''jms_serializer.metadata.chain_driver''getJmsSerializer_Metadata_ChainDriverService'false],
  7863.             'jms_serializer.metadata.typed_properties_driver.inner' => ['privates''jms_serializer.metadata.doctrine_type_driver''getJmsSerializer_Metadata_DoctrineTypeDriverService'false],
  7864.             'jms_serializer.doctrine_object_constructor.inner' => ['privates''jms_serializer.unserialize_object_constructor''getJmsSerializer_UnserializeObjectConstructorService'false],
  7865.             'doctrine.migrations.migrations_factory' => ['privates''doctrine.migrations.container_aware_migrations_factory''getDoctrine_Migrations_ContainerAwareMigrationsFactoryService'false],
  7866.             'var_dumper.cli_dumper' => ['privates''var_dumper.contextualized_cli_dumper''getVarDumper_ContextualizedCliDumperService'false],
  7867.             'argument_resolver.request_attribute' => ['privates''debug.argument_resolver.request_attribute''getDebug_ArgumentResolver_RequestAttributeService'false],
  7868.             'argument_resolver.request' => ['privates''debug.argument_resolver.request''getDebug_ArgumentResolver_RequestService'false],
  7869.             'argument_resolver.session' => ['privates''debug.argument_resolver.session''getDebug_ArgumentResolver_SessionService'false],
  7870.             'security.user_value_resolver' => ['privates''debug.security.user_value_resolver''getDebug_Security_UserValueResolverService'false],
  7871.             'argument_resolver.service' => ['privates''debug.argument_resolver.service''getDebug_ArgumentResolver_ServiceService'false],
  7872.             'argument_resolver.default' => ['privates''debug.argument_resolver.default''getDebug_ArgumentResolver_DefaultService'false],
  7873.             'argument_resolver.variadic' => ['privates''debug.argument_resolver.variadic''getDebug_ArgumentResolver_VariadicService'false],
  7874.             'argument_resolver.not_tagged_controller' => ['privates''debug.argument_resolver.not_tagged_controller''getDebug_ArgumentResolver_NotTaggedControllerService'false],
  7875.             'command_bus' => ['services''messenger.default_bus''getMessenger_DefaultBusService'false],
  7876.             'event_bus' => ['privates''debug.traced.event_bus''getDebug_Traced_EventBusService'false],
  7877.             'http_client' => ['privates''.debug.http_client''get_Debug_HttpClientService'false],
  7878.             'hwi_oauth.http_client' => ['privates''.debug.hwi_oauth.http_client''get_Debug_HwiOauth_HttpClientService'false],
  7879.             'doctrine.orm.default_metadata_driver' => ['privates''.doctrine.orm.default_metadata_driver''get_Doctrine_Orm_DefaultMetadataDriverService'false],
  7880.             'cache.validator' => ['privates''cache.validator.traceable''getCache_Validator_TraceableService'false],
  7881.             'cache.serializer' => ['privates''cache.serializer.traceable''getCache_Serializer_TraceableService'false],
  7882.             'cache.annotations' => ['privates''cache.annotations.traceable''getCache_Annotations_TraceableService'false],
  7883.             'cache.property_info' => ['privates''cache.property_info.traceable''getCache_PropertyInfo_TraceableService'false],
  7884.             'cache.messenger.restart_workers_signal' => ['privates''cache.messenger.restart_workers_signal.traceable''getCache_Messenger_RestartWorkersSignal_TraceableService'false],
  7885.             'doctrine.result_cache_pool' => ['privates''doctrine.result_cache_pool.traceable''getDoctrine_ResultCachePool_TraceableService'false],
  7886.             'doctrine.system_cache_pool' => ['privates''doctrine.system_cache_pool.traceable''getDoctrine_SystemCachePool_TraceableService'false],
  7887.             'doctrine.second_level_cache_pool' => ['privates''doctrine.second_level_cache_pool.traceable''getDoctrine_SecondLevelCachePool_TraceableService'false],
  7888.             'cache.security_expression_language' => ['privates''cache.security_expression_language.traceable''getCache_SecurityExpressionLanguage_TraceableService'false],
  7889.             'jms_serializer.metadata_factory' => ['privates''jms_serializer.traceable_metadata_factory''getJmsSerializer_TraceableMetadataFactoryService'false],
  7890.             'jms_serializer.handler_registry' => ['privates''jms_serializer.traceable_handler_registry''getJmsSerializer_TraceableHandlerRegistryService'false],
  7891.             'jms_serializer.metadata.file_locator' => ['privates''jms_serializer.metadata.traceable_file_locator''getJmsSerializer_Metadata_TraceableFileLocatorService'false],
  7892.         ], [
  7893.             'CodersLab\\Lms\\UserInterface\\Cli\\Command\\CachePoolInvalidateTagsCommand' => '?',
  7894.             'CodersLab\\Lms\\UserInterface\\Cli\\Command\\ConsumeExerciseQueueCommand' => '?',
  7895.             'CodersLab\\Lms\\UserInterface\\Cli\\Command\\ConsumeIssueQueueCommand' => '?',
  7896.             'CodersLab\\Lms\\UserInterface\\Cli\\Command\\CourseProgressReportCommand' => '?',
  7897.             'CodersLab\\Lms\\UserInterface\\Cli\\Command\\CreateNewUserCommand' => '?',
  7898.             'CodersLab\\Lms\\UserInterface\\Cli\\Command\\DeleteElasticsearchIndexesCommand' => '?',
  7899.             'CodersLab\\Lms\\UserInterface\\Cli\\Command\\GradebookScoresReportCommand' => '?',
  7900.             'CodersLab\\Lms\\UserInterface\\Cli\\Command\\InitializeElasticsearchIndexesCommand' => '?',
  7901.             'CodersLab\\Lms\\UserInterface\\Cli\\Command\\MigrateGithubLoginToIdCommand' => '?',
  7902.             'CodersLab\\Lms\\UserInterface\\Cli\\Command\\ParseRepoCommand' => '?',
  7903.             'CodersLab\\Lms\\UserInterface\\Cli\\Command\\QuizInitCommand' => '?',
  7904.             'CodersLab\\Lms\\UserInterface\\Cli\\Command\\QuizListUninitializedCommand' => '?',
  7905.             'CodersLab\\Lms\\UserInterface\\Cli\\Command\\QuizReinitializeCommand' => '?',
  7906.             'CodersLab\\Lms\\UserInterface\\Cli\\Command\\QuizSaveResponseCommand' => '?',
  7907.             'CodersLab\\Lms\\UserInterface\\Cli\\Command\\ReinitializeAllQuizzesForCourseCommand' => '?',
  7908.             'CodersLab\\Lms\\UserInterface\\Cli\\Command\\ReinitializeElasticsearchDocumentsForCourseCommand' => '?',
  7909.             'CodersLab\\Lms\\UserInterface\\Cli\\Command\\ReinitializeScheduleUrlForAllCoursesCommand' => '?',
  7910.             'CodersLab\\Lms\\UserInterface\\Cli\\Command\\ReinitializeTreeCommand' => '?',
  7911.             'CodersLab\\Lms\\UserInterface\\Cli\\Command\\ResultReportCommand' => '?',
  7912.             'CodersLab\\Lms\\UserInterface\\Cli\\Command\\SurveyMonkeyLimitBotCommand' => '?',
  7913.             'CodersLab\\Lms\\UserInterface\\Cli\\Command\\UserTokenCommand' => '?',
  7914.             'CodersLab\\Lms\\UserInterface\\Cli\\Command\\QuizReinitAllWithState' => '?',
  7915.             'CodersLab\\Lms\\UserInterface\\Cli\\Command\\SendActivationReminder' => '?',
  7916.             'CodersLab\\Lms\\UserInterface\\Cli\\Command\\SendActivationExpirationReminder' => '?',
  7917.             'CodersLab\\Lms\\UserInterface\\Rest\\RequestConverter\\MaterialReviewRequestConverter' => '?',
  7918.             'CodersLab\\Lms\\UserInterface\\Rest\\RequestConverter\\ExamAccessRequestConverter' => '?',
  7919.             'CodersLab\\Lms\\UserInterface\\Rest\\RequestConverter\\IssueRequestConverter' => '?',
  7920.             'CodersLab\\Lms\\UserInterface\\Rest\\RequestConverter\\UserRequestConverter' => '?',
  7921.             'CodersLab\\Lms\\UserInterface\\Rest\\RequestConverter\\ChangePasswordConverter' => '?',
  7922.             'CodersLab\\Lms\\SharedKernel\\Infrastructure\\Bus\\HandleMessageMiddleware' => '?',
  7923.             'CodersLab\\Lms\\SharedKernel\\Infrastructure\\Bus\\MessageStoreMiddleware' => '?',
  7924.             'CodersLab\\Lms\\SharedKernel\\Infrastructure\\Bus\\EventBusMiddleware' => '?',
  7925.             'nyholm.psr7.psr17_factory' => '?',
  7926.             'argument_metadata_factory' => '?',
  7927.             'response_listener' => '?',
  7928.             'streamed_response_listener' => '?',
  7929.             'locale_listener' => '?',
  7930.             'validate_request_listener' => '?',
  7931.             'disallow_search_engine_index_response_listener' => '?',
  7932.             'exception_listener' => '?',
  7933.             'parameter_bag' => '?',
  7934.             'url_helper' => '?',
  7935.             'cache_clearer' => '?',
  7936.             'filesystem' => '?',
  7937.             'file_locator' => '?',
  7938.             'uri_signer' => '?',
  7939.             'config_cache_factory' => '?',
  7940.             'dependency_injection.config.container_parameters_resource_checker' => '?',
  7941.             'config.resource.self_checking_resource_checker' => '?',
  7942.             'locale_aware_listener' => '?',
  7943.             'container.env_var_processor' => '?',
  7944.             'slugger' => '?',
  7945.             'container.getenv' => '?',
  7946.             'config_builder.warmer' => '?',
  7947.             'fragment.handler' => '?',
  7948.             'fragment.uri_generator' => '?',
  7949.             'fragment.renderer.inline' => '?',
  7950.             'fragment.renderer.hinclude' => '?',
  7951.             'error_handler.error_renderer.html' => '?',
  7952.             'console.error_listener' => '?',
  7953.             'console.suggest_missing_package_subscriber' => '?',
  7954.             'console.command.about' => '?',
  7955.             'console.command.assets_install' => '?',
  7956.             'console.command.cache_clear' => '?',
  7957.             'console.command.cache_pool_clear' => '?',
  7958.             'console.command.cache_pool_prune' => '?',
  7959.             'console.command.cache_pool_delete' => '?',
  7960.             'console.command.cache_pool_list' => '?',
  7961.             'console.command.cache_warmup' => '?',
  7962.             'console.command.config_debug' => '?',
  7963.             'console.command.config_dump_reference' => '?',
  7964.             'console.command.container_debug' => '?',
  7965.             'console.command.container_lint' => '?',
  7966.             'console.command.debug_autowiring' => '?',
  7967.             'console.command.dotenv_debug' => '?',
  7968.             'console.command.event_dispatcher_debug' => '?',
  7969.             'console.command.messenger_consume_messages' => '?',
  7970.             'console.command.messenger_setup_transports' => '?',
  7971.             'console.command.messenger_debug' => '?',
  7972.             'console.command.messenger_stop_workers' => '?',
  7973.             'console.command.messenger_failed_messages_retry' => '?',
  7974.             'console.command.messenger_failed_messages_show' => '?',
  7975.             'console.command.messenger_failed_messages_remove' => '?',
  7976.             'console.command.router_debug' => '?',
  7977.             'console.command.router_match' => '?',
  7978.             'console.command.translation_debug' => '?',
  7979.             'console.command.translation_extract' => '?',
  7980.             'console.command.validator_debug' => '?',
  7981.             'console.command.translation_pull' => '?',
  7982.             'console.command.translation_push' => '?',
  7983.             'console.command.xliff_lint' => '?',
  7984.             'console.command.yaml_lint' => '?',
  7985.             'console.command.form_debug' => '?',
  7986.             'console.command.secrets_set' => '?',
  7987.             'console.command.secrets_remove' => '?',
  7988.             'console.command.secrets_generate_key' => '?',
  7989.             'console.command.secrets_list' => '?',
  7990.             'console.command.secrets_decrypt_to_local' => '?',
  7991.             'console.command.secrets_encrypt_from_local' => '?',
  7992.             'cache.app.taggable' => '?',
  7993.             'cache.default_marshaller' => '?',
  7994.             'cache.default_clearer' => '?',
  7995.             'identity_translator' => '?',
  7996.             'test.client.history' => '?',
  7997.             'test.client.cookiejar' => '?',
  7998.             'test.session.listener' => '?',
  7999.             'assets.packages' => '?',
  8000.             'assets.context' => '?',
  8001.             'assets.empty_version_strategy' => '?',
  8002.             'assets._default_package' => '?',
  8003.             'mailer.mailer' => '?',
  8004.             'mailer.transports' => '?',
  8005.             'mailer.transport_factory' => '?',
  8006.             'mailer.messenger.message_handler' => '?',
  8007.             'mailer.envelope_listener' => '?',
  8008.             'mailer.message_logger_listener' => '?',
  8009.             'mailer.transport_factory.gmail' => '?',
  8010.             'mailer.transport_factory.null' => '?',
  8011.             'mailer.transport_factory.sendmail' => '?',
  8012.             'mailer.transport_factory.smtp' => '?',
  8013.             'mailer.transport_factory.native' => '?',
  8014.             'fragment.listener' => '?',
  8015.             'translator.default' => '?',
  8016.             'translator.formatter.default' => '?',
  8017.             'translation.loader.php' => '?',
  8018.             'translation.loader.yml' => '?',
  8019.             'translation.loader.xliff' => '?',
  8020.             'translation.loader.po' => '?',
  8021.             'translation.loader.mo' => '?',
  8022.             'translation.loader.qt' => '?',
  8023.             'translation.loader.csv' => '?',
  8024.             'translation.loader.res' => '?',
  8025.             'translation.loader.dat' => '?',
  8026.             'translation.loader.ini' => '?',
  8027.             'translation.loader.json' => '?',
  8028.             'translation.dumper.php' => '?',
  8029.             'translation.dumper.xliff' => '?',
  8030.             'translation.dumper.po' => '?',
  8031.             'translation.dumper.mo' => '?',
  8032.             'translation.dumper.yml' => '?',
  8033.             'translation.dumper.yaml' => '?',
  8034.             'translation.dumper.qt' => '?',
  8035.             'translation.dumper.csv' => '?',
  8036.             'translation.dumper.ini' => '?',
  8037.             'translation.dumper.json' => '?',
  8038.             'translation.dumper.res' => '?',
  8039.             'translation.extractor.php' => '?',
  8040.             'translation.reader' => '?',
  8041.             'translation.extractor' => '?',
  8042.             'translation.writer' => '?',
  8043.             'translation.warmer' => '?',
  8044.             'translation.provider_collection' => '?',
  8045.             'translation.provider_collection_factory' => '?',
  8046.             'translation.provider_factory.null' => '?',
  8047.             'debug.debug_handlers_listener' => '?',
  8048.             'debug.file_link_formatter' => '?',
  8049.             'debug.stopwatch' => '?',
  8050.             'debug.event_dispatcher' => '?',
  8051.             'debug.controller_resolver' => '?',
  8052.             'debug.argument_resolver' => '?',
  8053.             'debug.log_processor' => '?',
  8054.             'routing.resolver' => '?',
  8055.             'routing.loader.xml' => '?',
  8056.             'routing.loader.yml' => '?',
  8057.             'routing.loader.php' => '?',
  8058.             'routing.loader.glob' => '?',
  8059.             'routing.loader.directory' => '?',
  8060.             'routing.loader.container' => '?',
  8061.             'router.default' => '?',
  8062.             'router.request_context' => '?',
  8063.             'router.expression_language_provider' => '?',
  8064.             'router.cache_warmer' => '?',
  8065.             'router_listener' => '?',
  8066.             'routing.loader.annotation' => '?',
  8067.             'routing.loader.annotation.directory' => '?',
  8068.             'routing.loader.annotation.file' => '?',
  8069.             'annotations.reader' => '?',
  8070.             'annotations.dummy_registry' => '?',
  8071.             'annotations.cached_reader' => '?',
  8072.             'annotations.cache_warmer' => '?',
  8073.             'annotations.cache_adapter' => '?',
  8074.             'property_accessor' => '?',
  8075.             'secrets.vault' => '?',
  8076.             'secrets.decryption_key' => '?',
  8077.             'secrets.local_vault' => '?',
  8078.             'serializer' => '?',
  8079.             'serializer.mapping.class_discriminator_resolver' => '?',
  8080.             'serializer.normalizer.constraint_violation_list' => '?',
  8081.             'serializer.normalizer.mime_message' => '?',
  8082.             'serializer.normalizer.datetimezone' => '?',
  8083.             'serializer.normalizer.dateinterval' => '?',
  8084.             'serializer.normalizer.data_uri' => '?',
  8085.             'serializer.normalizer.datetime' => '?',
  8086.             'serializer.normalizer.json_serializable' => '?',
  8087.             'serializer.normalizer.problem' => '?',
  8088.             'serializer.denormalizer.unwrapping' => '?',
  8089.             'serializer.normalizer.uid' => '?',
  8090.             'serializer.normalizer.form_error' => '?',
  8091.             'serializer.normalizer.object' => '?',
  8092.             'serializer.normalizer.property' => '?',
  8093.             'serializer.denormalizer.array' => '?',
  8094.             'serializer.mapping.chain_loader' => '?',
  8095.             'serializer.mapping.class_metadata_factory' => '?',
  8096.             'serializer.mapping.cache_warmer' => '?',
  8097.             'serializer.encoder.xml' => '?',
  8098.             'serializer.encoder.json' => '?',
  8099.             'serializer.encoder.yaml' => '?',
  8100.             'serializer.encoder.csv' => '?',
  8101.             'serializer.name_converter.metadata_aware' => '?',
  8102.             'property_info.serializer_extractor' => '?',
  8103.             'error_handler.error_renderer.serializer' => '?',
  8104.             'serializer.normalizer.backed_enum' => '?',
  8105.             'property_info' => '?',
  8106.             'property_info.reflection_extractor' => '?',
  8107.             'property_info.phpstan_extractor' => '?',
  8108.             'property_info.php_doc_extractor' => '?',
  8109.             'cache.property_access' => '?',
  8110.             'session.factory' => '?',
  8111.             'session.storage.factory.native' => '?',
  8112.             'form.resolved_type_factory' => '?',
  8113.             'form.registry' => '?',
  8114.             'form.factory' => '?',
  8115.             'form.extension' => '?',
  8116.             'form.type_guesser.validator' => '?',
  8117.             'form.choice_list_factory.default' => '?',
  8118.             'form.choice_list_factory.property_access' => '?',
  8119.             'form.choice_list_factory.cached' => '?',
  8120.             'form.type.form' => '?',
  8121.             'form.type.choice' => '?',
  8122.             'form.type.file' => '?',
  8123.             'form.type.color' => '?',
  8124.             'form.type_extension.form.transformation_failure_handling' => '?',
  8125.             'form.type_extension.form.http_foundation' => '?',
  8126.             'form.type_extension.form.request_handler' => '?',
  8127.             'form.server_params' => '?',
  8128.             'form.type_extension.form.validator' => '?',
  8129.             'form.type_extension.repeated.validator' => '?',
  8130.             'form.type_extension.submit.validator' => '?',
  8131.             'form.type_extension.upload.validator' => '?',
  8132.             'validator.builder' => '?',
  8133.             'validator.mapping.cache_warmer' => '?',
  8134.             'validator.validator_factory' => '?',
  8135.             'validator.expression' => '?',
  8136.             'validator.expression_language' => '?',
  8137.             'validator.email' => '?',
  8138.             'validator.not_compromised_password' => '?',
  8139.             'validator.property_info_loader' => '?',
  8140.             'messenger.senders_locator' => '?',
  8141.             'messenger.middleware.send_message' => '?',
  8142.             'serializer.normalizer.flatten_exception' => '?',
  8143.             'messenger.transport.native_php_serializer' => '?',
  8144.             'messenger.middleware.dispatch_after_current_bus' => '?',
  8145.             'messenger.middleware.validation' => '?',
  8146.             'messenger.middleware.reject_redelivered_message_middleware' => '?',
  8147.             'messenger.middleware.failed_message_processing_middleware' => '?',
  8148.             'messenger.receiver_locator' => '?',
  8149.             'messenger.transport_factory' => '?',
  8150.             'messenger.transport.amqp.factory' => '?',
  8151.             'messenger.transport.redis.factory' => '?',
  8152.             'messenger.transport.sync.factory' => '?',
  8153.             'messenger.transport.in_memory.factory' => '?',
  8154.             'messenger.retry_strategy_locator' => '?',
  8155.             'messenger.retry.send_failed_message_for_retry_listener' => '?',
  8156.             'messenger.failure.add_error_details_stamp_listener' => '?',
  8157.             'messenger.failure.send_failed_message_to_failure_transport_listener' => '?',
  8158.             'messenger.listener.stop_worker_on_restart_signal_listener' => '?',
  8159.             'messenger.listener.stop_worker_on_stop_exception_listener' => '?',
  8160.             'messenger.listener.reset_services' => '?',
  8161.             'messenger.routable_message_bus' => '?',
  8162.             'messenger.transport.async' => '?',
  8163.             'messenger.retry.multiplier_retry_strategy.async' => '?',
  8164.             'messenger.transport.async_commands' => '?',
  8165.             'messenger.retry.multiplier_retry_strategy.async_commands' => '?',
  8166.             'messenger.transport.async_events' => '?',
  8167.             'messenger.retry.multiplier_retry_strategy.async_events' => '?',
  8168.             'messenger.transport.failed' => '?',
  8169.             'messenger.retry.multiplier_retry_strategy.failed' => '?',
  8170.             'messenger.transport.sync' => '?',
  8171.             'messenger.retry.multiplier_retry_strategy.sync' => '?',
  8172.             'profiler' => '?',
  8173.             'profiler.storage' => '?',
  8174.             'profiler_listener' => '?',
  8175.             'data_collector.config' => '?',
  8176.             'data_collector.request' => '?',
  8177.             'data_collector.ajax' => '?',
  8178.             'data_collector.exception' => '?',
  8179.             'data_collector.events' => '?',
  8180.             'data_collector.logger' => '?',
  8181.             'data_collector.time' => '?',
  8182.             'data_collector.memory' => '?',
  8183.             'data_collector.router' => '?',
  8184.             'data_collector.cache' => '?',
  8185.             'cache_pool_clearer.cache_warmer' => '?',
  8186.             'form.type_extension.form.data_collector' => '?',
  8187.             'data_collector.form.extractor' => '?',
  8188.             'data_collector.form' => '?',
  8189.             'debug.validator' => '?',
  8190.             'data_collector.validator' => '?',
  8191.             'translator.data_collector' => '?',
  8192.             'data_collector.translation' => '?',
  8193.             'data_collector.messenger' => '?',
  8194.             'mailer.data_collector' => '?',
  8195.             'data_collector.http_client' => '?',
  8196.             'mime_types' => '?',
  8197.             'security.authorization_checker' => '?',
  8198.             'security.token_storage' => '?',
  8199.             'security.untracked_token_storage' => '?',
  8200.             'security.helper' => '?',
  8201.             'security.authentication.trust_resolver' => '?',
  8202.             'security.authentication.session_strategy' => '?',
  8203.             'security.encoder_factory.generic' => '?',
  8204.             'security.user_password_encoder.generic' => '?',
  8205.             'security.user_checker' => '?',
  8206.             'security.expression_language' => '?',
  8207.             'security.authentication_utils' => '?',
  8208.             'security.role_hierarchy' => '?',
  8209.             'security.access.authenticated_voter' => '?',
  8210.             'security.access.role_hierarchy_voter' => '?',
  8211.             'security.access.expression_voter' => '?',
  8212.             'security.impersonate_url_generator' => '?',
  8213.             'security.firewall.map' => '?',
  8214.             'security.logout_url_generator' => '?',
  8215.             'security.http_utils' => '?',
  8216.             'security.validator.user_password' => '?',
  8217.             'security.password_hasher_factory' => '?',
  8218.             'security.channel_listener' => '?',
  8219.             'security.access_map' => '?',
  8220.             'security.access_listener' => '?',
  8221.             'security.rememberme.response_listener' => '?',
  8222.             'security.authentication.manager' => '?',
  8223.             'twig.extension.logout_url' => '?',
  8224.             'twig.extension.security' => '?',
  8225.             'data_collector.security' => '?',
  8226.             'security.authentication.guard_handler' => '?',
  8227.             'debug.security.access.decision_manager' => '?',
  8228.             'debug.security.voter.vote_listener' => '?',
  8229.             'debug.security.firewall' => '?',
  8230.             'security.command.debug_firewall' => '?',
  8231.             'security.firewall.map.config.webhooks' => '?',
  8232.             'security.event_dispatcher.webhooks' => '?',
  8233.             'security.context_listener.0' => '?',
  8234.             'security.authentication.listener.anonymous.webhooks' => '?',
  8235.             'security.authentication.provider.anonymous.webhooks' => '?',
  8236.             'security.exception_listener.webhooks' => '?',
  8237.             'security.firewall.map.context.webhooks' => '?',
  8238.             'security.firewall.map.config.public_api' => '?',
  8239.             'security.event_dispatcher.public_api' => '?',
  8240.             'security.context_listener.1' => '?',
  8241.             'security.authentication.listener.anonymous.public_api' => '?',
  8242.             'security.authentication.provider.anonymous.public_api' => '?',
  8243.             'security.exception_listener.public_api' => '?',
  8244.             'security.firewall.map.context.public_api' => '?',
  8245.             'security.firewall.map.config.lms_api' => '?',
  8246.             'security.event_dispatcher.lms_api' => '?',
  8247.             'security.authentication.provider.guard.lms_api' => '?',
  8248.             'security.authentication.listener.guard.lms_api' => '?',
  8249.             'security.exception_listener.lms_api' => '?',
  8250.             'security.firewall.map.context.lms_api' => '?',
  8251.             'security.firewall.map.config.main' => '?',
  8252.             'security.event_dispatcher.main' => '?',
  8253.             'security.context_listener.2' => '?',
  8254.             'security.logout_listener.main' => '?',
  8255.             'security.logout.listener.default.main' => '?',
  8256.             'security.logout.listener.session.main' => '?',
  8257.             'hwi_oauth.authentication.provider.oauth.main' => '?',
  8258.             'security.authentication.success_handler.main.oauth' => '?',
  8259.             'security.authentication.failure_handler.main.oauth' => '?',
  8260.             'hwi_oauth.authentication.listener.oauth.main' => '?',
  8261.             'hwi_oauth.context_listener.token_refresher.main' => '?',
  8262.             'security.authentication.provider.dao.main' => '?',
  8263.             'security.authentication.success_handler.main.form_login' => '?',
  8264.             'security.authentication.failure_handler.main.form_login' => '?',
  8265.             'security.authentication.listener.form.main' => '?',
  8266.             'security.authentication.form_entry_point.main' => '?',
  8267.             'security.authentication.provider.rememberme.main' => '?',
  8268.             'security.authentication.rememberme.services.simplehash.main' => '?',
  8269.             'security.authentication.listener.rememberme.main' => '?',
  8270.             'security.logout.listener.remember_me.main' => '?',
  8271.             'security.authentication.listener.anonymous.main' => '?',
  8272.             'security.authentication.provider.anonymous.main' => '?',
  8273.             'security.exception_listener.main' => '?',
  8274.             'security.firewall.map.context.main' => '?',
  8275.             'security.command.user_password_encoder' => '?',
  8276.             'security.command.user_password_hash' => '?',
  8277.             'twig' => '?',
  8278.             'twig.app_variable' => '?',
  8279.             'twig.template_iterator' => '?',
  8280.             'twig.template_cache_warmer' => '?',
  8281.             'twig.loader.native_filesystem' => '?',
  8282.             'twig.extension.profiler' => '?',
  8283.             'twig.profile' => '?',
  8284.             'data_collector.twig' => '?',
  8285.             'twig.extension.trans' => '?',
  8286.             'twig.extension.assets' => '?',
  8287.             'twig.extension.code' => '?',
  8288.             'twig.extension.routing' => '?',
  8289.             'twig.extension.yaml' => '?',
  8290.             'twig.extension.debug.stopwatch' => '?',
  8291.             'twig.extension.expression' => '?',
  8292.             'twig.extension.httpkernel' => '?',
  8293.             'twig.runtime.httpkernel' => '?',
  8294.             'twig.extension.httpfoundation' => '?',
  8295.             'twig.translation.extractor' => '?',
  8296.             'twig.configurator.environment' => '?',
  8297.             'twig.runtime_loader' => '?',
  8298.             'twig.error_renderer.html' => '?',
  8299.             'twig.runtime.serializer' => '?',
  8300.             'twig.extension.serializer' => '?',
  8301.             'twig.extension.form' => '?',
  8302.             'twig.form.engine' => '?',
  8303.             'twig.form.renderer' => '?',
  8304.             'twig.command.debug' => '?',
  8305.             'twig.command.lint' => '?',
  8306.             'twig.mailer.message_listener' => '?',
  8307.             'twig.mime_body_renderer' => '?',
  8308.             'monolog.logger' => '?',
  8309.             'monolog.processor.psr_log_message' => '?',
  8310.             'monolog.handler.main' => '?',
  8311.             'monolog.handler.console' => '?',
  8312.             'monolog.handler.server_log' => '?',
  8313.             'doctrine.dbal.logger' => '?',
  8314.             'data_collector.doctrine' => '?',
  8315.             'doctrine.dbal.connection_factory' => '?',
  8316.             'doctrine.twig.doctrine_extension' => '?',
  8317.             'doctrine.database_create_command' => '?',
  8318.             'doctrine.database_drop_command' => '?',
  8319.             'doctrine.query_sql_command' => '?',
  8320.             'Doctrine\\DBAL\\Tools\\Console\\Command\\RunSqlCommand' => '?',
  8321.             'doctrine.database_import_command' => '?',
  8322.             'doctrine.dbal.default_connection.configuration' => '?',
  8323.             'doctrine.dbal.logger.profiling.default' => '?',
  8324.             'doctrine.dbal.logger.chain.default' => '?',
  8325.             'doctrine.dbal.default_regex_schema_filter' => '?',
  8326.             'doctrine.dbal.default_connection.event_manager' => '?',
  8327.             'Doctrine\\Bundle\\DoctrineBundle\\Dbal\\ManagerRegistryAwareConnectionProvider' => '?',
  8328.             'messenger.transport.doctrine.factory' => '?',
  8329.             'doctrine.orm.messenger.event_subscriber.doctrine_clear_entity_manager' => '?',
  8330.             'doctrine.orm.messenger.doctrine_schema_subscriber' => '?',
  8331.             'doctrine.orm.proxy_cache_warmer' => '?',
  8332.             'form.type_guesser.doctrine' => '?',
  8333.             'form.type.entity' => '?',
  8334.             'doctrine.orm.container_repository_factory' => '?',
  8335.             'doctrine.orm.validator.unique' => '?',
  8336.             'doctrine.orm.validator_initializer' => '?',
  8337.             'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber' => '?',
  8338.             'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber' => '?',
  8339.             'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber' => '?',
  8340.             'doctrine.orm.naming_strategy.underscore' => '?',
  8341.             'doctrine.orm.quote_strategy.default' => '?',
  8342.             'doctrine.ulid_generator' => '?',
  8343.             'doctrine.uuid_generator' => '?',
  8344.             'doctrine.orm.command.entity_manager_provider' => '?',
  8345.             'doctrine.cache_clear_metadata_command' => '?',
  8346.             'doctrine.cache_clear_query_cache_command' => '?',
  8347.             'doctrine.cache_clear_result_command' => '?',
  8348.             'doctrine.cache_collection_region_command' => '?',
  8349.             'doctrine.mapping_convert_command' => '?',
  8350.             'doctrine.schema_create_command' => '?',
  8351.             'doctrine.schema_drop_command' => '?',
  8352.             'doctrine.ensure_production_settings_command' => '?',
  8353.             'doctrine.clear_entity_region_command' => '?',
  8354.             'doctrine.mapping_info_command' => '?',
  8355.             'doctrine.clear_query_region_command' => '?',
  8356.             'doctrine.query_dql_command' => '?',
  8357.             'doctrine.schema_update_command' => '?',
  8358.             'doctrine.schema_validate_command' => '?',
  8359.             'doctrine.mapping_import_command' => '?',
  8360.             'doctrine.orm.default_configuration' => '?',
  8361.             'doctrine.orm.default_annotation_metadata_driver' => '?',
  8362.             'doctrine.orm.default_listeners.attach_entity_listeners' => '?',
  8363.             'doctrine.orm.default_second_level_cache.regions_configuration' => '?',
  8364.             'doctrine.orm.default_manager_configurator' => '?',
  8365.             'doctrine.orm.default_entity_manager.property_info_extractor' => '?',
  8366.             'doctrine.orm.default_entity_manager.validator_loader' => '?',
  8367.             'sensio_framework_extra.controller.listener' => '?',
  8368.             'sensio_framework_extra.converter.listener' => '?',
  8369.             'sensio_framework_extra.converter.manager' => '?',
  8370.             'sensio_framework_extra.converter.doctrine.orm' => '?',
  8371.             'framework_extra_bundle.date_time_param_converter' => '?',
  8372.             'sensio_framework_extra.converter.doctrine.orm.expression_language.default' => '?',
  8373.             'sensio_framework_extra.view.guesser' => '?',
  8374.             'sensio_framework_extra.view.listener' => '?',
  8375.             'sensio_framework_extra.cache.listener' => '?',
  8376.             'sensio_framework_extra.security.listener' => '?',
  8377.             'sensio_framework_extra.security.expression_language.default' => '?',
  8378.             'framework_extra_bundle.event.is_granted' => '?',
  8379.             'framework_extra_bundle.argument_name_convertor' => '?',
  8380.             'fos_user.object_manager' => '?',
  8381.             'fos_user.user_listener' => '?',
  8382.             'fos_user.validator.initializer' => '?',
  8383.             'fos_user.security.interactive_login_listener' => '?',
  8384.             'fos_user.security.login_manager' => '?',
  8385.             'fos_user.user_provider.username_email' => '?',
  8386.             'fos_user.util.canonicalizer.default' => '?',
  8387.             'fos_user.util.user_manipulator' => '?',
  8388.             'fos_user.util.token_generator.default' => '?',
  8389.             'fos_user.util.password_updater' => '?',
  8390.             'fos_user.util.canonical_fields_updater' => '?',
  8391.             'fos_user.listener.authentication' => '?',
  8392.             'fos_user.command.activate_user' => '?',
  8393.             'fos_user.command.change_password' => '?',
  8394.             'fos_user.command.create_user' => '?',
  8395.             'fos_user.command.deactivate_user' => '?',
  8396.             'fos_user.command.demote_user' => '?',
  8397.             'fos_user.command.promote_user' => '?',
  8398.             'fos_user.listener.flash' => '?',
  8399.             'fos_user.username_form_type' => '?',
  8400.             'fos_user.user_to_username_transformer' => '?',
  8401.             'fos_user.profile.form.factory' => '?',
  8402.             'fos_user.profile.form.type' => '?',
  8403.             'fos_user.registration.form.factory' => '?',
  8404.             'fos_user.registration.form.type' => '?',
  8405.             'fos_user.change_password.form.factory' => '?',
  8406.             'fos_user.change_password.form.type' => '?',
  8407.             'fos_user.resetting.form.factory' => '?',
  8408.             'fos_user.resetting.form.type' => '?',
  8409.             'fos_user.listener.resetting' => '?',
  8410.             'time.datetime_formatter' => '?',
  8411.             'time.twig.extension.time' => '?',
  8412.             'httplug.strategy_listener' => '?',
  8413.             'httplug.message_factory.default' => '?',
  8414.             'httplug.stream_factory.default' => '?',
  8415.             'httplug.uri_factory.default' => '?',
  8416.             'httplug.psr18_client.default' => '?',
  8417.             'httplug.psr17_request_factory.default' => '?',
  8418.             'httplug.psr17_response_factory.default' => '?',
  8419.             'httplug.psr17_stream_factory.default' => '?',
  8420.             'httplug.psr17_uri_factory.default' => '?',
  8421.             'httplug.psr17_uploaded_file_factory.default' => '?',
  8422.             'httplug.psr17_server_request_factory.default' => '?',
  8423.             'Http\\Client\\Common\\PluginClientFactory' => '?',
  8424.             'httplug.plugin.content_length' => '?',
  8425.             'httplug.plugin.redirect' => '?',
  8426.             'httplug.formatter.full_http_message' => '?',
  8427.             'httplug.collector.formatter' => '?',
  8428.             'httplug.collector.collector' => '?',
  8429.             'httplug.collector.twig.http_message' => '?',
  8430.             'httplug.collector.factory.auto' => '?',
  8431.             'Http\\HttplugBundle\\Collector\\PluginClientFactoryListener' => '?',
  8432.             'httplug.client.app.client' => '?',
  8433.             'httplug.client.app.http_methods' => '?',
  8434.             'hwi_oauth.storage.session' => '?',
  8435.             'hwi_oauth.security.oauth_utils' => '?',
  8436.             'hwi_oauth.resource_ownermap_locator' => '?',
  8437.             'hwi_oauth.templating.helper.oauth' => '?',
  8438.             'hwi_oauth.twig.extension.oauth' => '?',
  8439.             'hwi_oauth.twig.extension.oauth.runtime' => '?',
  8440.             'hwi_oauth.util.domain_whitelist' => '?',
  8441.             'hwi_oauth.resource_owner.google' => '?',
  8442.             'hwi_oauth.resource_owner.github' => '?',
  8443.             'jms_serializer.event_dispatcher.service_locator' => '?',
  8444.             'jms_serializer.doctrine_proxy_subscriber' => '?',
  8445.             'jms_serializer.stopwatch_subscriber' => '?',
  8446.             'jms_serializer.handler_registry.service_locator' => '?',
  8447.             'jms_serializer.array_collection_handler' => '?',
  8448.             'jms_serializer.constraint_violation_handler' => '?',
  8449.             'jms_serializer.datetime_handler' => '?',
  8450.             'jms_serializer.form_error_handler' => '?',
  8451.             'jms_serializer.iterator_handler' => '?',
  8452.             'jms_serializer.type_parser' => '?',
  8453.             'jms_serializer.metadata.yaml_driver' => '?',
  8454.             'jms_serializer.metadata.xml_driver' => '?',
  8455.             'jms_serializer.metadata.annotation_driver' => '?',
  8456.             'jms_serializer.metadata.chain_driver' => '?',
  8457.             'jms_serializer.metadata.doctrine_type_driver' => '?',
  8458.             'jms_serializer.metadata.typed_properties_driver' => '?',
  8459.             'jms_serializer.metadata.service_locator' => '?',
  8460.             'jms_serializer.metadata.lazy_loading_driver' => '?',
  8461.             'jms_serializer.metadata.cache.file_cache' => '?',
  8462.             'jms_serializer.doctrine_object_constructor' => '?',
  8463.             'jms_serializer.unserialize_object_constructor' => '?',
  8464.             'jms_serializer.serializer' => '?',
  8465.             'jms_serializer.deserialization_graph_navigator_factory' => '?',
  8466.             'jms_serializer.serialization_graph_navigator_factory' => '?',
  8467.             'jms_serializer.expression_evaluator' => '?',
  8468.             'jms_serializer.expression_language' => '?',
  8469.             'jms_serializer.expression_language.function_provider' => '?',
  8470.             'jms_serializer.twig_extension.runtime_serializer' => '?',
  8471.             'jms_serializer.twig_extension.serializer_runtime_helper' => '?',
  8472.             'jms_serializer.accessor_strategy.default' => '?',
  8473.             'jms_serializer.json_serialization_visitor' => '?',
  8474.             'jms_serializer.json_deserialization_visitor' => '?',
  8475.             'jms_serializer.xml_serialization_visitor' => '?',
  8476.             'jms_serializer.xml_deserialization_visitor' => '?',
  8477.             'jms_serializer.cache.cache_clearer' => '?',
  8478.             'jms_serializer.configured_serialization_context_factory' => '?',
  8479.             'jms_serializer.configured_deserialization_context_factory' => '?',
  8480.             'data_collector.jms_serializer' => '?',
  8481.             'jms_serializer.traceable_event_dispatcher' => '?',
  8482.             'jms_serializer.traceable_runs_listener' => '?',
  8483.             'jms_serializer.traceable_metadata_factory' => '?',
  8484.             'jms_serializer.traceable_handler_registry' => '?',
  8485.             'jms_serializer.metadata.traceable_file_locator' => '?',
  8486.             'jms_serializer.metadata.annotation_and_attributes_reader' => '?',
  8487.             'doctrine.migrations.dependency_factory' => '?',
  8488.             'doctrine.migrations.configuration_loader' => '?',
  8489.             'doctrine.migrations.entity_manager_registry_loader' => '?',
  8490.             'doctrine.migrations.configuration' => '?',
  8491.             'doctrine.migrations.container_aware_migrations_factory' => '?',
  8492.             'doctrine_migrations.diff_command' => '?',
  8493.             'doctrine_migrations.sync_metadata_command' => '?',
  8494.             'doctrine_migrations.versions_command' => '?',
  8495.             'doctrine_migrations.current_command' => '?',
  8496.             'doctrine_migrations.dump_schema_command' => '?',
  8497.             'doctrine_migrations.execute_command' => '?',
  8498.             'doctrine_migrations.generate_command' => '?',
  8499.             'doctrine_migrations.latest_command' => '?',
  8500.             'doctrine_migrations.migrate_command' => '?',
  8501.             'doctrine_migrations.rollup_command' => '?',
  8502.             'doctrine_migrations.status_command' => '?',
  8503.             'doctrine_migrations.up_to_date_command' => '?',
  8504.             'doctrine_migrations.version_command' => '?',
  8505.             'doctrine.migrations.storage.table_storage' => '?',
  8506.             'doctrine.fixtures_load_command' => '?',
  8507.             'doctrine.fixtures.loader' => '?',
  8508.             'doctrine.fixtures.purger.orm_purger_factory' => '?',
  8509.             'Sentry\\Transport\\TransportFactoryInterface' => '?',
  8510.             'Sentry\\State\\HubInterface' => '?',
  8511.             'Sentry\\SentryBundle\\EventListener\\ConsoleListener' => '?',
  8512.             'Sentry\\SentryBundle\\EventListener\\ErrorListener' => '?',
  8513.             'Sentry\\SentryBundle\\EventListener\\RequestListener' => '?',
  8514.             'Sentry\\SentryBundle\\EventListener\\SubRequestListener' => '?',
  8515.             'Sentry\\SentryBundle\\EventListener\\TracingRequestListener' => '?',
  8516.             'Sentry\\SentryBundle\\EventListener\\TracingSubRequestListener' => '?',
  8517.             'Sentry\\SentryBundle\\EventListener\\TracingConsoleListener' => '?',
  8518.             'Sentry\\SentryBundle\\EventListener\\MessengerListener' => '?',
  8519.             'Sentry\\SentryBundle\\Command\\SentryTestCommand' => '?',
  8520.             'Sentry\\SentryBundle\\Tracing\\Twig\\TwigTracingExtension' => '?',
  8521.             'Sentry\\Integration\\RequestFetcherInterface' => '?',
  8522.             'Sentry\\SentryBundle\\Twig\\SentryExtension' => '?',
  8523.             'sentry.client.options' => '?',
  8524.             'sentry.client' => '?',
  8525.             'knp_paginator.subscriber.paginate' => '?',
  8526.             'knp_paginator.subscriber.sortable' => '?',
  8527.             'knp_paginator.subscriber.filtration' => '?',
  8528.             'knp_paginator.subscriber.sliding_pagination' => '?',
  8529.             'knp_paginator.helper.processor' => '?',
  8530.             'knp_paginator.twig.extension.pagination' => '?',
  8531.             'lexik_jwt_authentication.key_loader.raw' => '?',
  8532.             'lexik_jwt_authentication.encoder.lcobucci' => '?',
  8533.             'lexik_jwt_authentication.jws_provider.lcobucci' => '?',
  8534.             'lexik_jwt_authentication.extractor.chain_extractor' => '?',
  8535.             'lexik_jwt_authentication.extractor.authorization_header_extractor' => '?',
  8536.             'lexik_jwt_authentication.extractor.cookie_extractor' => '?',
  8537.             'lexik_jwt_authentication.security.guard.jwt_token_authenticator' => '?',
  8538.             'lexik_jwt_authentication.check_config_command' => '?',
  8539.             'lexik_jwt_authentication.generate_keypair_command' => '?',
  8540.             'twig.extension.dump' => '?',
  8541.             'debug.dump_listener' => '?',
  8542.             'var_dumper.contextualized_cli_dumper' => '?',
  8543.             'var_dumper.html_dumper' => '?',
  8544.             'var_dumper.server_connection' => '?',
  8545.             'var_dumper.dump_server' => '?',
  8546.             'var_dumper.command.server_dump' => '?',
  8547.             'monolog.command.server_log' => '?',
  8548.             'web_profiler.csp.handler' => '?',
  8549.             'twig.extension.webprofiler' => '?',
  8550.             'debug.file_link_formatter.url_format' => '?',
  8551.             'web_profiler.debug_toolbar' => '?',
  8552.             'nelmio_alice.file_locator.default' => '?',
  8553.             'nelmio_alice.fixture_builder.denormalizer.fixture.simple_fixture_bag_denormalizer' => '?',
  8554.             'nelmio_alice.fixture_builder.denormalizer.fixture.tolerant_denormalizer' => '?',
  8555.             'nelmio_alice.fixture_builder.denormalizer.fixture.registry_denormalizer' => '?',
  8556.             'nelmio_alice.fixture_builder.denormalizer.fixture.chainable.null_list' => '?',
  8557.             'nelmio_alice.fixture_builder.denormalizer.fixture.chainable.temporary_list' => '?',
  8558.             'nelmio_alice.fixture_builder.denormalizer.fixture.chainable.simple_list' => '?',
  8559.             'nelmio_alice.fixture_builder.denormalizer.fixture.chainable.null_range' => '?',
  8560.             'nelmio_alice.fixture_builder.denormalizer.fixture.chainable.reference_range_name' => '?',
  8561.             'nelmio_alice.fixture_builder.denormalizer.fixture.chainable.temporary_range' => '?',
  8562.             'nelmio_alice.fixture_builder.denormalizer.fixture.chainable.simple_range' => '?',
  8563.             'nelmio_alice.fixture_builder.denormalizer.fixture.chainable.simple' => '?',
  8564.             'nelmio_alice.fixture_builder.denormalizer.specs.simple' => '?',
  8565.             'nelmio_alice.fixture_builder.denormalizer.fixture.specs.constructor.legacy_constructor_denormalizer' => '?',
  8566.             'nelmio_alice.fixture_builder.denormalizer.fixture.specs.constructor.factory_denormalizer' => '?',
  8567.             'nelmio_alice.fixture_builder.denormalizer.fixture.specs.constructor.constructor_denormalizer' => '?',
  8568.             'nelmio_alice.fixture_builder.denormalizer.fixture.specs.arguments.simple_arguments_denormalizer' => '?',
  8569.             'nelmio_alice.fixture_builder.denormalizer.fixture.specs.value.unique_value_denormalizer' => '?',
  8570.             'nelmio_alice.fixture_builder.denormalizer.fixture.specs.value.simple_value_denormalizer' => '?',
  8571.             'nelmio_alice.fixture_builder.denormalizer.fixture.specs.property.simple_denormalizer' => '?',
  8572.             'nelmio_alice.fixture_builder.denormalizer.fixture.specs.calls.simple_denormalizer' => '?',
  8573.             'nelmio_alice.fixture_builder.denormalizer.fixture.specs.calls.function_denormalizer' => '?',
  8574.             'nelmio_alice.fixture_builder.denormalizer.fixture.specs.calls.method_flag_handler.configurator_flag_handler' => '?',
  8575.             'nelmio_alice.fixture_builder.denormalizer.fixture.specs.calls.method_flag_handler.optional_flag_handler' => '?',
  8576.             'nelmio_alice.fixture_builder.denormalizer.flag_parser.element' => '?',
  8577.             'nelmio_alice.fixture_builder.denormalizer.flag_parser.registry' => '?',
  8578.             'nelmio_alice.fixture_builder.denormalizer.flag_parser.chainable.configurator' => '?',
  8579.             'nelmio_alice.fixture_builder.denormalizer.flag_parser.chainable.extend' => '?',
  8580.             'nelmio_alice.fixture_builder.denormalizer.flag_parser.chainable.optional' => '?',
  8581.             'nelmio_alice.fixture_builder.denormalizer.flag_parser.chainable.template' => '?',
  8582.             'nelmio_alice.fixture_builder.denormalizer.flag_parser.chainable.unique' => '?',
  8583.             'nelmio_alice.fixture_builder.simple' => '?',
  8584.             'nelmio_alice.fixture_builder.denormalizer.simple' => '?',
  8585.             'nelmio_alice.fixture_builder.denormalizer.parameter.simple_parameter_bag_denormalizer' => '?',
  8586.             'nelmio_alice.fixture_builder.expression_language.parser.token_parser.registry' => '?',
  8587.             'nelmio_alice.fixture_builder.expression_language.parser.token_parser.chainable.argument_escaper' => '?',
  8588.             'nelmio_alice.fixture_builder.expression_language.parser.token_parser.chainable.dynamic_array_token_parser' => '?',
  8589.             'nelmio_alice.fixture_builder.expression_language.parser.token_parser.chainable.escaped_value_token_parser' => '?',
  8590.             'nelmio_alice.fixture_builder.expression_language.parser.token_parser.chainable.fixture_list_reference_token_parser' => '?',
  8591.             'nelmio_alice.fixture_builder.expression_language.parser.token_parser.chainable.fixture_method_reference_token_parser' => '?',
  8592.             'nelmio_alice.fixture_builder.expression_language.parser.token_parser.chainable.fixture_range_reference_token_parser' => '?',
  8593.             'nelmio_alice.fixture_builder.expression_language.parser.token_parser.chainable.method_reference_token_parser' => '?',
  8594.             'nelmio_alice.fixture_builder.expression_language.parser.token_parser.chainable.optional_token_parser' => '?',
  8595.             'nelmio_alice.fixture_builder.expression_language.parser.token_parser.chainable.parameter_token_parser' => '?',
  8596.             'nelmio_alice.fixture_builder.expression_language.parser.token_parser.chainable.property_reference_token_parser' => '?',
  8597.             'nelmio_alice.fixture_builder.expression_language.parser.token_parser.chainable.variable_reference_token_parser' => '?',
  8598.             'nelmio_alice.fixture_builder.expression_language.parser.token_parser.chainable.simple_reference_token_parser' => '?',
  8599.             'nelmio_alice.fixture_builder.expression_language.parser.token_parser.chainable.string_array_token_parser' => '?',
  8600.             'nelmio_alice.fixture_builder.expression_language.parser.token_parser.chainable.string_token_parser' => '?',
  8601.             'nelmio_alice.fixture_builder.expression_language.parser.token_parser.chainable.tolerant_function_token_parser' => '?',
  8602.             'nelmio_alice.fixture_builder.expression_language.parser.token_parser.chainable.identity_token_parser' => '?',
  8603.             'nelmio_alice.fixture_builder.expression_language.parser.token_parser.chainable.function_token_parser' => '?',
  8604.             'nelmio_alice.fixture_builder.expression_language.parser.token_parser.chainable.variable_token_parser' => '?',
  8605.             'nelmio_alice.fixture_builder.expression_language.parser.token_parser.chainable.wildcard_reference_token_parser' => '?',
  8606.             'nelmio_alice.fixture_builder.expression_language.lexer.empty_value_lexer' => '?',
  8607.             'nelmio_alice.fixture_builder.expression_language.lexer.reference_escaper_lexer' => '?',
  8608.             'nelmio_alice.fixture_builder.expression_language.lexer.globals_patterns_lexer' => '?',
  8609.             'nelmio_alice.fixture_builder.expression_language.lexer.function_lexer' => '?',
  8610.             'nelmio_alice.fixture_builder.expression_language.lexer.string_then_reference_lexer' => '?',
  8611.             'nelmio_alice.fixture_builder.expression_language.lexer.sub_patterns_lexer' => '?',
  8612.             'nelmio_alice.fixture_builder.expression_language.lexer.reference_lexer' => '?',
  8613.             'nelmio_alice.fixture_builder.expression_language.parser.function_fixture_reference_parser' => '?',
  8614.             'nelmio_alice.fixture_builder.expression_language.parser.string_parser' => '?',
  8615.             'nelmio_alice.fixture_builder.expression_language.parser.simple_parser' => '?',
  8616.             'nelmio_alice.property_accessor.std' => '?',
  8617.             'nelmio_alice.faker.generator' => '?',
  8618.             'nelmio_alice.faker.provider.alice' => '?',
  8619.             'nelmio_alice.generator.hydrator.simple' => '?',
  8620.             'nelmio_alice.generator.hydrator.property.symfony_property_access' => '?',
  8621.             'nelmio_alice.generator.resolver.fixture_bag.template_bag' => '?',
  8622.             'nelmio_alice.generator.resolver.fixture_set.remove_conflicting_objects' => '?',
  8623.             'nelmio_alice.generator.resolver.fixture_set.simple' => '?',
  8624.             'nelmio_alice.generator.resolver.parameter_bag.remove_conflicting_parameters' => '?',
  8625.             'nelmio_alice.generator.resolver.parameter_bag.simple' => '?',
  8626.             'nelmio_alice.generator.resolver.parameter.registry' => '?',
  8627.             'nelmio_alice.generator.resolver.parameter.chainable.static_parameter_resolver' => '?',
  8628.             'nelmio_alice.generator.resolver.parameter.chainable.array_parameter_resolver' => '?',
  8629.             'nelmio_alice.generator.resolver.parameter.chainable.recursive_parameter_resolver' => '?',
  8630.             'nelmio_alice.generator.resolver.parameter.chainable.string_parameter_resolver' => '?',
  8631.             'nelmio_alice.generator.named_arguments_resolver' => '?',
  8632.             'nelmio_alice.generator.resolver.value.registry' => '?',
  8633.             'nelmio_alice.generator.resolver.value.unique_values_pool' => '?',
  8634.             'nelmio_alice.generator.resolver.value.chainable.array_value_resolver' => '?',
  8635.             'nelmio_alice.generator.resolver.value.chainable.dynamic_array_value_resolver' => '?',
  8636.             'nelmio_alice.generator.resolver.value.chainable.evaluated_value_resolver' => '?',
  8637.             'nelmio_alice.generator.resolver.value.chainable.faker_value_resolver' => '?',
  8638.             'nelmio_alice.generator.resolver.value.chainable.php_value_resolver' => '?',
  8639.             'nelmio_alice.generator.resolver.value.chainable.function_argument_resolver' => '?',
  8640.             'nelmio_alice.generator.resolver.value.chainable.fixture_property_reference_resolver' => '?',
  8641.             'nelmio_alice.generator.resolver.value.chainable.fixture_method_call_reference_resolver' => '?',
  8642.             'nelmio_alice.generator.resolver.value.chainable.fixture_reference_resolver' => '?',
  8643.             'nelmio_alice.generator.resolver.value.chainable.self_fixture_reference_resolver' => '?',
  8644.             'nelmio_alice.generator.resolver.value.chainable.unresolved_fixture_reference_resolver' => '?',
  8645.             'nelmio_alice.generator.resolver.value.chainable.fixture_wildcard_reference_resolver' => '?',
  8646.             'nelmio_alice.generator.resolver.value.chainable.list_value_resolver' => '?',
  8647.             'nelmio_alice.generator.resolver.value.chainable.optional_value_resolver' => '?',
  8648.             'nelmio_alice.generator.resolver.value.chainable.parameter_value_resolver' => '?',
  8649.             'nelmio_alice.generator.resolver.value.chainable.unique_value_resolver' => '?',
  8650.             'nelmio_alice.generator.resolver.value.chainable.value_for_current_value_resolver' => '?',
  8651.             'nelmio_alice.generator.resolver.value.chainable.variable_value_resolver' => '?',
  8652.             'nelmio_alice.generator.double_pass' => '?',
  8653.             'nelmio_alice.generator.object_generator.complete' => '?',
  8654.             'nelmio_alice.generator.object_generator.simple' => '?',
  8655.             'nelmio_alice.generator.instantiator.existing_instance' => '?',
  8656.             'nelmio_alice.generator.instantiator.resolver' => '?',
  8657.             'nelmio_alice.generator.instantiator.registry' => '?',
  8658.             'nelmio_alice.generator.instantiator.chainable.no_caller_method_instantiator' => '?',
  8659.             'nelmio_alice.generator.instantiator.chainable.null_constructor_instantiator' => '?',
  8660.             'nelmio_alice.generator.instantiator.chainable.no_method_call_instantiator' => '?',
  8661.             'nelmio_alice.generator.instantiator.chainable.static_factory_instantiator' => '?',
  8662.             'nelmio_alice.generator.caller.simple' => '?',
  8663.             'nelmio_alice.generator.caller.registry' => '?',
  8664.             'nelmio_alice.generator.caller.chainable.configurator_method_call' => '?',
  8665.             'nelmio_alice.generator.caller.chainable.method_call_with_reference' => '?',
  8666.             'nelmio_alice.generator.caller.chainable.optional_method_call' => '?',
  8667.             'nelmio_alice.generator.caller.chainable.simple_call' => '?',
  8668.             'nelmio_alice.file_parser.runtime_cache' => '?',
  8669.             'nelmio_alice.file_parser.symfony_yaml' => '?',
  8670.             'nelmio_alice.file_parser.default_include_processor' => '?',
  8671.             'nelmio_alice.file_parser.registry' => '?',
  8672.             'nelmio_alice.file_parser.chainable.yaml' => '?',
  8673.             'nelmio_alice.file_parser.chainable.php' => '?',
  8674.             'nelmio_alice.file_parser.chainable.json' => '?',
  8675.             'nelmio_alice.data_loader.simple' => '?',
  8676.             'nelmio_alice.file_loader.simple' => '?',
  8677.             'nelmio_alice.files_loader.simple' => '?',
  8678.             'fidry_alice_data_fixtures.loader.simple' => '?',
  8679.             'fidry_alice_data_fixtures.doctrine.purger_loader' => '?',
  8680.             'fidry_alice_data_fixtures.doctrine.persister_loader' => '?',
  8681.             'fidry_alice_data_fixtures.persistence.doctrine.purger.purger_factory' => '?',
  8682.             'fidry_alice_data_fixtures.persistence.persister.doctrine.object_manager_persister' => '?',
  8683.             'hautelook_alice.alice.generator.instantiator.chainable.instantiated_reference_instantiator' => '?',
  8684.             'hautelook_alice.alice.file_locator.kernel' => '?',
  8685.             'hautelook_alice.resolver.bundle.simple_resolver' => '?',
  8686.             'hautelook_alice.resolver.bundle.no_bundle_resolver' => '?',
  8687.             'hautelook_alice.resolver.file.kernel_file_resolver' => '?',
  8688.             'hautelook_alice.locator.env_directory' => '?',
  8689.             'hautelook_alice.locator.environmentless' => '?',
  8690.             'hautelook_alice.loader.doctrine_orm_loader' => '?',
  8691.             'maker.file_manager' => '?',
  8692.             'maker.autoloader_finder' => '?',
  8693.             'maker.autoloader_util' => '?',
  8694.             'maker.file_link_formatter' => '?',
  8695.             'maker.event_registry' => '?',
  8696.             'maker.console_error_listener' => '?',
  8697.             'maker.doctrine_helper' => '?',
  8698.             'maker.generator' => '?',
  8699.             'maker.entity_class_generator' => '?',
  8700.             'maker.user_class_builder' => '?',
  8701.             'maker.security_config_updater' => '?',
  8702.             'maker.renderer.form_type_renderer' => '?',
  8703.             'maker.security_controller_builder' => '?',
  8704.             'maker.php_compat_util' => '?',
  8705.             'maker.template_component_generator' => '?',
  8706.             'maker.maker.make_authenticator' => '?',
  8707.             'maker.maker.make_command' => '?',
  8708.             'maker.maker.make_twig_component' => '?',
  8709.             'maker.maker.make_controller' => '?',
  8710.             'maker.maker.make_crud' => '?',
  8711.             'maker.maker.make_docker_database' => '?',
  8712.             'maker.maker.make_entity' => '?',
  8713.             'maker.maker.make_fixtures' => '?',
  8714.             'maker.maker.make_form' => '?',
  8715.             'maker.maker.make_message' => '?',
  8716.             'maker.maker.make_messenger_middleware' => '?',
  8717.             'maker.maker.make_registration_form' => '?',
  8718.             'maker.maker.make_reset_password' => '?',
  8719.             'maker.maker.make_serializer_encoder' => '?',
  8720.             'maker.maker.make_serializer_normalizer' => '?',
  8721.             'maker.maker.make_subscriber' => '?',
  8722.             'maker.maker.make_twig_extension' => '?',
  8723.             'maker.maker.make_test' => '?',
  8724.             'maker.maker.make_validator' => '?',
  8725.             'maker.maker.make_voter' => '?',
  8726.             'maker.maker.make_user' => '?',
  8727.             'maker.maker.make_migration' => '?',
  8728.             'maker.maker.make_stimulus_controller' => '?',
  8729.             'nelmio_api_doc.render_docs.html' => '?',
  8730.             'nelmio_api_doc.render_docs.html.asset' => '?',
  8731.             'nelmio_api_doc.render_docs.json' => '?',
  8732.             'nelmio_api_doc.render_docs.yaml' => '?',
  8733.             'nelmio_api_doc.controller_reflector' => '?',
  8734.             'nelmio_api_doc.describers.config' => '?',
  8735.             'nelmio_api_doc.describers.default' => '?',
  8736.             'nelmio_api_doc.route_describers.route_metadata' => '?',
  8737.             'nelmio_api_doc.model_describers.object' => '?',
  8738.             'nelmio_api_doc.model_describers.enum' => '?',
  8739.             'nelmio_api_doc.model_describers.object_fallback' => '?',
  8740.             'nelmio_api_doc.object_model.property_describers.array' => '?',
  8741.             'nelmio_api_doc.object_model.property_describers.boolean' => '?',
  8742.             'nelmio_api_doc.object_model.property_describers.float' => '?',
  8743.             'nelmio_api_doc.object_model.property_describers.integer' => '?',
  8744.             'nelmio_api_doc.object_model.property_describers.string' => '?',
  8745.             'nelmio_api_doc.object_model.property_describers.date_time' => '?',
  8746.             'nelmio_api_doc.object_model.property_describers.object' => '?',
  8747.             'nelmio_api_doc.object_model.property_describers.compound' => '?',
  8748.             'nelmio_api_doc.form.documentation_extension' => '?',
  8749.             'nelmio_api_doc.describers.route.default' => '?',
  8750.             'nelmio_api_doc.describers.openapi_php.default' => '?',
  8751.             'nelmio_api_doc.describers.config.default' => '?',
  8752.             'nelmio_api_doc.routes.default' => '?',
  8753.             'nelmio_api_doc.generator_locator' => '?',
  8754.             'nelmio_api_doc.route_describers.php_doc' => '?',
  8755.             'nelmio_api_doc.model_describers.jms' => '?',
  8756.             'nelmio_cors.cors_listener' => '?',
  8757.             'nelmio_cors.options_resolver' => '?',
  8758.             'nelmio_cors.options_provider.config' => '?',
  8759.             'nelmio_cors.cacheable_response_vary_listener' => '?',
  8760.             'simplethings_entityaudit.log_revisions_listener' => '?',
  8761.             'simplethings_entityaudit.create_schema_listener' => '?',
  8762.             'simplethings_entityaudit.username_callable.token_storage' => '?',
  8763.             'maker.auto_command.make_auth' => '?',
  8764.             'maker.auto_command.make_command' => '?',
  8765.             'maker.auto_command.make_twig_component' => '?',
  8766.             'maker.auto_command.make_controller' => '?',
  8767.             'maker.auto_command.make_crud' => '?',
  8768.             'maker.auto_command.make_docker_database' => '?',
  8769.             'maker.auto_command.make_entity' => '?',
  8770.             'maker.auto_command.make_fixtures' => '?',
  8771.             'maker.auto_command.make_form' => '?',
  8772.             'maker.auto_command.make_message' => '?',
  8773.             'maker.auto_command.make_messenger_middleware' => '?',
  8774.             'maker.auto_command.make_registration_form' => '?',
  8775.             'maker.auto_command.make_reset_password' => '?',
  8776.             'maker.auto_command.make_serializer_encoder' => '?',
  8777.             'maker.auto_command.make_serializer_normalizer' => '?',
  8778.             'maker.auto_command.make_subscriber' => '?',
  8779.             'maker.auto_command.make_twig_extension' => '?',
  8780.             'maker.auto_command.make_test' => '?',
  8781.             'maker.auto_command.make_validator' => '?',
  8782.             'maker.auto_command.make_voter' => '?',
  8783.             'maker.auto_command.make_user' => '?',
  8784.             'maker.auto_command.make_migration' => '?',
  8785.             'maker.auto_command.make_stimulus_controller' => '?',
  8786.             'debug.argument_resolver.request_attribute' => '?',
  8787.             'debug.argument_resolver.request' => '?',
  8788.             'debug.argument_resolver.session' => '?',
  8789.             'debug.security.user_value_resolver' => '?',
  8790.             'debug.argument_resolver.service' => '?',
  8791.             'debug.argument_resolver.default' => '?',
  8792.             'debug.argument_resolver.variadic' => '?',
  8793.             'debug.argument_resolver.not_tagged_controller' => '?',
  8794.             'command_bus.middleware.traceable' => '?',
  8795.             'command_bus.middleware.add_bus_name_stamp_middleware' => '?',
  8796.             'command_bus.middleware.handle_message' => '?',
  8797.             'debug.traced.command_bus' => '?',
  8798.             'event_bus.middleware.traceable' => '?',
  8799.             'event_bus.middleware.add_bus_name_stamp_middleware' => '?',
  8800.             'event_bus.middleware.handle_message' => '?',
  8801.             'debug.traced.event_bus' => '?',
  8802.             'command_bus.messenger.handlers_locator' => '?',
  8803.             'event_bus.messenger.handlers_locator' => '?',
  8804.             'debug.security.voter.security.access.authenticated_voter' => '?',
  8805.             'debug.security.voter.security.access.role_hierarchy_voter' => '?',
  8806.             'debug.security.voter.security.access.expression_voter' => '?',
  8807.             'monolog.logger.request' => '?',
  8808.             'monolog.logger.console' => '?',
  8809.             'monolog.logger.messenger' => '?',
  8810.             'monolog.logger.cache' => '?',
  8811.             'monolog.logger.http_client' => '?',
  8812.             'monolog.logger.mailer' => '?',
  8813.             'monolog.logger.php' => '?',
  8814.             'monolog.logger.event' => '?',
  8815.             'monolog.logger.router' => '?',
  8816.             'monolog.logger.profiler' => '?',
  8817.             'monolog.logger.security' => '?',
  8818.             'monolog.logger.doctrine' => '?',
  8819.             'monolog.logger.debug' => '?',
  8820.             'monolog.logger.nelmio_api_doc' => '?',
  8821.             'doctrine.second_level_cache_pool.compatibility_layer' => '?',
  8822.             'doctrine.dbal.default_schema_asset_filter_manager' => '?',
  8823.             'cache.app.traceable' => '?',
  8824.             'cache.system.traceable' => '?',
  8825.             'cache.validator.traceable' => '?',
  8826.             'cache.serializer.traceable' => '?',
  8827.             'cache.annotations.traceable' => '?',
  8828.             'cache.property_info.traceable' => '?',
  8829.             'cache.messenger.restart_workers_signal.traceable' => '?',
  8830.             'materials_cache.traceable' => '?',
  8831.             'response_cache.traceable' => '?',
  8832.             'doctrine.result_cache_pool.traceable' => '?',
  8833.             'doctrine.system_cache_pool.traceable' => '?',
  8834.             'doctrine.second_level_cache_pool.traceable' => '?',
  8835.             'cache.validator_expression_language.traceable' => '?',
  8836.             'cache.security_expression_language.traceable' => '?',
  8837.             'nelmio_api_doc.model_describers.form' => '?',
  8838.             'debug.validator.inner' => '?',
  8839.             'debug.event_dispatcher.inner' => '?',
  8840.             'debug.controller_resolver.inner' => '?',
  8841.             'debug.argument_resolver.inner' => '?',
  8842.             'debug.security.access.decision_manager.inner' => '?',
  8843.             'httplug.collector.factory.auto.inner' => '?',
  8844.             'httplug.client.app.http_methods.inner' => '?',
  8845.             'doctrine.migrations.container_aware_migrations_factory.inner' => '?',
  8846.             'var_dumper.contextualized_cli_dumper.inner' => '?',
  8847.             'debug.argument_resolver.request_attribute.inner' => '?',
  8848.             'debug.argument_resolver.request.inner' => '?',
  8849.             'debug.argument_resolver.session.inner' => '?',
  8850.             'debug.security.user_value_resolver.inner' => '?',
  8851.             'debug.argument_resolver.service.inner' => '?',
  8852.             'debug.argument_resolver.default.inner' => '?',
  8853.             'debug.argument_resolver.variadic.inner' => '?',
  8854.             'debug.argument_resolver.not_tagged_controller.inner' => '?',
  8855.             'debug.traced.command_bus.inner' => '?',
  8856.             'debug.traced.event_bus.inner' => '?',
  8857.             'cache.app.traceable.inner' => '?',
  8858.             'cache.system.traceable.inner' => '?',
  8859.             'cache.validator.traceable.inner' => '?',
  8860.             'cache.serializer.traceable.inner' => '?',
  8861.             'cache.annotations.traceable.inner' => '?',
  8862.             'cache.property_info.traceable.inner' => '?',
  8863.             'cache.messenger.restart_workers_signal.traceable.inner' => '?',
  8864.             'materials_cache.traceable.inner' => '?',
  8865.             'response_cache.traceable.inner' => '?',
  8866.             'doctrine.result_cache_pool.traceable.inner' => '?',
  8867.             'doctrine.system_cache_pool.traceable.inner' => '?',
  8868.             'doctrine.second_level_cache_pool.traceable.inner' => '?',
  8869.             'cache.validator_expression_language.traceable.inner' => '?',
  8870.             'cache.security_expression_language.traceable.inner' => '?',
  8871.             'jms_serializer.traceable_metadata_factory.inner' => '?',
  8872.             'jms_serializer.traceable_handler_registry.inner' => '?',
  8873.             'jms_serializer.metadata.traceable_file_locator.inner' => '?',
  8874.             'cache.app.traceable.recorder_inner' => '?',
  8875.             'cache.system.traceable.recorder_inner' => '?',
  8876.             'cache.validator.traceable.recorder_inner' => '?',
  8877.             'cache.serializer.traceable.recorder_inner' => '?',
  8878.             'cache.annotations.traceable.recorder_inner' => '?',
  8879.             'cache.property_info.traceable.recorder_inner' => '?',
  8880.             'cache.messenger.restart_workers_signal.traceable.recorder_inner' => '?',
  8881.             'materials_cache.traceable.recorder_inner' => '?',
  8882.             'response_cache.traceable.recorder_inner' => '?',
  8883.             'doctrine.result_cache_pool.traceable.recorder_inner' => '?',
  8884.             'doctrine.system_cache_pool.traceable.recorder_inner' => '?',
  8885.             'doctrine.second_level_cache_pool.traceable.recorder_inner' => '?',
  8886.             'cache.validator_expression_language.traceable.recorder_inner' => '?',
  8887.             'cache.security_expression_language.traceable.recorder_inner' => '?',
  8888.             'Psr\\Container\\ContainerInterface' => '?',
  8889.             'Symfony\\Component\\DependencyInjection\\ContainerInterface' => '?',
  8890.             'Psr\\Http\\Message\\RequestFactoryInterface' => '?',
  8891.             'Psr\\Http\\Message\\ResponseFactoryInterface' => '?',
  8892.             'Psr\\Http\\Message\\ServerRequestFactoryInterface' => '?',
  8893.             'Psr\\Http\\Message\\StreamFactoryInterface' => '?',
  8894.             'Psr\\Http\\Message\\UploadedFileFactoryInterface' => '?',
  8895.             'Psr\\Http\\Message\\UriFactoryInterface' => '?',
  8896.             'Symfony\\Component\\DependencyInjection\\ParameterBag\\ContainerBagInterface' => '?',
  8897.             'Symfony\\Component\\DependencyInjection\\ParameterBag\\ParameterBagInterface' => '?',
  8898.             'Symfony\\Component\\EventDispatcher\\EventDispatcherInterface' => '?',
  8899.             'Symfony\\Contracts\\EventDispatcher\\EventDispatcherInterface' => '?',
  8900.             'Symfony\\Component\\HttpKernel\\HttpKernelInterface' => '?',
  8901.             'Symfony\\Component\\HttpFoundation\\RequestStack' => '?',
  8902.             'Symfony\\Component\\HttpFoundation\\UrlHelper' => '?',
  8903.             'Symfony\\Component\\HttpKernel\\KernelInterface' => '?',
  8904.             'Symfony\\Component\\Filesystem\\Filesystem' => '?',
  8905.             'Symfony\\Component\\HttpKernel\\Config\\FileLocator' => '?',
  8906.             'Symfony\\Component\\HttpKernel\\UriSigner' => '?',
  8907.             'Symfony\\Component\\String\\Slugger\\SluggerInterface' => '?',
  8908.             'Symfony\\Component\\HttpKernel\\Fragment\\FragmentUriGeneratorInterface' => '?',
  8909.             'error_renderer.html' => '?',
  8910.             'error_renderer' => '?',
  8911.             'Psr\\EventDispatcher\\EventDispatcherInterface' => '?',
  8912.             'Psr\\Container\\ContainerInterface $parameterBag' => '?',
  8913.             'Psr\\Cache\\CacheItemPoolInterface' => '?',
  8914.             'Symfony\\Component\\Cache\\Adapter\\AdapterInterface' => '?',
  8915.             'Symfony\\Contracts\\Cache\\CacheInterface' => '?',
  8916.             'Symfony\\Contracts\\Cache\\TagAwareCacheInterface' => '?',
  8917.             'Symfony\\Contracts\\Translation\\TranslatorInterface' => '?',
  8918.             'Symfony\\Component\\Asset\\Packages' => '?',
  8919.             'Symfony\\Contracts\\HttpClient\\HttpClientInterface' => '?',
  8920.             'mailer' => '?',
  8921.             'Symfony\\Component\\Mailer\\MailerInterface' => '?',
  8922.             'mailer.logger_message_listener' => '?',
  8923.             'Symfony\\Component\\Translation\\Reader\\TranslationReaderInterface' => '?',
  8924.             'Symfony\\Component\\Translation\\Extractor\\ExtractorInterface' => '?',
  8925.             'Symfony\\Component\\Translation\\Writer\\TranslationWriterInterface' => '?',
  8926.             'translator.formatter' => '?',
  8927.             'Symfony\\Component\\HttpKernel\\Debug\\FileLinkFormatter' => '?',
  8928.             'Symfony\\Component\\Stopwatch\\Stopwatch' => '?',
  8929.             'Symfony\\Component\\Routing\\RouterInterface' => '?',
  8930.             'Symfony\\Component\\Routing\\Generator\\UrlGeneratorInterface' => '?',
  8931.             'Symfony\\Component\\Routing\\Matcher\\UrlMatcherInterface' => '?',
  8932.             'Symfony\\Component\\Routing\\RequestContextAwareInterface' => '?',
  8933.             'Symfony\\Component\\Routing\\RequestContext' => '?',
  8934.             'annotation_reader' => '?',
  8935.             'Doctrine\\Common\\Annotations\\Reader' => '?',
  8936.             'Symfony\\Component\\PropertyAccess\\PropertyAccessorInterface' => '?',
  8937.             'Symfony\\Component\\Serializer\\SerializerInterface' => '?',
  8938.             'Symfony\\Component\\Serializer\\Normalizer\\NormalizerInterface' => '?',
  8939.             'Symfony\\Component\\Serializer\\Normalizer\\DenormalizerInterface' => '?',
  8940.             'Symfony\\Component\\Serializer\\Encoder\\EncoderInterface' => '?',
  8941.             'Symfony\\Component\\Serializer\\Encoder\\DecoderInterface' => '?',
  8942.             'serializer.property_accessor' => '?',
  8943.             'Symfony\\Component\\Serializer\\Mapping\\ClassDiscriminatorResolverInterface' => '?',
  8944.             'Symfony\\Component\\Serializer\\Normalizer\\ObjectNormalizer' => '?',
  8945.             'Symfony\\Component\\Serializer\\Normalizer\\PropertyNormalizer' => '?',
  8946.             'Symfony\\Component\\Serializer\\Mapping\\Factory\\ClassMetadataFactoryInterface' => '?',
  8947.             'error_renderer.serializer' => '?',
  8948.             'Symfony\\Component\\PropertyInfo\\PropertyAccessExtractorInterface' => '?',
  8949.             'Symfony\\Component\\PropertyInfo\\PropertyDescriptionExtractorInterface' => '?',
  8950.             'Symfony\\Component\\PropertyInfo\\PropertyInfoExtractorInterface' => '?',
  8951.             'Symfony\\Component\\PropertyInfo\\PropertyTypeExtractorInterface' => '?',
  8952.             'Symfony\\Component\\PropertyInfo\\PropertyListExtractorInterface' => '?',
  8953.             'Symfony\\Component\\PropertyInfo\\PropertyInitializableExtractorInterface' => '?',
  8954.             'Symfony\\Component\\PropertyInfo\\PropertyReadInfoExtractorInterface' => '?',
  8955.             'Symfony\\Component\\PropertyInfo\\PropertyWriteInfoExtractorInterface' => '?',
  8956.             'cache.default_redis_provider' => '?',
  8957.             'cache.default_doctrine_dbal_provider' => '?',
  8958.             'Symfony\\Contracts\\Cache\\TagAwareCacheInterface $materialsCache' => '?',
  8959.             'Symfony\\Contracts\\Cache\\CacheInterface $materialsCache' => '?',
  8960.             'Psr\\Cache\\CacheItemPoolInterface $materialsCache' => '?',
  8961.             'Symfony\\Contracts\\Cache\\TagAwareCacheInterface $responseCache' => '?',
  8962.             'Symfony\\Contracts\\Cache\\CacheInterface $responseCache' => '?',
  8963.             'Psr\\Cache\\CacheItemPoolInterface $responseCache' => '?',
  8964.             'Symfony\\Contracts\\Cache\\CacheInterface $doctrineResultCachePool' => '?',
  8965.             'Psr\\Cache\\CacheItemPoolInterface $doctrineResultCachePool' => '?',
  8966.             'Symfony\\Contracts\\Cache\\CacheInterface $doctrineSystemCachePool' => '?',
  8967.             'Psr\\Cache\\CacheItemPoolInterface $doctrineSystemCachePool' => '?',
  8968.             'Symfony\\Contracts\\Cache\\CacheInterface $doctrineSecondLevelCachePool' => '?',
  8969.             'Psr\\Cache\\CacheItemPoolInterface $doctrineSecondLevelCachePool' => '?',
  8970.             'Symfony\\Component\\HttpFoundation\\Session\\SessionInterface' => '?',
  8971.             'SessionHandlerInterface' => '?',
  8972.             'session.storage.factory' => '?',
  8973.             'session.handler' => '?',
  8974.             'session_listener' => '?',
  8975.             'Symfony\\Component\\Form\\ResolvedFormTypeFactoryInterface' => '?',
  8976.             'Symfony\\Component\\Form\\FormRegistryInterface' => '?',
  8977.             'Symfony\\Component\\Form\\FormFactoryInterface' => '?',
  8978.             'form.property_accessor' => '?',
  8979.             'form.choice_list_factory' => '?',
  8980.             'Symfony\\Component\\Validator\\Validator\\ValidatorInterface' => '?',
  8981.             'validator.mapping.class_metadata_factory' => '?',
  8982.             'Symfony\\Component\\Messenger\\Transport\\Serialization\\SerializerInterface' => '?',
  8983.             'Symfony\\Component\\Messenger\\MessageBusInterface' => '?',
  8984.             'Symfony\\Component\\Messenger\\MessageBusInterface $eventBus' => '?',
  8985.             'messenger.default_serializer' => '?',
  8986.             'messenger.failure_transports.default' => '?',
  8987.             'Symfony\\Component\\Mime\\MimeTypesInterface' => '?',
  8988.             'Symfony\\Component\\Mime\\MimeTypeGuesserInterface' => '?',
  8989.             'Symfony\\Component\\Security\\Core\\Authorization\\AuthorizationCheckerInterface' => '?',
  8990.             'Symfony\\Component\\Security\\Core\\Authentication\\Token\\Storage\\TokenStorageInterface' => '?',
  8991.             'Symfony\\Component\\Security\\Core\\Security' => '?',
  8992.             'Symfony\\Component\\Security\\Http\\Session\\SessionAuthenticationStrategyInterface' => '?',
  8993.             'security.encoder_factory' => '?',
  8994.             'Symfony\\Component\\Security\\Core\\Encoder\\EncoderFactoryInterface' => '?',
  8995.             'Symfony\\Component\\Security\\Core\\Encoder\\UserPasswordEncoderInterface' => '?',
  8996.             'Symfony\\Component\\Security\\Http\\Authentication\\AuthenticationUtils' => '?',
  8997.             'Symfony\\Component\\Security\\Core\\Authorization\\AccessDecisionManagerInterface' => '?',
  8998.             'Symfony\\Component\\Security\\Core\\Role\\RoleHierarchyInterface' => '?',
  8999.             'Symfony\\Component\\Security\\Http\\Firewall' => '?',
  9000.             'Symfony\\Component\\Security\\Http\\FirewallMapInterface' => '?',
  9001.             'Symfony\\Component\\Security\\Http\\HttpUtils' => '?',
  9002.             'Symfony\\Component\\PasswordHasher\\Hasher\\PasswordHasherFactoryInterface' => '?',
  9003.             'security.password_hasher' => '?',
  9004.             'Symfony\\Component\\PasswordHasher\\Hasher\\UserPasswordHasherInterface' => '?',
  9005.             'Symfony\\Component\\Security\\Core\\Authentication\\AuthenticationManagerInterface' => '?',
  9006.             'Symfony\\Component\\Security\\Guard\\GuardAuthenticatorHandler' => '?',
  9007.             'security.firewall' => '?',
  9008.             'security.user.provider.concrete.fos_userbundle' => '?',
  9009.             'security.user_providers' => '?',
  9010.             'Symfony\\Component\\Security\\Core\\User\\UserProviderInterface' => '?',
  9011.             'security.authentication.session_strategy.webhooks' => '?',
  9012.             'security.user_checker.webhooks' => '?',
  9013.             'security.authentication.session_strategy.public_api' => '?',
  9014.             'security.user_checker.public_api' => '?',
  9015.             'security.user_checker.lms_api' => '?',
  9016.             'security.authentication.session_strategy.main' => '?',
  9017.             'hwi_oauth.user.provider.entity.main' => '?',
  9018.             'security.user_checker.main' => '?',
  9019.             'security.firewall.context_locator' => '?',
  9020.             'Twig_Environment' => '?',
  9021.             'Twig\\Environment' => '?',
  9022.             'logger' => '?',
  9023.             'Psr\\Log\\LoggerInterface' => '?',
  9024.             'Doctrine\\DBAL\\Driver\\Connection' => '?',
  9025.             'Doctrine\\DBAL\\Connection' => '?',
  9026.             'Doctrine\\Persistence\\ManagerRegistry' => '?',
  9027.             'Doctrine\\Common\\Persistence\\ManagerRegistry' => '?',
  9028.             'doctrine.dbal.event_manager' => '?',
  9029.             'Doctrine\\DBAL\\Connection $defaultConnection' => '?',
  9030.             'Doctrine\\ORM\\EntityManagerInterface' => '?',
  9031.             'doctrine.orm.metadata.annotation_reader' => '?',
  9032.             'doctrine.orm.default_metadata_cache' => '?',
  9033.             'doctrine.orm.default_result_cache' => '?',
  9034.             'doctrine.orm.default_query_cache' => '?',
  9035.             'doctrine.orm.default_entity_listener_resolver' => '?',
  9036.             'doctrine.orm.default_second_level_cache.region_cache_driver' => '?',
  9037.             'Doctrine\\ORM\\EntityManagerInterface $defaultEntityManager' => '?',
  9038.             'doctrine.orm.default_entity_manager.event_manager' => '?',
  9039.             'sensio_framework_extra.converter.doctrine.orm.expression_language' => '?',
  9040.             'sensio_framework_extra.security.expression_language' => '?',
  9041.             'fos_user.doctrine_registry' => '?',
  9042.             'FOS\\UserBundle\\Security\\LoginManagerInterface' => '?',
  9043.             'FOS\\UserBundle\\Util\\TokenGeneratorInterface' => '?',
  9044.             'FOS\\UserBundle\\Util\\PasswordUpdaterInterface' => '?',
  9045.             'FOS\\UserBundle\\Util\\CanonicalFieldsUpdater' => '?',
  9046.             'FOS\\UserBundle\\Model\\UserManagerInterface' => '?',
  9047.             'fos_user.util.email_canonicalizer' => '?',
  9048.             'fos_user.util.username_canonicalizer' => '?',
  9049.             'fos_user.util.token_generator' => '?',
  9050.             'fos_user.mailer' => '?',
  9051.             'Knp\\Bundle\\TimeBundle\\DateTimeFormatter' => '?',
  9052.             'Http\\Client\\HttpClient' => '?',
  9053.             'Http\\Client\\HttpClient $app' => '?',
  9054.             'Psr\\Http\\Client\\ClientInterface $app' => '?',
  9055.             'httplug.client.default' => '?',
  9056.             'Http\\Client\\Common\\HttpMethodsClientInterface' => '?',
  9057.             'hwi_oauth.resource_owners.locator' => '?',
  9058.             'jms_serializer.metadata.cache' => '?',
  9059.             'jms_serializer.object_constructor' => '?',
  9060.             'JMS\\Serializer\\SerializerInterface' => '?',
  9061.             'JMS\\Serializer\\ArrayTransformerInterface' => '?',
  9062.             'jms_serializer.accessor_strategy' => '?',
  9063.             'JMS\\Serializer\\ContextFactory\\SerializationContextFactoryInterface' => '?',
  9064.             'JMS\\Serializer\\ContextFactory\\DeserializationContextFactoryInterface' => '?',
  9065.             'jms_serializer.event_dispatcher' => '?',
  9066.             'doctrine.migrations.metadata_storage' => '?',
  9067.             'Sentry\\ClientInterface' => '?',
  9068.             'Sentry\\SentryBundle\\EventListener\\ConsoleCommandListener' => '?',
  9069.             'Knp\\Component\\Pager\\PaginatorInterface' => '?',
  9070.             'Lexik\\Bundle\\JWTAuthenticationBundle\\Services\\JWTTokenInterface' => '?',
  9071.             'Lexik\\Bundle\\JWTAuthenticationBundle\\Services\\JWTTokenManagerInterface' => '?',
  9072.             'Lexik\\Bundle\\JWTAuthenticationBundle\\Services\\JWSProvider\\JWSProviderInterface' => '?',
  9073.             'Lexik\\Bundle\\JWTAuthenticationBundle\\TokenExtractor\\TokenExtractorInterface' => '?',
  9074.             'lexik_jwt_authentication.jwt_token_authenticator' => '?',
  9075.             'Lexik\\Bundle\\JWTAuthenticationBundle\\Encoder\\JWTEncoderInterface' => '?',
  9076.             'nelmio_alice.file_locator' => '?',
  9077.             'nelmio_alice.fixture_builder.denormalizer.fixture_bag' => '?',
  9078.             'nelmio_alice.fixture_builder.denormalizer.fixture' => '?',
  9079.             'nelmio_alice.fixture_builder.denormalizer.specs' => '?',
  9080.             'nelmio_alice.fixture_builder.denormalizer.fixture.specs.constructor' => '?',
  9081.             'nelmio_alice.fixture_builder.denormalizer.fixture.specs.arguments' => '?',
  9082.             'nelmio_alice.fixture_builder.denormalizer.fixture.specs.value' => '?',
  9083.             'nelmio_alice.fixture_builder.denormalizer.fixture.specs.property' => '?',
  9084.             'nelmio_alice.fixture_builder.denormalizer.fixture.specs.calls' => '?',
  9085.             'nelmio_alice.fixture_builder.denormalizer.flag_parser' => '?',
  9086.             'nelmio_alice.fixture_builder' => '?',
  9087.             'nelmio_alice.fixture_builder.denormalizer' => '?',
  9088.             'nelmio_alice.fixture_builder.denormalizer.parameter_bag' => '?',
  9089.             'nelmio_alice.fixture_builder.expression_language.parser.token_parser' => '?',
  9090.             'nelmio_alice.fixture_builder.expression_language.lexer' => '?',
  9091.             'nelmio_alice.fixture_builder.expression_language.parser' => '?',
  9092.             'nelmio_alice.property_accessor' => '?',
  9093.             'nelmio_alice.generator.hydrator' => '?',
  9094.             'nelmio_alice.generator.hydrator.property' => '?',
  9095.             'nelmio_alice.generator.resolver.fixture_bag' => '?',
  9096.             'nelmio_alice.generator.resolver.fixture_set' => '?',
  9097.             'nelmio_alice.generator.resolver.parameter_bag' => '?',
  9098.             'nelmio_alice.generator.resolver.value' => '?',
  9099.             'nelmio_alice.generator.resolver.value.property_accessor' => '?',
  9100.             'nelmio_alice.generator' => '?',
  9101.             'nelmio_alice.generator.object_generator' => '?',
  9102.             'nelmio_alice.generator.instantiator' => '?',
  9103.             'nelmio_alice.generator.caller' => '?',
  9104.             'nelmio_alice.file_parser' => '?',
  9105.             'fidry_alice_data_fixtures.doctrine.loader' => '?',
  9106.             'fidry_alice_data_fixtures.persistence.purger.doctrine.orm_purger' => '?',
  9107.             'SimpleThings\\EntityAudit\\AuditReader' => '?',
  9108.             'SimpleThings\\EntityAudit\\AuditConfiguration' => '?',
  9109.             'simplethings_entityaudit.username_callable' => '?',
  9110.             'twig.loader.filesystem' => '?',
  9111.             'argument_resolver.controller_locator' => '?',
  9112.             'twig.loader' => '?',
  9113.             'Psr\\Log\\LoggerInterface $requestLogger' => '?',
  9114.             'Psr\\Log\\LoggerInterface $consoleLogger' => '?',
  9115.             'Psr\\Log\\LoggerInterface $messengerLogger' => '?',
  9116.             'Psr\\Log\\LoggerInterface $cacheLogger' => '?',
  9117.             'Psr\\Log\\LoggerInterface $httpClientLogger' => '?',
  9118.             'Psr\\Log\\LoggerInterface $mailerLogger' => '?',
  9119.             'Psr\\Log\\LoggerInterface $phpLogger' => '?',
  9120.             'Psr\\Log\\LoggerInterface $eventLogger' => '?',
  9121.             'Psr\\Log\\LoggerInterface $routerLogger' => '?',
  9122.             'Psr\\Log\\LoggerInterface $profilerLogger' => '?',
  9123.             'Psr\\Log\\LoggerInterface $securityLogger' => '?',
  9124.             'Psr\\Log\\LoggerInterface $doctrineLogger' => '?',
  9125.             'Psr\\Log\\LoggerInterface $debugLogger' => '?',
  9126.             'Psr\\Log\\LoggerInterface $nelmioApiDocLogger' => '?',
  9127.             'doctrine.id_generator_locator' => '?',
  9128.             'controller_resolver' => '?',
  9129.             'argument_resolver' => '?',
  9130.             'translator.data_collector.inner' => '?',
  9131.             'security.access.decision_manager' => '?',
  9132.             'twig.error_renderer.html.inner' => '?',
  9133.             'httplug.factory.auto' => '?',
  9134.             'httplug.client.app' => '?',
  9135.             'jms_serializer.metadata.doctrine_type_driver.inner' => '?',
  9136.             'jms_serializer.metadata.typed_properties_driver.inner' => '?',
  9137.             'jms_serializer.doctrine_object_constructor.inner' => '?',
  9138.             'doctrine.migrations.migrations_factory' => '?',
  9139.             'var_dumper.cli_dumper' => '?',
  9140.             'argument_resolver.request_attribute' => '?',
  9141.             'argument_resolver.request' => '?',
  9142.             'argument_resolver.session' => '?',
  9143.             'security.user_value_resolver' => '?',
  9144.             'argument_resolver.service' => '?',
  9145.             'argument_resolver.default' => '?',
  9146.             'argument_resolver.variadic' => '?',
  9147.             'argument_resolver.not_tagged_controller' => '?',
  9148.             'command_bus' => '?',
  9149.             'event_bus' => '?',
  9150.             'http_client' => '?',
  9151.             'hwi_oauth.http_client' => '?',
  9152.             'doctrine.orm.default_metadata_driver' => '?',
  9153.             'cache.validator' => '?',
  9154.             'cache.serializer' => '?',
  9155.             'cache.annotations' => '?',
  9156.             'cache.property_info' => '?',
  9157.             'cache.messenger.restart_workers_signal' => '?',
  9158.             'doctrine.result_cache_pool' => '?',
  9159.             'doctrine.system_cache_pool' => '?',
  9160.             'doctrine.second_level_cache_pool' => '?',
  9161.             'cache.security_expression_language' => '?',
  9162.             'jms_serializer.metadata_factory' => '?',
  9163.             'jms_serializer.handler_registry' => '?',
  9164.             'jms_serializer.metadata.file_locator' => '?',
  9165.         ]);
  9166.     }
  9167.     /**
  9168.      * Gets the public 'test.service_container' shared service.
  9169.      *
  9170.      * @return \Symfony\Bundle\FrameworkBundle\Test\TestContainer
  9171.      */
  9172.     protected function getTest_ServiceContainerService()
  9173.     {
  9174.         return $this->services['test.service_container'] = new \Symfony\Bundle\FrameworkBundle\Test\TestContainer(($this->services['kernel'] ?? $this->get('kernel'1)), 'test.private_services_locator');
  9175.     }
  9176.     /**
  9177.      * Gets the public 'translator' shared service.
  9178.      *
  9179.      * @return \Symfony\Component\Translation\DataCollectorTranslator
  9180.      */
  9181.     protected function getTranslatorService()
  9182.     {
  9183.         return $this->services['translator'] = new \Symfony\Component\Translation\DataCollectorTranslator(($this->privates['translator.default'] ?? $this->getTranslator_DefaultService()));
  9184.     }
  9185.     /**
  9186.      * Gets the public 'var_dumper.cloner' shared service.
  9187.      *
  9188.      * @return \Symfony\Component\VarDumper\Cloner\VarCloner
  9189.      */
  9190.     protected function getVarDumper_ClonerService()
  9191.     {
  9192.         $this->services['var_dumper.cloner'] = $instance = new \Symfony\Component\VarDumper\Cloner\VarCloner();
  9193.         $instance->setMaxItems(2500);
  9194.         $instance->setMinDepth(1);
  9195.         $instance->setMaxString(-1);
  9196.         $instance->addCasters(['Closure' => 'Symfony\\Component\\VarDumper\\Caster\\ReflectionCaster::unsetClosureFileInfo']);
  9197.         return $instance;
  9198.     }
  9199.     /**
  9200.      * Gets the public 'web_profiler.controller.exception_panel' shared service.
  9201.      *
  9202.      * @return \Symfony\Bundle\WebProfilerBundle\Controller\ExceptionPanelController
  9203.      */
  9204.     protected function getWebProfiler_Controller_ExceptionPanelService()
  9205.     {
  9206.         include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Controller/ExceptionPanelController.php';
  9207.         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()));
  9208.     }
  9209.     /**
  9210.      * Gets the public 'web_profiler.controller.profiler' shared service.
  9211.      *
  9212.      * @return \Symfony\Bundle\WebProfilerBundle\Controller\ProfilerController
  9213.      */
  9214.     protected function getWebProfiler_Controller_ProfilerService()
  9215.     {
  9216.         include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Controller/ProfilerController.php';
  9217.         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));
  9218.     }
  9219.     /**
  9220.      * Gets the public 'web_profiler.controller.router' shared service.
  9221.      *
  9222.      * @return \Symfony\Bundle\WebProfilerBundle\Controller\RouterController
  9223.      */
  9224.     protected function getWebProfiler_Controller_RouterService()
  9225.     {
  9226.         include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Controller/RouterController.php';
  9227.         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 () {
  9228.             yield => ($this->privates['router.expression_language_provider'] ?? $this->getRouter_ExpressionLanguageProviderService());
  9229.         }, 1));
  9230.     }
  9231.     /**
  9232.      * Gets the private '.5_doctrine_metadata_driver~M7E.AoK' shared service.
  9233.      *
  9234.      * @return \Doctrine\ORM\Mapping\Driver\XmlDriver
  9235.      */
  9236.     protected function get_5DoctrineMetadataDriverM7E_AoKService()
  9237.     {
  9238.         return $this->privates['.5_doctrine_metadata_driver~M7E.AoK'] = new \Doctrine\ORM\Mapping\Driver\XmlDriver(new \Doctrine\Persistence\Mapping\Driver\SymfonyFileLocator([(\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/config/doctrine-mapping') => 'FOS\\UserBundle\\Model'], '.orm.xml'));
  9239.     }
  9240.     /**
  9241.      * Gets the private '.CodersLab\Lms\UserInterface\Cli\Command\CachePoolInvalidateTagsCommand.lazy' shared service.
  9242.      *
  9243.      * @return \Symfony\Component\Console\Command\LazyCommand
  9244.      */
  9245.     protected function getCachePoolInvalidateTagsCommand_LazyService()
  9246.     {
  9247.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  9248.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  9249.         return $this->privates['.CodersLab\\Lms\\UserInterface\\Cli\\Command\\CachePoolInvalidateTagsCommand.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('cache:pool:invalidate-tags', [], 'Invalidate cache tags for all or a specific pool'false, function (): \CodersLab\Lms\UserInterface\Cli\Command\CachePoolInvalidateTagsCommand {
  9250.             return ($this->privates['CodersLab\\Lms\\UserInterface\\Cli\\Command\\CachePoolInvalidateTagsCommand'] ?? $this->getCachePoolInvalidateTagsCommandService());
  9251.         });
  9252.     }
  9253.     /**
  9254.      * Gets the private '.cache_connection.VkIJQtB' shared service.
  9255.      *
  9256.      * @return \Symfony\Component\Cache\Adapter\AbstractAdapter
  9257.      */
  9258.     protected function get_CacheConnection_VkIJQtBService()
  9259.     {
  9260.         return $this->privates['.cache_connection.VkIJQtB'] = \Symfony\Component\Cache\Adapter\AbstractAdapter::createConnection('redis://redis:6379', ['lazy' => true]);
  9261.     }
  9262.     /**
  9263.      * Gets the private '.console.command.about.lazy' shared service.
  9264.      *
  9265.      * @return \Symfony\Component\Console\Command\LazyCommand
  9266.      */
  9267.     protected function get_Console_Command_About_LazyService()
  9268.     {
  9269.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  9270.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  9271.         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 {
  9272.             return ($this->privates['console.command.about'] ?? $this->getConsole_Command_AboutService());
  9273.         });
  9274.     }
  9275.     /**
  9276.      * Gets the private '.console.command.assets_install.lazy' shared service.
  9277.      *
  9278.      * @return \Symfony\Component\Console\Command\LazyCommand
  9279.      */
  9280.     protected function get_Console_Command_AssetsInstall_LazyService()
  9281.     {
  9282.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  9283.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  9284.         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 {
  9285.             return ($this->privates['console.command.assets_install'] ?? $this->getConsole_Command_AssetsInstallService());
  9286.         });
  9287.     }
  9288.     /**
  9289.      * Gets the private '.console.command.cache_clear.lazy' shared service.
  9290.      *
  9291.      * @return \Symfony\Component\Console\Command\LazyCommand
  9292.      */
  9293.     protected function get_Console_Command_CacheClear_LazyService()
  9294.     {
  9295.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  9296.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  9297.         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 {
  9298.             return ($this->privates['console.command.cache_clear'] ?? $this->getConsole_Command_CacheClearService());
  9299.         });
  9300.     }
  9301.     /**
  9302.      * Gets the private '.console.command.cache_pool_clear.lazy' shared service.
  9303.      *
  9304.      * @return \Symfony\Component\Console\Command\LazyCommand
  9305.      */
  9306.     protected function get_Console_Command_CachePoolClear_LazyService()
  9307.     {
  9308.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  9309.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  9310.         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 {
  9311.             return ($this->privates['console.command.cache_pool_clear'] ?? $this->getConsole_Command_CachePoolClearService());
  9312.         });
  9313.     }
  9314.     /**
  9315.      * Gets the private '.console.command.cache_pool_delete.lazy' shared service.
  9316.      *
  9317.      * @return \Symfony\Component\Console\Command\LazyCommand
  9318.      */
  9319.     protected function get_Console_Command_CachePoolDelete_LazyService()
  9320.     {
  9321.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  9322.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  9323.         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 {
  9324.             return ($this->privates['console.command.cache_pool_delete'] ?? $this->getConsole_Command_CachePoolDeleteService());
  9325.         });
  9326.     }
  9327.     /**
  9328.      * Gets the private '.console.command.cache_pool_list.lazy' shared service.
  9329.      *
  9330.      * @return \Symfony\Component\Console\Command\LazyCommand
  9331.      */
  9332.     protected function get_Console_Command_CachePoolList_LazyService()
  9333.     {
  9334.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  9335.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  9336.         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 {
  9337.             return ($this->privates['console.command.cache_pool_list'] ?? $this->getConsole_Command_CachePoolListService());
  9338.         });
  9339.     }
  9340.     /**
  9341.      * Gets the private '.console.command.cache_pool_prune.lazy' shared service.
  9342.      *
  9343.      * @return \Symfony\Component\Console\Command\LazyCommand
  9344.      */
  9345.     protected function get_Console_Command_CachePoolPrune_LazyService()
  9346.     {
  9347.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  9348.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  9349.         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 {
  9350.             return ($this->privates['console.command.cache_pool_prune'] ?? $this->getConsole_Command_CachePoolPruneService());
  9351.         });
  9352.     }
  9353.     /**
  9354.      * Gets the private '.console.command.cache_warmup.lazy' shared service.
  9355.      *
  9356.      * @return \Symfony\Component\Console\Command\LazyCommand
  9357.      */
  9358.     protected function get_Console_Command_CacheWarmup_LazyService()
  9359.     {
  9360.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  9361.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  9362.         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 {
  9363.             return ($this->privates['console.command.cache_warmup'] ?? $this->getConsole_Command_CacheWarmupService());
  9364.         });
  9365.     }
  9366.     /**
  9367.      * Gets the private '.console.command.config_debug.lazy' shared service.
  9368.      *
  9369.      * @return \Symfony\Component\Console\Command\LazyCommand
  9370.      */
  9371.     protected function get_Console_Command_ConfigDebug_LazyService()
  9372.     {
  9373.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  9374.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  9375.         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 {
  9376.             return ($this->privates['console.command.config_debug'] ?? $this->getConsole_Command_ConfigDebugService());
  9377.         });
  9378.     }
  9379.     /**
  9380.      * Gets the private '.console.command.config_dump_reference.lazy' shared service.
  9381.      *
  9382.      * @return \Symfony\Component\Console\Command\LazyCommand
  9383.      */
  9384.     protected function get_Console_Command_ConfigDumpReference_LazyService()
  9385.     {
  9386.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  9387.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  9388.         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 {
  9389.             return ($this->privates['console.command.config_dump_reference'] ?? $this->getConsole_Command_ConfigDumpReferenceService());
  9390.         });
  9391.     }
  9392.     /**
  9393.      * Gets the private '.console.command.container_debug.lazy' shared service.
  9394.      *
  9395.      * @return \Symfony\Component\Console\Command\LazyCommand
  9396.      */
  9397.     protected function get_Console_Command_ContainerDebug_LazyService()
  9398.     {
  9399.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  9400.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  9401.         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 {
  9402.             return ($this->privates['console.command.container_debug'] ?? $this->getConsole_Command_ContainerDebugService());
  9403.         });
  9404.     }
  9405.     /**
  9406.      * Gets the private '.console.command.container_lint.lazy' shared service.
  9407.      *
  9408.      * @return \Symfony\Component\Console\Command\LazyCommand
  9409.      */
  9410.     protected function get_Console_Command_ContainerLint_LazyService()
  9411.     {
  9412.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  9413.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  9414.         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 {
  9415.             return ($this->privates['console.command.container_lint'] ?? $this->getConsole_Command_ContainerLintService());
  9416.         });
  9417.     }
  9418.     /**
  9419.      * Gets the private '.console.command.debug_autowiring.lazy' shared service.
  9420.      *
  9421.      * @return \Symfony\Component\Console\Command\LazyCommand
  9422.      */
  9423.     protected function get_Console_Command_DebugAutowiring_LazyService()
  9424.     {
  9425.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  9426.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  9427.         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 {
  9428.             return ($this->privates['console.command.debug_autowiring'] ?? $this->getConsole_Command_DebugAutowiringService());
  9429.         });
  9430.     }
  9431.     /**
  9432.      * Gets the private '.console.command.dotenv_debug.lazy' shared service.
  9433.      *
  9434.      * @return \Symfony\Component\Console\Command\LazyCommand
  9435.      */
  9436.     protected function get_Console_Command_DotenvDebug_LazyService()
  9437.     {
  9438.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  9439.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  9440.         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 {
  9441.             return ($this->privates['console.command.dotenv_debug'] ?? $this->getConsole_Command_DotenvDebugService());
  9442.         });
  9443.     }
  9444.     /**
  9445.      * Gets the private '.console.command.event_dispatcher_debug.lazy' shared service.
  9446.      *
  9447.      * @return \Symfony\Component\Console\Command\LazyCommand
  9448.      */
  9449.     protected function get_Console_Command_EventDispatcherDebug_LazyService()
  9450.     {
  9451.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  9452.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  9453.         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 {
  9454.             return ($this->privates['console.command.event_dispatcher_debug'] ?? $this->getConsole_Command_EventDispatcherDebugService());
  9455.         });
  9456.     }
  9457.     /**
  9458.      * Gets the private '.console.command.form_debug.lazy' shared service.
  9459.      *
  9460.      * @return \Symfony\Component\Console\Command\LazyCommand
  9461.      */
  9462.     protected function get_Console_Command_FormDebug_LazyService()
  9463.     {
  9464.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  9465.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  9466.         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 {
  9467.             return ($this->privates['console.command.form_debug'] ?? $this->getConsole_Command_FormDebugService());
  9468.         });
  9469.     }
  9470.     /**
  9471.      * Gets the private '.console.command.messenger_consume_messages.lazy' shared service.
  9472.      *
  9473.      * @return \Symfony\Component\Console\Command\LazyCommand
  9474.      */
  9475.     protected function get_Console_Command_MessengerConsumeMessages_LazyService()
  9476.     {
  9477.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  9478.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  9479.         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 {
  9480.             return ($this->privates['console.command.messenger_consume_messages'] ?? $this->getConsole_Command_MessengerConsumeMessagesService());
  9481.         });
  9482.     }
  9483.     /**
  9484.      * Gets the private '.console.command.messenger_debug.lazy' shared service.
  9485.      *
  9486.      * @return \Symfony\Component\Console\Command\LazyCommand
  9487.      */
  9488.     protected function get_Console_Command_MessengerDebug_LazyService()
  9489.     {
  9490.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  9491.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  9492.         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 {
  9493.             return ($this->privates['console.command.messenger_debug'] ?? $this->getConsole_Command_MessengerDebugService());
  9494.         });
  9495.     }
  9496.     /**
  9497.      * Gets the private '.console.command.messenger_failed_messages_remove.lazy' shared service.
  9498.      *
  9499.      * @return \Symfony\Component\Console\Command\LazyCommand
  9500.      */
  9501.     protected function get_Console_Command_MessengerFailedMessagesRemove_LazyService()
  9502.     {
  9503.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  9504.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  9505.         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 {
  9506.             return ($this->privates['console.command.messenger_failed_messages_remove'] ?? $this->getConsole_Command_MessengerFailedMessagesRemoveService());
  9507.         });
  9508.     }
  9509.     /**
  9510.      * Gets the private '.console.command.messenger_failed_messages_retry.lazy' shared service.
  9511.      *
  9512.      * @return \Symfony\Component\Console\Command\LazyCommand
  9513.      */
  9514.     protected function get_Console_Command_MessengerFailedMessagesRetry_LazyService()
  9515.     {
  9516.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  9517.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  9518.         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 {
  9519.             return ($this->privates['console.command.messenger_failed_messages_retry'] ?? $this->getConsole_Command_MessengerFailedMessagesRetryService());
  9520.         });
  9521.     }
  9522.     /**
  9523.      * Gets the private '.console.command.messenger_failed_messages_show.lazy' shared service.
  9524.      *
  9525.      * @return \Symfony\Component\Console\Command\LazyCommand
  9526.      */
  9527.     protected function get_Console_Command_MessengerFailedMessagesShow_LazyService()
  9528.     {
  9529.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  9530.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  9531.         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 {
  9532.             return ($this->privates['console.command.messenger_failed_messages_show'] ?? $this->getConsole_Command_MessengerFailedMessagesShowService());
  9533.         });
  9534.     }
  9535.     /**
  9536.      * Gets the private '.console.command.messenger_setup_transports.lazy' shared service.
  9537.      *
  9538.      * @return \Symfony\Component\Console\Command\LazyCommand
  9539.      */
  9540.     protected function get_Console_Command_MessengerSetupTransports_LazyService()
  9541.     {
  9542.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  9543.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  9544.         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 {
  9545.             return ($this->privates['console.command.messenger_setup_transports'] ?? $this->getConsole_Command_MessengerSetupTransportsService());
  9546.         });
  9547.     }
  9548.     /**
  9549.      * Gets the private '.console.command.messenger_stop_workers.lazy' shared service.
  9550.      *
  9551.      * @return \Symfony\Component\Console\Command\LazyCommand
  9552.      */
  9553.     protected function get_Console_Command_MessengerStopWorkers_LazyService()
  9554.     {
  9555.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  9556.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  9557.         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 {
  9558.             return ($this->privates['console.command.messenger_stop_workers'] ?? $this->getConsole_Command_MessengerStopWorkersService());
  9559.         });
  9560.     }
  9561.     /**
  9562.      * Gets the private '.console.command.router_debug.lazy' shared service.
  9563.      *
  9564.      * @return \Symfony\Component\Console\Command\LazyCommand
  9565.      */
  9566.     protected function get_Console_Command_RouterDebug_LazyService()
  9567.     {
  9568.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  9569.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  9570.         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 {
  9571.             return ($this->privates['console.command.router_debug'] ?? $this->getConsole_Command_RouterDebugService());
  9572.         });
  9573.     }
  9574.     /**
  9575.      * Gets the private '.console.command.router_match.lazy' shared service.
  9576.      *
  9577.      * @return \Symfony\Component\Console\Command\LazyCommand
  9578.      */
  9579.     protected function get_Console_Command_RouterMatch_LazyService()
  9580.     {
  9581.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  9582.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  9583.         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 {
  9584.             return ($this->privates['console.command.router_match'] ?? $this->getConsole_Command_RouterMatchService());
  9585.         });
  9586.     }
  9587.     /**
  9588.      * Gets the private '.console.command.secrets_decrypt_to_local.lazy' shared service.
  9589.      *
  9590.      * @return \Symfony\Component\Console\Command\LazyCommand
  9591.      */
  9592.     protected function get_Console_Command_SecretsDecryptToLocal_LazyService()
  9593.     {
  9594.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  9595.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  9596.         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 {
  9597.             return ($this->privates['console.command.secrets_decrypt_to_local'] ?? $this->getConsole_Command_SecretsDecryptToLocalService());
  9598.         });
  9599.     }
  9600.     /**
  9601.      * Gets the private '.console.command.secrets_encrypt_from_local.lazy' shared service.
  9602.      *
  9603.      * @return \Symfony\Component\Console\Command\LazyCommand
  9604.      */
  9605.     protected function get_Console_Command_SecretsEncryptFromLocal_LazyService()
  9606.     {
  9607.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  9608.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  9609.         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 {
  9610.             return ($this->privates['console.command.secrets_encrypt_from_local'] ?? $this->getConsole_Command_SecretsEncryptFromLocalService());
  9611.         });
  9612.     }
  9613.     /**
  9614.      * Gets the private '.console.command.secrets_generate_key.lazy' shared service.
  9615.      *
  9616.      * @return \Symfony\Component\Console\Command\LazyCommand
  9617.      */
  9618.     protected function get_Console_Command_SecretsGenerateKey_LazyService()
  9619.     {
  9620.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  9621.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  9622.         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 {
  9623.             return ($this->privates['console.command.secrets_generate_key'] ?? $this->getConsole_Command_SecretsGenerateKeyService());
  9624.         });
  9625.     }
  9626.     /**
  9627.      * Gets the private '.console.command.secrets_list.lazy' shared service.
  9628.      *
  9629.      * @return \Symfony\Component\Console\Command\LazyCommand
  9630.      */
  9631.     protected function get_Console_Command_SecretsList_LazyService()
  9632.     {
  9633.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  9634.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  9635.         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 {
  9636.             return ($this->privates['console.command.secrets_list'] ?? $this->getConsole_Command_SecretsListService());
  9637.         });
  9638.     }
  9639.     /**
  9640.      * Gets the private '.console.command.secrets_remove.lazy' shared service.
  9641.      *
  9642.      * @return \Symfony\Component\Console\Command\LazyCommand
  9643.      */
  9644.     protected function get_Console_Command_SecretsRemove_LazyService()
  9645.     {
  9646.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  9647.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  9648.         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 {
  9649.             return ($this->privates['console.command.secrets_remove'] ?? $this->getConsole_Command_SecretsRemoveService());
  9650.         });
  9651.     }
  9652.     /**
  9653.      * Gets the private '.console.command.secrets_set.lazy' shared service.
  9654.      *
  9655.      * @return \Symfony\Component\Console\Command\LazyCommand
  9656.      */
  9657.     protected function get_Console_Command_SecretsSet_LazyService()
  9658.     {
  9659.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  9660.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  9661.         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 {
  9662.             return ($this->privates['console.command.secrets_set'] ?? $this->getConsole_Command_SecretsSetService());
  9663.         });
  9664.     }
  9665.     /**
  9666.      * Gets the private '.console.command.translation_debug.lazy' shared service.
  9667.      *
  9668.      * @return \Symfony\Component\Console\Command\LazyCommand
  9669.      */
  9670.     protected function get_Console_Command_TranslationDebug_LazyService()
  9671.     {
  9672.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  9673.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  9674.         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 {
  9675.             return ($this->privates['console.command.translation_debug'] ?? $this->getConsole_Command_TranslationDebugService());
  9676.         });
  9677.     }
  9678.     /**
  9679.      * Gets the private '.console.command.translation_extract.lazy' shared service.
  9680.      *
  9681.      * @return \Symfony\Component\Console\Command\LazyCommand
  9682.      */
  9683.     protected function get_Console_Command_TranslationExtract_LazyService()
  9684.     {
  9685.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  9686.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  9687.         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 {
  9688.             return ($this->privates['console.command.translation_extract'] ?? $this->getConsole_Command_TranslationExtractService());
  9689.         });
  9690.     }
  9691.     /**
  9692.      * Gets the private '.console.command.translation_pull.lazy' shared service.
  9693.      *
  9694.      * @return \Symfony\Component\Console\Command\LazyCommand
  9695.      */
  9696.     protected function get_Console_Command_TranslationPull_LazyService()
  9697.     {
  9698.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  9699.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  9700.         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 {
  9701.             return ($this->privates['console.command.translation_pull'] ?? $this->getConsole_Command_TranslationPullService());
  9702.         });
  9703.     }
  9704.     /**
  9705.      * Gets the private '.console.command.translation_push.lazy' shared service.
  9706.      *
  9707.      * @return \Symfony\Component\Console\Command\LazyCommand
  9708.      */
  9709.     protected function get_Console_Command_TranslationPush_LazyService()
  9710.     {
  9711.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  9712.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  9713.         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 {
  9714.             return ($this->privates['console.command.translation_push'] ?? $this->getConsole_Command_TranslationPushService());
  9715.         });
  9716.     }
  9717.     /**
  9718.      * Gets the private '.console.command.validator_debug.lazy' shared service.
  9719.      *
  9720.      * @return \Symfony\Component\Console\Command\LazyCommand
  9721.      */
  9722.     protected function get_Console_Command_ValidatorDebug_LazyService()
  9723.     {
  9724.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  9725.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  9726.         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 {
  9727.             return ($this->privates['console.command.validator_debug'] ?? $this->getConsole_Command_ValidatorDebugService());
  9728.         });
  9729.     }
  9730.     /**
  9731.      * Gets the private '.console.command.xliff_lint.lazy' shared service.
  9732.      *
  9733.      * @return \Symfony\Component\Console\Command\LazyCommand
  9734.      */
  9735.     protected function get_Console_Command_XliffLint_LazyService()
  9736.     {
  9737.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  9738.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  9739.         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 {
  9740.             return ($this->privates['console.command.xliff_lint'] ?? $this->getConsole_Command_XliffLintService());
  9741.         });
  9742.     }
  9743.     /**
  9744.      * Gets the private '.console.command.yaml_lint.lazy' shared service.
  9745.      *
  9746.      * @return \Symfony\Component\Console\Command\LazyCommand
  9747.      */
  9748.     protected function get_Console_Command_YamlLint_LazyService()
  9749.     {
  9750.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  9751.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  9752.         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 {
  9753.             return ($this->privates['console.command.yaml_lint'] ?? $this->getConsole_Command_YamlLintService());
  9754.         });
  9755.     }
  9756.     /**
  9757.      * Gets the private '.debug.http_client' shared service.
  9758.      *
  9759.      * @return \Symfony\Component\HttpClient\TraceableHttpClient
  9760.      */
  9761.     protected function get_Debug_HttpClientService()
  9762.     {
  9763.         $a \Symfony\Component\HttpClient\HttpClient::create([], 6);
  9764.         $a->setLogger(($this->privates['monolog.logger.http_client'] ?? $this->getMonolog_Logger_HttpClientService()));
  9765.         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))));
  9766.     }
  9767.     /**
  9768.      * Gets the private '.debug.hwi_oauth.http_client' shared service.
  9769.      *
  9770.      * @return \Symfony\Component\HttpClient\TraceableHttpClient
  9771.      */
  9772.     protected function get_Debug_HwiOauth_HttpClientService()
  9773.     {
  9774.         return $this->privates['.debug.hwi_oauth.http_client'] = new \Symfony\Component\HttpClient\TraceableHttpClient(\Symfony\Component\HttpClient\HttpClient::create(), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  9775.     }
  9776.     /**
  9777.      * Gets the private '.doctrine.orm.default_metadata_driver' shared service.
  9778.      *
  9779.      * @return \Doctrine\Bundle\DoctrineBundle\Mapping\MappingDriver
  9780.      */
  9781.     protected function get_Doctrine_Orm_DefaultMetadataDriverService()
  9782.     {
  9783.         $a = new \Doctrine\Persistence\Mapping\Driver\MappingDriverChain();
  9784.         $b = ($this->privates['doctrine.orm.default_annotation_metadata_driver'] ?? $this->getDoctrine_Orm_DefaultAnnotationMetadataDriverService());
  9785.         $a->addDriver($b'CodersLab\\Lms\\Modules\\Courses\\Application\\Query\\Model');
  9786.         $a->addDriver($b'CodersLab\\Lms\\Modules\\Materials\\Domain');
  9787.         $a->addDriver($b'CodersLab\\Lms\\Modules\\Learning\\Domain');
  9788.         $a->addDriver($b'CodersLab\\Lms\\Modules\\IdentityAccess\\Domain');
  9789.         $a->addDriver($b'AppBundle\\Entity');
  9790.         $a->addDriver(($this->privates['.5_doctrine_metadata_driver~M7E.AoK'] ?? $this->get_5DoctrineMetadataDriverM7E_AoKService()), 'FOS\\UserBundle\\Model');
  9791.         return $this->privates['.doctrine.orm.default_metadata_driver'] = new \Doctrine\Bundle\DoctrineBundle\Mapping\MappingDriver($a, ($this->privates['.service_locator.KLVvNIq'] ?? $this->get_ServiceLocator_KLVvNIqService()));
  9792.     }
  9793.     /**
  9794.      * Gets the private '.errored..service_locator.4VniufD.AppBundle\Entity\Instance' shared service.
  9795.      *
  9796.      * @return \AppBundle\Entity\Instance
  9797.      */
  9798.     protected function getInstance2Service()
  9799.     {
  9800.         $this->throw('Cannot autowire service ".service_locator.4VniufD": it references class "AppBundle\\Entity\\Instance" but no such service exists.');
  9801.     }
  9802.     /**
  9803.      * Gets the private '.errored..service_locator.4mcw0dN.AppBundle\Entity\Language' shared service.
  9804.      *
  9805.      * @return \AppBundle\Entity\Language
  9806.      */
  9807.     protected function getLanguageService()
  9808.     {
  9809.         $this->throw('Cannot autowire service ".service_locator.4mcw0dN": it references class "AppBundle\\Entity\\Language" but no such service exists.');
  9810.     }
  9811.     /**
  9812.      * Gets the private '.errored..service_locator.7z.4GMP.AppBundle\Entity\Instance' shared service.
  9813.      *
  9814.      * @return \AppBundle\Entity\Instance
  9815.      */
  9816.     protected function getInstance3Service()
  9817.     {
  9818.         $this->throw('Cannot autowire service ".service_locator.7z.4GMP": it references class "AppBundle\\Entity\\Instance" but no such service exists.');
  9819.     }
  9820.     /**
  9821.      * Gets the private '.errored..service_locator.7z.4GMP.AppBundle\Entity\Language' shared service.
  9822.      *
  9823.      * @return \AppBundle\Entity\Language
  9824.      */
  9825.     protected function getLanguage2Service()
  9826.     {
  9827.         $this->throw('Cannot autowire service ".service_locator.7z.4GMP": it references class "AppBundle\\Entity\\Language" but no such service exists.');
  9828.     }
  9829.     /**
  9830.      * Gets the private '.errored..service_locator.BpR6uEC.CodersLab\Lms\UserInterface\Rest\Controller\DTO\MaterialReview' shared service.
  9831.      *
  9832.      * @return \CodersLab\Lms\UserInterface\Rest\Controller\DTO\MaterialReview
  9833.      */
  9834.     protected function getMaterialReviewService()
  9835.     {
  9836.         $this->throw('Cannot autowire service ".service_locator.BpR6uEC": it references class "CodersLab\\Lms\\UserInterface\\Rest\\Controller\\DTO\\MaterialReview" but no such service exists.');
  9837.     }
  9838.     /**
  9839.      * Gets the private '.errored..service_locator.F1oPjYI.AppBundle\Entity\User' shared service.
  9840.      *
  9841.      * @return \AppBundle\Entity\User
  9842.      */
  9843.     protected function getUserService()
  9844.     {
  9845.         $this->throw('Cannot autowire service ".service_locator.F1oPjYI": it references class "AppBundle\\Entity\\User" but no such service exists.');
  9846.     }
  9847.     /**
  9848.      * Gets the private '.errored..service_locator.I2_Fg2P.AppBundle\Entity\Notification' shared service.
  9849.      *
  9850.      * @return \AppBundle\Entity\Notification
  9851.      */
  9852.     protected function getNotificationService()
  9853.     {
  9854.         $this->throw('Cannot autowire service ".service_locator.I2_Fg2P": it references class "AppBundle\\Entity\\Notification" but no such service exists.');
  9855.     }
  9856.     /**
  9857.      * Gets the private '.errored..service_locator.NhlS.14.CodersLab\Lms\SharedKernel\Common\DTO\PresentationIssue' shared service.
  9858.      *
  9859.      * @return \CodersLab\Lms\SharedKernel\Common\DTO\PresentationIssue
  9860.      */
  9861.     protected function getPresentationIssueService()
  9862.     {
  9863.         $this->throw('Cannot autowire service ".service_locator.NhlS.14": it references class "CodersLab\\Lms\\SharedKernel\\Common\\DTO\\PresentationIssue" but no such service exists.');
  9864.     }
  9865.     /**
  9866.      * Gets the private '.errored..service_locator.YL9g80o.CodersLab\Lms\UserInterface\Rest\Controller\DTO\ExamAccess' shared service.
  9867.      *
  9868.      * @return \CodersLab\Lms\UserInterface\Rest\Controller\DTO\ExamAccess
  9869.      */
  9870.     protected function getExamAccessService()
  9871.     {
  9872.         $this->throw('Cannot autowire service ".service_locator.YL9g80o": it references class "CodersLab\\Lms\\UserInterface\\Rest\\Controller\\DTO\\ExamAccess" but no such service exists.');
  9873.     }
  9874.     /**
  9875.      * Gets the private '.errored..service_locator.bRdave9.Symfony\Component\HttpFoundation\Response' shared service.
  9876.      *
  9877.      * @return \Symfony\Component\HttpFoundation\Response
  9878.      */
  9879.     protected function getResponseService()
  9880.     {
  9881.         $this->throw('Cannot autowire service ".service_locator.bRdave9": it references class "Symfony\\Component\\HttpFoundation\\Response" but no such service exists.');
  9882.     }
  9883.     /**
  9884.      * Gets the private '.errored..service_locator.dOajF2L.AppBundle\Entity\Instance' shared service.
  9885.      *
  9886.      * @return \AppBundle\Entity\Instance
  9887.      */
  9888.     protected function getInstance4Service()
  9889.     {
  9890.         $this->throw('Cannot autowire service ".service_locator.dOajF2L": it references class "AppBundle\\Entity\\Instance" but no such service exists.');
  9891.     }
  9892.     /**
  9893.      * Gets the private '.errored..service_locator.fvcRFtK.CodersLab\Lms\SharedKernel\Common\DTO\User\ChangePassword' shared service.
  9894.      *
  9895.      * @return \CodersLab\Lms\SharedKernel\Common\DTO\User\ChangePassword
  9896.      */
  9897.     protected function getChangePasswordService()
  9898.     {
  9899.         $this->throw('Cannot autowire service ".service_locator.fvcRFtK": it references class "CodersLab\\Lms\\SharedKernel\\Common\\DTO\\User\\ChangePassword" but no such service exists.');
  9900.     }
  9901.     /**
  9902.      * Gets the private '.errored..service_locator.t5khzQp.AppBundle\Entity\Instance' shared service.
  9903.      *
  9904.      * @return \AppBundle\Entity\Instance
  9905.      */
  9906.     protected function getInstance5Service()
  9907.     {
  9908.         $this->throw('Cannot autowire service ".service_locator.t5khzQp": it references class "AppBundle\\Entity\\Instance" but no such service exists.');
  9909.     }
  9910.     /**
  9911.      * Gets the private '.errored..service_locator.vfx_ji0.CodersLab\Lms\SharedKernel\Common\DTO\User\User' shared service.
  9912.      *
  9913.      * @return \CodersLab\Lms\SharedKernel\Common\DTO\User\User
  9914.      */
  9915.     protected function getUser2Service()
  9916.     {
  9917.         $this->throw('Cannot autowire service ".service_locator.vfx_ji0": it references class "CodersLab\\Lms\\SharedKernel\\Common\\DTO\\User\\User" but no such service exists.');
  9918.     }
  9919.     /**
  9920.      * Gets the private '.errored..service_locator.xUrKPVU.Symfony\Component\Config\Loader\LoaderInterface' shared service.
  9921.      *
  9922.      * @return \Symfony\Component\Config\Loader\LoaderInterface
  9923.      */
  9924.     protected function getLoaderInterfaceService()
  9925.     {
  9926.         $this->throw('Cannot autowire service ".service_locator.xUrKPVU": 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".');
  9927.     }
  9928.     /**
  9929.      * Gets the private '.lexik_jwt_authentication.check_config_command.lazy' shared service.
  9930.      *
  9931.      * @return \Symfony\Component\Console\Command\LazyCommand
  9932.      */
  9933.     protected function get_LexikJwtAuthentication_CheckConfigCommand_LazyService()
  9934.     {
  9935.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  9936.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  9937.         return $this->privates['.lexik_jwt_authentication.check_config_command.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('lexik:jwt:check-config', [], 'Checks that the bundle is properly configured.'false, function (): \Lexik\Bundle\JWTAuthenticationBundle\Command\CheckConfigCommand {
  9938.             return ($this->privates['lexik_jwt_authentication.check_config_command'] ?? $this->getLexikJwtAuthentication_CheckConfigCommandService());
  9939.         });
  9940.     }
  9941.     /**
  9942.      * Gets the private '.lexik_jwt_authentication.generate_keypair_command.lazy' shared service.
  9943.      *
  9944.      * @return \Symfony\Component\Console\Command\LazyCommand
  9945.      */
  9946.     protected function get_LexikJwtAuthentication_GenerateKeypairCommand_LazyService()
  9947.     {
  9948.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  9949.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  9950.         return $this->privates['.lexik_jwt_authentication.generate_keypair_command.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('lexik:jwt:generate-keypair', [], 'Generate public/private keys for use in your application.'false, function (): \Lexik\Bundle\JWTAuthenticationBundle\Command\GenerateKeyPairCommand {
  9951.             return ($this->privates['lexik_jwt_authentication.generate_keypair_command'] ?? $this->getLexikJwtAuthentication_GenerateKeypairCommandService());
  9952.         });
  9953.     }
  9954.     /**
  9955.      * Gets the private '.lexik_jwt_authentication.generate_token_command.lazy' shared service.
  9956.      *
  9957.      * @return \Symfony\Component\Console\Command\LazyCommand
  9958.      */
  9959.     protected function get_LexikJwtAuthentication_GenerateTokenCommand_LazyService()
  9960.     {
  9961.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  9962.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  9963.         return $this->privates['.lexik_jwt_authentication.generate_token_command.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('lexik:jwt:generate-token', [], 'Generates a JWT token for a given user.'false, function (): \Lexik\Bundle\JWTAuthenticationBundle\Command\GenerateTokenCommand {
  9964.             return ($this->services['lexik_jwt_authentication.generate_token_command'] ?? $this->getLexikJwtAuthentication_GenerateTokenCommandService());
  9965.         });
  9966.     }
  9967.     /**
  9968.      * Gets the private '.maker.auto_command.make_auth.lazy' shared service.
  9969.      *
  9970.      * @return \Symfony\Component\Console\Command\LazyCommand
  9971.      */
  9972.     protected function get_Maker_AutoCommand_MakeAuth_LazyService()
  9973.     {
  9974.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  9975.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  9976.         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 {
  9977.             return ($this->privates['maker.auto_command.make_auth'] ?? $this->getMaker_AutoCommand_MakeAuthService());
  9978.         });
  9979.     }
  9980.     /**
  9981.      * Gets the private '.maker.auto_command.make_command.lazy' shared service.
  9982.      *
  9983.      * @return \Symfony\Component\Console\Command\LazyCommand
  9984.      */
  9985.     protected function get_Maker_AutoCommand_MakeCommand_LazyService()
  9986.     {
  9987.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  9988.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  9989.         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 {
  9990.             return ($this->privates['maker.auto_command.make_command'] ?? $this->getMaker_AutoCommand_MakeCommandService());
  9991.         });
  9992.     }
  9993.     /**
  9994.      * Gets the private '.maker.auto_command.make_controller.lazy' shared service.
  9995.      *
  9996.      * @return \Symfony\Component\Console\Command\LazyCommand
  9997.      */
  9998.     protected function get_Maker_AutoCommand_MakeController_LazyService()
  9999.     {
  10000.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  10001.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  10002.         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 {
  10003.             return ($this->privates['maker.auto_command.make_controller'] ?? $this->getMaker_AutoCommand_MakeControllerService());
  10004.         });
  10005.     }
  10006.     /**
  10007.      * Gets the private '.maker.auto_command.make_crud.lazy' shared service.
  10008.      *
  10009.      * @return \Symfony\Component\Console\Command\LazyCommand
  10010.      */
  10011.     protected function get_Maker_AutoCommand_MakeCrud_LazyService()
  10012.     {
  10013.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  10014.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  10015.         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 {
  10016.             return ($this->privates['maker.auto_command.make_crud'] ?? $this->getMaker_AutoCommand_MakeCrudService());
  10017.         });
  10018.     }
  10019.     /**
  10020.      * Gets the private '.maker.auto_command.make_docker_database.lazy' shared service.
  10021.      *
  10022.      * @return \Symfony\Component\Console\Command\LazyCommand
  10023.      */
  10024.     protected function get_Maker_AutoCommand_MakeDockerDatabase_LazyService()
  10025.     {
  10026.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  10027.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  10028.         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 {
  10029.             return ($this->privates['maker.auto_command.make_docker_database'] ?? $this->getMaker_AutoCommand_MakeDockerDatabaseService());
  10030.         });
  10031.     }
  10032.     /**
  10033.      * Gets the private '.maker.auto_command.make_entity.lazy' shared service.
  10034.      *
  10035.      * @return \Symfony\Component\Console\Command\LazyCommand
  10036.      */
  10037.     protected function get_Maker_AutoCommand_MakeEntity_LazyService()
  10038.     {
  10039.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  10040.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  10041.         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 {
  10042.             return ($this->privates['maker.auto_command.make_entity'] ?? $this->getMaker_AutoCommand_MakeEntityService());
  10043.         });
  10044.     }
  10045.     /**
  10046.      * Gets the private '.maker.auto_command.make_fixtures.lazy' shared service.
  10047.      *
  10048.      * @return \Symfony\Component\Console\Command\LazyCommand
  10049.      */
  10050.     protected function get_Maker_AutoCommand_MakeFixtures_LazyService()
  10051.     {
  10052.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  10053.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  10054.         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 {
  10055.             return ($this->privates['maker.auto_command.make_fixtures'] ?? $this->getMaker_AutoCommand_MakeFixturesService());
  10056.         });
  10057.     }
  10058.     /**
  10059.      * Gets the private '.maker.auto_command.make_form.lazy' shared service.
  10060.      *
  10061.      * @return \Symfony\Component\Console\Command\LazyCommand
  10062.      */
  10063.     protected function get_Maker_AutoCommand_MakeForm_LazyService()
  10064.     {
  10065.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  10066.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  10067.         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 {
  10068.             return ($this->privates['maker.auto_command.make_form'] ?? $this->getMaker_AutoCommand_MakeFormService());
  10069.         });
  10070.     }
  10071.     /**
  10072.      * Gets the private '.maker.auto_command.make_message.lazy' shared service.
  10073.      *
  10074.      * @return \Symfony\Component\Console\Command\LazyCommand
  10075.      */
  10076.     protected function get_Maker_AutoCommand_MakeMessage_LazyService()
  10077.     {
  10078.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  10079.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  10080.         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 {
  10081.             return ($this->privates['maker.auto_command.make_message'] ?? $this->getMaker_AutoCommand_MakeMessageService());
  10082.         });
  10083.     }
  10084.     /**
  10085.      * Gets the private '.maker.auto_command.make_messenger_middleware.lazy' shared service.
  10086.      *
  10087.      * @return \Symfony\Component\Console\Command\LazyCommand
  10088.      */
  10089.     protected function get_Maker_AutoCommand_MakeMessengerMiddleware_LazyService()
  10090.     {
  10091.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  10092.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  10093.         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 {
  10094.             return ($this->privates['maker.auto_command.make_messenger_middleware'] ?? $this->getMaker_AutoCommand_MakeMessengerMiddlewareService());
  10095.         });
  10096.     }
  10097.     /**
  10098.      * Gets the private '.maker.auto_command.make_migration.lazy' shared service.
  10099.      *
  10100.      * @return \Symfony\Component\Console\Command\LazyCommand
  10101.      */
  10102.     protected function get_Maker_AutoCommand_MakeMigration_LazyService()
  10103.     {
  10104.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  10105.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  10106.         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 {
  10107.             return ($this->privates['maker.auto_command.make_migration'] ?? $this->getMaker_AutoCommand_MakeMigrationService());
  10108.         });
  10109.     }
  10110.     /**
  10111.      * Gets the private '.maker.auto_command.make_registration_form.lazy' shared service.
  10112.      *
  10113.      * @return \Symfony\Component\Console\Command\LazyCommand
  10114.      */
  10115.     protected function get_Maker_AutoCommand_MakeRegistrationForm_LazyService()
  10116.     {
  10117.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  10118.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  10119.         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 {
  10120.             return ($this->privates['maker.auto_command.make_registration_form'] ?? $this->getMaker_AutoCommand_MakeRegistrationFormService());
  10121.         });
  10122.     }
  10123.     /**
  10124.      * Gets the private '.maker.auto_command.make_reset_password.lazy' shared service.
  10125.      *
  10126.      * @return \Symfony\Component\Console\Command\LazyCommand
  10127.      */
  10128.     protected function get_Maker_AutoCommand_MakeResetPassword_LazyService()
  10129.     {
  10130.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  10131.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  10132.         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 {
  10133.             return ($this->privates['maker.auto_command.make_reset_password'] ?? $this->getMaker_AutoCommand_MakeResetPasswordService());
  10134.         });
  10135.     }
  10136.     /**
  10137.      * Gets the private '.maker.auto_command.make_serializer_encoder.lazy' shared service.
  10138.      *
  10139.      * @return \Symfony\Component\Console\Command\LazyCommand
  10140.      */
  10141.     protected function get_Maker_AutoCommand_MakeSerializerEncoder_LazyService()
  10142.     {
  10143.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  10144.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  10145.         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 {
  10146.             return ($this->privates['maker.auto_command.make_serializer_encoder'] ?? $this->getMaker_AutoCommand_MakeSerializerEncoderService());
  10147.         });
  10148.     }
  10149.     /**
  10150.      * Gets the private '.maker.auto_command.make_serializer_normalizer.lazy' shared service.
  10151.      *
  10152.      * @return \Symfony\Component\Console\Command\LazyCommand
  10153.      */
  10154.     protected function get_Maker_AutoCommand_MakeSerializerNormalizer_LazyService()
  10155.     {
  10156.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  10157.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  10158.         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 {
  10159.             return ($this->privates['maker.auto_command.make_serializer_normalizer'] ?? $this->getMaker_AutoCommand_MakeSerializerNormalizerService());
  10160.         });
  10161.     }
  10162.     /**
  10163.      * Gets the private '.maker.auto_command.make_stimulus_controller.lazy' shared service.
  10164.      *
  10165.      * @return \Symfony\Component\Console\Command\LazyCommand
  10166.      */
  10167.     protected function get_Maker_AutoCommand_MakeStimulusController_LazyService()
  10168.     {
  10169.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  10170.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  10171.         return $this->privates['.maker.auto_command.make_stimulus_controller.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:stimulus-controller', [], 'Creates a new Stimulus controller'false, function (): \Symfony\Bundle\MakerBundle\Command\MakerCommand {
  10172.             return ($this->privates['maker.auto_command.make_stimulus_controller'] ?? $this->getMaker_AutoCommand_MakeStimulusControllerService());
  10173.         });
  10174.     }
  10175.     /**
  10176.      * Gets the private '.maker.auto_command.make_subscriber.lazy' shared service.
  10177.      *
  10178.      * @return \Symfony\Component\Console\Command\LazyCommand
  10179.      */
  10180.     protected function get_Maker_AutoCommand_MakeSubscriber_LazyService()
  10181.     {
  10182.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  10183.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  10184.         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 {
  10185.             return ($this->privates['maker.auto_command.make_subscriber'] ?? $this->getMaker_AutoCommand_MakeSubscriberService());
  10186.         });
  10187.     }
  10188.     /**
  10189.      * Gets the private '.maker.auto_command.make_test.lazy' shared service.
  10190.      *
  10191.      * @return \Symfony\Component\Console\Command\LazyCommand
  10192.      */
  10193.     protected function get_Maker_AutoCommand_MakeTest_LazyService()
  10194.     {
  10195.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  10196.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  10197.         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 {
  10198.             return ($this->privates['maker.auto_command.make_test'] ?? $this->getMaker_AutoCommand_MakeTestService());
  10199.         });
  10200.     }
  10201.     /**
  10202.      * Gets the private '.maker.auto_command.make_twig_component.lazy' shared service.
  10203.      *
  10204.      * @return \Symfony\Component\Console\Command\LazyCommand
  10205.      */
  10206.     protected function get_Maker_AutoCommand_MakeTwigComponent_LazyService()
  10207.     {
  10208.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  10209.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  10210.         return $this->privates['.maker.auto_command.make_twig_component.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:twig-component', [], 'Creates a twig (or live) component'false, function (): \Symfony\Bundle\MakerBundle\Command\MakerCommand {
  10211.             return ($this->privates['maker.auto_command.make_twig_component'] ?? $this->getMaker_AutoCommand_MakeTwigComponentService());
  10212.         });
  10213.     }
  10214.     /**
  10215.      * Gets the private '.maker.auto_command.make_twig_extension.lazy' shared service.
  10216.      *
  10217.      * @return \Symfony\Component\Console\Command\LazyCommand
  10218.      */
  10219.     protected function get_Maker_AutoCommand_MakeTwigExtension_LazyService()
  10220.     {
  10221.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  10222.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  10223.         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 {
  10224.             return ($this->privates['maker.auto_command.make_twig_extension'] ?? $this->getMaker_AutoCommand_MakeTwigExtensionService());
  10225.         });
  10226.     }
  10227.     /**
  10228.      * Gets the private '.maker.auto_command.make_user.lazy' shared service.
  10229.      *
  10230.      * @return \Symfony\Component\Console\Command\LazyCommand
  10231.      */
  10232.     protected function get_Maker_AutoCommand_MakeUser_LazyService()
  10233.     {
  10234.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  10235.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  10236.         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 {
  10237.             return ($this->privates['maker.auto_command.make_user'] ?? $this->getMaker_AutoCommand_MakeUserService());
  10238.         });
  10239.     }
  10240.     /**
  10241.      * Gets the private '.maker.auto_command.make_validator.lazy' shared service.
  10242.      *
  10243.      * @return \Symfony\Component\Console\Command\LazyCommand
  10244.      */
  10245.     protected function get_Maker_AutoCommand_MakeValidator_LazyService()
  10246.     {
  10247.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  10248.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  10249.         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 {
  10250.             return ($this->privates['maker.auto_command.make_validator'] ?? $this->getMaker_AutoCommand_MakeValidatorService());
  10251.         });
  10252.     }
  10253.     /**
  10254.      * Gets the private '.maker.auto_command.make_voter.lazy' shared service.
  10255.      *
  10256.      * @return \Symfony\Component\Console\Command\LazyCommand
  10257.      */
  10258.     protected function get_Maker_AutoCommand_MakeVoter_LazyService()
  10259.     {
  10260.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  10261.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  10262.         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 {
  10263.             return ($this->privates['maker.auto_command.make_voter'] ?? $this->getMaker_AutoCommand_MakeVoterService());
  10264.         });
  10265.     }
  10266.     /**
  10267.      * Gets the private '.materials_cache.taggable' shared service.
  10268.      *
  10269.      * @return \Symfony\Component\Cache\Adapter\TagAwareAdapter
  10270.      */
  10271.     protected function get_MaterialsCache_TaggableService()
  10272.     {
  10273.         include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/TagAwareAdapter.php';
  10274.         return $this->privates['.materials_cache.taggable'] = new \Symfony\Component\Cache\Adapter\TagAwareAdapter(($this->services['materials_cache'] ?? $this->getMaterialsCacheService()));
  10275.     }
  10276.     /**
  10277.      * Gets the private '.messenger.handler_descriptor..DnGeME' shared service.
  10278.      *
  10279.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  10280.      */
  10281.     protected function get_Messenger_HandlerDescriptor__DnGeMEService()
  10282.     {
  10283.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  10284.         return $this->privates['.messenger.handler_descriptor..DnGeME'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor(($this->services['CodersLab\\Lms\\Modules\\IdentityAccess\\Application\\Handler\\RevokeStudentExamAccessHandler'] ?? $this->getRevokeStudentExamAccessHandlerService()), ['bus' => 'command_bus']);
  10285.     }
  10286.     /**
  10287.      * Gets the private '.messenger.handler_descriptor.0T26Fds' shared service.
  10288.      *
  10289.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  10290.      */
  10291.     protected function get_Messenger_HandlerDescriptor_0T26FdsService()
  10292.     {
  10293.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  10294.         return $this->privates['.messenger.handler_descriptor.0T26Fds'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor(($this->services['CodersLab\\Lms\\Modules\\Materials\\Application\\Handler\\UpdateCourseDocumentsHandler'] ?? $this->getUpdateCourseDocumentsHandlerService()), ['bus' => 'command_bus']);
  10295.     }
  10296.     /**
  10297.      * Gets the private '.messenger.handler_descriptor.1y0THQi' shared service.
  10298.      *
  10299.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  10300.      */
  10301.     protected function get_Messenger_HandlerDescriptor_1y0THQiService()
  10302.     {
  10303.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  10304.         return $this->privates['.messenger.handler_descriptor.1y0THQi'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor(($this->services['CodersLab\\Lms\\Modules\\Materials\\Application\\Listener\\ExerciseBuiltListener'] ?? $this->getExerciseBuiltListenerService()), ['bus' => 'event_bus']);
  10305.     }
  10306.     /**
  10307.      * Gets the private '.messenger.handler_descriptor.23yC2ah' shared service.
  10308.      *
  10309.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  10310.      */
  10311.     protected function get_Messenger_HandlerDescriptor_23yC2ahService()
  10312.     {
  10313.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  10314.         return $this->privates['.messenger.handler_descriptor.23yC2ah'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor(($this->services['CodersLab\\Lms\\Modules\\Courses\\Application\\Handler\\ChangeGithubRepositoryNameHandler'] ?? $this->getChangeGithubRepositoryNameHandlerService()), ['bus' => 'command_bus']);
  10315.     }
  10316.     /**
  10317.      * Gets the private '.messenger.handler_descriptor.2C86Ctb' shared service.
  10318.      *
  10319.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  10320.      */
  10321.     protected function get_Messenger_HandlerDescriptor_2C86CtbService()
  10322.     {
  10323.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  10324.         return $this->privates['.messenger.handler_descriptor.2C86Ctb'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor(($this->services['CodersLab\\Lms\\Modules\\Materials\\Application\\Handler\\RemoveUserFromGithubTeamHandler'] ?? $this->getRemoveUserFromGithubTeamHandlerService()), ['bus' => 'command_bus']);
  10325.     }
  10326.     /**
  10327.      * Gets the private '.messenger.handler_descriptor.4gx0ATC' shared service.
  10328.      *
  10329.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  10330.      */
  10331.     protected function get_Messenger_HandlerDescriptor_4gx0ATCService()
  10332.     {
  10333.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  10334.         return $this->privates['.messenger.handler_descriptor.4gx0ATC'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor(($this->services['CodersLab\\Lms\\Modules\\Learning\\Application\\Handler\\AddMaterialResultSyncHandler'] ?? $this->getAddMaterialResultSyncHandlerService()), ['bus' => 'command_bus']);
  10335.     }
  10336.     /**
  10337.      * Gets the private '.messenger.handler_descriptor.5YFyD67' shared service.
  10338.      *
  10339.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  10340.      */
  10341.     protected function get_Messenger_HandlerDescriptor_5YFyD67Service()
  10342.     {
  10343.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  10344.         return $this->privates['.messenger.handler_descriptor.5YFyD67'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor(($this->services['CodersLab\\Lms\\Modules\\IdentityAccess\\Application\\Handler\\AddStudentsExamsAccessHandler'] ?? $this->getAddStudentsExamsAccessHandlerService()), ['bus' => 'command_bus']);
  10345.     }
  10346.     /**
  10347.      * Gets the private '.messenger.handler_descriptor.5n.vgbm' shared service.
  10348.      *
  10349.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  10350.      */
  10351.     protected function get_Messenger_HandlerDescriptor_5n_VgbmService()
  10352.     {
  10353.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  10354.         return $this->privates['.messenger.handler_descriptor.5n.vgbm'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor(($this->services['CodersLab\\Lms\\Modules\\Materials\\Application\\Handler\\StoreCoursesHandler'] ?? $this->getStoreCoursesHandlerService()), ['bus' => 'command_bus']);
  10355.     }
  10356.     /**
  10357.      * Gets the private '.messenger.handler_descriptor.5nVwGR4' shared service.
  10358.      *
  10359.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  10360.      */
  10361.     protected function get_Messenger_HandlerDescriptor_5nVwGR4Service()
  10362.     {
  10363.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  10364.         return $this->privates['.messenger.handler_descriptor.5nVwGR4'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor(($this->services['CodersLab\\Lms\\Modules\\IdentityAccess\\Application\\Listener\\RepositoryForUserSharedListener'] ?? $this->getRepositoryForUserSharedListenerService()), ['bus' => 'event_bus']);
  10365.     }
  10366.     /**
  10367.      * Gets the private '.messenger.handler_descriptor.81d1IXg' shared service.
  10368.      *
  10369.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  10370.      */
  10371.     protected function get_Messenger_HandlerDescriptor_81d1IXgService()
  10372.     {
  10373.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  10374.         return $this->privates['.messenger.handler_descriptor.81d1IXg'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor(($this->services['CodersLab\\Lms\\Modules\\Materials\\Application\\Handler\\ShareRepositoryForMentorsHandler'] ?? $this->getShareRepositoryForMentorsHandlerService()), ['bus' => 'command_bus']);
  10375.     }
  10376.     /**
  10377.      * Gets the private '.messenger.handler_descriptor.8M6wqym' shared service.
  10378.      *
  10379.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  10380.      */
  10381.     protected function get_Messenger_HandlerDescriptor_8M6wqymService()
  10382.     {
  10383.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  10384.         return $this->privates['.messenger.handler_descriptor.8M6wqym'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor(($this->services['CodersLab\\Lms\\SharedKernel\\Application\\Handler\\UpdateShowWelcomePageHandler'] ?? $this->getUpdateShowWelcomePageHandlerService()), ['bus' => 'command_bus']);
  10385.     }
  10386.     /**
  10387.      * Gets the private '.messenger.handler_descriptor.8t8JSDi' shared service.
  10388.      *
  10389.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  10390.      */
  10391.     protected function get_Messenger_HandlerDescriptor_8t8JSDiService()
  10392.     {
  10393.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  10394.         return $this->privates['.messenger.handler_descriptor.8t8JSDi'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor(($this->services['CodersLab\\Lms\\Modules\\IdentityAccess\\Application\\Handler\\NotifyPreworkSharedHandler'] ?? $this->getNotifyPreworkSharedHandlerService()), ['bus' => 'command_bus']);
  10395.     }
  10396.     /**
  10397.      * Gets the private '.messenger.handler_descriptor.9KbgIUC' shared service.
  10398.      *
  10399.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  10400.      */
  10401.     protected function get_Messenger_HandlerDescriptor_9KbgIUCService()
  10402.     {
  10403.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  10404.         return $this->privates['.messenger.handler_descriptor.9KbgIUC'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor(($this->services['CodersLab\\Lms\\Modules\\Courses\\Application\\Listener\\CourseInstanceAddedListener'] ?? $this->getCourseInstanceAddedListenerService()), ['bus' => 'event_bus']);
  10405.     }
  10406.     /**
  10407.      * Gets the private '.messenger.handler_descriptor.9V0GYLS' shared service.
  10408.      *
  10409.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  10410.      */
  10411.     protected function get_Messenger_HandlerDescriptor_9V0GYLSService()
  10412.     {
  10413.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  10414.         return $this->privates['.messenger.handler_descriptor.9V0GYLS'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor(($this->services['CodersLab\\Lms\\Modules\\Materials\\Application\\Handler\\RemoveUserFromRepositoryHandler'] ?? $this->getRemoveUserFromRepositoryHandlerService()), ['bus' => 'command_bus']);
  10415.     }
  10416.     /**
  10417.      * Gets the private '.messenger.handler_descriptor.DZ80VQK' shared service.
  10418.      *
  10419.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  10420.      */
  10421.     protected function get_Messenger_HandlerDescriptor_DZ80VQKService()
  10422.     {
  10423.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  10424.         return $this->privates['.messenger.handler_descriptor.DZ80VQK'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor(($this->services['CodersLab\\Lms\\Modules\\Courses\\Application\\Handler\\SynchroniseCourseScheduleUrlHandler'] ?? $this->getSynchroniseCourseScheduleUrlHandlerService()), ['bus' => 'command_bus']);
  10425.     }
  10426.     /**
  10427.      * Gets the private '.messenger.handler_descriptor.J1a0vpC' shared service.
  10428.      *
  10429.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  10430.      */
  10431.     protected function get_Messenger_HandlerDescriptor_J1a0vpCService()
  10432.     {
  10433.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  10434.         return $this->privates['.messenger.handler_descriptor.J1a0vpC'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor(($this->services['CodersLab\\Lms\\Modules\\IdentityAccess\\Application\\Handler\\RevokeAllStudentsAccessHandler'] ?? $this->getRevokeAllStudentsAccessHandlerService()), ['bus' => 'command_bus']);
  10435.     }
  10436.     /**
  10437.      * Gets the private '.messenger.handler_descriptor.NXxQuKr' shared service.
  10438.      *
  10439.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  10440.      */
  10441.     protected function get_Messenger_HandlerDescriptor_NXxQuKrService()
  10442.     {
  10443.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  10444.         return $this->privates['.messenger.handler_descriptor.NXxQuKr'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor(($this->services['CodersLab\\Lms\\Modules\\Learning\\Application\\Handler\\AddMaterialResultAsyncHandler'] ?? $this->getAddMaterialResultAsyncHandlerService()), ['bus' => 'command_bus']);
  10445.     }
  10446.     /**
  10447.      * Gets the private '.messenger.handler_descriptor.PsQhytY' shared service.
  10448.      *
  10449.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  10450.      */
  10451.     protected function get_Messenger_HandlerDescriptor_PsQhytYService()
  10452.     {
  10453.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  10454.         return $this->privates['.messenger.handler_descriptor.PsQhytY'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor(($this->services['CodersLab\\Lms\\Modules\\IdentityAccess\\Application\\Handler\\RevokeLecturerAccessHandler'] ?? $this->getRevokeLecturerAccessHandlerService()), ['bus' => 'command_bus']);
  10455.     }
  10456.     /**
  10457.      * Gets the private '.messenger.handler_descriptor.QC4iL6S' shared service.
  10458.      *
  10459.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  10460.      */
  10461.     protected function get_Messenger_HandlerDescriptor_QC4iL6SService()
  10462.     {
  10463.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  10464.         return $this->privates['.messenger.handler_descriptor.QC4iL6S'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor(($this->services['CodersLab\\Lms\\SharedKernel\\Application\\Handler\\EditUserHandler'] ?? $this->getEditUserHandlerService()), ['bus' => 'command_bus']);
  10465.     }
  10466.     /**
  10467.      * Gets the private '.messenger.handler_descriptor.QWgvE6j' shared service.
  10468.      *
  10469.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  10470.      */
  10471.     protected function get_Messenger_HandlerDescriptor_QWgvE6jService()
  10472.     {
  10473.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  10474.         return $this->privates['.messenger.handler_descriptor.QWgvE6j'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor(($this->services['CodersLab\\Lms\\Modules\\IdentityAccess\\Application\\Handler\\Bookmark\\UpsertBookmarkHandler'] ?? $this->getUpsertBookmarkHandlerService()), ['bus' => 'command_bus']);
  10475.     }
  10476.     /**
  10477.      * Gets the private '.messenger.handler_descriptor.RZtTSjI' shared service.
  10478.      *
  10479.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  10480.      */
  10481.     protected function get_Messenger_HandlerDescriptor_RZtTSjIService()
  10482.     {
  10483.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  10484.         return $this->privates['.messenger.handler_descriptor.RZtTSjI'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor(($this->services['CodersLab\\Lms\\Modules\\Materials\\Application\\Handler\\ReportPresentationIssueHandler'] ?? $this->getReportPresentationIssueHandlerService()), ['bus' => 'command_bus']);
  10485.     }
  10486.     /**
  10487.      * Gets the private '.messenger.handler_descriptor.RdEeV57' shared service.
  10488.      *
  10489.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  10490.      */
  10491.     protected function get_Messenger_HandlerDescriptor_RdEeV57Service()
  10492.     {
  10493.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  10494.         return $this->privates['.messenger.handler_descriptor.RdEeV57'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor(($this->services['CodersLab\\Lms\\Modules\\Learning\\Application\\Listener\\CourseInstanceMemberAddedListener'] ?? $this->getCourseInstanceMemberAddedListener2Service()), ['bus' => 'event_bus']);
  10495.     }
  10496.     /**
  10497.      * Gets the private '.messenger.handler_descriptor.S.kZfvs' shared service.
  10498.      *
  10499.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  10500.      */
  10501.     protected function get_Messenger_HandlerDescriptor_S_KZfvsService()
  10502.     {
  10503.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  10504.         return $this->privates['.messenger.handler_descriptor.S.kZfvs'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor(($this->services['CodersLab\\Lms\\Modules\\IdentityAccess\\Application\\Handler\\AddStudentExamAccessHandler'] ?? $this->getAddStudentExamAccessHandlerService()), ['bus' => 'command_bus']);
  10505.     }
  10506.     /**
  10507.      * Gets the private '.messenger.handler_descriptor.SG5rJcP' shared service.
  10508.      *
  10509.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  10510.      */
  10511.     protected function get_Messenger_HandlerDescriptor_SG5rJcPService()
  10512.     {
  10513.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  10514.         return $this->privates['.messenger.handler_descriptor.SG5rJcP'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor(($this->services['CodersLab\\Lms\\Modules\\Materials\\Application\\Handler\\AddUserToGithubTeamHandler'] ?? $this->getAddUserToGithubTeamHandlerService()), ['bus' => 'command_bus']);
  10515.     }
  10516.     /**
  10517.      * Gets the private '.messenger.handler_descriptor.T.DgoeS' shared service.
  10518.      *
  10519.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  10520.      */
  10521.     protected function get_Messenger_HandlerDescriptor_T_DgoeSService()
  10522.     {
  10523.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  10524.         return $this->privates['.messenger.handler_descriptor.T.DgoeS'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor(($this->services['CodersLab\\Lms\\Modules\\IdentityAccess\\Application\\Handler\\UpdateLastSeenMaterialHandler'] ?? $this->getUpdateLastSeenMaterialHandlerService()), ['bus' => 'command_bus']);
  10525.     }
  10526.     /**
  10527.      * Gets the private '.messenger.handler_descriptor.TsflJBr' shared service.
  10528.      *
  10529.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  10530.      */
  10531.     protected function get_Messenger_HandlerDescriptor_TsflJBrService()
  10532.     {
  10533.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  10534.         return $this->privates['.messenger.handler_descriptor.TsflJBr'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor(($this->services['CodersLab\\Lms\\Modules\\Materials\\Application\\Handler\\ShareRepositoryForLecturersHandler'] ?? $this->getShareRepositoryForLecturersHandlerService()), ['bus' => 'command_bus']);
  10535.     }
  10536.     /**
  10537.      * Gets the private '.messenger.handler_descriptor.UtncWkH' shared service.
  10538.      *
  10539.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  10540.      */
  10541.     protected function get_Messenger_HandlerDescriptor_UtncWkHService()
  10542.     {
  10543.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  10544.         return $this->privates['.messenger.handler_descriptor.UtncWkH'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor(($this->services['CodersLab\\Lms\\Modules\\Materials\\Application\\Handler\\InitQuizResponseWebhookHandler'] ?? $this->getInitQuizResponseWebhookHandlerService()), ['bus' => 'command_bus']);
  10545.     }
  10546.     /**
  10547.      * Gets the private '.messenger.handler_descriptor.V6EX5h7' shared service.
  10548.      *
  10549.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  10550.      */
  10551.     protected function get_Messenger_HandlerDescriptor_V6EX5h7Service()
  10552.     {
  10553.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  10554.         return $this->privates['.messenger.handler_descriptor.V6EX5h7'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor(($this->services['CodersLab\\Lms\\Modules\\Materials\\Application\\Handler\\ProcessExerciseHandler'] ?? $this->getProcessExerciseHandlerService()), ['bus' => 'command_bus']);
  10555.     }
  10556.     /**
  10557.      * Gets the private '.messenger.handler_descriptor.V6b26Z4' shared service.
  10558.      *
  10559.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  10560.      */
  10561.     protected function get_Messenger_HandlerDescriptor_V6b26Z4Service()
  10562.     {
  10563.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  10564.         return $this->privates['.messenger.handler_descriptor.V6b26Z4'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor(($this->services['CodersLab\\Lms\\Modules\\Materials\\Application\\Listener\\AccessGrantedEventListener'] ?? $this->getAccessGrantedEventListener2Service()), ['bus' => 'event_bus']);
  10565.     }
  10566.     /**
  10567.      * Gets the private '.messenger.handler_descriptor.VORAkVn' shared service.
  10568.      *
  10569.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  10570.      */
  10571.     protected function get_Messenger_HandlerDescriptor_VORAkVnService()
  10572.     {
  10573.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  10574.         return $this->privates['.messenger.handler_descriptor.VORAkVn'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor(($this->services['CodersLab\\Lms\\Modules\\Materials\\Application\\Listener\\ExerciseRepositoryAddedListener'] ?? $this->getExerciseRepositoryAddedListenerService()), ['bus' => 'event_bus']);
  10575.     }
  10576.     /**
  10577.      * Gets the private '.messenger.handler_descriptor.XR2FS5w' shared service.
  10578.      *
  10579.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  10580.      */
  10581.     protected function get_Messenger_HandlerDescriptor_XR2FS5wService()
  10582.     {
  10583.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  10584.         return $this->privates['.messenger.handler_descriptor.XR2FS5w'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor(($this->services['CodersLab\\Lms\\Modules\\IdentityAccess\\Application\\Listener\\CourseStoredListener'] ?? $this->getCourseStoredListenerService()), ['bus' => 'event_bus']);
  10585.     }
  10586.     /**
  10587.      * Gets the private '.messenger.handler_descriptor.YThJ6KY' shared service.
  10588.      *
  10589.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  10590.      */
  10591.     protected function get_Messenger_HandlerDescriptor_YThJ6KYService()
  10592.     {
  10593.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  10594.         return $this->privates['.messenger.handler_descriptor.YThJ6KY'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor(($this->services['CodersLab\\Lms\\Modules\\IdentityAccess\\Application\\Handler\\AddStudentModuleAccessHandler'] ?? $this->getAddStudentModuleAccessHandlerService()), ['bus' => 'command_bus']);
  10595.     }
  10596.     /**
  10597.      * Gets the private '.messenger.handler_descriptor.ZFtMi0u' shared service.
  10598.      *
  10599.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  10600.      */
  10601.     protected function get_Messenger_HandlerDescriptor_ZFtMi0uService()
  10602.     {
  10603.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  10604.         return $this->privates['.messenger.handler_descriptor.ZFtMi0u'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor(($this->services['CodersLab\\Lms\\Modules\\Materials\\Application\\Handler\\InitQuizUpdatesWebhookHandler'] ?? $this->getInitQuizUpdatesWebhookHandlerService()), ['bus' => 'command_bus']);
  10605.     }
  10606.     /**
  10607.      * Gets the private '.messenger.handler_descriptor.ZISK8Qj' shared service.
  10608.      *
  10609.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  10610.      */
  10611.     protected function get_Messenger_HandlerDescriptor_ZISK8QjService()
  10612.     {
  10613.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  10614.         return $this->privates['.messenger.handler_descriptor.ZISK8Qj'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor(($this->services['CodersLab\\Lms\\SharedKernel\\Application\\Handler\\SendActivationExpirationReminderEmailHandler'] ?? $this->getSendActivationExpirationReminderEmailHandlerService()), ['bus' => 'command_bus']);
  10615.     }
  10616.     /**
  10617.      * Gets the private '.messenger.handler_descriptor.ZNxsrn.' shared service.
  10618.      *
  10619.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  10620.      */
  10621.     protected function get_Messenger_HandlerDescriptor_ZNxsrn_Service()
  10622.     {
  10623.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  10624.         return $this->privates['.messenger.handler_descriptor.ZNxsrn.'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor(($this->services['CodersLab\\Lms\\Modules\\Courses\\Application\\Listener\\SignatureUpdatedListener'] ?? $this->getSignatureUpdatedListenerService()), ['bus' => 'event_bus']);
  10625.     }
  10626.     /**
  10627.      * Gets the private '.messenger.handler_descriptor.ZUlpGlK' shared service.
  10628.      *
  10629.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  10630.      */
  10631.     protected function get_Messenger_HandlerDescriptor_ZUlpGlKService()
  10632.     {
  10633.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  10634.         return $this->privates['.messenger.handler_descriptor.ZUlpGlK'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor(($this->services['CodersLab\\Lms\\Modules\\IdentityAccess\\Application\\Handler\\AddAllStudentsAccessHandler'] ?? $this->getAddAllStudentsAccessHandlerService()), ['bus' => 'command_bus']);
  10635.     }
  10636.     /**
  10637.      * Gets the private '.messenger.handler_descriptor.ZZJF1rW' shared service.
  10638.      *
  10639.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  10640.      */
  10641.     protected function get_Messenger_HandlerDescriptor_ZZJF1rWService()
  10642.     {
  10643.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  10644.         return $this->privates['.messenger.handler_descriptor.ZZJF1rW'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor(($this->services['CodersLab\\Lms\\SharedKernel\\Application\\Handler\\SelfRegisterToCourseHandler'] ?? $this->getSelfRegisterToCourseHandlerService()), ['bus' => 'command_bus']);
  10645.     }
  10646.     /**
  10647.      * Gets the private '.messenger.handler_descriptor._NjDIN5' shared service.
  10648.      *
  10649.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  10650.      */
  10651.     protected function get_Messenger_HandlerDescriptor_NjDIN5Service()
  10652.     {
  10653.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  10654.         return $this->privates['.messenger.handler_descriptor._NjDIN5'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor(($this->services['CodersLab\\Lms\\SharedKernel\\Application\\Handler\\SendActivationReminderEmailHandler'] ?? $this->getSendActivationReminderEmailHandlerService()), ['bus' => 'command_bus']);
  10655.     }
  10656.     /**
  10657.      * Gets the private '.messenger.handler_descriptor.aF2swfq' shared service.
  10658.      *
  10659.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  10660.      */
  10661.     protected function get_Messenger_HandlerDescriptor_AF2swfqService()
  10662.     {
  10663.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  10664.         return $this->privates['.messenger.handler_descriptor.aF2swfq'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor(($this->services['CodersLab\\Lms\\Modules\\IdentityAccess\\Application\\Listener\\AccessGrantedEventListener'] ?? $this->getAccessGrantedEventListenerService()), ['bus' => 'event_bus']);
  10665.     }
  10666.     /**
  10667.      * Gets the private '.messenger.handler_descriptor.bQLqaBt' shared service.
  10668.      *
  10669.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  10670.      */
  10671.     protected function get_Messenger_HandlerDescriptor_BQLqaBtService()
  10672.     {
  10673.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  10674.         return $this->privates['.messenger.handler_descriptor.bQLqaBt'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor(($this->services['CodersLab\\Lms\\Modules\\Materials\\Application\\Handler\\StoreMaterialsHandler'] ?? $this->getStoreMaterialsHandlerService()), ['bus' => 'command_bus']);
  10675.     }
  10676.     /**
  10677.      * Gets the private '.messenger.handler_descriptor.cdW2W0v' shared service.
  10678.      *
  10679.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  10680.      */
  10681.     protected function get_Messenger_HandlerDescriptor_CdW2W0vService()
  10682.     {
  10683.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  10684.         return $this->privates['.messenger.handler_descriptor.cdW2W0v'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor(($this->services['CodersLab\\Lms\\Modules\\Courses\\Application\\Listener\\NewUserAddedEventListener'] ?? $this->getNewUserAddedEventListenerService()), ['bus' => 'event_bus']);
  10685.     }
  10686.     /**
  10687.      * Gets the private '.messenger.handler_descriptor.dLMeqrw' shared service.
  10688.      *
  10689.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  10690.      */
  10691.     protected function get_Messenger_HandlerDescriptor_DLMeqrwService()
  10692.     {
  10693.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  10694.         return $this->privates['.messenger.handler_descriptor.dLMeqrw'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor(($this->services['CodersLab\\Lms\\Modules\\IdentityAccess\\Application\\Handler\\Bookmark\\DeleteBookmarkHandler'] ?? $this->getDeleteBookmarkHandlerService()), ['bus' => 'command_bus']);
  10695.     }
  10696.     /**
  10697.      * Gets the private '.messenger.handler_descriptor.dNfpBZQ' shared service.
  10698.      *
  10699.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  10700.      */
  10701.     protected function get_Messenger_HandlerDescriptor_DNfpBZQService()
  10702.     {
  10703.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  10704.         return $this->privates['.messenger.handler_descriptor.dNfpBZQ'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor(($this->services['CodersLab\\Lms\\Modules\\Materials\\Application\\Handler\\InitQuizDetailsHandler'] ?? $this->getInitQuizDetailsHandlerService()), ['bus' => 'command_bus']);
  10705.     }
  10706.     /**
  10707.      * Gets the private '.messenger.handler_descriptor.ewZP8gG' shared service.
  10708.      *
  10709.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  10710.      */
  10711.     protected function get_Messenger_HandlerDescriptor_EwZP8gGService()
  10712.     {
  10713.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  10714.         return $this->privates['.messenger.handler_descriptor.ewZP8gG'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor(($this->services['CodersLab\\Lms\\Modules\\Materials\\Application\\Listener\\UserGithubUpdatedListener'] ?? $this->getUserGithubUpdatedListenerService()), ['bus' => 'event_bus']);
  10715.     }
  10716.     /**
  10717.      * Gets the private '.messenger.handler_descriptor.fVbgJ4O' shared service.
  10718.      *
  10719.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  10720.      */
  10721.     protected function get_Messenger_HandlerDescriptor_FVbgJ4OService()
  10722.     {
  10723.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  10724.         return $this->privates['.messenger.handler_descriptor.fVbgJ4O'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor(($this->services['CodersLab\\Lms\\Modules\\IdentityAccess\\Application\\Listener\\CourseInstanceMemberAddedListener'] ?? $this->getCourseInstanceMemberAddedListenerService()), ['bus' => 'event_bus']);
  10725.     }
  10726.     /**
  10727.      * Gets the private '.messenger.handler_descriptor.fxuhVJe' shared service.
  10728.      *
  10729.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  10730.      */
  10731.     protected function get_Messenger_HandlerDescriptor_FxuhVJeService()
  10732.     {
  10733.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  10734.         return $this->privates['.messenger.handler_descriptor.fxuhVJe'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor(($this->services['CodersLab\\Lms\\SharedKernel\\Application\\Handler\\ChangePasswordHandler'] ?? $this->getChangePasswordHandlerService()), ['bus' => 'command_bus']);
  10735.     }
  10736.     /**
  10737.      * Gets the private '.messenger.handler_descriptor.ht8H9Ts' shared service.
  10738.      *
  10739.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  10740.      */
  10741.     protected function get_Messenger_HandlerDescriptor_Ht8H9TsService()
  10742.     {
  10743.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  10744.         return $this->privates['.messenger.handler_descriptor.ht8H9Ts'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor(($this->services['CodersLab\\Lms\\SharedKernel\\Application\\Handler\\CreateUserHandler'] ?? $this->getCreateUserHandlerService()), ['bus' => 'command_bus']);
  10745.     }
  10746.     /**
  10747.      * Gets the private '.messenger.handler_descriptor.j9TBGl.' shared service.
  10748.      *
  10749.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  10750.      */
  10751.     protected function get_Messenger_HandlerDescriptor_J9TBGl_Service()
  10752.     {
  10753.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  10754.         return $this->privates['.messenger.handler_descriptor.j9TBGl.'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor(($this->services['CodersLab\\Lms\\Modules\\Materials\\Application\\Handler\\LogMaterialSearchHandler'] ?? $this->getLogMaterialSearchHandlerService()), ['bus' => 'command_bus']);
  10755.     }
  10756.     /**
  10757.      * Gets the private '.messenger.handler_descriptor.kKY6REF' shared service.
  10758.      *
  10759.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  10760.      */
  10761.     protected function get_Messenger_HandlerDescriptor_KKY6REFService()
  10762.     {
  10763.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  10764.         return $this->privates['.messenger.handler_descriptor.kKY6REF'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor(($this->privates['mailer.messenger.message_handler'] ?? $this->getMailer_Messenger_MessageHandlerService()), []);
  10765.     }
  10766.     /**
  10767.      * Gets the private '.messenger.handler_descriptor.kYRSvVq' shared service.
  10768.      *
  10769.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  10770.      */
  10771.     protected function get_Messenger_HandlerDescriptor_KYRSvVqService()
  10772.     {
  10773.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  10774.         return $this->privates['.messenger.handler_descriptor.kYRSvVq'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor(($this->services['CodersLab\\Lms\\SharedKernel\\Application\\Handler\\UpdateUserLanguageHandler'] ?? $this->getUpdateUserLanguageHandlerService()), ['bus' => 'command_bus']);
  10775.     }
  10776.     /**
  10777.      * Gets the private '.messenger.handler_descriptor.ly3PzCi' shared service.
  10778.      *
  10779.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  10780.      */
  10781.     protected function get_Messenger_HandlerDescriptor_Ly3PzCiService()
  10782.     {
  10783.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  10784.         return $this->privates['.messenger.handler_descriptor.ly3PzCi'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor(($this->services['CodersLab\\Lms\\SharedKernel\\Application\\Handler\\SendWelcomeEmailHandler'] ?? $this->getSendWelcomeEmailHandlerService()), ['bus' => 'command_bus']);
  10785.     }
  10786.     /**
  10787.      * Gets the private '.messenger.handler_descriptor.nKQv_6p' shared service.
  10788.      *
  10789.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  10790.      */
  10791.     protected function get_Messenger_HandlerDescriptor_NKQv6pService()
  10792.     {
  10793.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  10794.         return $this->privates['.messenger.handler_descriptor.nKQv_6p'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor(($this->services['CodersLab\\Lms\\Modules\\Materials\\Application\\Handler\\ShareRepositoryForUserHandler'] ?? $this->getShareRepositoryForUserHandlerService()), ['bus' => 'command_bus']);
  10795.     }
  10796.     /**
  10797.      * Gets the private '.messenger.handler_descriptor.oUUETg7' shared service.
  10798.      *
  10799.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  10800.      */
  10801.     protected function get_Messenger_HandlerDescriptor_OUUETg7Service()
  10802.     {
  10803.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  10804.         return $this->privates['.messenger.handler_descriptor.oUUETg7'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor(($this->services['CodersLab\\Lms\\Modules\\IdentityAccess\\Application\\Handler\\ChangeUserMaterialProgressHandler'] ?? $this->getChangeUserMaterialProgressHandlerService()), ['bus' => 'command_bus']);
  10805.     }
  10806.     /**
  10807.      * Gets the private '.messenger.handler_descriptor.qp02HcV' shared service.
  10808.      *
  10809.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  10810.      */
  10811.     protected function get_Messenger_HandlerDescriptor_Qp02HcVService()
  10812.     {
  10813.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  10814.         return $this->privates['.messenger.handler_descriptor.qp02HcV'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor(($this->services['CodersLab\\Lms\\Modules\\IdentityAccess\\Application\\Handler\\LogAccessChangeHandler'] ?? $this->getLogAccessChangeHandlerService()), ['bus' => 'command_bus']);
  10815.     }
  10816.     /**
  10817.      * Gets the private '.messenger.handler_descriptor.rgdaYNy' shared service.
  10818.      *
  10819.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  10820.      */
  10821.     protected function get_Messenger_HandlerDescriptor_RgdaYNyService()
  10822.     {
  10823.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  10824.         return $this->privates['.messenger.handler_descriptor.rgdaYNy'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor(($this->services['CodersLab\\Lms\\Modules\\Materials\\Application\\Handler\\RebuildRepositoriesHandler'] ?? $this->getRebuildRepositoriesHandlerService()), ['bus' => 'command_bus']);
  10825.     }
  10826.     /**
  10827.      * Gets the private '.messenger.handler_descriptor.sPP9ByC' shared service.
  10828.      *
  10829.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  10830.      */
  10831.     protected function get_Messenger_HandlerDescriptor_SPP9ByCService()
  10832.     {
  10833.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  10834.         return $this->privates['.messenger.handler_descriptor.sPP9ByC'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor(($this->services['CodersLab\\Lms\\Modules\\Materials\\Application\\Listener\\ExamPlannedListener'] ?? $this->getExamPlannedListenerService()), ['bus' => 'event_bus']);
  10835.     }
  10836.     /**
  10837.      * Gets the private '.messenger.handler_descriptor.snJ2Qng' shared service.
  10838.      *
  10839.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  10840.      */
  10841.     protected function get_Messenger_HandlerDescriptor_SnJ2QngService()
  10842.     {
  10843.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  10844.         return $this->privates['.messenger.handler_descriptor.snJ2Qng'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor(($this->services['CodersLab\\Lms\\Modules\\IdentityAccess\\Application\\Handler\\RevokeStudentModuleAccessHandler'] ?? $this->getRevokeStudentModuleAccessHandlerService()), ['bus' => 'command_bus']);
  10845.     }
  10846.     /**
  10847.      * Gets the private '.messenger.handler_descriptor.uRnSw9K' shared service.
  10848.      *
  10849.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  10850.      */
  10851.     protected function get_Messenger_HandlerDescriptor_URnSw9KService()
  10852.     {
  10853.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  10854.         return $this->privates['.messenger.handler_descriptor.uRnSw9K'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor(($this->services['CodersLab\\Lms\\Modules\\IdentityAccess\\Application\\Listener\\AccessRevokedEventListener'] ?? $this->getAccessRevokedEventListenerService()), ['bus' => 'event_bus']);
  10855.     }
  10856.     /**
  10857.      * Gets the private '.messenger.handler_descriptor.uUKlb1f' shared service.
  10858.      *
  10859.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  10860.      */
  10861.     protected function get_Messenger_HandlerDescriptor_UUKlb1fService()
  10862.     {
  10863.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  10864.         return $this->privates['.messenger.handler_descriptor.uUKlb1f'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor(($this->services['CodersLab\\Lms\\Modules\\IdentityAccess\\Application\\Handler\\SendGithubTeamInvitationHandler'] ?? $this->getSendGithubTeamInvitationHandlerService()), ['bus' => 'command_bus']);
  10865.     }
  10866.     /**
  10867.      * Gets the private '.messenger.handler_descriptor.uUz4qS6' shared service.
  10868.      *
  10869.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  10870.      */
  10871.     protected function get_Messenger_HandlerDescriptor_UUz4qS6Service()
  10872.     {
  10873.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  10874.         return $this->privates['.messenger.handler_descriptor.uUz4qS6'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor(($this->services['CodersLab\\Lms\\Modules\\IdentityAccess\\Application\\Handler\\PlanStudentExamHandler'] ?? $this->getPlanStudentExamHandlerService()), ['bus' => 'command_bus']);
  10875.     }
  10876.     /**
  10877.      * Gets the private '.messenger.handler_descriptor.xB1uCyN' shared service.
  10878.      *
  10879.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  10880.      */
  10881.     protected function get_Messenger_HandlerDescriptor_XB1uCyNService()
  10882.     {
  10883.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  10884.         return $this->privates['.messenger.handler_descriptor.xB1uCyN'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor(($this->services['CodersLab\\Lms\\Modules\\Materials\\Application\\Handler\\ReportMaterialIssueHandler'] ?? $this->getReportMaterialIssueHandlerService()), ['bus' => 'command_bus']);
  10885.     }
  10886.     /**
  10887.      * Gets the private '.messenger.handler_descriptor.xrSi2OC' shared service.
  10888.      *
  10889.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  10890.      */
  10891.     protected function get_Messenger_HandlerDescriptor_XrSi2OCService()
  10892.     {
  10893.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  10894.         return $this->privates['.messenger.handler_descriptor.xrSi2OC'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor(($this->services['CodersLab\\Lms\\Modules\\IdentityAccess\\Application\\Listener\\CourseInstanceMemberRemovedListener'] ?? $this->getCourseInstanceMemberRemovedListenerService()), ['bus' => 'event_bus']);
  10895.     }
  10896.     /**
  10897.      * Gets the private '.messenger.handler_descriptor.xwKbcHb' shared service.
  10898.      *
  10899.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  10900.      */
  10901.     protected function get_Messenger_HandlerDescriptor_XwKbcHbService()
  10902.     {
  10903.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  10904.         return $this->privates['.messenger.handler_descriptor.xwKbcHb'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor(($this->services['CodersLab\\Lms\\Modules\\Courses\\Application\\Handler\\AddUserToSelfRegisterInstanceHandler'] ?? $this->getAddUserToSelfRegisterInstanceHandlerService()), ['bus' => 'command_bus']);
  10905.     }
  10906.     /**
  10907.      * Gets the private '.messenger.handler_descriptor.y_7RaHs' shared service.
  10908.      *
  10909.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  10910.      */
  10911.     protected function get_Messenger_HandlerDescriptor_Y7RaHsService()
  10912.     {
  10913.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  10914.         return $this->privates['.messenger.handler_descriptor.y_7RaHs'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor(($this->privates['mailer.messenger.message_handler'] ?? $this->getMailer_Messenger_MessageHandlerService()), []);
  10915.     }
  10916.     /**
  10917.      * Gets the private '.messenger.handler_descriptor.yeGha8_' shared service.
  10918.      *
  10919.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  10920.      */
  10921.     protected function get_Messenger_HandlerDescriptor_YeGha8Service()
  10922.     {
  10923.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  10924.         return $this->privates['.messenger.handler_descriptor.yeGha8_'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor(($this->services['CodersLab\\Lms\\Modules\\Materials\\Application\\Handler\\ShareRepositoryForTeamHandler'] ?? $this->getShareRepositoryForTeamHandlerService()), ['bus' => 'command_bus']);
  10925.     }
  10926.     /**
  10927.      * Gets the private '.messenger.handler_descriptor.yo3GnWp' shared service.
  10928.      *
  10929.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  10930.      */
  10931.     protected function get_Messenger_HandlerDescriptor_Yo3GnWpService()
  10932.     {
  10933.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  10934.         return $this->privates['.messenger.handler_descriptor.yo3GnWp'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor(($this->services['CodersLab\\Lms\\Modules\\Materials\\Application\\Listener\\QuizStateUpdatedListener'] ?? $this->getQuizStateUpdatedListenerService()), ['bus' => 'event_bus']);
  10935.     }
  10936.     /**
  10937.      * Gets the private '.messenger.handler_descriptor.ywpxx3v' shared service.
  10938.      *
  10939.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  10940.      */
  10941.     protected function get_Messenger_HandlerDescriptor_Ywpxx3vService()
  10942.     {
  10943.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  10944.         return $this->privates['.messenger.handler_descriptor.ywpxx3v'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor(($this->services['CodersLab\\Lms\\Modules\\Learning\\Application\\Handler\\AddCriteriaGroupResultHandler'] ?? $this->getAddCriteriaGroupResultHandlerService()), ['bus' => 'command_bus']);
  10945.     }
  10946.     /**
  10947.      * Gets the private '.messenger.handler_descriptor.z0tvTsx' shared service.
  10948.      *
  10949.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  10950.      */
  10951.     protected function get_Messenger_HandlerDescriptor_Z0tvTsxService()
  10952.     {
  10953.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  10954.         return $this->privates['.messenger.handler_descriptor.z0tvTsx'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor(($this->services['CodersLab\\Lms\\Modules\\IdentityAccess\\Application\\Handler\\AddLecturerAccessHandler'] ?? $this->getAddLecturerAccessHandlerService()), ['bus' => 'command_bus']);
  10955.     }
  10956.     /**
  10957.      * Gets the private '.monolog.command.server_log.lazy' shared service.
  10958.      *
  10959.      * @return \Symfony\Component\Console\Command\LazyCommand
  10960.      */
  10961.     protected function get_Monolog_Command_ServerLog_LazyService()
  10962.     {
  10963.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  10964.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  10965.         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 {
  10966.             return ($this->privates['monolog.command.server_log'] ?? $this->getMonolog_Command_ServerLogService());
  10967.         });
  10968.     }
  10969.     /**
  10970.      * Gets the private '.security.command.debug_firewall.lazy' shared service.
  10971.      *
  10972.      * @return \Symfony\Component\Console\Command\LazyCommand
  10973.      */
  10974.     protected function get_Security_Command_DebugFirewall_LazyService()
  10975.     {
  10976.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  10977.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  10978.         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 {
  10979.             return ($this->privates['security.command.debug_firewall'] ?? $this->getSecurity_Command_DebugFirewallService());
  10980.         });
  10981.     }
  10982.     /**
  10983.      * Gets the private '.security.command.user_password_encoder.lazy' shared service.
  10984.      *
  10985.      * @return \Symfony\Component\Console\Command\LazyCommand
  10986.      */
  10987.     protected function get_Security_Command_UserPasswordEncoder_LazyService()
  10988.     {
  10989.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  10990.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  10991.         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 {
  10992.             return ($this->privates['security.command.user_password_encoder'] ?? $this->getSecurity_Command_UserPasswordEncoderService());
  10993.         });
  10994.     }
  10995.     /**
  10996.      * Gets the private '.security.command.user_password_hash.lazy' shared service.
  10997.      *
  10998.      * @return \Symfony\Component\Console\Command\LazyCommand
  10999.      */
  11000.     protected function get_Security_Command_UserPasswordHash_LazyService()
  11001.     {
  11002.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  11003.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  11004.         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 {
  11005.             return ($this->privates['security.command.user_password_hash'] ?? $this->getSecurity_Command_UserPasswordHashService());
  11006.         });
  11007.     }
  11008.     /**
  11009.      * Gets the private '.service_locator.4VniufD' shared service.
  11010.      *
  11011.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  11012.      */
  11013.     protected function get_ServiceLocator_4VniufDService()
  11014.     {
  11015.         return $this->privates['.service_locator.4VniufD'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  11016.             'id' => ['privates''.errored..service_locator.4VniufD.AppBundle\\Entity\\Instance'NULL'Cannot autowire service ".service_locator.4VniufD": it references class "AppBundle\\Entity\\Instance" but no such service exists.'],
  11017.         ], [
  11018.             'id' => 'AppBundle\\Entity\\Instance',
  11019.         ]);
  11020.     }
  11021.     /**
  11022.      * Gets the private '.service_locator.4mcw0dN' shared service.
  11023.      *
  11024.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  11025.      */
  11026.     protected function get_ServiceLocator_4mcw0dNService()
  11027.     {
  11028.         return $this->privates['.service_locator.4mcw0dN'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  11029.             'language' => ['privates''.errored..service_locator.4mcw0dN.AppBundle\\Entity\\Language'NULL'Cannot autowire service ".service_locator.4mcw0dN": it references class "AppBundle\\Entity\\Language" but no such service exists.'],
  11030.         ], [
  11031.             'language' => 'AppBundle\\Entity\\Language',
  11032.         ]);
  11033.     }
  11034.     /**
  11035.      * Gets the private '.service_locator.7z.4GMP' shared service.
  11036.      *
  11037.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  11038.      */
  11039.     protected function get_ServiceLocator_7z_4GMPService()
  11040.     {
  11041.         return $this->privates['.service_locator.7z.4GMP'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  11042.             'instance' => ['privates''.errored..service_locator.7z.4GMP.AppBundle\\Entity\\Instance'NULL'Cannot autowire service ".service_locator.7z.4GMP": it references class "AppBundle\\Entity\\Instance" but no such service exists.'],
  11043.             'language' => ['privates''.errored..service_locator.7z.4GMP.AppBundle\\Entity\\Language'NULL'Cannot autowire service ".service_locator.7z.4GMP": it references class "AppBundle\\Entity\\Language" but no such service exists.'],
  11044.         ], [
  11045.             'instance' => 'AppBundle\\Entity\\Instance',
  11046.             'language' => 'AppBundle\\Entity\\Language',
  11047.         ]);
  11048.     }
  11049.     /**
  11050.      * Gets the private '.service_locator.BpR6uEC' shared service.
  11051.      *
  11052.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  11053.      */
  11054.     protected function get_ServiceLocator_BpR6uECService()
  11055.     {
  11056.         return $this->privates['.service_locator.BpR6uEC'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  11057.             'reviewDTO' => ['privates''.errored..service_locator.BpR6uEC.CodersLab\\Lms\\UserInterface\\Rest\\Controller\\DTO\\MaterialReview'NULL'Cannot autowire service ".service_locator.BpR6uEC": it references class "CodersLab\\Lms\\UserInterface\\Rest\\Controller\\DTO\\MaterialReview" but no such service exists.'],
  11058.         ], [
  11059.             'reviewDTO' => 'CodersLab\\Lms\\UserInterface\\Rest\\Controller\\DTO\\MaterialReview',
  11060.         ]);
  11061.     }
  11062.     /**
  11063.      * Gets the private '.service_locator.F1oPjYI' shared service.
  11064.      *
  11065.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  11066.      */
  11067.     protected function get_ServiceLocator_F1oPjYIService()
  11068.     {
  11069.         return $this->privates['.service_locator.F1oPjYI'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  11070.             'em' => ['services''doctrine.orm.default_entity_manager''getDoctrine_Orm_DefaultEntityManagerService'false],
  11071.             'passwordEncoder' => ['services''CodersLab\\Lms\\SharedKernel\\Infrastructure\\Security\\PasswordEncoder''getPasswordEncoderService'false],
  11072.             'user' => ['privates''.errored..service_locator.F1oPjYI.AppBundle\\Entity\\User'NULL'Cannot autowire service ".service_locator.F1oPjYI": it references class "AppBundle\\Entity\\User" but no such service exists.'],
  11073.         ], [
  11074.             'em' => '?',
  11075.             'passwordEncoder' => '?',
  11076.             'user' => 'AppBundle\\Entity\\User',
  11077.         ]);
  11078.     }
  11079.     /**
  11080.      * Gets the private '.service_locator.I2_Fg2P' shared service.
  11081.      *
  11082.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  11083.      */
  11084.     protected function get_ServiceLocator_I2Fg2PService()
  11085.     {
  11086.         return $this->privates['.service_locator.I2_Fg2P'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  11087.             'notification' => ['privates''.errored..service_locator.I2_Fg2P.AppBundle\\Entity\\Notification'NULL'Cannot autowire service ".service_locator.I2_Fg2P": it references class "AppBundle\\Entity\\Notification" but no such service exists.'],
  11088.         ], [
  11089.             'notification' => 'AppBundle\\Entity\\Notification',
  11090.         ]);
  11091.     }
  11092.     /**
  11093.      * Gets the private '.service_locator.KLVvNIq' shared service.
  11094.      *
  11095.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  11096.      */
  11097.     protected function get_ServiceLocator_KLVvNIqService()
  11098.     {
  11099.         return $this->privates['.service_locator.KLVvNIq'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  11100.             'doctrine.ulid_generator' => ['privates''doctrine.ulid_generator''getDoctrine_UlidGeneratorService'false],
  11101.             'doctrine.uuid_generator' => ['privates''doctrine.uuid_generator''getDoctrine_UuidGeneratorService'false],
  11102.         ], [
  11103.             'doctrine.ulid_generator' => '?',
  11104.             'doctrine.uuid_generator' => '?',
  11105.         ]);
  11106.     }
  11107.     /**
  11108.      * Gets the private '.service_locator.MyxJHXb' shared service.
  11109.      *
  11110.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  11111.      */
  11112.     protected function get_ServiceLocator_MyxJHXbService()
  11113.     {
  11114.         return $this->privates['.service_locator.MyxJHXb'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  11115.             'AppBundle\\Controller\\AdminController::instanceAction' => ['privates''.service_locator.dOajF2L''get_ServiceLocator_DOajF2LService'false],
  11116.             'AppBundle\\Controller\\AdminController::instanceCreateAction' => ['privates''.service_locator.t6i3vFk''get_ServiceLocator_T6i3vFkService'false],
  11117.             'AppBundle\\Controller\\AdminController::userAction' => ['privates''.service_locator.F1oPjYI''get_ServiceLocator_F1oPjYIService'false],
  11118.             'AppBundle\\Controller\\AdminController::userCreateAction' => ['privates''.service_locator.hjmXbPg''get_ServiceLocator_HjmXbPgService'false],
  11119.             'AppBundle\\Controller\\AuthController::githubConnect' => ['privates''.service_locator.ndCZOvS''get_ServiceLocator_NdCZOvSService'false],
  11120.             'AppBundle\\Controller\\AuthController::githubConnectCheck' => ['privates''.service_locator.ndCZOvS''get_ServiceLocator_NdCZOvSService'false],
  11121.             'AppBundle\\Controller\\InstanceController::instanceEditAction' => ['privates''.service_locator.t5khzQp''get_ServiceLocator_T5khzQpService'false],
  11122.             'AppBundle\\Controller\\InstanceController::instanceGetAction' => ['privates''.service_locator.t5khzQp''get_ServiceLocator_T5khzQpService'false],
  11123.             'AppBundle\\Controller\\LanguageController::languageAction' => ['privates''.service_locator.7z.4GMP''get_ServiceLocator_7z_4GMPService'false],
  11124.             'AppBundle\\Controller\\LanguageController::languageVersion' => ['privates''.service_locator.4mcw0dN''get_ServiceLocator_4mcw0dNService'false],
  11125.             'AppBundle\\Controller\\LanguageController::versionsListAction' => ['privates''.service_locator.4mcw0dN''get_ServiceLocator_4mcw0dNService'false],
  11126.             'AppBundle\\Controller\\NotificationController::readNotification' => ['privates''.service_locator.I2_Fg2P''get_ServiceLocator_I2Fg2PService'false],
  11127.             'CodersLab\\Lms\\UserInterface\\Rest\\Controller\\CriteriaGroupController::getInstanceCriteriaGroups' => ['privates''.service_locator.4VniufD''get_ServiceLocator_4VniufDService'false],
  11128.             'CodersLab\\Lms\\UserInterface\\Rest\\Controller\\ExamController::planExamForStudent' => ['privates''.service_locator.YL9g80o''get_ServiceLocator_YL9g80oService'false],
  11129.             'CodersLab\\Lms\\UserInterface\\Rest\\Controller\\MaterialReviewController::review' => ['privates''.service_locator.BpR6uEC''get_ServiceLocator_BpR6uECService'false],
  11130.             'CodersLab\\Lms\\UserInterface\\Rest\\Controller\\PresentationController::injectNotificationAction' => ['privates''.service_locator.NhlS.14''get_ServiceLocator_NhlS_14Service'false],
  11131.             'CodersLab\\Lms\\UserInterface\\Rest\\Controller\\UserProfileController::changePassword' => ['privates''.service_locator.fvcRFtK''get_ServiceLocator_FvcRFtKService'false],
  11132.             'CodersLab\\Lms\\UserInterface\\Rest\\Controller\\UserProfileController::editProfile' => ['privates''.service_locator.vfx_ji0''get_ServiceLocator_VfxJi0Service'false],
  11133.             'kernel::loadRoutes' => ['privates''.service_locator.xUrKPVU''get_ServiceLocator_XUrKPVUService'false],
  11134.             'kernel::registerContainerConfiguration' => ['privates''.service_locator.xUrKPVU''get_ServiceLocator_XUrKPVUService'false],
  11135.             'kernel::terminate' => ['privates''.service_locator.bRdave9''get_ServiceLocator_BRdave9Service'false],
  11136.             'AppBundle\\Controller\\AdminController:instanceAction' => ['privates''.service_locator.dOajF2L''get_ServiceLocator_DOajF2LService'false],
  11137.             'AppBundle\\Controller\\AdminController:instanceCreateAction' => ['privates''.service_locator.t6i3vFk''get_ServiceLocator_T6i3vFkService'false],
  11138.             'AppBundle\\Controller\\AdminController:userAction' => ['privates''.service_locator.F1oPjYI''get_ServiceLocator_F1oPjYIService'false],
  11139.             'AppBundle\\Controller\\AdminController:userCreateAction' => ['privates''.service_locator.hjmXbPg''get_ServiceLocator_HjmXbPgService'false],
  11140.             'AppBundle\\Controller\\AuthController:githubConnect' => ['privates''.service_locator.ndCZOvS''get_ServiceLocator_NdCZOvSService'false],
  11141.             'AppBundle\\Controller\\AuthController:githubConnectCheck' => ['privates''.service_locator.ndCZOvS''get_ServiceLocator_NdCZOvSService'false],
  11142.             'AppBundle\\Controller\\InstanceController:instanceEditAction' => ['privates''.service_locator.t5khzQp''get_ServiceLocator_T5khzQpService'false],
  11143.             'AppBundle\\Controller\\InstanceController:instanceGetAction' => ['privates''.service_locator.t5khzQp''get_ServiceLocator_T5khzQpService'false],
  11144.             'AppBundle\\Controller\\LanguageController:languageAction' => ['privates''.service_locator.7z.4GMP''get_ServiceLocator_7z_4GMPService'false],
  11145.             'AppBundle\\Controller\\LanguageController:languageVersion' => ['privates''.service_locator.4mcw0dN''get_ServiceLocator_4mcw0dNService'false],
  11146.             'AppBundle\\Controller\\LanguageController:versionsListAction' => ['privates''.service_locator.4mcw0dN''get_ServiceLocator_4mcw0dNService'false],
  11147.             'AppBundle\\Controller\\NotificationController:readNotification' => ['privates''.service_locator.I2_Fg2P''get_ServiceLocator_I2Fg2PService'false],
  11148.             'CodersLab\\Lms\\UserInterface\\Rest\\Controller\\CriteriaGroupController:getInstanceCriteriaGroups' => ['privates''.service_locator.4VniufD''get_ServiceLocator_4VniufDService'false],
  11149.             'CodersLab\\Lms\\UserInterface\\Rest\\Controller\\ExamController:planExamForStudent' => ['privates''.service_locator.YL9g80o''get_ServiceLocator_YL9g80oService'false],
  11150.             'CodersLab\\Lms\\UserInterface\\Rest\\Controller\\MaterialReviewController:review' => ['privates''.service_locator.BpR6uEC''get_ServiceLocator_BpR6uECService'false],
  11151.             'CodersLab\\Lms\\UserInterface\\Rest\\Controller\\PresentationController:injectNotificationAction' => ['privates''.service_locator.NhlS.14''get_ServiceLocator_NhlS_14Service'false],
  11152.             'CodersLab\\Lms\\UserInterface\\Rest\\Controller\\UserProfileController:changePassword' => ['privates''.service_locator.fvcRFtK''get_ServiceLocator_FvcRFtKService'false],
  11153.             'CodersLab\\Lms\\UserInterface\\Rest\\Controller\\UserProfileController:editProfile' => ['privates''.service_locator.vfx_ji0''get_ServiceLocator_VfxJi0Service'false],
  11154.             'kernel:loadRoutes' => ['privates''.service_locator.xUrKPVU''get_ServiceLocator_XUrKPVUService'false],
  11155.             'kernel:registerContainerConfiguration' => ['privates''.service_locator.xUrKPVU''get_ServiceLocator_XUrKPVUService'false],
  11156.             'kernel:terminate' => ['privates''.service_locator.bRdave9''get_ServiceLocator_BRdave9Service'false],
  11157.         ], [
  11158.             'AppBundle\\Controller\\AdminController::instanceAction' => '?',
  11159.             'AppBundle\\Controller\\AdminController::instanceCreateAction' => '?',
  11160.             'AppBundle\\Controller\\AdminController::userAction' => '?',
  11161.             'AppBundle\\Controller\\AdminController::userCreateAction' => '?',
  11162.             'AppBundle\\Controller\\AuthController::githubConnect' => '?',
  11163.             'AppBundle\\Controller\\AuthController::githubConnectCheck' => '?',
  11164.             'AppBundle\\Controller\\InstanceController::instanceEditAction' => '?',
  11165.             'AppBundle\\Controller\\InstanceController::instanceGetAction' => '?',
  11166.             'AppBundle\\Controller\\LanguageController::languageAction' => '?',
  11167.             'AppBundle\\Controller\\LanguageController::languageVersion' => '?',
  11168.             'AppBundle\\Controller\\LanguageController::versionsListAction' => '?',
  11169.             'AppBundle\\Controller\\NotificationController::readNotification' => '?',
  11170.             'CodersLab\\Lms\\UserInterface\\Rest\\Controller\\CriteriaGroupController::getInstanceCriteriaGroups' => '?',
  11171.             'CodersLab\\Lms\\UserInterface\\Rest\\Controller\\ExamController::planExamForStudent' => '?',
  11172.             'CodersLab\\Lms\\UserInterface\\Rest\\Controller\\MaterialReviewController::review' => '?',
  11173.             'CodersLab\\Lms\\UserInterface\\Rest\\Controller\\PresentationController::injectNotificationAction' => '?',
  11174.             'CodersLab\\Lms\\UserInterface\\Rest\\Controller\\UserProfileController::changePassword' => '?',
  11175.             'CodersLab\\Lms\\UserInterface\\Rest\\Controller\\UserProfileController::editProfile' => '?',
  11176.             'kernel::loadRoutes' => '?',
  11177.             'kernel::registerContainerConfiguration' => '?',
  11178.             'kernel::terminate' => '?',
  11179.             'AppBundle\\Controller\\AdminController:instanceAction' => '?',
  11180.             'AppBundle\\Controller\\AdminController:instanceCreateAction' => '?',
  11181.             'AppBundle\\Controller\\AdminController:userAction' => '?',
  11182.             'AppBundle\\Controller\\AdminController:userCreateAction' => '?',
  11183.             'AppBundle\\Controller\\AuthController:githubConnect' => '?',
  11184.             'AppBundle\\Controller\\AuthController:githubConnectCheck' => '?',
  11185.             'AppBundle\\Controller\\InstanceController:instanceEditAction' => '?',
  11186.             'AppBundle\\Controller\\InstanceController:instanceGetAction' => '?',
  11187.             'AppBundle\\Controller\\LanguageController:languageAction' => '?',
  11188.             'AppBundle\\Controller\\LanguageController:languageVersion' => '?',
  11189.             'AppBundle\\Controller\\LanguageController:versionsListAction' => '?',
  11190.             'AppBundle\\Controller\\NotificationController:readNotification' => '?',
  11191.             'CodersLab\\Lms\\UserInterface\\Rest\\Controller\\CriteriaGroupController:getInstanceCriteriaGroups' => '?',
  11192.             'CodersLab\\Lms\\UserInterface\\Rest\\Controller\\ExamController:planExamForStudent' => '?',
  11193.             'CodersLab\\Lms\\UserInterface\\Rest\\Controller\\MaterialReviewController:review' => '?',
  11194.             'CodersLab\\Lms\\UserInterface\\Rest\\Controller\\PresentationController:injectNotificationAction' => '?',
  11195.             'CodersLab\\Lms\\UserInterface\\Rest\\Controller\\UserProfileController:changePassword' => '?',
  11196.             'CodersLab\\Lms\\UserInterface\\Rest\\Controller\\UserProfileController:editProfile' => '?',
  11197.             'kernel:loadRoutes' => '?',
  11198.             'kernel:registerContainerConfiguration' => '?',
  11199.             'kernel:terminate' => '?',
  11200.         ]);
  11201.     }
  11202.     /**
  11203.      * Gets the private '.service_locator.NhlS.14' shared service.
  11204.      *
  11205.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  11206.      */
  11207.     protected function get_ServiceLocator_NhlS_14Service()
  11208.     {
  11209.         return $this->privates['.service_locator.NhlS.14'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  11210.             'issueDTO' => ['privates''.errored..service_locator.NhlS.14.CodersLab\\Lms\\SharedKernel\\Common\\DTO\\PresentationIssue'NULL'Cannot autowire service ".service_locator.NhlS.14": it references class "CodersLab\\Lms\\SharedKernel\\Common\\DTO\\PresentationIssue" but no such service exists.'],
  11211.         ], [
  11212.             'issueDTO' => 'CodersLab\\Lms\\SharedKernel\\Common\\DTO\\PresentationIssue',
  11213.         ]);
  11214.     }
  11215.     /**
  11216.      * Gets the private '.service_locator.V0VSF2r' shared service.
  11217.      *
  11218.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  11219.      */
  11220.     protected function get_ServiceLocator_V0VSF2rService()
  11221.     {
  11222.         return $this->privates['.service_locator.V0VSF2r'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  11223.             'security.firewall.map.context.lms_api' => ['privates''security.firewall.map.context.lms_api''getSecurity_Firewall_Map_Context_LmsApiService'false],
  11224.             'security.firewall.map.context.main' => ['privates''security.firewall.map.context.main''getSecurity_Firewall_Map_Context_MainService'false],
  11225.             'security.firewall.map.context.public_api' => ['privates''security.firewall.map.context.public_api''getSecurity_Firewall_Map_Context_PublicApiService'false],
  11226.             'security.firewall.map.context.webhooks' => ['privates''security.firewall.map.context.webhooks''getSecurity_Firewall_Map_Context_WebhooksService'false],
  11227.         ], [
  11228.             'security.firewall.map.context.lms_api' => '?',
  11229.             'security.firewall.map.context.main' => '?',
  11230.             'security.firewall.map.context.public_api' => '?',
  11231.             'security.firewall.map.context.webhooks' => '?',
  11232.         ]);
  11233.     }
  11234.     /**
  11235.      * Gets the private '.service_locator.Y4J.A.e' shared service.
  11236.      *
  11237.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  11238.      */
  11239.     protected function get_ServiceLocator_Y4J_A_EService()
  11240.     {
  11241.         return $this->privates['.service_locator.Y4J.A.e'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  11242.             'failed' => ['privates''messenger.transport.failed''getMessenger_Transport_FailedService'false],
  11243.         ], [
  11244.             'failed' => '?',
  11245.         ]);
  11246.     }
  11247.     /**
  11248.      * Gets the private '.service_locator.YL9g80o' shared service.
  11249.      *
  11250.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  11251.      */
  11252.     protected function get_ServiceLocator_YL9g80oService()
  11253.     {
  11254.         return $this->privates['.service_locator.YL9g80o'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  11255.             'accessDTO' => ['privates''.errored..service_locator.YL9g80o.CodersLab\\Lms\\UserInterface\\Rest\\Controller\\DTO\\ExamAccess'NULL'Cannot autowire service ".service_locator.YL9g80o": it references class "CodersLab\\Lms\\UserInterface\\Rest\\Controller\\DTO\\ExamAccess" but no such service exists.'],
  11256.         ], [
  11257.             'accessDTO' => 'CodersLab\\Lms\\UserInterface\\Rest\\Controller\\DTO\\ExamAccess',
  11258.         ]);
  11259.     }
  11260.     /**
  11261.      * Gets the private '.service_locator.b0HYDVb' shared service.
  11262.      *
  11263.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  11264.      */
  11265.     protected function get_ServiceLocator_B0HYDVbService()
  11266.     {
  11267.         return $this->privates['.service_locator.b0HYDVb'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  11268.             'event_dispatcher' => ['services''event_dispatcher''getEventDispatcherService'false],
  11269.             'security.event_dispatcher.lms_api' => ['privates''security.event_dispatcher.lms_api''getSecurity_EventDispatcher_LmsApiService'false],
  11270.             'security.event_dispatcher.main' => ['privates''security.event_dispatcher.main''getSecurity_EventDispatcher_MainService'false],
  11271.             'security.event_dispatcher.public_api' => ['privates''security.event_dispatcher.public_api''getSecurity_EventDispatcher_PublicApiService'false],
  11272.             'security.event_dispatcher.webhooks' => ['privates''security.event_dispatcher.webhooks''getSecurity_EventDispatcher_WebhooksService'false],
  11273.         ], [
  11274.             'event_dispatcher' => '?',
  11275.             'security.event_dispatcher.lms_api' => 'Symfony\\Component\\EventDispatcher\\EventDispatcher',
  11276.             'security.event_dispatcher.main' => 'Symfony\\Component\\EventDispatcher\\EventDispatcher',
  11277.             'security.event_dispatcher.public_api' => 'Symfony\\Component\\EventDispatcher\\EventDispatcher',
  11278.             'security.event_dispatcher.webhooks' => 'Symfony\\Component\\EventDispatcher\\EventDispatcher',
  11279.         ]);
  11280.     }
  11281.     /**
  11282.      * Gets the private '.service_locator.bRdave9' shared service.
  11283.      *
  11284.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  11285.      */
  11286.     protected function get_ServiceLocator_BRdave9Service()
  11287.     {
  11288.         return $this->privates['.service_locator.bRdave9'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  11289.             'response' => ['privates''.errored..service_locator.bRdave9.Symfony\\Component\\HttpFoundation\\Response'NULL'Cannot autowire service ".service_locator.bRdave9": it references class "Symfony\\Component\\HttpFoundation\\Response" but no such service exists.'],
  11290.         ], [
  11291.             'response' => 'Symfony\\Component\\HttpFoundation\\Response',
  11292.         ]);
  11293.     }
  11294.     /**
  11295.      * Gets the private '.service_locator.dOajF2L' shared service.
  11296.      *
  11297.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  11298.      */
  11299.     protected function get_ServiceLocator_DOajF2LService()
  11300.     {
  11301.         return $this->privates['.service_locator.dOajF2L'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  11302.             'courses' => ['services''CodersLab\\Lms\\Modules\\Materials\\Infrastructure\\Persistence\\Doctrine\\ORMCourses''getORMCoursesService'false],
  11303.             'eventRecorder' => ['services''CodersLab\\Lms\\SharedKernel\\Domain\\Bus\\EventRecorder''getEventRecorderService'false],
  11304.             'instance' => ['privates''.errored..service_locator.dOajF2L.AppBundle\\Entity\\Instance'NULL'Cannot autowire service ".service_locator.dOajF2L": it references class "AppBundle\\Entity\\Instance" but no such service exists.'],
  11305.             'instanceContext' => ['services''CodersLab\\Lms\\Modules\\IdentityAccess\\Infrastructure\\CourseInstanceContext''getCourseInstanceContextService'false],
  11306.             'registrationMailer' => ['services''CodersLab\\Lms\\SharedKernel\\Infrastructure\\Mailer\\RegistrationMailer''getRegistrationMailerService'false],
  11307.         ], [
  11308.             'courses' => '?',
  11309.             'eventRecorder' => 'CodersLab\\Lms\\SharedKernel\\Domain\\Bus\\EventRecorder',
  11310.             'instance' => 'AppBundle\\Entity\\Instance',
  11311.             'instanceContext' => '?',
  11312.             'registrationMailer' => '?',
  11313.         ]);
  11314.     }
  11315.     /**
  11316.      * Gets the private '.service_locator.fvcRFtK' shared service.
  11317.      *
  11318.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  11319.      */
  11320.     protected function get_ServiceLocator_FvcRFtKService()
  11321.     {
  11322.         return $this->privates['.service_locator.fvcRFtK'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  11323.             'dto' => ['privates''.errored..service_locator.fvcRFtK.CodersLab\\Lms\\SharedKernel\\Common\\DTO\\User\\ChangePassword'NULL'Cannot autowire service ".service_locator.fvcRFtK": it references class "CodersLab\\Lms\\SharedKernel\\Common\\DTO\\User\\ChangePassword" but no such service exists.'],
  11324.         ], [
  11325.             'dto' => 'CodersLab\\Lms\\SharedKernel\\Common\\DTO\\User\\ChangePassword',
  11326.         ]);
  11327.     }
  11328.     /**
  11329.      * Gets the private '.service_locator.hFbzeT.' shared service.
  11330.      *
  11331.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  11332.      */
  11333.     protected function get_ServiceLocator_HFbzeT_Service()
  11334.     {
  11335.         return $this->privates['.service_locator.hFbzeT.'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  11336.             'async' => ['privates''messenger.transport.async''getMessenger_Transport_AsyncService'false],
  11337.             'async_commands' => ['privates''messenger.transport.async_commands''getMessenger_Transport_AsyncCommandsService'false],
  11338.             'async_events' => ['privates''messenger.transport.async_events''getMessenger_Transport_AsyncEventsService'false],
  11339.             'failed' => ['privates''messenger.transport.failed''getMessenger_Transport_FailedService'false],
  11340.             'messenger.transport.async' => ['privates''messenger.transport.async''getMessenger_Transport_AsyncService'false],
  11341.             'messenger.transport.async_commands' => ['privates''messenger.transport.async_commands''getMessenger_Transport_AsyncCommandsService'false],
  11342.             'messenger.transport.async_events' => ['privates''messenger.transport.async_events''getMessenger_Transport_AsyncEventsService'false],
  11343.             'messenger.transport.failed' => ['privates''messenger.transport.failed''getMessenger_Transport_FailedService'false],
  11344.             'messenger.transport.sync' => ['privates''messenger.transport.sync''getMessenger_Transport_SyncService'false],
  11345.             'sync' => ['privates''messenger.transport.sync''getMessenger_Transport_SyncService'false],
  11346.         ], [
  11347.             'async' => '?',
  11348.             'async_commands' => '?',
  11349.             'async_events' => '?',
  11350.             'failed' => '?',
  11351.             'messenger.transport.async' => '?',
  11352.             'messenger.transport.async_commands' => '?',
  11353.             'messenger.transport.async_events' => '?',
  11354.             'messenger.transport.failed' => '?',
  11355.             'messenger.transport.sync' => '?',
  11356.             'sync' => '?',
  11357.         ]);
  11358.     }
  11359.     /**
  11360.      * Gets the private '.service_locator.hjmXbPg' shared service.
  11361.      *
  11362.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  11363.      */
  11364.     protected function get_ServiceLocator_HjmXbPgService()
  11365.     {
  11366.         return $this->privates['.service_locator.hjmXbPg'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  11367.             'em' => ['services''doctrine.orm.default_entity_manager''getDoctrine_Orm_DefaultEntityManagerService'false],
  11368.             'passwordEncoder' => ['services''CodersLab\\Lms\\SharedKernel\\Infrastructure\\Security\\PasswordEncoder''getPasswordEncoderService'false],
  11369.         ], [
  11370.             'em' => '?',
  11371.             'passwordEncoder' => '?',
  11372.         ]);
  11373.     }
  11374.     /**
  11375.      * Gets the private '.service_locator.mx0UMmY' shared service.
  11376.      *
  11377.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  11378.      */
  11379.     protected function get_ServiceLocator_Mx0UMmYService()
  11380.     {
  11381.         return $this->privates['.service_locator.mx0UMmY'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  11382.             'doctrine' => ['services''doctrine''getDoctrineService'false],
  11383.             'form.factory' => ['services''.container.private.form.factory''get_Container_Private_Form_FactoryService'false],
  11384.             'http_kernel' => ['services''http_kernel''getHttpKernelService'false],
  11385.             'message_bus' => ['services''messenger.default_bus''getMessenger_DefaultBusService'false],
  11386.             'messenger.default_bus' => ['services''messenger.default_bus''getMessenger_DefaultBusService'false],
  11387.             'parameter_bag' => ['privates''parameter_bag''getParameterBagService'false],
  11388.             'request_stack' => ['services''request_stack''getRequestStackService'false],
  11389.             'router' => ['services''router''getRouterService'false],
  11390.             'security.authorization_checker' => ['services''.container.private.security.authorization_checker''get_Container_Private_Security_AuthorizationCheckerService'false],
  11391.             'security.token_storage' => ['services''.container.private.security.token_storage''get_Container_Private_Security_TokenStorageService'false],
  11392.             'serializer' => ['services''.container.private.serializer''get_Container_Private_SerializerService'false],
  11393.             'session' => ['privates''.session.deprecated''get_Session_DeprecatedService'false],
  11394.             'twig' => ['services''.container.private.twig''get_Container_Private_TwigService'false],
  11395.         ], [
  11396.             'doctrine' => '?',
  11397.             'form.factory' => '?',
  11398.             'http_kernel' => '?',
  11399.             'message_bus' => '?',
  11400.             'messenger.default_bus' => '?',
  11401.             'parameter_bag' => '?',
  11402.             'request_stack' => '?',
  11403.             'router' => '?',
  11404.             'security.authorization_checker' => '?',
  11405.             'security.token_storage' => '?',
  11406.             'serializer' => '?',
  11407.             'session' => '.session.deprecated',
  11408.             'twig' => '?',
  11409.         ]);
  11410.     }
  11411.     /**
  11412.      * Gets the private '.service_locator.ndCZOvS' shared service.
  11413.      *
  11414.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  11415.      */
  11416.     protected function get_ServiceLocator_NdCZOvSService()
  11417.     {
  11418.         return $this->privates['.service_locator.ndCZOvS'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  11419.             'gitHubResourceOwner' => ['services''HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\GitHubResourceOwner''getGitHubResourceOwnerService'false],
  11420.         ], [
  11421.             'gitHubResourceOwner' => '?',
  11422.         ]);
  11423.     }
  11424.     /**
  11425.      * Gets the private '.service_locator.t5khzQp' shared service.
  11426.      *
  11427.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  11428.      */
  11429.     protected function get_ServiceLocator_T5khzQpService()
  11430.     {
  11431.         return $this->privates['.service_locator.t5khzQp'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  11432.             'instance' => ['privates''.errored..service_locator.t5khzQp.AppBundle\\Entity\\Instance'NULL'Cannot autowire service ".service_locator.t5khzQp": it references class "AppBundle\\Entity\\Instance" but no such service exists.'],
  11433.         ], [
  11434.             'instance' => 'AppBundle\\Entity\\Instance',
  11435.         ]);
  11436.     }
  11437.     /**
  11438.      * Gets the private '.service_locator.t6i3vFk' shared service.
  11439.      *
  11440.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  11441.      */
  11442.     protected function get_ServiceLocator_T6i3vFkService()
  11443.     {
  11444.         return $this->privates['.service_locator.t6i3vFk'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  11445.             'em' => ['services''doctrine.orm.default_entity_manager''getDoctrine_Orm_DefaultEntityManagerService'false],
  11446.         ], [
  11447.             'em' => '?',
  11448.         ]);
  11449.     }
  11450.     /**
  11451.      * Gets the private '.service_locator.vfx_ji0' shared service.
  11452.      *
  11453.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  11454.      */
  11455.     protected function get_ServiceLocator_VfxJi0Service()
  11456.     {
  11457.         return $this->privates['.service_locator.vfx_ji0'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  11458.             'userDTO' => ['privates''.errored..service_locator.vfx_ji0.CodersLab\\Lms\\SharedKernel\\Common\\DTO\\User\\User'NULL'Cannot autowire service ".service_locator.vfx_ji0": it references class "CodersLab\\Lms\\SharedKernel\\Common\\DTO\\User\\User" but no such service exists.'],
  11459.         ], [
  11460.             'userDTO' => 'CodersLab\\Lms\\SharedKernel\\Common\\DTO\\User\\User',
  11461.         ]);
  11462.     }
  11463.     /**
  11464.      * Gets the private '.service_locator.x7qCGOo' shared service.
  11465.      *
  11466.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  11467.      */
  11468.     protected function get_ServiceLocator_X7qCGOoService()
  11469.     {
  11470.         return $this->privates['.service_locator.x7qCGOo'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  11471.             'github' => ['services''HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\GitHubResourceOwner''getGitHubResourceOwnerService'false],
  11472.             'google' => ['privates''hwi_oauth.resource_owner.google''getHwiOauth_ResourceOwner_GoogleService'false],
  11473.         ], [
  11474.             'github' => '?',
  11475.             'google' => '?',
  11476.         ]);
  11477.     }
  11478.     /**
  11479.      * Gets the private '.service_locator.xUrKPVU' shared service.
  11480.      *
  11481.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  11482.      */
  11483.     protected function get_ServiceLocator_XUrKPVUService()
  11484.     {
  11485.         return $this->privates['.service_locator.xUrKPVU'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  11486.             'loader' => ['privates''.errored..service_locator.xUrKPVU.Symfony\\Component\\Config\\Loader\\LoaderInterface'NULL'Cannot autowire service ".service_locator.xUrKPVU": 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".'],
  11487.         ], [
  11488.             'loader' => 'Symfony\\Component\\Config\\Loader\\LoaderInterface',
  11489.         ]);
  11490.     }
  11491.     /**
  11492.      * Gets the private '.session.deprecated' shared service.
  11493.      *
  11494.      * @return \Symfony\Component\HttpFoundation\Session\SessionInterface
  11495.      */
  11496.     protected function get_Session_DeprecatedService()
  11497.     {
  11498.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Session/DeprecatedSessionFactory.php';
  11499.         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();
  11500.     }
  11501.     /**
  11502.      * Gets the private '.twig.command.debug.lazy' shared service.
  11503.      *
  11504.      * @return \Symfony\Component\Console\Command\LazyCommand
  11505.      */
  11506.     protected function get_Twig_Command_Debug_LazyService()
  11507.     {
  11508.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  11509.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  11510.         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 {
  11511.             return ($this->privates['twig.command.debug'] ?? $this->getTwig_Command_DebugService());
  11512.         });
  11513.     }
  11514.     /**
  11515.      * Gets the private '.twig.command.lint.lazy' shared service.
  11516.      *
  11517.      * @return \Symfony\Component\Console\Command\LazyCommand
  11518.      */
  11519.     protected function get_Twig_Command_Lint_LazyService()
  11520.     {
  11521.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  11522.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  11523.         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 {
  11524.             return ($this->privates['twig.command.lint'] ?? $this->getTwig_Command_LintService());
  11525.         });
  11526.     }
  11527.     /**
  11528.      * Gets the private '.var_dumper.command.server_dump.lazy' shared service.
  11529.      *
  11530.      * @return \Symfony\Component\Console\Command\LazyCommand
  11531.      */
  11532.     protected function get_VarDumper_Command_ServerDump_LazyService()
  11533.     {
  11534.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  11535.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  11536.         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 {
  11537.             return ($this->privates['var_dumper.command.server_dump'] ?? $this->getVarDumper_Command_ServerDumpService());
  11538.         });
  11539.     }
  11540.     /**
  11541.      * Gets the private 'CodersLab\Lms\SharedKernel\Infrastructure\Bus\EventBusMiddleware' shared autowired service.
  11542.      *
  11543.      * @return \CodersLab\Lms\SharedKernel\Infrastructure\Bus\EventBusMiddleware
  11544.      */
  11545.     protected function getEventBusMiddlewareService()
  11546.     {
  11547.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Middleware/MiddlewareInterface.php';
  11548.         include_once \dirname(__DIR__4).'/src/Lms/SharedKernel/Infrastructure/Bus/EventBusMiddleware.php';
  11549.         return $this->privates['CodersLab\\Lms\\SharedKernel\\Infrastructure\\Bus\\EventBusMiddleware'] = new \CodersLab\Lms\SharedKernel\Infrastructure\Bus\EventBusMiddleware(($this->services['CodersLab\\Lms\\SharedKernel\\Domain\\Bus\\EventBus'] ?? $this->getEventBusService()), ($this->services['CodersLab\\Lms\\SharedKernel\\Domain\\Bus\\EventRecorder'] ?? ($this->services['CodersLab\\Lms\\SharedKernel\\Domain\\Bus\\EventRecorder'] = new \CodersLab\Lms\SharedKernel\Domain\Bus\EventRecorder())));
  11550.     }
  11551.     /**
  11552.      * Gets the private 'CodersLab\Lms\SharedKernel\Infrastructure\Bus\HandleMessageMiddleware' shared autowired service.
  11553.      *
  11554.      * @return \CodersLab\Lms\SharedKernel\Infrastructure\Bus\HandleMessageMiddleware
  11555.      */
  11556.     protected function getHandleMessageMiddlewareService()
  11557.     {
  11558.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Middleware/MiddlewareInterface.php';
  11559.         include_once \dirname(__DIR__4).'/src/Lms/SharedKernel/Infrastructure/Bus/HandleMessageMiddleware.php';
  11560.         return $this->privates['CodersLab\\Lms\\SharedKernel\\Infrastructure\\Bus\\HandleMessageMiddleware'] = new \CodersLab\Lms\SharedKernel\Infrastructure\Bus\HandleMessageMiddleware();
  11561.     }
  11562.     /**
  11563.      * Gets the private 'CodersLab\Lms\SharedKernel\Infrastructure\Bus\MessageStoreMiddleware' shared autowired service.
  11564.      *
  11565.      * @return \CodersLab\Lms\SharedKernel\Infrastructure\Bus\MessageStoreMiddleware
  11566.      */
  11567.     protected function getMessageStoreMiddlewareService()
  11568.     {
  11569.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Middleware/MiddlewareInterface.php';
  11570.         include_once \dirname(__DIR__4).'/src/Lms/SharedKernel/Infrastructure/Bus/MessageStoreMiddleware.php';
  11571.         return $this->privates['CodersLab\\Lms\\SharedKernel\\Infrastructure\\Bus\\MessageStoreMiddleware'] = new \CodersLab\Lms\SharedKernel\Infrastructure\Bus\MessageStoreMiddleware(($this->services['doctrine.dbal.default_connection'] ?? $this->getDoctrine_Dbal_DefaultConnectionService()), ($this->services['CodersLab\\Lms\\SharedKernel\\Infrastructure\\Security\\SymfonySecurityContext'] ?? $this->getSymfonySecurityContextService()));
  11572.     }
  11573.     /**
  11574.      * Gets the private 'CodersLab\Lms\UserInterface\Cli\Command\CachePoolInvalidateTagsCommand' shared autowired service.
  11575.      *
  11576.      * @return \CodersLab\Lms\UserInterface\Cli\Command\CachePoolInvalidateTagsCommand
  11577.      */
  11578.     protected function getCachePoolInvalidateTagsCommandService()
  11579.     {
  11580.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  11581.         include_once \dirname(__DIR__4).'/src/Lms/UserInterface/Cli/Command/CachePoolInvalidateTagsCommand.php';
  11582.         $this->privates['CodersLab\\Lms\\UserInterface\\Cli\\Command\\CachePoolInvalidateTagsCommand'] = $instance = new \CodersLab\Lms\UserInterface\Cli\Command\CachePoolInvalidateTagsCommand(($this->privates['cache.app.taggable'] ?? $this->getCache_App_TaggableService()));
  11583.         $instance->setName('cache:pool:invalidate-tags');
  11584.         $instance->setDescription('Invalidate cache tags for all or a specific pool');
  11585.         return $instance;
  11586.     }
  11587.     /**
  11588.      * Gets the private 'CodersLab\Lms\UserInterface\Rest\RequestConverter\ChangePasswordConverter' shared autowired service.
  11589.      *
  11590.      * @return \CodersLab\Lms\UserInterface\Rest\RequestConverter\ChangePasswordConverter
  11591.      */
  11592.     protected function getChangePasswordConverterService()
  11593.     {
  11594.         return $this->privates['CodersLab\\Lms\\UserInterface\\Rest\\RequestConverter\\ChangePasswordConverter'] = new \CodersLab\Lms\UserInterface\Rest\RequestConverter\ChangePasswordConverter();
  11595.     }
  11596.     /**
  11597.      * Gets the private 'CodersLab\Lms\UserInterface\Rest\RequestConverter\ExamAccessRequestConverter' shared autowired service.
  11598.      *
  11599.      * @return \CodersLab\Lms\UserInterface\Rest\RequestConverter\ExamAccessRequestConverter
  11600.      */
  11601.     protected function getExamAccessRequestConverterService()
  11602.     {
  11603.         return $this->privates['CodersLab\\Lms\\UserInterface\\Rest\\RequestConverter\\ExamAccessRequestConverter'] = new \CodersLab\Lms\UserInterface\Rest\RequestConverter\ExamAccessRequestConverter();
  11604.     }
  11605.     /**
  11606.      * Gets the private 'CodersLab\Lms\UserInterface\Rest\RequestConverter\IssueRequestConverter' shared autowired service.
  11607.      *
  11608.      * @return \CodersLab\Lms\UserInterface\Rest\RequestConverter\IssueRequestConverter
  11609.      */
  11610.     protected function getIssueRequestConverterService()
  11611.     {
  11612.         return $this->privates['CodersLab\\Lms\\UserInterface\\Rest\\RequestConverter\\IssueRequestConverter'] = new \CodersLab\Lms\UserInterface\Rest\RequestConverter\IssueRequestConverter(($this->services['CodersLab\\Lms\\Modules\\Materials\\Infrastructure\\Persistence\\Doctrine\\ORMMaterials'] ?? $this->getORMMaterialsService()));
  11613.     }
  11614.     /**
  11615.      * Gets the private 'CodersLab\Lms\UserInterface\Rest\RequestConverter\MaterialReviewRequestConverter' shared autowired service.
  11616.      *
  11617.      * @return \CodersLab\Lms\UserInterface\Rest\RequestConverter\MaterialReviewRequestConverter
  11618.      */
  11619.     protected function getMaterialReviewRequestConverterService()
  11620.     {
  11621.         return $this->privates['CodersLab\\Lms\\UserInterface\\Rest\\RequestConverter\\MaterialReviewRequestConverter'] = new \CodersLab\Lms\UserInterface\Rest\RequestConverter\MaterialReviewRequestConverter();
  11622.     }
  11623.     /**
  11624.      * Gets the private 'CodersLab\Lms\UserInterface\Rest\RequestConverter\UserRequestConverter' shared autowired service.
  11625.      *
  11626.      * @return \CodersLab\Lms\UserInterface\Rest\RequestConverter\UserRequestConverter
  11627.      */
  11628.     protected function getUserRequestConverterService()
  11629.     {
  11630.         return $this->privates['CodersLab\\Lms\\UserInterface\\Rest\\RequestConverter\\UserRequestConverter'] = new \CodersLab\Lms\UserInterface\Rest\RequestConverter\UserRequestConverter();
  11631.     }
  11632.     /**
  11633.      * Gets the private 'Doctrine\Bundle\DoctrineBundle\Dbal\ManagerRegistryAwareConnectionProvider' shared service.
  11634.      *
  11635.      * @return \Doctrine\Bundle\DoctrineBundle\Dbal\ManagerRegistryAwareConnectionProvider
  11636.      */
  11637.     protected function getManagerRegistryAwareConnectionProviderService()
  11638.     {
  11639.         include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Tools/Console/ConnectionProvider.php';
  11640.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Dbal/ManagerRegistryAwareConnectionProvider.php';
  11641.         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'));
  11642.     }
  11643.     /**
  11644.      * Gets the private 'Doctrine\DBAL\Tools\Console\Command\RunSqlCommand' shared service.
  11645.      *
  11646.      * @return \Doctrine\DBAL\Tools\Console\Command\RunSqlCommand
  11647.      */
  11648.     protected function getRunSqlCommandService()
  11649.     {
  11650.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  11651.         include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Tools/Console/Command/RunSqlCommand.php';
  11652.         $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()));
  11653.         $instance->setName('dbal:run-sql');
  11654.         return $instance;
  11655.     }
  11656.     /**
  11657.      * Gets the private 'Http\Client\Common\PluginClientFactory' shared service.
  11658.      *
  11659.      * @return \Http\HttplugBundle\Collector\PluginClientFactory
  11660.      */
  11661.     protected function getPluginClientFactoryService()
  11662.     {
  11663.         return $this->privates['Http\\Client\\Common\\PluginClientFactory'] = new \Http\HttplugBundle\Collector\PluginClientFactory(($this->privates['httplug.collector.collector'] ?? ($this->privates['httplug.collector.collector'] = new \Http\HttplugBundle\Collector\Collector())), ($this->privates['httplug.collector.formatter'] ?? $this->getHttplug_Collector_FormatterService()), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  11664.     }
  11665.     /**
  11666.      * Gets the private 'Http\HttplugBundle\Collector\PluginClientFactoryListener' shared service.
  11667.      *
  11668.      * @return \Http\HttplugBundle\Collector\PluginClientFactoryListener
  11669.      */
  11670.     protected function getPluginClientFactoryListenerService()
  11671.     {
  11672.         return $this->privates['Http\\HttplugBundle\\Collector\\PluginClientFactoryListener'] = new \Http\HttplugBundle\Collector\PluginClientFactoryListener(($this->privates['Http\\Client\\Common\\PluginClientFactory'] ?? $this->getPluginClientFactoryService()));
  11673.     }
  11674.     /**
  11675.      * Gets the private 'Sentry\Integration\RequestFetcherInterface' shared service.
  11676.      *
  11677.      * @return \Sentry\SentryBundle\Integration\RequestFetcher
  11678.      */
  11679.     protected function getRequestFetcherInterfaceService()
  11680.     {
  11681.         return $this->privates['Sentry\\Integration\\RequestFetcherInterface'] = new \Sentry\SentryBundle\Integration\RequestFetcher(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), NULL);
  11682.     }
  11683.     /**
  11684.      * Gets the private 'Sentry\SentryBundle\Command\SentryTestCommand' shared service.
  11685.      *
  11686.      * @return \Sentry\SentryBundle\Command\SentryTestCommand
  11687.      */
  11688.     protected function getSentryTestCommandService()
  11689.     {
  11690.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  11691.         include_once \dirname(__DIR__4).'/vendor/sentry/sentry-symfony/src/Command/SentryTestCommand.php';
  11692.         $this->privates['Sentry\\SentryBundle\\Command\\SentryTestCommand'] = $instance = new \Sentry\SentryBundle\Command\SentryTestCommand();
  11693.         $instance->setName('sentry:test');
  11694.         return $instance;
  11695.     }
  11696.     /**
  11697.      * Gets the private 'Sentry\SentryBundle\EventListener\ConsoleListener' shared service.
  11698.      *
  11699.      * @return \Sentry\SentryBundle\EventListener\ConsoleListener
  11700.      */
  11701.     protected function getConsoleListenerService()
  11702.     {
  11703.         include_once \dirname(__DIR__4).'/vendor/sentry/sentry-symfony/src/EventListener/ConsoleListener.php';
  11704.         return $this->privates['Sentry\\SentryBundle\\EventListener\\ConsoleListener'] = new \Sentry\SentryBundle\EventListener\ConsoleListener(($this->privates['Sentry\\State\\HubInterface'] ?? $this->getHubInterfaceService()), true);
  11705.     }
  11706.     /**
  11707.      * Gets the private 'Sentry\SentryBundle\EventListener\ErrorListener' shared service.
  11708.      *
  11709.      * @return \Sentry\SentryBundle\EventListener\ErrorListener
  11710.      */
  11711.     protected function getErrorListenerService()
  11712.     {
  11713.         include_once \dirname(__DIR__4).'/vendor/sentry/sentry-symfony/src/EventListener/ErrorListener.php';
  11714.         return $this->privates['Sentry\\SentryBundle\\EventListener\\ErrorListener'] = new \Sentry\SentryBundle\EventListener\ErrorListener(($this->privates['Sentry\\State\\HubInterface'] ?? $this->getHubInterfaceService()));
  11715.     }
  11716.     /**
  11717.      * Gets the private 'Sentry\SentryBundle\EventListener\MessengerListener' shared service.
  11718.      *
  11719.      * @return \Sentry\SentryBundle\EventListener\MessengerListener
  11720.      */
  11721.     protected function getMessengerListenerService()
  11722.     {
  11723.         include_once \dirname(__DIR__4).'/vendor/sentry/sentry-symfony/src/EventListener/MessengerListener.php';
  11724.         return $this->privates['Sentry\\SentryBundle\\EventListener\\MessengerListener'] = new \Sentry\SentryBundle\EventListener\MessengerListener(($this->privates['Sentry\\State\\HubInterface'] ?? $this->getHubInterfaceService()), true);
  11725.     }
  11726.     /**
  11727.      * Gets the private 'Sentry\SentryBundle\EventListener\RequestListener' shared service.
  11728.      *
  11729.      * @return \Sentry\SentryBundle\EventListener\RequestListener
  11730.      */
  11731.     protected function getRequestListenerService()
  11732.     {
  11733.         return $this->privates['Sentry\\SentryBundle\\EventListener\\RequestListener'] = new \Sentry\SentryBundle\EventListener\RequestListener(($this->privates['Sentry\\State\\HubInterface'] ?? $this->getHubInterfaceService()), ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()));
  11734.     }
  11735.     /**
  11736.      * Gets the private 'Sentry\SentryBundle\EventListener\SubRequestListener' shared service.
  11737.      *
  11738.      * @return \Sentry\SentryBundle\EventListener\SubRequestListener
  11739.      */
  11740.     protected function getSubRequestListenerService()
  11741.     {
  11742.         return $this->privates['Sentry\\SentryBundle\\EventListener\\SubRequestListener'] = new \Sentry\SentryBundle\EventListener\SubRequestListener(($this->privates['Sentry\\State\\HubInterface'] ?? $this->getHubInterfaceService()));
  11743.     }
  11744.     /**
  11745.      * Gets the private 'Sentry\SentryBundle\EventListener\TracingConsoleListener' shared service.
  11746.      *
  11747.      * @return \Sentry\SentryBundle\EventListener\TracingConsoleListener
  11748.      */
  11749.     protected function getTracingConsoleListenerService()
  11750.     {
  11751.         include_once \dirname(__DIR__4).'/vendor/sentry/sentry-symfony/src/EventListener/TracingConsoleListener.php';
  11752.         return $this->privates['Sentry\\SentryBundle\\EventListener\\TracingConsoleListener'] = new \Sentry\SentryBundle\EventListener\TracingConsoleListener(($this->privates['Sentry\\State\\HubInterface'] ?? $this->getHubInterfaceService()), [=> 'messenger:consume']);
  11753.     }
  11754.     /**
  11755.      * Gets the private 'Sentry\SentryBundle\EventListener\TracingRequestListener' shared service.
  11756.      *
  11757.      * @return \Sentry\SentryBundle\EventListener\TracingRequestListener
  11758.      */
  11759.     protected function getTracingRequestListenerService()
  11760.     {
  11761.         return $this->privates['Sentry\\SentryBundle\\EventListener\\TracingRequestListener'] = new \Sentry\SentryBundle\EventListener\TracingRequestListener(($this->privates['Sentry\\State\\HubInterface'] ?? $this->getHubInterfaceService()));
  11762.     }
  11763.     /**
  11764.      * Gets the private 'Sentry\SentryBundle\EventListener\TracingSubRequestListener' shared service.
  11765.      *
  11766.      * @return \Sentry\SentryBundle\EventListener\TracingSubRequestListener
  11767.      */
  11768.     protected function getTracingSubRequestListenerService()
  11769.     {
  11770.         return $this->privates['Sentry\\SentryBundle\\EventListener\\TracingSubRequestListener'] = new \Sentry\SentryBundle\EventListener\TracingSubRequestListener(($this->privates['Sentry\\State\\HubInterface'] ?? $this->getHubInterfaceService()));
  11771.     }
  11772.     /**
  11773.      * Gets the private 'Sentry\SentryBundle\Tracing\Twig\TwigTracingExtension' shared service.
  11774.      *
  11775.      * @return \Sentry\SentryBundle\Tracing\Twig\TwigTracingExtension
  11776.      */
  11777.     protected function getTwigTracingExtensionService()
  11778.     {
  11779.         return $this->privates['Sentry\\SentryBundle\\Tracing\\Twig\\TwigTracingExtension'] = new \Sentry\SentryBundle\Tracing\Twig\TwigTracingExtension(($this->privates['Sentry\\State\\HubInterface'] ?? $this->getHubInterfaceService()));
  11780.     }
  11781.     /**
  11782.      * Gets the private 'Sentry\SentryBundle\Twig\SentryExtension' shared service.
  11783.      *
  11784.      * @return \Sentry\SentryBundle\Twig\SentryExtension
  11785.      */
  11786.     protected function getSentryExtensionService()
  11787.     {
  11788.         return $this->privates['Sentry\\SentryBundle\\Twig\\SentryExtension'] = new \Sentry\SentryBundle\Twig\SentryExtension(($this->privates['Sentry\\State\\HubInterface'] ?? $this->getHubInterfaceService()));
  11789.     }
  11790.     /**
  11791.      * Gets the private 'Sentry\State\HubInterface' shared service.
  11792.      *
  11793.      * @return \Sentry\State\HubInterface
  11794.      */
  11795.     protected function getHubInterfaceService()
  11796.     {
  11797.         $this->privates['Sentry\\State\\HubInterface'] = $instance \Sentry\State\HubAdapter::getInstance();
  11798.         $instance->bindClient(($this->privates['sentry.client'] ?? $this->getSentry_ClientService()));
  11799.         return $instance;
  11800.     }
  11801.     /**
  11802.      * Gets the private 'Sentry\Transport\TransportFactoryInterface' shared service.
  11803.      *
  11804.      * @return \Sentry\SentryBundle\Transport\TransportFactory
  11805.      */
  11806.     protected function getTransportFactoryInterfaceService()
  11807.     {
  11808.         $a = ($this->privates['nyholm.psr7.psr17_factory'] ?? ($this->privates['nyholm.psr7.psr17_factory'] = new \Nyholm\Psr7\Factory\Psr17Factory()));
  11809.         return $this->privates['Sentry\\Transport\\TransportFactoryInterface'] = new \Sentry\SentryBundle\Transport\TransportFactory($a$a$a$aNULLNULL);
  11810.     }
  11811.     /**
  11812.      * Gets the private 'annotations.cache_adapter' shared service.
  11813.      *
  11814.      * @return \Symfony\Component\Cache\Adapter\PhpArrayAdapter
  11815.      */
  11816.     protected function getAnnotations_CacheAdapterService()
  11817.     {
  11818.         return $this->privates['annotations.cache_adapter'] = \Symfony\Component\Cache\Adapter\PhpArrayAdapter::create(($this->targetDir.''.'/annotations.php'), ($this->privates['cache.annotations.traceable'] ?? $this->getCache_Annotations_TraceableService()));
  11819.     }
  11820.     /**
  11821.      * Gets the private 'annotations.cache_warmer' shared service.
  11822.      *
  11823.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\AnnotationsCacheWarmer
  11824.      */
  11825.     protected function getAnnotations_CacheWarmerService()
  11826.     {
  11827.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  11828.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/AbstractPhpFileCacheWarmer.php';
  11829.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/AnnotationsCacheWarmer.php';
  11830.         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);
  11831.     }
  11832.     /**
  11833.      * Gets the private 'annotations.cached_reader' shared service.
  11834.      *
  11835.      * @return \Doctrine\Common\Annotations\PsrCachedReader
  11836.      */
  11837.     protected function getAnnotations_CachedReaderService()
  11838.     {
  11839.         return $this->privates['annotations.cached_reader'] = new \Doctrine\Common\Annotations\PsrCachedReader(($this->privates['annotations.reader'] ?? $this->getAnnotations_ReaderService()), ($this->privates['annotations.cache_adapter'] ?? $this->getAnnotations_CacheAdapterService()), true);
  11840.     }
  11841.     /**
  11842.      * Gets the private 'annotations.dummy_registry' shared service.
  11843.      *
  11844.      * @return \Doctrine\Common\Annotations\AnnotationRegistry
  11845.      */
  11846.     protected function getAnnotations_DummyRegistryService()
  11847.     {
  11848.         $this->privates['annotations.dummy_registry'] = $instance = new \Doctrine\Common\Annotations\AnnotationRegistry();
  11849.         $instance->registerUniqueLoader('class_exists');
  11850.         return $instance;
  11851.     }
  11852.     /**
  11853.      * Gets the private 'annotations.reader' shared service.
  11854.      *
  11855.      * @return \Doctrine\Common\Annotations\AnnotationReader
  11856.      */
  11857.     protected function getAnnotations_ReaderService()
  11858.     {
  11859.         $this->privates['annotations.reader'] = $instance = new \Doctrine\Common\Annotations\AnnotationReader();
  11860.         $instance->addGlobalIgnoredName('required', ($this->privates['annotations.dummy_registry'] ?? $this->getAnnotations_DummyRegistryService()));
  11861.         return $instance;
  11862.     }
  11863.     /**
  11864.      * Gets the private 'argument_metadata_factory' shared service.
  11865.      *
  11866.      * @return \Symfony\Component\HttpKernel\ControllerMetadata\ArgumentMetadataFactory
  11867.      */
  11868.     protected function getArgumentMetadataFactoryService()
  11869.     {
  11870.         return $this->privates['argument_metadata_factory'] = new \Symfony\Component\HttpKernel\ControllerMetadata\ArgumentMetadataFactory();
  11871.     }
  11872.     /**
  11873.      * Gets the private 'assets._default_package' shared service.
  11874.      *
  11875.      * @return \Symfony\Component\Asset\PathPackage
  11876.      */
  11877.     protected function getAssets_DefaultPackageService()
  11878.     {
  11879.         return $this->privates['assets._default_package'] = 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()));
  11880.     }
  11881.     /**
  11882.      * Gets the private 'assets.context' shared service.
  11883.      *
  11884.      * @return \Symfony\Component\Asset\Context\RequestStackContext
  11885.      */
  11886.     protected function getAssets_ContextService()
  11887.     {
  11888.         $a = ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService());
  11889.         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());
  11890.     }
  11891.     /**
  11892.      * Gets the private 'assets.empty_version_strategy' shared service.
  11893.      *
  11894.      * @return \Symfony\Component\Asset\VersionStrategy\EmptyVersionStrategy
  11895.      */
  11896.     protected function getAssets_EmptyVersionStrategyService()
  11897.     {
  11898.         return $this->privates['assets.empty_version_strategy'] = new \Symfony\Component\Asset\VersionStrategy\EmptyVersionStrategy();
  11899.     }
  11900.     /**
  11901.      * Gets the private 'assets.packages' shared service.
  11902.      *
  11903.      * @return \Symfony\Component\Asset\Packages
  11904.      */
  11905.     protected function getAssets_PackagesService()
  11906.     {
  11907.         return $this->privates['assets.packages'] = new \Symfony\Component\Asset\Packages(($this->privates['assets._default_package'] ?? $this->getAssets_DefaultPackageService()), new RewindableGenerator(function () {
  11908.             return new \EmptyIterator();
  11909.         }, 0));
  11910.     }
  11911.     /**
  11912.      * Gets the private 'cache.annotations.traceable' shared service.
  11913.      *
  11914.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  11915.      */
  11916.     protected function getCache_Annotations_TraceableService()
  11917.     {
  11918.         return $this->privates['cache.annotations.traceable'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(($this->privates['cache.annotations.traceable.recorder_inner'] ?? $this->getCache_Annotations_Traceable_RecorderInnerService()));
  11919.     }
  11920.     /**
  11921.      * Gets the private 'cache.annotations.traceable.inner' shared service.
  11922.      *
  11923.      * @return \Symfony\Component\Cache\Adapter\AdapterInterface
  11924.      */
  11925.     protected function getCache_Annotations_Traceable_InnerService()
  11926.     {
  11927.         return $this->privates['cache.annotations.traceable.inner'] = \Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('sIsjkUEyQr'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  11928.     }
  11929.     /**
  11930.      * Gets the private 'cache.annotations.traceable.recorder_inner' shared service.
  11931.      *
  11932.      * @return \Sentry\SentryBundle\Tracing\Cache\TraceableCacheAdapter
  11933.      */
  11934.     protected function getCache_Annotations_Traceable_RecorderInnerService()
  11935.     {
  11936.         return $this->privates['cache.annotations.traceable.recorder_inner'] = new \Sentry\SentryBundle\Tracing\Cache\TraceableCacheAdapter(($this->privates['Sentry\\State\\HubInterface'] ?? $this->getHubInterfaceService()), ($this->privates['cache.annotations.traceable.inner'] ?? $this->getCache_Annotations_Traceable_InnerService()));
  11937.     }
  11938.     /**
  11939.      * Gets the private 'cache.app.taggable' shared service.
  11940.      *
  11941.      * @return \Symfony\Component\Cache\Adapter\TagAwareAdapter
  11942.      */
  11943.     protected function getCache_App_TaggableService()
  11944.     {
  11945.         include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/TagAwareAdapter.php';
  11946.         return $this->privates['cache.app.taggable'] = new \Symfony\Component\Cache\Adapter\TagAwareAdapter(($this->services['cache.app'] ?? $this->getCache_AppService()));
  11947.     }
  11948.     /**
  11949.      * Gets the private 'cache.app.traceable.inner' shared service.
  11950.      *
  11951.      * @return \Symfony\Component\Cache\Adapter\RedisAdapter
  11952.      */
  11953.     protected function getCache_App_Traceable_InnerService()
  11954.     {
  11955.         $this->privates['cache.app.traceable.inner'] = $instance = new \Symfony\Component\Cache\Adapter\RedisAdapter(($this->privates['.cache_connection.VkIJQtB'] ?? $this->get_CacheConnection_VkIJQtBService()), 'kmDiIDDoDx'0, ($this->privates['cache.default_marshaller'] ?? ($this->privates['cache.default_marshaller'] = new \Symfony\Component\Cache\Marshaller\DefaultMarshaller(NULLtrue))));
  11956.         $instance->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  11957.         return $instance;
  11958.     }
  11959.     /**
  11960.      * Gets the private 'cache.app.traceable.recorder_inner' shared service.
  11961.      *
  11962.      * @return \Sentry\SentryBundle\Tracing\Cache\TraceableCacheAdapter
  11963.      */
  11964.     protected function getCache_App_Traceable_RecorderInnerService()
  11965.     {
  11966.         return $this->privates['cache.app.traceable.recorder_inner'] = new \Sentry\SentryBundle\Tracing\Cache\TraceableCacheAdapter(($this->privates['Sentry\\State\\HubInterface'] ?? $this->getHubInterfaceService()), ($this->privates['cache.app.traceable.inner'] ?? $this->getCache_App_Traceable_InnerService()));
  11967.     }
  11968.     /**
  11969.      * Gets the private 'cache.default_marshaller' shared service.
  11970.      *
  11971.      * @return \Symfony\Component\Cache\Marshaller\DefaultMarshaller
  11972.      */
  11973.     protected function getCache_DefaultMarshallerService()
  11974.     {
  11975.         return $this->privates['cache.default_marshaller'] = new \Symfony\Component\Cache\Marshaller\DefaultMarshaller(NULLtrue);
  11976.     }
  11977.     /**
  11978.      * Gets the private 'cache.messenger.restart_workers_signal.traceable' shared service.
  11979.      *
  11980.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  11981.      */
  11982.     protected function getCache_Messenger_RestartWorkersSignal_TraceableService()
  11983.     {
  11984.         return $this->privates['cache.messenger.restart_workers_signal.traceable'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(($this->privates['cache.messenger.restart_workers_signal.traceable.recorder_inner'] ?? $this->getCache_Messenger_RestartWorkersSignal_Traceable_RecorderInnerService()));
  11985.     }
  11986.     /**
  11987.      * Gets the private 'cache.messenger.restart_workers_signal.traceable.inner' shared service.
  11988.      *
  11989.      * @return \Symfony\Component\Cache\Adapter\RedisAdapter
  11990.      */
  11991.     protected function getCache_Messenger_RestartWorkersSignal_Traceable_InnerService()
  11992.     {
  11993.         $this->privates['cache.messenger.restart_workers_signal.traceable.inner'] = $instance = new \Symfony\Component\Cache\Adapter\RedisAdapter(($this->privates['.cache_connection.VkIJQtB'] ?? $this->get_CacheConnection_VkIJQtBService()), 'as8zhaTOuL'0, ($this->privates['cache.default_marshaller'] ?? ($this->privates['cache.default_marshaller'] = new \Symfony\Component\Cache\Marshaller\DefaultMarshaller(NULLtrue))));
  11994.         $instance->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  11995.         return $instance;
  11996.     }
  11997.     /**
  11998.      * Gets the private 'cache.messenger.restart_workers_signal.traceable.recorder_inner' shared service.
  11999.      *
  12000.      * @return \Sentry\SentryBundle\Tracing\Cache\TraceableCacheAdapter
  12001.      */
  12002.     protected function getCache_Messenger_RestartWorkersSignal_Traceable_RecorderInnerService()
  12003.     {
  12004.         return $this->privates['cache.messenger.restart_workers_signal.traceable.recorder_inner'] = new \Sentry\SentryBundle\Tracing\Cache\TraceableCacheAdapter(($this->privates['Sentry\\State\\HubInterface'] ?? $this->getHubInterfaceService()), ($this->privates['cache.messenger.restart_workers_signal.traceable.inner'] ?? $this->getCache_Messenger_RestartWorkersSignal_Traceable_InnerService()));
  12005.     }
  12006.     /**
  12007.      * Gets the private 'cache.property_access' shared service.
  12008.      *
  12009.      * @return \Symfony\Component\Cache\Adapter\ArrayAdapter
  12010.      */
  12011.     protected function getCache_PropertyAccessService()
  12012.     {
  12013.         include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/ArrayAdapter.php';
  12014.         return $this->privates['cache.property_access'] = new \Symfony\Component\Cache\Adapter\ArrayAdapter(0false);
  12015.     }
  12016.     /**
  12017.      * Gets the private 'cache.property_info.traceable' shared service.
  12018.      *
  12019.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  12020.      */
  12021.     protected function getCache_PropertyInfo_TraceableService()
  12022.     {
  12023.         return $this->privates['cache.property_info.traceable'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(($this->privates['cache.property_info.traceable.recorder_inner'] ?? $this->getCache_PropertyInfo_Traceable_RecorderInnerService()));
  12024.     }
  12025.     /**
  12026.      * Gets the private 'cache.property_info.traceable.inner' shared service.
  12027.      *
  12028.      * @return \Symfony\Component\Cache\Adapter\AdapterInterface
  12029.      */
  12030.     protected function getCache_PropertyInfo_Traceable_InnerService()
  12031.     {
  12032.         return $this->privates['cache.property_info.traceable.inner'] = \Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('BAFGDSz1za'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  12033.     }
  12034.     /**
  12035.      * Gets the private 'cache.property_info.traceable.recorder_inner' shared service.
  12036.      *
  12037.      * @return \Sentry\SentryBundle\Tracing\Cache\TraceableCacheAdapter
  12038.      */
  12039.     protected function getCache_PropertyInfo_Traceable_RecorderInnerService()
  12040.     {
  12041.         return $this->privates['cache.property_info.traceable.recorder_inner'] = new \Sentry\SentryBundle\Tracing\Cache\TraceableCacheAdapter(($this->privates['Sentry\\State\\HubInterface'] ?? $this->getHubInterfaceService()), ($this->privates['cache.property_info.traceable.inner'] ?? $this->getCache_PropertyInfo_Traceable_InnerService()));
  12042.     }
  12043.     /**
  12044.      * Gets the private 'cache.security_expression_language.traceable' shared service.
  12045.      *
  12046.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  12047.      */
  12048.     protected function getCache_SecurityExpressionLanguage_TraceableService()
  12049.     {
  12050.         return $this->privates['cache.security_expression_language.traceable'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(($this->privates['cache.security_expression_language.traceable.recorder_inner'] ?? $this->getCache_SecurityExpressionLanguage_Traceable_RecorderInnerService()));
  12051.     }
  12052.     /**
  12053.      * Gets the private 'cache.security_expression_language.traceable.inner' shared service.
  12054.      *
  12055.      * @return \Symfony\Component\Cache\Adapter\AdapterInterface
  12056.      */
  12057.     protected function getCache_SecurityExpressionLanguage_Traceable_InnerService()
  12058.     {
  12059.         return $this->privates['cache.security_expression_language.traceable.inner'] = \Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('kkEDJZ21SQ'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  12060.     }
  12061.     /**
  12062.      * Gets the private 'cache.security_expression_language.traceable.recorder_inner' shared service.
  12063.      *
  12064.      * @return \Sentry\SentryBundle\Tracing\Cache\TraceableCacheAdapter
  12065.      */
  12066.     protected function getCache_SecurityExpressionLanguage_Traceable_RecorderInnerService()
  12067.     {
  12068.         return $this->privates['cache.security_expression_language.traceable.recorder_inner'] = new \Sentry\SentryBundle\Tracing\Cache\TraceableCacheAdapter(($this->privates['Sentry\\State\\HubInterface'] ?? $this->getHubInterfaceService()), ($this->privates['cache.security_expression_language.traceable.inner'] ?? $this->getCache_SecurityExpressionLanguage_Traceable_InnerService()));
  12069.     }
  12070.     /**
  12071.      * Gets the private 'cache.serializer.traceable' shared service.
  12072.      *
  12073.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  12074.      */
  12075.     protected function getCache_Serializer_TraceableService()
  12076.     {
  12077.         return $this->privates['cache.serializer.traceable'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(($this->privates['cache.serializer.traceable.recorder_inner'] ?? $this->getCache_Serializer_Traceable_RecorderInnerService()));
  12078.     }
  12079.     /**
  12080.      * Gets the private 'cache.serializer.traceable.inner' shared service.
  12081.      *
  12082.      * @return \Symfony\Component\Cache\Adapter\AdapterInterface
  12083.      */
  12084.     protected function getCache_Serializer_Traceable_InnerService()
  12085.     {
  12086.         return $this->privates['cache.serializer.traceable.inner'] = \Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('lAhqkpVvDE'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  12087.     }
  12088.     /**
  12089.      * Gets the private 'cache.serializer.traceable.recorder_inner' shared service.
  12090.      *
  12091.      * @return \Sentry\SentryBundle\Tracing\Cache\TraceableCacheAdapter
  12092.      */
  12093.     protected function getCache_Serializer_Traceable_RecorderInnerService()
  12094.     {
  12095.         return $this->privates['cache.serializer.traceable.recorder_inner'] = new \Sentry\SentryBundle\Tracing\Cache\TraceableCacheAdapter(($this->privates['Sentry\\State\\HubInterface'] ?? $this->getHubInterfaceService()), ($this->privates['cache.serializer.traceable.inner'] ?? $this->getCache_Serializer_Traceable_InnerService()));
  12096.     }
  12097.     /**
  12098.      * Gets the private 'cache.system.traceable.inner' shared service.
  12099.      *
  12100.      * @return \Symfony\Component\Cache\Adapter\AdapterInterface
  12101.      */
  12102.     protected function getCache_System_Traceable_InnerService()
  12103.     {
  12104.         return $this->privates['cache.system.traceable.inner'] = \Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('4WGMuw3py3'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  12105.     }
  12106.     /**
  12107.      * Gets the private 'cache.system.traceable.recorder_inner' shared service.
  12108.      *
  12109.      * @return \Sentry\SentryBundle\Tracing\Cache\TraceableCacheAdapter
  12110.      */
  12111.     protected function getCache_System_Traceable_RecorderInnerService()
  12112.     {
  12113.         return $this->privates['cache.system.traceable.recorder_inner'] = new \Sentry\SentryBundle\Tracing\Cache\TraceableCacheAdapter(($this->privates['Sentry\\State\\HubInterface'] ?? $this->getHubInterfaceService()), ($this->privates['cache.system.traceable.inner'] ?? $this->getCache_System_Traceable_InnerService()));
  12114.     }
  12115.     /**
  12116.      * Gets the private 'cache.validator.traceable' shared service.
  12117.      *
  12118.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  12119.      */
  12120.     protected function getCache_Validator_TraceableService()
  12121.     {
  12122.         return $this->privates['cache.validator.traceable'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(($this->privates['cache.validator.traceable.recorder_inner'] ?? $this->getCache_Validator_Traceable_RecorderInnerService()));
  12123.     }
  12124.     /**
  12125.      * Gets the private 'cache.validator.traceable.inner' shared service.
  12126.      *
  12127.      * @return \Symfony\Component\Cache\Adapter\AdapterInterface
  12128.      */
  12129.     protected function getCache_Validator_Traceable_InnerService()
  12130.     {
  12131.         return $this->privates['cache.validator.traceable.inner'] = \Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('NA+JririzU'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  12132.     }
  12133.     /**
  12134.      * Gets the private 'cache.validator.traceable.recorder_inner' shared service.
  12135.      *
  12136.      * @return \Sentry\SentryBundle\Tracing\Cache\TraceableCacheAdapter
  12137.      */
  12138.     protected function getCache_Validator_Traceable_RecorderInnerService()
  12139.     {
  12140.         return $this->privates['cache.validator.traceable.recorder_inner'] = new \Sentry\SentryBundle\Tracing\Cache\TraceableCacheAdapter(($this->privates['Sentry\\State\\HubInterface'] ?? $this->getHubInterfaceService()), ($this->privates['cache.validator.traceable.inner'] ?? $this->getCache_Validator_Traceable_InnerService()));
  12141.     }
  12142.     /**
  12143.      * Gets the private 'cache.validator_expression_language.traceable.inner' shared service.
  12144.      *
  12145.      * @return \Symfony\Component\Cache\Adapter\AdapterInterface
  12146.      */
  12147.     protected function getCache_ValidatorExpressionLanguage_Traceable_InnerService()
  12148.     {
  12149.         return $this->privates['cache.validator_expression_language.traceable.inner'] = \Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('nTvAs-Cv1t'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  12150.     }
  12151.     /**
  12152.      * Gets the private 'cache.validator_expression_language.traceable.recorder_inner' shared service.
  12153.      *
  12154.      * @return \Sentry\SentryBundle\Tracing\Cache\TraceableCacheAdapter
  12155.      */
  12156.     protected function getCache_ValidatorExpressionLanguage_Traceable_RecorderInnerService()
  12157.     {
  12158.         return $this->privates['cache.validator_expression_language.traceable.recorder_inner'] = new \Sentry\SentryBundle\Tracing\Cache\TraceableCacheAdapter(($this->privates['Sentry\\State\\HubInterface'] ?? $this->getHubInterfaceService()), ($this->privates['cache.validator_expression_language.traceable.inner'] ?? $this->getCache_ValidatorExpressionLanguage_Traceable_InnerService()));
  12159.     }
  12160.     /**
  12161.      * Gets the private 'cache_pool_clearer.cache_warmer' shared service.
  12162.      *
  12163.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\CachePoolClearerCacheWarmer
  12164.      */
  12165.     protected function getCachePoolClearer_CacheWarmerService()
  12166.     {
  12167.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  12168.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/CachePoolClearerCacheWarmer.php';
  12169.         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']);
  12170.     }
  12171.     /**
  12172.      * Gets the private 'command_bus.messenger.handlers_locator' shared service.
  12173.      *
  12174.      * @return \Symfony\Component\Messenger\Handler\HandlersLocator
  12175.      */
  12176.     protected function getCommandBus_Messenger_HandlersLocatorService()
  12177.     {
  12178.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlersLocatorInterface.php';
  12179.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlersLocator.php';
  12180.         return $this->privates['command_bus.messenger.handlers_locator'] = new \Symfony\Component\Messenger\Handler\HandlersLocator(['CodersLab\\Lms\\Modules\\Courses\\Application\\Command\\AddUserToSelfRegisterInstance' => new RewindableGenerator(function () {
  12181.             yield => ($this->privates['.messenger.handler_descriptor.xwKbcHb'] ?? $this->get_Messenger_HandlerDescriptor_XwKbcHbService());
  12182.         }, 1), 'CodersLab\\Lms\\Modules\\Courses\\Application\\Command\\ChangeGithubRepositoryName' => new RewindableGenerator(function () {
  12183.             yield => ($this->privates['.messenger.handler_descriptor.23yC2ah'] ?? $this->get_Messenger_HandlerDescriptor_23yC2ahService());
  12184.         }, 1), 'CodersLab\\Lms\\Modules\\Courses\\Command\\SynchroniseCourseScheduleUrl' => new RewindableGenerator(function () {
  12185.             yield => ($this->privates['.messenger.handler_descriptor.DZ80VQK'] ?? $this->get_Messenger_HandlerDescriptor_DZ80VQKService());
  12186.         }, 1), 'CodersLab\\Lms\\Modules\\IdentityAccess\\Application\\Command\\AddAllStudentsAccess' => new RewindableGenerator(function () {
  12187.             yield => ($this->privates['.messenger.handler_descriptor.ZUlpGlK'] ?? $this->get_Messenger_HandlerDescriptor_ZUlpGlKService());
  12188.         }, 1), 'CodersLab\\Lms\\Modules\\IdentityAccess\\Application\\Command\\AddLecturerAccess' => new RewindableGenerator(function () {
  12189.             yield => ($this->privates['.messenger.handler_descriptor.z0tvTsx'] ?? $this->get_Messenger_HandlerDescriptor_Z0tvTsxService());
  12190.         }, 1), 'CodersLab\\Lms\\Modules\\IdentityAccess\\Application\\Command\\AddStudentExamAccess' => new RewindableGenerator(function () {
  12191.             yield => ($this->privates['.messenger.handler_descriptor.S.kZfvs'] ?? $this->get_Messenger_HandlerDescriptor_S_KZfvsService());
  12192.         }, 1), 'CodersLab\\Lms\\Modules\\IdentityAccess\\Application\\Command\\AddStudentModuleAccess' => new RewindableGenerator(function () {
  12193.             yield => ($this->privates['.messenger.handler_descriptor.YThJ6KY'] ?? $this->get_Messenger_HandlerDescriptor_YThJ6KYService());
  12194.         }, 1), 'CodersLab\\Lms\\Modules\\IdentityAccess\\Application\\Command\\AddStudentsExamsAccess' => new RewindableGenerator(function () {
  12195.             yield => ($this->privates['.messenger.handler_descriptor.5YFyD67'] ?? $this->get_Messenger_HandlerDescriptor_5YFyD67Service());
  12196.         }, 1), 'CodersLab\\Lms\\Modules\\IdentityAccess\\Application\\Command\\Bookmark\\DeleteBookmark' => new RewindableGenerator(function () {
  12197.             yield => ($this->privates['.messenger.handler_descriptor.dLMeqrw'] ?? $this->get_Messenger_HandlerDescriptor_DLMeqrwService());
  12198.         }, 1), 'CodersLab\\Lms\\Modules\\IdentityAccess\\Application\\Command\\Bookmark\\UpsertBookmark' => new RewindableGenerator(function () {
  12199.             yield => ($this->privates['.messenger.handler_descriptor.QWgvE6j'] ?? $this->get_Messenger_HandlerDescriptor_QWgvE6jService());
  12200.         }, 1), 'CodersLab\\Lms\\Modules\\IdentityAccess\\Application\\Command\\Progress\\ChangeUserMaterialProgress' => new RewindableGenerator(function () {
  12201.             yield => ($this->privates['.messenger.handler_descriptor.oUUETg7'] ?? $this->get_Messenger_HandlerDescriptor_OUUETg7Service());
  12202.         }, 1), 'CodersLab\\Lms\\Modules\\IdentityAccess\\Application\\Command\\LogAccessChange' => new RewindableGenerator(function () {
  12203.             yield => ($this->privates['.messenger.handler_descriptor.qp02HcV'] ?? $this->get_Messenger_HandlerDescriptor_Qp02HcVService());
  12204.         }, 1), 'CodersLab\\Lms\\Modules\\IdentityAccess\\Application\\Command\\NotifyPreworkShared' => new RewindableGenerator(function () {
  12205.             yield => ($this->privates['.messenger.handler_descriptor.8t8JSDi'] ?? $this->get_Messenger_HandlerDescriptor_8t8JSDiService());
  12206.         }, 1), 'CodersLab\\Lms\\Modules\\IdentityAccess\\Application\\Command\\PlanStudentExam' => new RewindableGenerator(function () {
  12207.             yield => ($this->privates['.messenger.handler_descriptor.uUz4qS6'] ?? $this->get_Messenger_HandlerDescriptor_UUz4qS6Service());
  12208.         }, 1), 'CodersLab\\Lms\\Modules\\IdentityAccess\\Application\\Command\\RevokeAllStudentsAccess' => new RewindableGenerator(function () {
  12209.             yield => ($this->privates['.messenger.handler_descriptor.J1a0vpC'] ?? $this->get_Messenger_HandlerDescriptor_J1a0vpCService());
  12210.         }, 1), 'CodersLab\\Lms\\Modules\\IdentityAccess\\Application\\Command\\RevokeLecturerAccess' => new RewindableGenerator(function () {
  12211.             yield => ($this->privates['.messenger.handler_descriptor.PsQhytY'] ?? $this->get_Messenger_HandlerDescriptor_PsQhytYService());
  12212.         }, 1), 'CodersLab\\Lms\\Modules\\IdentityAccess\\Application\\Command\\RevokeStudentExamAccess' => new RewindableGenerator(function () {
  12213.             yield => ($this->privates['.messenger.handler_descriptor..DnGeME'] ?? $this->get_Messenger_HandlerDescriptor__DnGeMEService());
  12214.         }, 1), 'CodersLab\\Lms\\Modules\\IdentityAccess\\Application\\Command\\RevokeStudentModuleAccess' => new RewindableGenerator(function () {
  12215.             yield => ($this->privates['.messenger.handler_descriptor.snJ2Qng'] ?? $this->get_Messenger_HandlerDescriptor_SnJ2QngService());
  12216.         }, 1), 'CodersLab\\Lms\\Modules\\IdentityAccess\\Application\\Command\\SendGithubTeamInvitation' => new RewindableGenerator(function () {
  12217.             yield => ($this->privates['.messenger.handler_descriptor.uUKlb1f'] ?? $this->get_Messenger_HandlerDescriptor_UUKlb1fService());
  12218.         }, 1), 'CodersLab\\Lms\\Modules\\IdentityAccess\\Application\\Command\\UpdateLastSeenMaterial' => new RewindableGenerator(function () {
  12219.             yield => ($this->privates['.messenger.handler_descriptor.T.DgoeS'] ?? $this->get_Messenger_HandlerDescriptor_T_DgoeSService());
  12220.         }, 1), 'CodersLab\\Lms\\Modules\\Learning\\Application\\Command\\AddCriteriaGroupResult' => new RewindableGenerator(function () {
  12221.             yield => ($this->privates['.messenger.handler_descriptor.ywpxx3v'] ?? $this->get_Messenger_HandlerDescriptor_Ywpxx3vService());
  12222.         }, 1), 'CodersLab\\Lms\\Modules\\Learning\\Application\\Command\\AddMaterialResultAsync' => new RewindableGenerator(function () {
  12223.             yield => ($this->privates['.messenger.handler_descriptor.NXxQuKr'] ?? $this->get_Messenger_HandlerDescriptor_NXxQuKrService());
  12224.         }, 1), 'CodersLab\\Lms\\Modules\\Learning\\Application\\Command\\AddMaterialResultSync' => new RewindableGenerator(function () {
  12225.             yield => ($this->privates['.messenger.handler_descriptor.4gx0ATC'] ?? $this->get_Messenger_HandlerDescriptor_4gx0ATCService());
  12226.         }, 1), 'CodersLab\\Lms\\Modules\\Materials\\Application\\Command\\AddUserToGithubTeam' => new RewindableGenerator(function () {
  12227.             yield => ($this->privates['.messenger.handler_descriptor.SG5rJcP'] ?? $this->get_Messenger_HandlerDescriptor_SG5rJcPService());
  12228.         }, 1), 'CodersLab\\Lms\\Modules\\Materials\\Application\\Command\\InitQuizDetails' => new RewindableGenerator(function () {
  12229.             yield => ($this->privates['.messenger.handler_descriptor.dNfpBZQ'] ?? $this->get_Messenger_HandlerDescriptor_DNfpBZQService());
  12230.         }, 1), 'CodersLab\\Lms\\Modules\\Materials\\Application\\Command\\InitQuizResponseWebhook' => new RewindableGenerator(function () {
  12231.             yield => ($this->privates['.messenger.handler_descriptor.UtncWkH'] ?? $this->get_Messenger_HandlerDescriptor_UtncWkHService());
  12232.         }, 1), 'CodersLab\\Lms\\Modules\\Materials\\Application\\Command\\InitQuizUpdatesWebhook' => new RewindableGenerator(function () {
  12233.             yield => ($this->privates['.messenger.handler_descriptor.ZFtMi0u'] ?? $this->get_Messenger_HandlerDescriptor_ZFtMi0uService());
  12234.         }, 1), 'CodersLab\\Lms\\Modules\\Materials\\Application\\Command\\SearchEngine\\LogMaterialSearch' => new RewindableGenerator(function () {
  12235.             yield => ($this->privates['.messenger.handler_descriptor.j9TBGl.'] ?? $this->get_Messenger_HandlerDescriptor_J9TBGl_Service());
  12236.         }, 1), 'CodersLab\\Lms\\Modules\\Materials\\Application\\Command\\ProcessExercise' => new RewindableGenerator(function () {
  12237.             yield => ($this->privates['.messenger.handler_descriptor.V6EX5h7'] ?? $this->get_Messenger_HandlerDescriptor_V6EX5h7Service());
  12238.         }, 1), 'CodersLab\\Lms\\Modules\\Materials\\Application\\Command\\RebuildRepositories' => new RewindableGenerator(function () {
  12239.             yield => ($this->privates['.messenger.handler_descriptor.rgdaYNy'] ?? $this->get_Messenger_HandlerDescriptor_RgdaYNyService());
  12240.         }, 1), 'CodersLab\\Lms\\Modules\\Materials\\Application\\Command\\RemoveUserFromGithubTeam' => new RewindableGenerator(function () {
  12241.             yield => ($this->privates['.messenger.handler_descriptor.2C86Ctb'] ?? $this->get_Messenger_HandlerDescriptor_2C86CtbService());
  12242.         }, 1), 'CodersLab\\Lms\\Modules\\Materials\\Application\\Command\\RemoveUserFromRepository' => new RewindableGenerator(function () {
  12243.             yield => ($this->privates['.messenger.handler_descriptor.9V0GYLS'] ?? $this->get_Messenger_HandlerDescriptor_9V0GYLSService());
  12244.         }, 1), 'CodersLab\\Lms\\Modules\\Materials\\Application\\Command\\ReportMaterialIssue' => new RewindableGenerator(function () {
  12245.             yield => ($this->privates['.messenger.handler_descriptor.xB1uCyN'] ?? $this->get_Messenger_HandlerDescriptor_XB1uCyNService());
  12246.         }, 1), 'CodersLab\\Lms\\Modules\\Materials\\Application\\Command\\ReportPresentationIssue' => new RewindableGenerator(function () {
  12247.             yield => ($this->privates['.messenger.handler_descriptor.RZtTSjI'] ?? $this->get_Messenger_HandlerDescriptor_RZtTSjIService());
  12248.         }, 1), 'CodersLab\\Lms\\Modules\\Materials\\Application\\Command\\ShareRepositoryForLecturers' => new RewindableGenerator(function () {
  12249.             yield => ($this->privates['.messenger.handler_descriptor.TsflJBr'] ?? $this->get_Messenger_HandlerDescriptor_TsflJBrService());
  12250.         }, 1), 'CodersLab\\Lms\\Modules\\Materials\\Application\\Command\\ShareRepositoryForMentors' => new RewindableGenerator(function () {
  12251.             yield => ($this->privates['.messenger.handler_descriptor.81d1IXg'] ?? $this->get_Messenger_HandlerDescriptor_81d1IXgService());
  12252.         }, 1), 'CodersLab\\Lms\\Modules\\Materials\\Application\\Command\\ShareRepositoryForTeam' => new RewindableGenerator(function () {
  12253.             yield => ($this->privates['.messenger.handler_descriptor.yeGha8_'] ?? $this->get_Messenger_HandlerDescriptor_YeGha8Service());
  12254.         }, 1), 'CodersLab\\Lms\\Modules\\Materials\\Application\\Command\\ShareRepositoryForUser' => new RewindableGenerator(function () {
  12255.             yield => ($this->privates['.messenger.handler_descriptor.nKQv_6p'] ?? $this->get_Messenger_HandlerDescriptor_NKQv6pService());
  12256.         }, 1), 'CodersLab\\Lms\\Modules\\Materials\\Application\\Command\\StoreCourses' => new RewindableGenerator(function () {
  12257.             yield => ($this->privates['.messenger.handler_descriptor.5n.vgbm'] ?? $this->get_Messenger_HandlerDescriptor_5n_VgbmService());
  12258.         }, 1), 'CodersLab\\Lms\\Modules\\Materials\\Application\\Command\\StoreMaterials' => new RewindableGenerator(function () {
  12259.             yield => ($this->privates['.messenger.handler_descriptor.bQLqaBt'] ?? $this->get_Messenger_HandlerDescriptor_BQLqaBtService());
  12260.         }, 1), 'CodersLab\\Lms\\Modules\\Materials\\Application\\Command\\SearchEngine\\UpdateCourseDocuments' => new RewindableGenerator(function () {
  12261.             yield => ($this->privates['.messenger.handler_descriptor.0T26Fds'] ?? $this->get_Messenger_HandlerDescriptor_0T26FdsService());
  12262.         }, 1), 'CodersLab\\Lms\\SharedKernel\\Application\\Command\\ChangePassword' => new RewindableGenerator(function () {
  12263.             yield => ($this->privates['.messenger.handler_descriptor.fxuhVJe'] ?? $this->get_Messenger_HandlerDescriptor_FxuhVJeService());
  12264.         }, 1), 'CodersLab\\Lms\\SharedKernel\\Application\\Command\\UserCreate' => new RewindableGenerator(function () {
  12265.             yield => ($this->privates['.messenger.handler_descriptor.ht8H9Ts'] ?? $this->get_Messenger_HandlerDescriptor_Ht8H9TsService());
  12266.         }, 1), 'CodersLab\\Lms\\SharedKernel\\Application\\Command\\EditUser' => new RewindableGenerator(function () {
  12267.             yield => ($this->privates['.messenger.handler_descriptor.QC4iL6S'] ?? $this->get_Messenger_HandlerDescriptor_QC4iL6SService());
  12268.         }, 1), 'CodersLab\\Lms\\SharedKernel\\Application\\Command\\SelfRegisterToCourse' => new RewindableGenerator(function () {
  12269.             yield => ($this->privates['.messenger.handler_descriptor.ZZJF1rW'] ?? $this->get_Messenger_HandlerDescriptor_ZZJF1rWService());
  12270.         }, 1), 'CodersLab\\Lms\\SharedKernel\\Application\\Command\\SendActivationExpirationReminderEmail' => new RewindableGenerator(function () {
  12271.             yield => ($this->privates['.messenger.handler_descriptor.ZISK8Qj'] ?? $this->get_Messenger_HandlerDescriptor_ZISK8QjService());
  12272.         }, 1), 'CodersLab\\Lms\\SharedKernel\\Application\\Command\\SendActivationReminderEmail' => new RewindableGenerator(function () {
  12273.             yield => ($this->privates['.messenger.handler_descriptor._NjDIN5'] ?? $this->get_Messenger_HandlerDescriptor_NjDIN5Service());
  12274.         }, 1), 'CodersLab\\Lms\\SharedKernel\\Application\\Command\\SendWelcomeEmail' => new RewindableGenerator(function () {
  12275.             yield => ($this->privates['.messenger.handler_descriptor.ly3PzCi'] ?? $this->get_Messenger_HandlerDescriptor_Ly3PzCiService());
  12276.         }, 1), 'CodersLab\\Lms\\SharedKernel\\Application\\Command\\UpdateShowWelcomePage' => new RewindableGenerator(function () {
  12277.             yield => ($this->privates['.messenger.handler_descriptor.8M6wqym'] ?? $this->get_Messenger_HandlerDescriptor_8M6wqymService());
  12278.         }, 1), 'CodersLab\\Lms\\SharedKernel\\Application\\Command\\UpdateUserLanguage' => new RewindableGenerator(function () {
  12279.             yield => ($this->privates['.messenger.handler_descriptor.kYRSvVq'] ?? $this->get_Messenger_HandlerDescriptor_KYRSvVqService());
  12280.         }, 1), 'Symfony\\Component\\Mailer\\Messenger\\SendEmailMessage' => new RewindableGenerator(function () {
  12281.             yield => ($this->privates['.messenger.handler_descriptor.kKY6REF'] ?? $this->get_Messenger_HandlerDescriptor_KKY6REFService());
  12282.         }, 1)]);
  12283.     }
  12284.     /**
  12285.      * Gets the private 'command_bus.middleware.add_bus_name_stamp_middleware' shared service.
  12286.      *
  12287.      * @return \Symfony\Component\Messenger\Middleware\AddBusNameStampMiddleware
  12288.      */
  12289.     protected function getCommandBus_Middleware_AddBusNameStampMiddlewareService()
  12290.     {
  12291.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Middleware/MiddlewareInterface.php';
  12292.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Middleware/AddBusNameStampMiddleware.php';
  12293.         return $this->privates['command_bus.middleware.add_bus_name_stamp_middleware'] = new \Symfony\Component\Messenger\Middleware\AddBusNameStampMiddleware('command_bus');
  12294.     }
  12295.     /**
  12296.      * Gets the private 'command_bus.middleware.handle_message' shared service.
  12297.      *
  12298.      * @return \Symfony\Component\Messenger\Middleware\HandleMessageMiddleware
  12299.      */
  12300.     protected function getCommandBus_Middleware_HandleMessageService()
  12301.     {
  12302.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Middleware/MiddlewareInterface.php';
  12303.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Middleware/HandleMessageMiddleware.php';
  12304.         $this->privates['command_bus.middleware.handle_message'] = $instance = new \Symfony\Component\Messenger\Middleware\HandleMessageMiddleware(($this->privates['command_bus.messenger.handlers_locator'] ?? $this->getCommandBus_Messenger_HandlersLocatorService()));
  12305.         $instance->setLogger(($this->privates['monolog.logger.messenger'] ?? $this->getMonolog_Logger_MessengerService()));
  12306.         return $instance;
  12307.     }
  12308.     /**
  12309.      * Gets the private 'command_bus.middleware.traceable' shared service.
  12310.      *
  12311.      * @return \Symfony\Component\Messenger\Middleware\TraceableMiddleware
  12312.      */
  12313.     protected function getCommandBus_Middleware_TraceableService()
  12314.     {
  12315.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Middleware/MiddlewareInterface.php';
  12316.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Middleware/TraceableMiddleware.php';
  12317.         return $this->privates['command_bus.middleware.traceable'] = new \Symfony\Component\Messenger\Middleware\TraceableMiddleware(($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))), 'command_bus');
  12318.     }
  12319.     /**
  12320.      * Gets the private 'config.resource.self_checking_resource_checker' shared service.
  12321.      *
  12322.      * @return \Symfony\Component\Config\Resource\SelfCheckingResourceChecker
  12323.      */
  12324.     protected function getConfig_Resource_SelfCheckingResourceCheckerService()
  12325.     {
  12326.         include_once \dirname(__DIR__4).'/vendor/symfony/config/ResourceCheckerInterface.php';
  12327.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Resource/SelfCheckingResourceChecker.php';
  12328.         return $this->privates['config.resource.self_checking_resource_checker'] = new \Symfony\Component\Config\Resource\SelfCheckingResourceChecker();
  12329.     }
  12330.     /**
  12331.      * Gets the private 'config_builder.warmer' shared service.
  12332.      *
  12333.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\ConfigBuilderCacheWarmer
  12334.      */
  12335.     protected function getConfigBuilder_WarmerService()
  12336.     {
  12337.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  12338.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/ConfigBuilderCacheWarmer.php';
  12339.         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()));
  12340.     }
  12341.     /**
  12342.      * Gets the private 'config_cache_factory' shared service.
  12343.      *
  12344.      * @return \Symfony\Component\Config\ResourceCheckerConfigCacheFactory
  12345.      */
  12346.     protected function getConfigCacheFactoryService()
  12347.     {
  12348.         return $this->privates['config_cache_factory'] = new \Symfony\Component\Config\ResourceCheckerConfigCacheFactory(new RewindableGenerator(function () {
  12349.             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)));
  12350.             yield => ($this->privates['config.resource.self_checking_resource_checker'] ?? ($this->privates['config.resource.self_checking_resource_checker'] = new \Symfony\Component\Config\Resource\SelfCheckingResourceChecker()));
  12351.         }, 2));
  12352.     }
  12353.     /**
  12354.      * Gets the private 'console.command.about' shared service.
  12355.      *
  12356.      * @return \Symfony\Bundle\FrameworkBundle\Command\AboutCommand
  12357.      */
  12358.     protected function getConsole_Command_AboutService()
  12359.     {
  12360.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  12361.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/AboutCommand.php';
  12362.         $this->privates['console.command.about'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\AboutCommand();
  12363.         $instance->setName('about');
  12364.         $instance->setDescription('Display information about the current project');
  12365.         return $instance;
  12366.     }
  12367.     /**
  12368.      * Gets the private 'console.command.assets_install' shared service.
  12369.      *
  12370.      * @return \Symfony\Bundle\FrameworkBundle\Command\AssetsInstallCommand
  12371.      */
  12372.     protected function getConsole_Command_AssetsInstallService()
  12373.     {
  12374.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  12375.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/AssetsInstallCommand.php';
  12376.         include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  12377.         $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));
  12378.         $instance->setName('assets:install');
  12379.         $instance->setDescription('Install bundle\'s web assets under a public directory');
  12380.         return $instance;
  12381.     }
  12382.     /**
  12383.      * Gets the private 'console.command.cache_clear' shared service.
  12384.      *
  12385.      * @return \Symfony\Bundle\FrameworkBundle\Command\CacheClearCommand
  12386.      */
  12387.     protected function getConsole_Command_CacheClearService()
  12388.     {
  12389.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  12390.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CacheClearCommand.php';
  12391.         include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  12392.         $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())));
  12393.         $instance->setName('cache:clear');
  12394.         $instance->setDescription('Clear the cache');
  12395.         return $instance;
  12396.     }
  12397.     /**
  12398.      * Gets the private 'console.command.cache_pool_clear' shared service.
  12399.      *
  12400.      * @return \Symfony\Bundle\FrameworkBundle\Command\CachePoolClearCommand
  12401.      */
  12402.     protected function getConsole_Command_CachePoolClearService()
  12403.     {
  12404.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  12405.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CachePoolClearCommand.php';
  12406.         $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'=> 'materials_cache'=> 'response_cache'=> 'doctrine.result_cache_pool'10 => 'doctrine.system_cache_pool'11 => 'doctrine.second_level_cache_pool'12 => 'cache.validator_expression_language'13 => 'cache.security_expression_language']);
  12407.         $instance->setName('cache:pool:clear');
  12408.         $instance->setDescription('Clear cache pools');
  12409.         return $instance;
  12410.     }
  12411.     /**
  12412.      * Gets the private 'console.command.cache_pool_delete' shared service.
  12413.      *
  12414.      * @return \Symfony\Bundle\FrameworkBundle\Command\CachePoolDeleteCommand
  12415.      */
  12416.     protected function getConsole_Command_CachePoolDeleteService()
  12417.     {
  12418.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  12419.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CachePoolDeleteCommand.php';
  12420.         $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'=> 'materials_cache'=> 'response_cache'=> 'doctrine.result_cache_pool'10 => 'doctrine.system_cache_pool'11 => 'doctrine.second_level_cache_pool'12 => 'cache.validator_expression_language'13 => 'cache.security_expression_language']);
  12421.         $instance->setName('cache:pool:delete');
  12422.         $instance->setDescription('Delete an item from a cache pool');
  12423.         return $instance;
  12424.     }
  12425.     /**
  12426.      * Gets the private 'console.command.cache_pool_list' shared service.
  12427.      *
  12428.      * @return \Symfony\Bundle\FrameworkBundle\Command\CachePoolListCommand
  12429.      */
  12430.     protected function getConsole_Command_CachePoolListService()
  12431.     {
  12432.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  12433.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CachePoolListCommand.php';
  12434.         $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'=> 'materials_cache'=> 'response_cache'=> 'doctrine.result_cache_pool'10 => 'doctrine.system_cache_pool'11 => 'doctrine.second_level_cache_pool'12 => 'cache.validator_expression_language'13 => 'cache.security_expression_language']);
  12435.         $instance->setName('cache:pool:list');
  12436.         $instance->setDescription('List available cache pools');
  12437.         return $instance;
  12438.     }
  12439.     /**
  12440.      * Gets the private 'console.command.cache_pool_prune' shared service.
  12441.      *
  12442.      * @return \Symfony\Bundle\FrameworkBundle\Command\CachePoolPruneCommand
  12443.      */
  12444.     protected function getConsole_Command_CachePoolPruneService()
  12445.     {
  12446.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  12447.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CachePoolPruneCommand.php';
  12448.         $this->privates['console.command.cache_pool_prune'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\CachePoolPruneCommand(new RewindableGenerator(function () {
  12449.             yield 'cache.validator.traceable' => ($this->privates['cache.validator.traceable'] ?? $this->getCache_Validator_TraceableService());
  12450.             yield 'cache.serializer.traceable' => ($this->privates['cache.serializer.traceable'] ?? $this->getCache_Serializer_TraceableService());
  12451.             yield 'cache.annotations.traceable' => ($this->privates['cache.annotations.traceable'] ?? $this->getCache_Annotations_TraceableService());
  12452.             yield 'cache.property_info.traceable' => ($this->privates['cache.property_info.traceable'] ?? $this->getCache_PropertyInfo_TraceableService());
  12453.             yield 'cache.messenger.restart_workers_signal.traceable' => ($this->privates['cache.messenger.restart_workers_signal.traceable'] ?? $this->getCache_Messenger_RestartWorkersSignal_TraceableService());
  12454.             yield 'doctrine.result_cache_pool.traceable' => ($this->privates['doctrine.result_cache_pool.traceable'] ?? $this->getDoctrine_ResultCachePool_TraceableService());
  12455.             yield 'doctrine.system_cache_pool.traceable' => ($this->privates['doctrine.system_cache_pool.traceable'] ?? $this->getDoctrine_SystemCachePool_TraceableService());
  12456.             yield 'doctrine.second_level_cache_pool.traceable' => ($this->privates['doctrine.second_level_cache_pool.traceable'] ?? $this->getDoctrine_SecondLevelCachePool_TraceableService());
  12457.             yield 'cache.security_expression_language.traceable' => ($this->privates['cache.security_expression_language.traceable'] ?? $this->getCache_SecurityExpressionLanguage_TraceableService());
  12458.             yield 'cache.app' => ($this->services['cache.app'] ?? $this->getCache_AppService());
  12459.             yield 'cache.system' => ($this->services['cache.system'] ?? $this->getCache_SystemService());
  12460.             yield 'materials_cache' => ($this->services['materials_cache'] ?? $this->getMaterialsCacheService());
  12461.             yield 'response_cache' => ($this->services['response_cache'] ?? $this->getResponseCacheService());
  12462.             yield 'cache.validator_expression_language' => ($this->services['cache.validator_expression_language'] ?? $this->getCache_ValidatorExpressionLanguageService());
  12463.         }, 14));
  12464.         $instance->setName('cache:pool:prune');
  12465.         $instance->setDescription('Prune cache pools');
  12466.         return $instance;
  12467.     }
  12468.     /**
  12469.      * Gets the private 'console.command.cache_warmup' shared service.
  12470.      *
  12471.      * @return \Symfony\Bundle\FrameworkBundle\Command\CacheWarmupCommand
  12472.      */
  12473.     protected function getConsole_Command_CacheWarmupService()
  12474.     {
  12475.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  12476.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CacheWarmupCommand.php';
  12477.         $this->privates['console.command.cache_warmup'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\CacheWarmupCommand(($this->services['cache_warmer'] ?? $this->getCacheWarmerService()));
  12478.         $instance->setName('cache:warmup');
  12479.         $instance->setDescription('Warm up an empty cache');
  12480.         return $instance;
  12481.     }
  12482.     /**
  12483.      * Gets the private 'console.command.config_debug' shared service.
  12484.      *
  12485.      * @return \Symfony\Bundle\FrameworkBundle\Command\ConfigDebugCommand
  12486.      */
  12487.     protected function getConsole_Command_ConfigDebugService()
  12488.     {
  12489.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  12490.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/BuildDebugContainerTrait.php';
  12491.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ContainerDebugCommand.php';
  12492.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/AbstractConfigCommand.php';
  12493.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ConfigDebugCommand.php';
  12494.         $this->privates['console.command.config_debug'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\ConfigDebugCommand();
  12495.         $instance->setName('debug:config');
  12496.         $instance->setDescription('Dump the current configuration for an extension');
  12497.         return $instance;
  12498.     }
  12499.     /**
  12500.      * Gets the private 'console.command.config_dump_reference' shared service.
  12501.      *
  12502.      * @return \Symfony\Bundle\FrameworkBundle\Command\ConfigDumpReferenceCommand
  12503.      */
  12504.     protected function getConsole_Command_ConfigDumpReferenceService()
  12505.     {
  12506.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  12507.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/BuildDebugContainerTrait.php';
  12508.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ContainerDebugCommand.php';
  12509.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/AbstractConfigCommand.php';
  12510.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ConfigDumpReferenceCommand.php';
  12511.         $this->privates['console.command.config_dump_reference'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\ConfigDumpReferenceCommand();
  12512.         $instance->setName('config:dump-reference');
  12513.         $instance->setDescription('Dump the default configuration for an extension');
  12514.         return $instance;
  12515.     }
  12516.     /**
  12517.      * Gets the private 'console.command.container_debug' shared service.
  12518.      *
  12519.      * @return \Symfony\Bundle\FrameworkBundle\Command\ContainerDebugCommand
  12520.      */
  12521.     protected function getConsole_Command_ContainerDebugService()
  12522.     {
  12523.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  12524.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/BuildDebugContainerTrait.php';
  12525.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ContainerDebugCommand.php';
  12526.         $this->privates['console.command.container_debug'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\ContainerDebugCommand();
  12527.         $instance->setName('debug:container');
  12528.         $instance->setDescription('Display current services for an application');
  12529.         return $instance;
  12530.     }
  12531.     /**
  12532.      * Gets the private 'console.command.container_lint' shared service.
  12533.      *
  12534.      * @return \Symfony\Bundle\FrameworkBundle\Command\ContainerLintCommand
  12535.      */
  12536.     protected function getConsole_Command_ContainerLintService()
  12537.     {
  12538.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  12539.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ContainerLintCommand.php';
  12540.         $this->privates['console.command.container_lint'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\ContainerLintCommand();
  12541.         $instance->setName('lint:container');
  12542.         $instance->setDescription('Ensure that arguments injected into services match type declarations');
  12543.         return $instance;
  12544.     }
  12545.     /**
  12546.      * Gets the private 'console.command.debug_autowiring' shared service.
  12547.      *
  12548.      * @return \Symfony\Bundle\FrameworkBundle\Command\DebugAutowiringCommand
  12549.      */
  12550.     protected function getConsole_Command_DebugAutowiringService()
  12551.     {
  12552.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  12553.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/BuildDebugContainerTrait.php';
  12554.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ContainerDebugCommand.php';
  12555.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/DebugAutowiringCommand.php';
  12556.         $this->privates['console.command.debug_autowiring'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\DebugAutowiringCommand(NULL, ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService()));
  12557.         $instance->setName('debug:autowiring');
  12558.         $instance->setDescription('List classes/interfaces you can use for autowiring');
  12559.         return $instance;
  12560.     }
  12561.     /**
  12562.      * Gets the private 'console.command.dotenv_debug' shared service.
  12563.      *
  12564.      * @return \Symfony\Component\Dotenv\Command\DebugCommand
  12565.      */
  12566.     protected function getConsole_Command_DotenvDebugService()
  12567.     {
  12568.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  12569.         include_once \dirname(__DIR__4).'/vendor/symfony/dotenv/Command/DebugCommand.php';
  12570.         $this->privates['console.command.dotenv_debug'] = $instance = new \Symfony\Component\Dotenv\Command\DebugCommand('dev'\dirname(__DIR__4));
  12571.         $instance->setName('debug:dotenv');
  12572.         $instance->setDescription('Lists all dotenv files with variables and values');
  12573.         return $instance;
  12574.     }
  12575.     /**
  12576.      * Gets the private 'console.command.event_dispatcher_debug' shared service.
  12577.      *
  12578.      * @return \Symfony\Bundle\FrameworkBundle\Command\EventDispatcherDebugCommand
  12579.      */
  12580.     protected function getConsole_Command_EventDispatcherDebugService()
  12581.     {
  12582.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  12583.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/EventDispatcherDebugCommand.php';
  12584.         $this->privates['console.command.event_dispatcher_debug'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\EventDispatcherDebugCommand(($this->privates['.service_locator.b0HYDVb'] ?? $this->get_ServiceLocator_B0HYDVbService()));
  12585.         $instance->setName('debug:event-dispatcher');
  12586.         $instance->setDescription('Display configured listeners for an application');
  12587.         return $instance;
  12588.     }
  12589.     /**
  12590.      * Gets the private 'console.command.form_debug' shared service.
  12591.      *
  12592.      * @return \Symfony\Component\Form\Command\DebugCommand
  12593.      */
  12594.     protected function getConsole_Command_FormDebugService()
  12595.     {
  12596.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  12597.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Command/DebugCommand.php';
  12598.         $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'=> 'AppBundle\\Form'=> 'Symfony\\Bridge\\Doctrine\\Form\\Type'=> 'FOS\\UserBundle\\Form\\Type'], [=> 'AppBundle\\Form\\InstanceType'=> 'AppBundle\\Form\\UserType'=> 'AppBundle\\Form\\RegistrationType'=> 'AppBundle\\Form\\InstanceForm'=> 'Symfony\\Component\\Form\\Extension\\Core\\Type\\FormType'=> 'Symfony\\Component\\Form\\Extension\\Core\\Type\\ChoiceType'=> 'Symfony\\Component\\Form\\Extension\\Core\\Type\\FileType'=> 'Symfony\\Component\\Form\\Extension\\Core\\Type\\ColorType'=> 'Symfony\\Bridge\\Doctrine\\Form\\Type\\EntityType'=> 'FOS\\UserBundle\\Form\\Type\\UsernameFormType'10 => 'FOS\\UserBundle\\Form\\Type\\ProfileFormType'11 => 'FOS\\UserBundle\\Form\\Type\\RegistrationFormType'12 => 'FOS\\UserBundle\\Form\\Type\\ChangePasswordFormType'13 => 'FOS\\UserBundle\\Form\\Type\\ResettingFormType'], [=> 'Symfony\\Component\\Form\\Extension\\Core\\Type\\TransformationFailureExtension'=> 'Symfony\\Component\\Form\\Extension\\HttpFoundation\\Type\\FormTypeHttpFoundationExtension'=> 'Symfony\\Component\\Form\\Extension\\Validator\\Type\\FormTypeValidatorExtension'=> 'Symfony\\Component\\Form\\Extension\\Validator\\Type\\RepeatedTypeValidatorExtension'=> 'Symfony\\Component\\Form\\Extension\\Validator\\Type\\SubmitTypeValidatorExtension'=> 'Symfony\\Component\\Form\\Extension\\Validator\\Type\\UploadValidatorExtension'=> 'Symfony\\Component\\Form\\Extension\\DataCollector\\Type\\DataCollectorTypeExtension'=> 'Nelmio\\ApiDocBundle\\Form\\Extension\\DocumentationExtension'], [=> 'Symfony\\Component\\Form\\Extension\\Validator\\ValidatorTypeGuesser'=> 'Symfony\\Bridge\\Doctrine\\Form\\DoctrineOrmTypeGuesser'], ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService()));
  12599.         $instance->setName('debug:form');
  12600.         $instance->setDescription('Display form type information');
  12601.         return $instance;
  12602.     }
  12603.     /**
  12604.      * Gets the private 'console.command.messenger_consume_messages' shared service.
  12605.      *
  12606.      * @return \Symfony\Component\Messenger\Command\ConsumeMessagesCommand
  12607.      */
  12608.     protected function getConsole_Command_MessengerConsumeMessagesService()
  12609.     {
  12610.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  12611.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Command/ConsumeMessagesCommand.php';
  12612.         $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()), [=> 'async'=> 'async_commands'=> 'async_events'=> 'failed'=> 'sync'], ($this->privates['messenger.listener.reset_services'] ?? $this->getMessenger_Listener_ResetServicesService()), [=> 'command_bus'=> 'event_bus']);
  12613.         $instance->setName('messenger:consume');
  12614.         $instance->setDescription('Consume messages');
  12615.         return $instance;
  12616.     }
  12617.     /**
  12618.      * Gets the private 'console.command.messenger_debug' shared service.
  12619.      *
  12620.      * @return \Symfony\Component\Messenger\Command\DebugCommand
  12621.      */
  12622.     protected function getConsole_Command_MessengerDebugService()
  12623.     {
  12624.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  12625.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Command/DebugCommand.php';
  12626.         $this->privates['console.command.messenger_debug'] = $instance = new \Symfony\Component\Messenger\Command\DebugCommand(['command_bus' => ['CodersLab\\Lms\\Modules\\Courses\\Application\\Command\\AddUserToSelfRegisterInstance' => [=> [=> 'CodersLab\\Lms\\Modules\\Courses\\Application\\Handler\\AddUserToSelfRegisterInstanceHandler'=> ['bus' => 'command_bus']]], 'CodersLab\\Lms\\Modules\\Courses\\Application\\Command\\ChangeGithubRepositoryName' => [=> [=> 'CodersLab\\Lms\\Modules\\Courses\\Application\\Handler\\ChangeGithubRepositoryNameHandler'=> ['bus' => 'command_bus']]], 'CodersLab\\Lms\\Modules\\Courses\\Command\\SynchroniseCourseScheduleUrl' => [=> [=> 'CodersLab\\Lms\\Modules\\Courses\\Application\\Handler\\SynchroniseCourseScheduleUrlHandler'=> ['bus' => 'command_bus']]], 'CodersLab\\Lms\\Modules\\IdentityAccess\\Application\\Command\\AddAllStudentsAccess' => [=> [=> 'CodersLab\\Lms\\Modules\\IdentityAccess\\Application\\Handler\\AddAllStudentsAccessHandler'=> ['bus' => 'command_bus']]], 'CodersLab\\Lms\\Modules\\IdentityAccess\\Application\\Command\\AddLecturerAccess' => [=> [=> 'CodersLab\\Lms\\Modules\\IdentityAccess\\Application\\Handler\\AddLecturerAccessHandler'=> ['bus' => 'command_bus']]], 'CodersLab\\Lms\\Modules\\IdentityAccess\\Application\\Command\\AddStudentExamAccess' => [=> [=> 'CodersLab\\Lms\\Modules\\IdentityAccess\\Application\\Handler\\AddStudentExamAccessHandler'=> ['bus' => 'command_bus']]], 'CodersLab\\Lms\\Modules\\IdentityAccess\\Application\\Command\\AddStudentModuleAccess' => [=> [=> 'CodersLab\\Lms\\Modules\\IdentityAccess\\Application\\Handler\\AddStudentModuleAccessHandler'=> ['bus' => 'command_bus']]], 'CodersLab\\Lms\\Modules\\IdentityAccess\\Application\\Command\\AddStudentsExamsAccess' => [=> [=> 'CodersLab\\Lms\\Modules\\IdentityAccess\\Application\\Handler\\AddStudentsExamsAccessHandler'=> ['bus' => 'command_bus']]], 'CodersLab\\Lms\\Modules\\IdentityAccess\\Application\\Command\\Bookmark\\DeleteBookmark' => [=> [=> 'CodersLab\\Lms\\Modules\\IdentityAccess\\Application\\Handler\\Bookmark\\DeleteBookmarkHandler'=> ['bus' => 'command_bus']]], 'CodersLab\\Lms\\Modules\\IdentityAccess\\Application\\Command\\Bookmark\\UpsertBookmark' => [=> [=> 'CodersLab\\Lms\\Modules\\IdentityAccess\\Application\\Handler\\Bookmark\\UpsertBookmarkHandler'=> ['bus' => 'command_bus']]], 'CodersLab\\Lms\\Modules\\IdentityAccess\\Application\\Command\\Progress\\ChangeUserMaterialProgress' => [=> [=> 'CodersLab\\Lms\\Modules\\IdentityAccess\\Application\\Handler\\ChangeUserMaterialProgressHandler'=> ['bus' => 'command_bus']]], 'CodersLab\\Lms\\Modules\\IdentityAccess\\Application\\Command\\LogAccessChange' => [=> [=> 'CodersLab\\Lms\\Modules\\IdentityAccess\\Application\\Handler\\LogAccessChangeHandler'=> ['bus' => 'command_bus']]], 'CodersLab\\Lms\\Modules\\IdentityAccess\\Application\\Command\\NotifyPreworkShared' => [=> [=> 'CodersLab\\Lms\\Modules\\IdentityAccess\\Application\\Handler\\NotifyPreworkSharedHandler'=> ['bus' => 'command_bus']]], 'CodersLab\\Lms\\Modules\\IdentityAccess\\Application\\Command\\PlanStudentExam' => [=> [=> 'CodersLab\\Lms\\Modules\\IdentityAccess\\Application\\Handler\\PlanStudentExamHandler'=> ['bus' => 'command_bus']]], 'CodersLab\\Lms\\Modules\\IdentityAccess\\Application\\Command\\RevokeAllStudentsAccess' => [=> [=> 'CodersLab\\Lms\\Modules\\IdentityAccess\\Application\\Handler\\RevokeAllStudentsAccessHandler'=> ['bus' => 'command_bus']]], 'CodersLab\\Lms\\Modules\\IdentityAccess\\Application\\Command\\RevokeLecturerAccess' => [=> [=> 'CodersLab\\Lms\\Modules\\IdentityAccess\\Application\\Handler\\RevokeLecturerAccessHandler'=> ['bus' => 'command_bus']]], 'CodersLab\\Lms\\Modules\\IdentityAccess\\Application\\Command\\RevokeStudentExamAccess' => [=> [=> 'CodersLab\\Lms\\Modules\\IdentityAccess\\Application\\Handler\\RevokeStudentExamAccessHandler'=> ['bus' => 'command_bus']]], 'CodersLab\\Lms\\Modules\\IdentityAccess\\Application\\Command\\RevokeStudentModuleAccess' => [=> [=> 'CodersLab\\Lms\\Modules\\IdentityAccess\\Application\\Handler\\RevokeStudentModuleAccessHandler'=> ['bus' => 'command_bus']]], 'CodersLab\\Lms\\Modules\\IdentityAccess\\Application\\Command\\SendGithubTeamInvitation' => [=> [=> 'CodersLab\\Lms\\Modules\\IdentityAccess\\Application\\Handler\\SendGithubTeamInvitationHandler'=> ['bus' => 'command_bus']]], 'CodersLab\\Lms\\Modules\\IdentityAccess\\Application\\Command\\UpdateLastSeenMaterial' => [=> [=> 'CodersLab\\Lms\\Modules\\IdentityAccess\\Application\\Handler\\UpdateLastSeenMaterialHandler'=> ['bus' => 'command_bus']]], 'CodersLab\\Lms\\Modules\\Learning\\Application\\Command\\AddCriteriaGroupResult' => [=> [=> 'CodersLab\\Lms\\Modules\\Learning\\Application\\Handler\\AddCriteriaGroupResultHandler'=> ['bus' => 'command_bus']]], 'CodersLab\\Lms\\Modules\\Learning\\Application\\Command\\AddMaterialResultAsync' => [=> [=> 'CodersLab\\Lms\\Modules\\Learning\\Application\\Handler\\AddMaterialResultAsyncHandler'=> ['bus' => 'command_bus']]], 'CodersLab\\Lms\\Modules\\Learning\\Application\\Command\\AddMaterialResultSync' => [=> [=> 'CodersLab\\Lms\\Modules\\Learning\\Application\\Handler\\AddMaterialResultSyncHandler'=> ['bus' => 'command_bus']]], 'CodersLab\\Lms\\Modules\\Materials\\Application\\Command\\AddUserToGithubTeam' => [=> [=> 'CodersLab\\Lms\\Modules\\Materials\\Application\\Handler\\AddUserToGithubTeamHandler'=> ['bus' => 'command_bus']]], 'CodersLab\\Lms\\Modules\\Materials\\Application\\Command\\InitQuizDetails' => [=> [=> 'CodersLab\\Lms\\Modules\\Materials\\Application\\Handler\\InitQuizDetailsHandler'=> ['bus' => 'command_bus']]], 'CodersLab\\Lms\\Modules\\Materials\\Application\\Command\\InitQuizResponseWebhook' => [=> [=> 'CodersLab\\Lms\\Modules\\Materials\\Application\\Handler\\InitQuizResponseWebhookHandler'=> ['bus' => 'command_bus']]], 'CodersLab\\Lms\\Modules\\Materials\\Application\\Command\\InitQuizUpdatesWebhook' => [=> [=> 'CodersLab\\Lms\\Modules\\Materials\\Application\\Handler\\InitQuizUpdatesWebhookHandler'=> ['bus' => 'command_bus']]], 'CodersLab\\Lms\\Modules\\Materials\\Application\\Command\\SearchEngine\\LogMaterialSearch' => [=> [=> 'CodersLab\\Lms\\Modules\\Materials\\Application\\Handler\\LogMaterialSearchHandler'=> ['bus' => 'command_bus']]], 'CodersLab\\Lms\\Modules\\Materials\\Application\\Command\\ProcessExercise' => [=> [=> 'CodersLab\\Lms\\Modules\\Materials\\Application\\Handler\\ProcessExerciseHandler'=> ['bus' => 'command_bus']]], 'CodersLab\\Lms\\Modules\\Materials\\Application\\Command\\RebuildRepositories' => [=> [=> 'CodersLab\\Lms\\Modules\\Materials\\Application\\Handler\\RebuildRepositoriesHandler'=> ['bus' => 'command_bus']]], 'CodersLab\\Lms\\Modules\\Materials\\Application\\Command\\RemoveUserFromGithubTeam' => [=> [=> 'CodersLab\\Lms\\Modules\\Materials\\Application\\Handler\\RemoveUserFromGithubTeamHandler'=> ['bus' => 'command_bus']]], 'CodersLab\\Lms\\Modules\\Materials\\Application\\Command\\RemoveUserFromRepository' => [=> [=> 'CodersLab\\Lms\\Modules\\Materials\\Application\\Handler\\RemoveUserFromRepositoryHandler'=> ['bus' => 'command_bus']]], 'CodersLab\\Lms\\Modules\\Materials\\Application\\Command\\ReportMaterialIssue' => [=> [=> 'CodersLab\\Lms\\Modules\\Materials\\Application\\Handler\\ReportMaterialIssueHandler'=> ['bus' => 'command_bus']]], 'CodersLab\\Lms\\Modules\\Materials\\Application\\Command\\ReportPresentationIssue' => [=> [=> 'CodersLab\\Lms\\Modules\\Materials\\Application\\Handler\\ReportPresentationIssueHandler'=> ['bus' => 'command_bus']]], 'CodersLab\\Lms\\Modules\\Materials\\Application\\Command\\ShareRepositoryForLecturers' => [=> [=> 'CodersLab\\Lms\\Modules\\Materials\\Application\\Handler\\ShareRepositoryForLecturersHandler'=> ['bus' => 'command_bus']]], 'CodersLab\\Lms\\Modules\\Materials\\Application\\Command\\ShareRepositoryForMentors' => [=> [=> 'CodersLab\\Lms\\Modules\\Materials\\Application\\Handler\\ShareRepositoryForMentorsHandler'=> ['bus' => 'command_bus']]], 'CodersLab\\Lms\\Modules\\Materials\\Application\\Command\\ShareRepositoryForTeam' => [=> [=> 'CodersLab\\Lms\\Modules\\Materials\\Application\\Handler\\ShareRepositoryForTeamHandler'=> ['bus' => 'command_bus']]], 'CodersLab\\Lms\\Modules\\Materials\\Application\\Command\\ShareRepositoryForUser' => [=> [=> 'CodersLab\\Lms\\Modules\\Materials\\Application\\Handler\\ShareRepositoryForUserHandler'=> ['bus' => 'command_bus']]], 'CodersLab\\Lms\\Modules\\Materials\\Application\\Command\\StoreCourses' => [=> [=> 'CodersLab\\Lms\\Modules\\Materials\\Application\\Handler\\StoreCoursesHandler'=> ['bus' => 'command_bus']]], 'CodersLab\\Lms\\Modules\\Materials\\Application\\Command\\StoreMaterials' => [=> [=> 'CodersLab\\Lms\\Modules\\Materials\\Application\\Handler\\StoreMaterialsHandler'=> ['bus' => 'command_bus']]], 'CodersLab\\Lms\\Modules\\Materials\\Application\\Command\\SearchEngine\\UpdateCourseDocuments' => [=> [=> 'CodersLab\\Lms\\Modules\\Materials\\Application\\Handler\\UpdateCourseDocumentsHandler'=> ['bus' => 'command_bus']]], 'CodersLab\\Lms\\SharedKernel\\Application\\Command\\ChangePassword' => [=> [=> 'CodersLab\\Lms\\SharedKernel\\Application\\Handler\\ChangePasswordHandler'=> ['bus' => 'command_bus']]], 'CodersLab\\Lms\\SharedKernel\\Application\\Command\\UserCreate' => [=> [=> 'CodersLab\\Lms\\SharedKernel\\Application\\Handler\\CreateUserHandler'=> ['bus' => 'command_bus']]], 'CodersLab\\Lms\\SharedKernel\\Application\\Command\\EditUser' => [=> [=> 'CodersLab\\Lms\\SharedKernel\\Application\\Handler\\EditUserHandler'=> ['bus' => 'command_bus']]], 'CodersLab\\Lms\\SharedKernel\\Application\\Command\\SelfRegisterToCourse' => [=> [=> 'CodersLab\\Lms\\SharedKernel\\Application\\Handler\\SelfRegisterToCourseHandler'=> ['bus' => 'command_bus']]], 'CodersLab\\Lms\\SharedKernel\\Application\\Command\\SendActivationExpirationReminderEmail' => [=> [=> 'CodersLab\\Lms\\SharedKernel\\Application\\Handler\\SendActivationExpirationReminderEmailHandler'=> ['bus' => 'command_bus']]], 'CodersLab\\Lms\\SharedKernel\\Application\\Command\\SendActivationReminderEmail' => [=> [=> 'CodersLab\\Lms\\SharedKernel\\Application\\Handler\\SendActivationReminderEmailHandler'=> ['bus' => 'command_bus']]], 'CodersLab\\Lms\\SharedKernel\\Application\\Command\\SendWelcomeEmail' => [=> [=> 'CodersLab\\Lms\\SharedKernel\\Application\\Handler\\SendWelcomeEmailHandler'=> ['bus' => 'command_bus']]], 'CodersLab\\Lms\\SharedKernel\\Application\\Command\\UpdateShowWelcomePage' => [=> [=> 'CodersLab\\Lms\\SharedKernel\\Application\\Handler\\UpdateShowWelcomePageHandler'=> ['bus' => 'command_bus']]], 'CodersLab\\Lms\\SharedKernel\\Application\\Command\\UpdateUserLanguage' => [=> [=> 'CodersLab\\Lms\\SharedKernel\\Application\\Handler\\UpdateUserLanguageHandler'=> ['bus' => 'command_bus']]], 'Symfony\\Component\\Mailer\\Messenger\\SendEmailMessage' => [=> [=> 'mailer.messenger.message_handler'=> []]]], 'event_bus' => ['CodersLab\\Lms\\SharedKernel\\PublishedLanguage\\Events\\CourseInstanceAdded' => [=> [=> 'CodersLab\\Lms\\Modules\\Courses\\Application\\Listener\\CourseInstanceAddedListener'=> ['bus' => 'event_bus']]], 'CodersLab\\Lms\\SharedKernel\\Application\\Events\\NewUserAdded' => [=> [=> 'CodersLab\\Lms\\Modules\\Courses\\Application\\Listener\\NewUserAddedEventListener'=> ['bus' => 'event_bus']]], 'CodersLab\\Lms\\SharedKernel\\PublishedLanguage\\Events\\SignatureUpdated' => [=> [=> 'CodersLab\\Lms\\Modules\\Courses\\Application\\Listener\\SignatureUpdatedListener'=> ['bus' => 'event_bus']]], 'CodersLab\\Lms\\SharedKernel\\PublishedLanguage\\Events\\AccessGrantedEvent' => [=> [=> 'CodersLab\\Lms\\Modules\\IdentityAccess\\Application\\Listener\\AccessGrantedEventListener'=> ['bus' => 'event_bus']], => [=> 'CodersLab\\Lms\\Modules\\Materials\\Application\\Listener\\AccessGrantedEventListener'=> ['bus' => 'event_bus']]], 'CodersLab\\Lms\\SharedKernel\\PublishedLanguage\\Events\\AccessRevokedEvent' => [=> [=> 'CodersLab\\Lms\\Modules\\IdentityAccess\\Application\\Listener\\AccessRevokedEventListener'=> ['bus' => 'event_bus']]], 'CodersLab\\Lms\\SharedKernel\\PublishedLanguage\\Events\\CourseInstanceMemberAdded' => [=> [=> 'CodersLab\\Lms\\Modules\\IdentityAccess\\Application\\Listener\\CourseInstanceMemberAddedListener'=> ['bus' => 'event_bus']], => [=> 'CodersLab\\Lms\\Modules\\Learning\\Application\\Listener\\CourseInstanceMemberAddedListener'=> ['bus' => 'event_bus']]], 'CodersLab\\Lms\\SharedKernel\\PublishedLanguage\\Events\\CourseInstanceMemberRemoved' => [=> [=> 'CodersLab\\Lms\\Modules\\IdentityAccess\\Application\\Listener\\CourseInstanceMemberRemovedListener'=> ['bus' => 'event_bus']]], 'CodersLab\\Lms\\SharedKernel\\PublishedLanguage\\Events\\CourseStored' => [=> [=> 'CodersLab\\Lms\\Modules\\IdentityAccess\\Application\\Listener\\CourseStoredListener'=> ['bus' => 'event_bus']]], 'CodersLab\\Lms\\SharedKernel\\PublishedLanguage\\Events\\RepositoryForUserShared' => [=> [=> 'CodersLab\\Lms\\Modules\\IdentityAccess\\Application\\Listener\\RepositoryForUserSharedListener'=> ['bus' => 'event_bus']]], 'CodersLab\\Lms\\SharedKernel\\PublishedLanguage\\Events\\ExamPlanned' => [=> [=> 'CodersLab\\Lms\\Modules\\Materials\\Application\\Listener\\ExamPlannedListener'=> ['bus' => 'event_bus']]], 'CodersLab\\Lms\\SharedKernel\\PublishedLanguage\\Events\\ExerciseBuilt' => [=> [=> 'CodersLab\\Lms\\Modules\\Materials\\Application\\Listener\\ExerciseBuiltListener'=> ['bus' => 'event_bus']]], 'CodersLab\\Lms\\SharedKernel\\PublishedLanguage\\Events\\ExerciseRepositoryAdded' => [=> [=> 'CodersLab\\Lms\\Modules\\Materials\\Application\\Listener\\ExerciseRepositoryAddedListener'=> ['bus' => 'event_bus']]], 'CodersLab\\Lms\\SharedKernel\\PublishedLanguage\\Events\\QuizStateUpdated' => [=> [=> 'CodersLab\\Lms\\Modules\\Materials\\Application\\Listener\\QuizStateUpdatedListener'=> ['bus' => 'event_bus']]], 'CodersLab\\Lms\\SharedKernel\\PublishedLanguage\\Events\\UserGithubUpdated' => [=> [=> 'CodersLab\\Lms\\Modules\\Materials\\Application\\Listener\\UserGithubUpdatedListener'=> ['bus' => 'event_bus']]], 'Symfony\\Component\\Mailer\\Messenger\\SendEmailMessage' => [=> [=> 'mailer.messenger.message_handler'=> []]]]]);
  12627.         $instance->setName('debug:messenger');
  12628.         $instance->setDescription('List messages you can dispatch using the message buses');
  12629.         return $instance;
  12630.     }
  12631.     /**
  12632.      * Gets the private 'console.command.messenger_failed_messages_remove' shared service.
  12633.      *
  12634.      * @return \Symfony\Component\Messenger\Command\FailedMessagesRemoveCommand
  12635.      */
  12636.     protected function getConsole_Command_MessengerFailedMessagesRemoveService()
  12637.     {
  12638.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  12639.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Command/AbstractFailedMessagesCommand.php';
  12640.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Command/FailedMessagesRemoveCommand.php';
  12641.         $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()));
  12642.         $instance->setName('messenger:failed:remove');
  12643.         $instance->setDescription('Remove given messages from the failure transport');
  12644.         return $instance;
  12645.     }
  12646.     /**
  12647.      * Gets the private 'console.command.messenger_failed_messages_retry' shared service.
  12648.      *
  12649.      * @return \Symfony\Component\Messenger\Command\FailedMessagesRetryCommand
  12650.      */
  12651.     protected function getConsole_Command_MessengerFailedMessagesRetryService()
  12652.     {
  12653.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  12654.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Command/AbstractFailedMessagesCommand.php';
  12655.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Command/FailedMessagesRetryCommand.php';
  12656.         $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()));
  12657.         $instance->setName('messenger:failed:retry');
  12658.         $instance->setDescription('Retry one or more messages from the failure transport');
  12659.         return $instance;
  12660.     }
  12661.     /**
  12662.      * Gets the private 'console.command.messenger_failed_messages_show' shared service.
  12663.      *
  12664.      * @return \Symfony\Component\Messenger\Command\FailedMessagesShowCommand
  12665.      */
  12666.     protected function getConsole_Command_MessengerFailedMessagesShowService()
  12667.     {
  12668.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  12669.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Command/AbstractFailedMessagesCommand.php';
  12670.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Command/FailedMessagesShowCommand.php';
  12671.         $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()));
  12672.         $instance->setName('messenger:failed:show');
  12673.         $instance->setDescription('Show one or more messages from the failure transport');
  12674.         return $instance;
  12675.     }
  12676.     /**
  12677.      * Gets the private 'console.command.messenger_setup_transports' shared service.
  12678.      *
  12679.      * @return \Symfony\Component\Messenger\Command\SetupTransportsCommand
  12680.      */
  12681.     protected function getConsole_Command_MessengerSetupTransportsService()
  12682.     {
  12683.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  12684.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Command/SetupTransportsCommand.php';
  12685.         $this->privates['console.command.messenger_setup_transports'] = $instance = new \Symfony\Component\Messenger\Command\SetupTransportsCommand(($this->privates['messenger.receiver_locator'] ?? $this->getMessenger_ReceiverLocatorService()), [=> 'async'=> 'async_commands'=> 'async_events'=> 'failed'=> 'sync']);
  12686.         $instance->setName('messenger:setup-transports');
  12687.         $instance->setDescription('Prepare the required infrastructure for the transport');
  12688.         return $instance;
  12689.     }
  12690.     /**
  12691.      * Gets the private 'console.command.messenger_stop_workers' shared service.
  12692.      *
  12693.      * @return \Symfony\Component\Messenger\Command\StopWorkersCommand
  12694.      */
  12695.     protected function getConsole_Command_MessengerStopWorkersService()
  12696.     {
  12697.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  12698.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Command/StopWorkersCommand.php';
  12699.         $this->privates['console.command.messenger_stop_workers'] = $instance = new \Symfony\Component\Messenger\Command\StopWorkersCommand(($this->privates['cache.messenger.restart_workers_signal.traceable'] ?? $this->getCache_Messenger_RestartWorkersSignal_TraceableService()));
  12700.         $instance->setName('messenger:stop-workers');
  12701.         $instance->setDescription('Stop workers after their current message');
  12702.         return $instance;
  12703.     }
  12704.     /**
  12705.      * Gets the private 'console.command.router_debug' shared service.
  12706.      *
  12707.      * @return \Symfony\Bundle\FrameworkBundle\Command\RouterDebugCommand
  12708.      */
  12709.     protected function getConsole_Command_RouterDebugService()
  12710.     {
  12711.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  12712.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/BuildDebugContainerTrait.php';
  12713.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/RouterDebugCommand.php';
  12714.         $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()));
  12715.         $instance->setName('debug:router');
  12716.         $instance->setDescription('Display current routes for an application');
  12717.         return $instance;
  12718.     }
  12719.     /**
  12720.      * Gets the private 'console.command.router_match' shared service.
  12721.      *
  12722.      * @return \Symfony\Bundle\FrameworkBundle\Command\RouterMatchCommand
  12723.      */
  12724.     protected function getConsole_Command_RouterMatchService()
  12725.     {
  12726.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  12727.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/RouterMatchCommand.php';
  12728.         $this->privates['console.command.router_match'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\RouterMatchCommand(($this->services['router'] ?? $this->getRouterService()), new RewindableGenerator(function () {
  12729.             yield => ($this->privates['router.expression_language_provider'] ?? $this->getRouter_ExpressionLanguageProviderService());
  12730.         }, 1));
  12731.         $instance->setName('router:match');
  12732.         $instance->setDescription('Help debug routes by simulating a path info match');
  12733.         return $instance;
  12734.     }
  12735.     /**
  12736.      * Gets the private 'console.command.secrets_decrypt_to_local' shared service.
  12737.      *
  12738.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsDecryptToLocalCommand
  12739.      */
  12740.     protected function getConsole_Command_SecretsDecryptToLocalService()
  12741.     {
  12742.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  12743.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/SecretsDecryptToLocalCommand.php';
  12744.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  12745.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  12746.         $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')))));
  12747.         $instance->setName('secrets:decrypt-to-local');
  12748.         $instance->setDescription('Decrypt all secrets and stores them in the local vault');
  12749.         return $instance;
  12750.     }
  12751.     /**
  12752.      * Gets the private 'console.command.secrets_encrypt_from_local' shared service.
  12753.      *
  12754.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsEncryptFromLocalCommand
  12755.      */
  12756.     protected function getConsole_Command_SecretsEncryptFromLocalService()
  12757.     {
  12758.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  12759.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/SecretsEncryptFromLocalCommand.php';
  12760.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  12761.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  12762.         $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')))));
  12763.         $instance->setName('secrets:encrypt-from-local');
  12764.         $instance->setDescription('Encrypt all local secrets to the vault');
  12765.         return $instance;
  12766.     }
  12767.     /**
  12768.      * Gets the private 'console.command.secrets_generate_key' shared service.
  12769.      *
  12770.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsGenerateKeysCommand
  12771.      */
  12772.     protected function getConsole_Command_SecretsGenerateKeyService()
  12773.     {
  12774.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  12775.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/SecretsGenerateKeysCommand.php';
  12776.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  12777.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  12778.         $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')))));
  12779.         $instance->setName('secrets:generate-keys');
  12780.         $instance->setDescription('Generate new encryption keys');
  12781.         return $instance;
  12782.     }
  12783.     /**
  12784.      * Gets the private 'console.command.secrets_list' shared service.
  12785.      *
  12786.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsListCommand
  12787.      */
  12788.     protected function getConsole_Command_SecretsListService()
  12789.     {
  12790.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  12791.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/SecretsListCommand.php';
  12792.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  12793.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  12794.         $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')))));
  12795.         $instance->setName('secrets:list');
  12796.         $instance->setDescription('List all secrets');
  12797.         return $instance;
  12798.     }
  12799.     /**
  12800.      * Gets the private 'console.command.secrets_remove' shared service.
  12801.      *
  12802.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsRemoveCommand
  12803.      */
  12804.     protected function getConsole_Command_SecretsRemoveService()
  12805.     {
  12806.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  12807.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/SecretsRemoveCommand.php';
  12808.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  12809.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  12810.         $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')))));
  12811.         $instance->setName('secrets:remove');
  12812.         $instance->setDescription('Remove a secret from the vault');
  12813.         return $instance;
  12814.     }
  12815.     /**
  12816.      * Gets the private 'console.command.secrets_set' shared service.
  12817.      *
  12818.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsSetCommand
  12819.      */
  12820.     protected function getConsole_Command_SecretsSetService()
  12821.     {
  12822.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  12823.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/SecretsSetCommand.php';
  12824.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  12825.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  12826.         $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')))));
  12827.         $instance->setName('secrets:set');
  12828.         $instance->setDescription('Set a secret in the vault');
  12829.         return $instance;
  12830.     }
  12831.     /**
  12832.      * Gets the private 'console.command.translation_debug' shared service.
  12833.      *
  12834.      * @return \Symfony\Bundle\FrameworkBundle\Command\TranslationDebugCommand
  12835.      */
  12836.     protected function getConsole_Command_TranslationDebugService()
  12837.     {
  12838.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  12839.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/TranslationDebugCommand.php';
  12840.         $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/symfony/twig-bridge/Resources/views/Email'), => (\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Form'), => (\dirname(__DIR__4).'/src/Lms/SharedKernel/Infrastructure/Mailer/RegistrationMailer.php'), => (\dirname(__DIR__4).'/src/Lms/SharedKernel/Infrastructure/Mailer/StudentAddedMailer.php'), => (\dirname(__DIR__4).'/src/Lms/SharedKernel/Infrastructure/Mailer/StudentRemovedMailer.php'), => (\dirname(__DIR__4).'/src/AppBundle/Service/Instance.php'), => (\dirname(__DIR__4).'/src/AppBundle/Controller/ExceptionController.php'), => (\dirname(__DIR__4).'/src/AppBundle/Event/GitHubCallExceptionListener.php'), => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/TranslationDebugCommand.php'), => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/TranslationsCacheWarmer.php'), 10 => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/ChoiceType.php'), 11 => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/ColorType.php'), 12 => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/TransformationFailureExtension.php'), 13 => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Validator/Type/FormTypeValidatorExtension.php'), 14 => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Validator/Type/UploadValidatorExtension.php'), 15 => (\dirname(__DIR__4).'/vendor/symfony/validator/ValidatorBuilder.php'), 16 => (\dirname(__DIR__4).'/vendor/symfony/translation/DataCollector/TranslationDataCollector.php'), 17 => (\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/TranslationExtension.php'), 18 => (\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/FormExtension.php'), 19 => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/EventListener/FlashListener.php'), 20 => (\dirname(__DIR__4).'/vendor/knplabs/knp-time-bundle/DateTimeFormatter.php'), 21 => (\dirname(__DIR__4).'/vendor/jms/serializer/src/Handler/FormErrorHandler.php'), 22 => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/src/Helper/Processor.php'), 23 => (\dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/Security/Guard/JWTTokenAuthenticator.php'), 24 => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/FileType.php')], []);
  12841.         $instance->setName('debug:translation');
  12842.         $instance->setDescription('Display translation messages information');
  12843.         return $instance;
  12844.     }
  12845.     /**
  12846.      * Gets the private 'console.command.translation_extract' shared service.
  12847.      *
  12848.      * @return \Symfony\Bundle\FrameworkBundle\Command\TranslationUpdateCommand
  12849.      */
  12850.     protected function getConsole_Command_TranslationExtractService()
  12851.     {
  12852.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  12853.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/TranslationUpdateCommand.php';
  12854.         $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()), $this->getEnv('PRIMARY_LANG'), (\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/symfony/twig-bridge/Resources/views/Email'), => (\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Form'), => (\dirname(__DIR__4).'/src/Lms/SharedKernel/Infrastructure/Mailer/RegistrationMailer.php'), => (\dirname(__DIR__4).'/src/Lms/SharedKernel/Infrastructure/Mailer/StudentAddedMailer.php'), => (\dirname(__DIR__4).'/src/Lms/SharedKernel/Infrastructure/Mailer/StudentRemovedMailer.php'), => (\dirname(__DIR__4).'/src/AppBundle/Service/Instance.php'), => (\dirname(__DIR__4).'/src/AppBundle/Controller/ExceptionController.php'), => (\dirname(__DIR__4).'/src/AppBundle/Event/GitHubCallExceptionListener.php'), => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/TranslationDebugCommand.php'), => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/TranslationsCacheWarmer.php'), 10 => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/ChoiceType.php'), 11 => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/ColorType.php'), 12 => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/TransformationFailureExtension.php'), 13 => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Validator/Type/FormTypeValidatorExtension.php'), 14 => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Validator/Type/UploadValidatorExtension.php'), 15 => (\dirname(__DIR__4).'/vendor/symfony/validator/ValidatorBuilder.php'), 16 => (\dirname(__DIR__4).'/vendor/symfony/translation/DataCollector/TranslationDataCollector.php'), 17 => (\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/TranslationExtension.php'), 18 => (\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/FormExtension.php'), 19 => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/EventListener/FlashListener.php'), 20 => (\dirname(__DIR__4).'/vendor/knplabs/knp-time-bundle/DateTimeFormatter.php'), 21 => (\dirname(__DIR__4).'/vendor/jms/serializer/src/Handler/FormErrorHandler.php'), 22 => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/src/Helper/Processor.php'), 23 => (\dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/Security/Guard/JWTTokenAuthenticator.php'), 24 => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/FileType.php')], []);
  12855.         $instance->setName('translation:extract');
  12856.         $instance->setAliases([=> 'translation:update']);
  12857.         $instance->setDescription('Extract missing translations keys from code to translation files.');
  12858.         return $instance;
  12859.     }
  12860.     /**
  12861.      * Gets the private 'console.command.translation_pull' shared service.
  12862.      *
  12863.      * @return \Symfony\Component\Translation\Command\TranslationPullCommand
  12864.      */
  12865.     protected function getConsole_Command_TranslationPullService()
  12866.     {
  12867.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  12868.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Command/TranslationTrait.php';
  12869.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Command/TranslationPullCommand.php';
  12870.         $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()), $this->getEnv('PRIMARY_LANG'), [], []);
  12871.         $instance->setName('translation:pull');
  12872.         $instance->setDescription('Pull translations from a given provider.');
  12873.         return $instance;
  12874.     }
  12875.     /**
  12876.      * Gets the private 'console.command.translation_push' shared service.
  12877.      *
  12878.      * @return \Symfony\Component\Translation\Command\TranslationPushCommand
  12879.      */
  12880.     protected function getConsole_Command_TranslationPushService()
  12881.     {
  12882.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  12883.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Command/TranslationTrait.php';
  12884.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Command/TranslationPushCommand.php';
  12885.         $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()), [], []);
  12886.         $instance->setName('translation:push');
  12887.         $instance->setDescription('Push translations to a given provider.');
  12888.         return $instance;
  12889.     }
  12890.     /**
  12891.      * Gets the private 'console.command.validator_debug' shared service.
  12892.      *
  12893.      * @return \Symfony\Component\Validator\Command\DebugCommand
  12894.      */
  12895.     protected function getConsole_Command_ValidatorDebugService()
  12896.     {
  12897.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  12898.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/Command/DebugCommand.php';
  12899.         $this->privates['console.command.validator_debug'] = $instance = new \Symfony\Component\Validator\Command\DebugCommand(($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService()));
  12900.         $instance->setName('debug:validator');
  12901.         $instance->setDescription('Display validation constraints for classes');
  12902.         return $instance;
  12903.     }
  12904.     /**
  12905.      * Gets the private 'console.command.xliff_lint' shared service.
  12906.      *
  12907.      * @return \Symfony\Component\Translation\Command\XliffLintCommand
  12908.      */
  12909.     protected function getConsole_Command_XliffLintService()
  12910.     {
  12911.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  12912.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Command/XliffLintCommand.php';
  12913.         $this->privates['console.command.xliff_lint'] = $instance = new \Symfony\Component\Translation\Command\XliffLintCommand();
  12914.         $instance->setName('lint:xliff');
  12915.         $instance->setDescription('Lint an XLIFF file and outputs encountered errors');
  12916.         return $instance;
  12917.     }
  12918.     /**
  12919.      * Gets the private 'console.command.yaml_lint' shared service.
  12920.      *
  12921.      * @return \Symfony\Bundle\FrameworkBundle\Command\YamlLintCommand
  12922.      */
  12923.     protected function getConsole_Command_YamlLintService()
  12924.     {
  12925.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  12926.         include_once \dirname(__DIR__4).'/vendor/symfony/yaml/Command/LintCommand.php';
  12927.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/YamlLintCommand.php';
  12928.         $this->privates['console.command.yaml_lint'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\YamlLintCommand();
  12929.         $instance->setName('lint:yaml');
  12930.         $instance->setDescription('Lint a YAML file and outputs encountered errors');
  12931.         return $instance;
  12932.     }
  12933.     /**
  12934.      * Gets the private 'console.error_listener' shared service.
  12935.      *
  12936.      * @return \Symfony\Component\Console\EventListener\ErrorListener
  12937.      */
  12938.     protected function getConsole_ErrorListenerService()
  12939.     {
  12940.         include_once \dirname(__DIR__4).'/vendor/symfony/console/EventListener/ErrorListener.php';
  12941.         return $this->privates['console.error_listener'] = new \Symfony\Component\Console\EventListener\ErrorListener(($this->privates['monolog.logger.console'] ?? $this->getMonolog_Logger_ConsoleService()));
  12942.     }
  12943.     /**
  12944.      * Gets the private 'console.suggest_missing_package_subscriber' shared service.
  12945.      *
  12946.      * @return \Symfony\Bundle\FrameworkBundle\EventListener\SuggestMissingPackageSubscriber
  12947.      */
  12948.     protected function getConsole_SuggestMissingPackageSubscriberService()
  12949.     {
  12950.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/EventListener/SuggestMissingPackageSubscriber.php';
  12951.         return $this->privates['console.suggest_missing_package_subscriber'] = new \Symfony\Bundle\FrameworkBundle\EventListener\SuggestMissingPackageSubscriber();
  12952.     }
  12953.     /**
  12954.      * Gets the private 'container.env_var_processor' shared service.
  12955.      *
  12956.      * @return \Symfony\Component\DependencyInjection\EnvVarProcessor
  12957.      */
  12958.     protected function getContainer_EnvVarProcessorService()
  12959.     {
  12960.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/EnvVarProcessorInterface.php';
  12961.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/EnvVarProcessor.php';
  12962.         return $this->privates['container.env_var_processor'] = new \Symfony\Component\DependencyInjection\EnvVarProcessor($this, new RewindableGenerator(function () {
  12963.             yield => ($this->privates['secrets.vault'] ?? $this->getSecrets_VaultService());
  12964.         }, 1));
  12965.     }
  12966.     /**
  12967.      * Gets the private 'container.getenv' shared service.
  12968.      *
  12969.      * @return \Closure
  12970.      */
  12971.     protected function getContainer_GetenvService()
  12972.     {
  12973.         return $this->privates['container.getenv'] = \Closure::fromCallable([=> $this=> 'getEnv']);
  12974.     }
  12975.     /**
  12976.      * Gets the private 'data_collector.ajax' shared service.
  12977.      *
  12978.      * @return \Symfony\Component\HttpKernel\DataCollector\AjaxDataCollector
  12979.      */
  12980.     protected function getDataCollector_AjaxService()
  12981.     {
  12982.         return $this->privates['data_collector.ajax'] = new \Symfony\Component\HttpKernel\DataCollector\AjaxDataCollector();
  12983.     }
  12984.     /**
  12985.      * Gets the private 'data_collector.cache' shared service.
  12986.      *
  12987.      * @return \Symfony\Component\Cache\DataCollector\CacheDataCollector
  12988.      */
  12989.     protected function getDataCollector_CacheService()
  12990.     {
  12991.         $this->privates['data_collector.cache'] = $instance = new \Symfony\Component\Cache\DataCollector\CacheDataCollector();
  12992.         $instance->addInstance('cache.app.traceable', ($this->services['cache.app'] ?? $this->getCache_AppService()));
  12993.         $instance->addInstance('cache.system.traceable', ($this->services['cache.system'] ?? $this->getCache_SystemService()));
  12994.         $instance->addInstance('cache.validator.traceable', ($this->privates['cache.validator.traceable'] ?? $this->getCache_Validator_TraceableService()));
  12995.         $instance->addInstance('cache.serializer.traceable', ($this->privates['cache.serializer.traceable'] ?? $this->getCache_Serializer_TraceableService()));
  12996.         $instance->addInstance('cache.annotations.traceable', ($this->privates['cache.annotations.traceable'] ?? $this->getCache_Annotations_TraceableService()));
  12997.         $instance->addInstance('cache.property_info.traceable', ($this->privates['cache.property_info.traceable'] ?? $this->getCache_PropertyInfo_TraceableService()));
  12998.         $instance->addInstance('cache.messenger.restart_workers_signal.traceable', ($this->privates['cache.messenger.restart_workers_signal.traceable'] ?? $this->getCache_Messenger_RestartWorkersSignal_TraceableService()));
  12999.         $instance->addInstance('materials_cache.traceable', ($this->services['materials_cache'] ?? $this->getMaterialsCacheService()));
  13000.         $instance->addInstance('response_cache.traceable', ($this->services['response_cache'] ?? $this->getResponseCacheService()));
  13001.         $instance->addInstance('doctrine.result_cache_pool.traceable', ($this->privates['doctrine.result_cache_pool.traceable'] ?? $this->getDoctrine_ResultCachePool_TraceableService()));
  13002.         $instance->addInstance('doctrine.system_cache_pool.traceable', ($this->privates['doctrine.system_cache_pool.traceable'] ?? $this->getDoctrine_SystemCachePool_TraceableService()));
  13003.         $instance->addInstance('doctrine.second_level_cache_pool.traceable', ($this->privates['doctrine.second_level_cache_pool.traceable'] ?? $this->getDoctrine_SecondLevelCachePool_TraceableService()));
  13004.         $instance->addInstance('cache.validator_expression_language.traceable', ($this->services['cache.validator_expression_language'] ?? $this->getCache_ValidatorExpressionLanguageService()));
  13005.         $instance->addInstance('cache.security_expression_language.traceable', ($this->privates['cache.security_expression_language.traceable'] ?? $this->getCache_SecurityExpressionLanguage_TraceableService()));
  13006.         return $instance;
  13007.     }
  13008.     /**
  13009.      * Gets the private 'data_collector.config' shared service.
  13010.      *
  13011.      * @return \Symfony\Component\HttpKernel\DataCollector\ConfigDataCollector
  13012.      */
  13013.     protected function getDataCollector_ConfigService()
  13014.     {
  13015.         $this->privates['data_collector.config'] = $instance = new \Symfony\Component\HttpKernel\DataCollector\ConfigDataCollector();
  13016.         if ($this->has('kernel')) {
  13017.             $instance->setKernel(($this->services['kernel'] ?? $this->get('kernel'3)));
  13018.         }
  13019.         return $instance;
  13020.     }
  13021.     /**
  13022.      * Gets the private 'data_collector.doctrine' shared service.
  13023.      *
  13024.      * @return \Doctrine\Bundle\DoctrineBundle\DataCollector\DoctrineDataCollector
  13025.      */
  13026.     protected function getDataCollector_DoctrineService()
  13027.     {
  13028.         $this->privates['data_collector.doctrine'] = $instance = new \Doctrine\Bundle\DoctrineBundle\DataCollector\DoctrineDataCollector(($this->services['doctrine'] ?? $this->getDoctrineService()), trueNULL);
  13029.         $instance->addLogger('default', ($this->privates['doctrine.dbal.logger.profiling.default'] ?? ($this->privates['doctrine.dbal.logger.profiling.default'] = new \Doctrine\DBAL\Logging\DebugStack())));
  13030.         return $instance;
  13031.     }
  13032.     /**
  13033.      * Gets the private 'data_collector.events' shared service.
  13034.      *
  13035.      * @return \Symfony\Component\HttpKernel\DataCollector\EventDataCollector
  13036.      */
  13037.     protected function getDataCollector_EventsService()
  13038.     {
  13039.         return $this->privates['data_collector.events'] = new \Symfony\Component\HttpKernel\DataCollector\EventDataCollector(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  13040.     }
  13041.     /**
  13042.      * Gets the private 'data_collector.exception' shared service.
  13043.      *
  13044.      * @return \Symfony\Component\HttpKernel\DataCollector\ExceptionDataCollector
  13045.      */
  13046.     protected function getDataCollector_ExceptionService()
  13047.     {
  13048.         return $this->privates['data_collector.exception'] = new \Symfony\Component\HttpKernel\DataCollector\ExceptionDataCollector();
  13049.     }
  13050.     /**
  13051.      * Gets the private 'data_collector.form' shared service.
  13052.      *
  13053.      * @return \Symfony\Component\Form\Extension\DataCollector\FormDataCollector
  13054.      */
  13055.     protected function getDataCollector_FormService()
  13056.     {
  13057.         return $this->privates['data_collector.form'] = new \Symfony\Component\Form\Extension\DataCollector\FormDataCollector(($this->privates['data_collector.form.extractor'] ?? ($this->privates['data_collector.form.extractor'] = new \Symfony\Component\Form\Extension\DataCollector\FormDataExtractor())));
  13058.     }
  13059.     /**
  13060.      * Gets the private 'data_collector.form.extractor' shared service.
  13061.      *
  13062.      * @return \Symfony\Component\Form\Extension\DataCollector\FormDataExtractor
  13063.      */
  13064.     protected function getDataCollector_Form_ExtractorService()
  13065.     {
  13066.         return $this->privates['data_collector.form.extractor'] = new \Symfony\Component\Form\Extension\DataCollector\FormDataExtractor();
  13067.     }
  13068.     /**
  13069.      * Gets the private 'data_collector.http_client' shared service.
  13070.      *
  13071.      * @return \Symfony\Component\HttpClient\DataCollector\HttpClientDataCollector
  13072.      */
  13073.     protected function getDataCollector_HttpClientService()
  13074.     {
  13075.         $this->privates['data_collector.http_client'] = $instance = new \Symfony\Component\HttpClient\DataCollector\HttpClientDataCollector();
  13076.         $instance->registerClient('http_client', ($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService()));
  13077.         $instance->registerClient('hwi_oauth.http_client', ($this->privates['.debug.hwi_oauth.http_client'] ?? $this->get_Debug_HwiOauth_HttpClientService()));
  13078.         return $instance;
  13079.     }
  13080.     /**
  13081.      * Gets the private 'data_collector.jms_serializer' shared service.
  13082.      *
  13083.      * @return \JMS\SerializerBundle\Debug\DataCollector
  13084.      */
  13085.     protected function getDataCollector_JmsSerializerService()
  13086.     {
  13087.         return $this->privates['data_collector.jms_serializer'] = new \JMS\SerializerBundle\Debug\DataCollector(['FOS\\UserBundle' => (\dirname(__DIR__4).'/src/AppBundle/Resources/FOSUserBundle/serializer')], ($this->privates['jms_serializer.traceable_event_dispatcher'] ?? $this->getJmsSerializer_TraceableEventDispatcherService()), ($this->privates['jms_serializer.traceable_handler_registry'] ?? $this->getJmsSerializer_TraceableHandlerRegistryService()), ($this->privates['jms_serializer.traceable_metadata_factory'] ?? $this->getJmsSerializer_TraceableMetadataFactoryService()), ($this->privates['jms_serializer.metadata.traceable_file_locator'] ?? $this->getJmsSerializer_Metadata_TraceableFileLocatorService()), ($this->privates['jms_serializer.traceable_runs_listener'] ?? ($this->privates['jms_serializer.traceable_runs_listener'] = new \JMS\SerializerBundle\Debug\RunsListener())));
  13088.     }
  13089.     /**
  13090.      * Gets the private 'data_collector.logger' shared service.
  13091.      *
  13092.      * @return \Symfony\Component\HttpKernel\DataCollector\LoggerDataCollector
  13093.      */
  13094.     protected function getDataCollector_LoggerService()
  13095.     {
  13096.         return $this->privates['data_collector.logger'] = new \Symfony\Component\HttpKernel\DataCollector\LoggerDataCollector(($this->privates['monolog.logger.profiler'] ?? $this->getMonolog_Logger_ProfilerService()), ($this->targetDir.''.'/AppBundle_KernelDevDebugContainer'), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  13097.     }
  13098.     /**
  13099.      * Gets the private 'data_collector.memory' shared service.
  13100.      *
  13101.      * @return \Symfony\Component\HttpKernel\DataCollector\MemoryDataCollector
  13102.      */
  13103.     protected function getDataCollector_MemoryService()
  13104.     {
  13105.         return $this->privates['data_collector.memory'] = new \Symfony\Component\HttpKernel\DataCollector\MemoryDataCollector();
  13106.     }
  13107.     /**
  13108.      * Gets the private 'data_collector.messenger' shared service.
  13109.      *
  13110.      * @return \Symfony\Component\Messenger\DataCollector\MessengerDataCollector
  13111.      */
  13112.     protected function getDataCollector_MessengerService()
  13113.     {
  13114.         $this->privates['data_collector.messenger'] = $instance = new \Symfony\Component\Messenger\DataCollector\MessengerDataCollector();
  13115.         $instance->registerBus('command_bus', ($this->services['messenger.default_bus'] ?? $this->getMessenger_DefaultBusService()));
  13116.         $instance->registerBus('event_bus', ($this->privates['debug.traced.event_bus'] ?? $this->getDebug_Traced_EventBusService()));
  13117.         return $instance;
  13118.     }
  13119.     /**
  13120.      * Gets the private 'data_collector.request' shared service.
  13121.      *
  13122.      * @return \Symfony\Component\HttpKernel\DataCollector\RequestDataCollector
  13123.      */
  13124.     protected function getDataCollector_RequestService()
  13125.     {
  13126.         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())));
  13127.     }
  13128.     /**
  13129.      * Gets the private 'data_collector.router' shared service.
  13130.      *
  13131.      * @return \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector
  13132.      */
  13133.     protected function getDataCollector_RouterService()
  13134.     {
  13135.         return $this->privates['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector();
  13136.     }
  13137.     /**
  13138.      * Gets the private 'data_collector.security' shared service.
  13139.      *
  13140.      * @return \Symfony\Bundle\SecurityBundle\DataCollector\SecurityDataCollector
  13141.      */
  13142.     protected function getDataCollector_SecurityService()
  13143.     {
  13144.         return $this->privates['data_collector.security'] = 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()), false);
  13145.     }
  13146.     /**
  13147.      * Gets the private 'data_collector.time' shared service.
  13148.      *
  13149.      * @return \Symfony\Component\HttpKernel\DataCollector\TimeDataCollector
  13150.      */
  13151.     protected function getDataCollector_TimeService()
  13152.     {
  13153.         return $this->privates['data_collector.time'] = new \Symfony\Component\HttpKernel\DataCollector\TimeDataCollector(($this->services['kernel'] ?? $this->get('kernel'3)), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  13154.     }
  13155.     /**
  13156.      * Gets the private 'data_collector.translation' shared service.
  13157.      *
  13158.      * @return \Symfony\Component\Translation\DataCollector\TranslationDataCollector
  13159.      */
  13160.     protected function getDataCollector_TranslationService()
  13161.     {
  13162.         return $this->privates['data_collector.translation'] = new \Symfony\Component\Translation\DataCollector\TranslationDataCollector(($this->services['translator'] ?? $this->getTranslatorService()));
  13163.     }
  13164.     /**
  13165.      * Gets the private 'data_collector.twig' shared service.
  13166.      *
  13167.      * @return \Symfony\Bridge\Twig\DataCollector\TwigDataCollector
  13168.      */
  13169.     protected function getDataCollector_TwigService()
  13170.     {
  13171.         return $this->privates['data_collector.twig'] = 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()));
  13172.     }
  13173.     /**
  13174.      * Gets the private 'data_collector.validator' shared service.
  13175.      *
  13176.      * @return \Symfony\Component\Validator\DataCollector\ValidatorDataCollector
  13177.      */
  13178.     protected function getDataCollector_ValidatorService()
  13179.     {
  13180.         return $this->privates['data_collector.validator'] = new \Symfony\Component\Validator\DataCollector\ValidatorDataCollector(($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService()));
  13181.     }
  13182.     /**
  13183.      * Gets the private 'debug.argument_resolver' shared service.
  13184.      *
  13185.      * @return \Symfony\Component\HttpKernel\Controller\TraceableArgumentResolver
  13186.      */
  13187.     protected function getDebug_ArgumentResolverService()
  13188.     {
  13189.         return $this->privates['debug.argument_resolver'] = new \Symfony\Component\HttpKernel\Controller\TraceableArgumentResolver(($this->privates['debug.argument_resolver.inner'] ?? $this->getDebug_ArgumentResolver_InnerService()), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  13190.     }
  13191.     /**
  13192.      * Gets the private 'debug.argument_resolver.default' shared service.
  13193.      *
  13194.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  13195.      */
  13196.     protected function getDebug_ArgumentResolver_DefaultService()
  13197.     {
  13198.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  13199.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  13200.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/DefaultValueResolver.php';
  13201.         return $this->privates['debug.argument_resolver.default'] = new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver(($this->privates['debug.argument_resolver.default.inner'] ?? ($this->privates['debug.argument_resolver.default.inner'] = new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\DefaultValueResolver())), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  13202.     }
  13203.     /**
  13204.      * Gets the private 'debug.argument_resolver.default.inner' shared service.
  13205.      *
  13206.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\DefaultValueResolver
  13207.      */
  13208.     protected function getDebug_ArgumentResolver_Default_InnerService()
  13209.     {
  13210.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  13211.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/DefaultValueResolver.php';
  13212.         return $this->privates['debug.argument_resolver.default.inner'] = new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\DefaultValueResolver();
  13213.     }
  13214.     /**
  13215.      * Gets the private 'debug.argument_resolver.inner' shared service.
  13216.      *
  13217.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver
  13218.      */
  13219.     protected function getDebug_ArgumentResolver_InnerService()
  13220.     {
  13221.         return $this->privates['debug.argument_resolver.inner'] = 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 () {
  13222.             yield => ($this->privates['debug.argument_resolver.request_attribute'] ?? $this->getDebug_ArgumentResolver_RequestAttributeService());
  13223.             yield => ($this->privates['debug.argument_resolver.request'] ?? $this->getDebug_ArgumentResolver_RequestService());
  13224.             yield => ($this->privates['debug.argument_resolver.session'] ?? $this->getDebug_ArgumentResolver_SessionService());
  13225.             yield => ($this->privates['debug.security.user_value_resolver'] ?? $this->getDebug_Security_UserValueResolverService());
  13226.             yield => ($this->privates['debug.argument_resolver.service'] ?? $this->getDebug_ArgumentResolver_ServiceService());
  13227.             yield => ($this->privates['debug.argument_resolver.default'] ?? $this->getDebug_ArgumentResolver_DefaultService());
  13228.             yield => ($this->privates['debug.argument_resolver.variadic'] ?? $this->getDebug_ArgumentResolver_VariadicService());
  13229.             yield => ($this->privates['debug.argument_resolver.not_tagged_controller'] ?? $this->getDebug_ArgumentResolver_NotTaggedControllerService());
  13230.         }, 8));
  13231.     }
  13232.     /**
  13233.      * Gets the private 'debug.argument_resolver.not_tagged_controller' shared service.
  13234.      *
  13235.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  13236.      */
  13237.     protected function getDebug_ArgumentResolver_NotTaggedControllerService()
  13238.     {
  13239.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  13240.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  13241.         return $this->privates['debug.argument_resolver.not_tagged_controller'] = new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver(($this->privates['debug.argument_resolver.not_tagged_controller.inner'] ?? $this->getDebug_ArgumentResolver_NotTaggedController_InnerService()), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  13242.     }
  13243.     /**
  13244.      * Gets the private 'debug.argument_resolver.not_tagged_controller.inner' shared service.
  13245.      *
  13246.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\NotTaggedControllerValueResolver
  13247.      */
  13248.     protected function getDebug_ArgumentResolver_NotTaggedController_InnerService()
  13249.     {
  13250.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  13251.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/NotTaggedControllerValueResolver.php';
  13252.         return $this->privates['debug.argument_resolver.not_tagged_controller.inner'] = new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\NotTaggedControllerValueResolver(($this->privates['.service_locator.MyxJHXb'] ?? $this->get_ServiceLocator_MyxJHXbService()));
  13253.     }
  13254.     /**
  13255.      * Gets the private 'debug.argument_resolver.request' shared service.
  13256.      *
  13257.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  13258.      */
  13259.     protected function getDebug_ArgumentResolver_RequestService()
  13260.     {
  13261.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  13262.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  13263.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/RequestValueResolver.php';
  13264.         return $this->privates['debug.argument_resolver.request'] = new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver(($this->privates['debug.argument_resolver.request.inner'] ?? ($this->privates['debug.argument_resolver.request.inner'] = new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\RequestValueResolver())), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  13265.     }
  13266.     /**
  13267.      * Gets the private 'debug.argument_resolver.request.inner' shared service.
  13268.      *
  13269.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\RequestValueResolver
  13270.      */
  13271.     protected function getDebug_ArgumentResolver_Request_InnerService()
  13272.     {
  13273.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  13274.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/RequestValueResolver.php';
  13275.         return $this->privates['debug.argument_resolver.request.inner'] = new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\RequestValueResolver();
  13276.     }
  13277.     /**
  13278.      * Gets the private 'debug.argument_resolver.request_attribute' shared service.
  13279.      *
  13280.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  13281.      */
  13282.     protected function getDebug_ArgumentResolver_RequestAttributeService()
  13283.     {
  13284.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  13285.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  13286.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/RequestAttributeValueResolver.php';
  13287.         return $this->privates['debug.argument_resolver.request_attribute'] = new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver(($this->privates['debug.argument_resolver.request_attribute.inner'] ?? ($this->privates['debug.argument_resolver.request_attribute.inner'] = new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\RequestAttributeValueResolver())), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  13288.     }
  13289.     /**
  13290.      * Gets the private 'debug.argument_resolver.request_attribute.inner' shared service.
  13291.      *
  13292.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\RequestAttributeValueResolver
  13293.      */
  13294.     protected function getDebug_ArgumentResolver_RequestAttribute_InnerService()
  13295.     {
  13296.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  13297.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/RequestAttributeValueResolver.php';
  13298.         return $this->privates['debug.argument_resolver.request_attribute.inner'] = new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\RequestAttributeValueResolver();
  13299.     }
  13300.     /**
  13301.      * Gets the private 'debug.argument_resolver.service' shared service.
  13302.      *
  13303.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  13304.      */
  13305.     protected function getDebug_ArgumentResolver_ServiceService()
  13306.     {
  13307.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  13308.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  13309.         return $this->privates['debug.argument_resolver.service'] = new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver(($this->privates['debug.argument_resolver.service.inner'] ?? $this->getDebug_ArgumentResolver_Service_InnerService()), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  13310.     }
  13311.     /**
  13312.      * Gets the private 'debug.argument_resolver.service.inner' shared service.
  13313.      *
  13314.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\ServiceValueResolver
  13315.      */
  13316.     protected function getDebug_ArgumentResolver_Service_InnerService()
  13317.     {
  13318.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  13319.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/ServiceValueResolver.php';
  13320.         return $this->privates['debug.argument_resolver.service.inner'] = new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\ServiceValueResolver(($this->privates['.service_locator.MyxJHXb'] ?? $this->get_ServiceLocator_MyxJHXbService()));
  13321.     }
  13322.     /**
  13323.      * Gets the private 'debug.argument_resolver.session' shared service.
  13324.      *
  13325.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  13326.      */
  13327.     protected function getDebug_ArgumentResolver_SessionService()
  13328.     {
  13329.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  13330.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  13331.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/SessionValueResolver.php';
  13332.         return $this->privates['debug.argument_resolver.session'] = new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver(($this->privates['debug.argument_resolver.session.inner'] ?? ($this->privates['debug.argument_resolver.session.inner'] = new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\SessionValueResolver())), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  13333.     }
  13334.     /**
  13335.      * Gets the private 'debug.argument_resolver.session.inner' shared service.
  13336.      *
  13337.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\SessionValueResolver
  13338.      */
  13339.     protected function getDebug_ArgumentResolver_Session_InnerService()
  13340.     {
  13341.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  13342.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/SessionValueResolver.php';
  13343.         return $this->privates['debug.argument_resolver.session.inner'] = new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\SessionValueResolver();
  13344.     }
  13345.     /**
  13346.      * Gets the private 'debug.argument_resolver.variadic' shared service.
  13347.      *
  13348.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  13349.      */
  13350.     protected function getDebug_ArgumentResolver_VariadicService()
  13351.     {
  13352.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  13353.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  13354.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/VariadicValueResolver.php';
  13355.         return $this->privates['debug.argument_resolver.variadic'] = new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver(($this->privates['debug.argument_resolver.variadic.inner'] ?? ($this->privates['debug.argument_resolver.variadic.inner'] = new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\VariadicValueResolver())), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  13356.     }
  13357.     /**
  13358.      * Gets the private 'debug.argument_resolver.variadic.inner' shared service.
  13359.      *
  13360.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\VariadicValueResolver
  13361.      */
  13362.     protected function getDebug_ArgumentResolver_Variadic_InnerService()
  13363.     {
  13364.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  13365.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/VariadicValueResolver.php';
  13366.         return $this->privates['debug.argument_resolver.variadic.inner'] = new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\VariadicValueResolver();
  13367.     }
  13368.     /**
  13369.      * Gets the private 'debug.controller_resolver' shared service.
  13370.      *
  13371.      * @return \Symfony\Component\HttpKernel\Controller\TraceableControllerResolver
  13372.      */
  13373.     protected function getDebug_ControllerResolverService()
  13374.     {
  13375.         return $this->privates['debug.controller_resolver'] = new \Symfony\Component\HttpKernel\Controller\TraceableControllerResolver(($this->privates['debug.controller_resolver.inner'] ?? $this->getDebug_ControllerResolver_InnerService()), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  13376.     }
  13377.     /**
  13378.      * Gets the private 'debug.controller_resolver.inner' shared service.
  13379.      *
  13380.      * @return \Symfony\Bundle\FrameworkBundle\Controller\ControllerResolver
  13381.      */
  13382.     protected function getDebug_ControllerResolver_InnerService()
  13383.     {
  13384.         return $this->privates['debug.controller_resolver.inner'] = new \Symfony\Bundle\FrameworkBundle\Controller\ControllerResolver($this, ($this->privates['monolog.logger.request'] ?? $this->getMonolog_Logger_RequestService()));
  13385.     }
  13386.     /**
  13387.      * Gets the private 'debug.debug_handlers_listener' shared service.
  13388.      *
  13389.      * @return \Symfony\Component\HttpKernel\EventListener\DebugHandlersListener
  13390.      */
  13391.     protected function getDebug_DebugHandlersListenerService()
  13392.     {
  13393.         return $this->privates['debug.debug_handlers_listener'] = new \Symfony\Component\HttpKernel\EventListener\DebugHandlersListener(NULL, ($this->privates['monolog.logger.php'] ?? $this->getMonolog_Logger_PhpService()), NULL, -1truetrueNULL);
  13394.     }
  13395.     /**
  13396.      * Gets the private 'debug.dump_listener' shared service.
  13397.      *
  13398.      * @return \Symfony\Component\HttpKernel\EventListener\DumpListener
  13399.      */
  13400.     protected function getDebug_DumpListenerService()
  13401.     {
  13402.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/DumpListener.php';
  13403.         return $this->privates['debug.dump_listener'] = new \Symfony\Component\HttpKernel\EventListener\DumpListener(($this->services['var_dumper.cloner'] ?? $this->getVarDumper_ClonerService()), ($this->privates['var_dumper.contextualized_cli_dumper'] ?? $this->getVarDumper_ContextualizedCliDumperService()), ($this->privates['var_dumper.server_connection'] ?? $this->getVarDumper_ServerConnectionService()));
  13404.     }
  13405.     /**
  13406.      * Gets the private 'debug.event_dispatcher.inner' shared service.
  13407.      *
  13408.      * @return \Symfony\Component\EventDispatcher\EventDispatcher
  13409.      */
  13410.     protected function getDebug_EventDispatcher_InnerService()
  13411.     {
  13412.         return $this->privates['debug.event_dispatcher.inner'] = new \Symfony\Component\EventDispatcher\EventDispatcher();
  13413.     }
  13414.     /**
  13415.      * Gets the private 'debug.file_link_formatter' shared service.
  13416.      *
  13417.      * @return \Symfony\Component\HttpKernel\Debug\FileLinkFormatter
  13418.      */
  13419.     protected function getDebug_FileLinkFormatterService()
  13420.     {
  13421.         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 () {
  13422.             return ($this->privates['debug.file_link_formatter.url_format'] ?? $this->getDebug_FileLinkFormatter_UrlFormatService());
  13423.         });
  13424.     }
  13425.     /**
  13426.      * Gets the private 'debug.file_link_formatter.url_format' shared service.
  13427.      *
  13428.      * @return \string
  13429.      */
  13430.     protected function getDebug_FileLinkFormatter_UrlFormatService()
  13431.     {
  13432.         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');
  13433.     }
  13434.     /**
  13435.      * Gets the private 'debug.log_processor' shared service.
  13436.      *
  13437.      * @return \Symfony\Bridge\Monolog\Processor\DebugProcessor
  13438.      */
  13439.     protected function getDebug_LogProcessorService()
  13440.     {
  13441.         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())));
  13442.     }
  13443.     /**
  13444.      * Gets the private 'debug.security.access.decision_manager' shared service.
  13445.      *
  13446.      * @return \Symfony\Component\Security\Core\Authorization\TraceableAccessDecisionManager
  13447.      */
  13448.     protected function getDebug_Security_Access_DecisionManagerService()
  13449.     {
  13450.         return $this->privates['debug.security.access.decision_manager'] = new \Symfony\Component\Security\Core\Authorization\TraceableAccessDecisionManager(($this->privates['debug.security.access.decision_manager.inner'] ?? $this->getDebug_Security_Access_DecisionManager_InnerService()));
  13451.     }
  13452.     /**
  13453.      * Gets the private 'debug.security.access.decision_manager.inner' shared service.
  13454.      *
  13455.      * @return \Symfony\Component\Security\Core\Authorization\AccessDecisionManager
  13456.      */
  13457.     protected function getDebug_Security_Access_DecisionManager_InnerService()
  13458.     {
  13459.         return $this->privates['debug.security.access.decision_manager.inner'] = new \Symfony\Component\Security\Core\Authorization\AccessDecisionManager(new RewindableGenerator(function () {
  13460.             yield => ($this->privates['debug.security.voter.security.access.authenticated_voter'] ?? $this->getDebug_Security_Voter_Security_Access_AuthenticatedVoterService());
  13461.             yield => ($this->privates['debug.security.voter.security.access.role_hierarchy_voter'] ?? $this->getDebug_Security_Voter_Security_Access_RoleHierarchyVoterService());
  13462.             yield => ($this->privates['debug.security.voter.security.access.expression_voter'] ?? $this->getDebug_Security_Voter_Security_Access_ExpressionVoterService());
  13463.         }, 3), new \Symfony\Component\Security\Core\Authorization\Strategy\AffirmativeStrategy(false));
  13464.     }
  13465.     /**
  13466.      * Gets the private 'debug.security.firewall' shared service.
  13467.      *
  13468.      * @return \Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener
  13469.      */
  13470.     protected function getDebug_Security_FirewallService()
  13471.     {
  13472.         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()));
  13473.     }
  13474.     /**
  13475.      * Gets the private 'debug.security.user_value_resolver' shared service.
  13476.      *
  13477.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  13478.      */
  13479.     protected function getDebug_Security_UserValueResolverService()
  13480.     {
  13481.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  13482.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  13483.         return $this->privates['debug.security.user_value_resolver'] = new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver(($this->privates['debug.security.user_value_resolver.inner'] ?? $this->getDebug_Security_UserValueResolver_InnerService()), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  13484.     }
  13485.     /**
  13486.      * Gets the private 'debug.security.user_value_resolver.inner' shared service.
  13487.      *
  13488.      * @return \Symfony\Component\Security\Http\Controller\UserValueResolver
  13489.      */
  13490.     protected function getDebug_Security_UserValueResolver_InnerService()
  13491.     {
  13492.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  13493.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Controller/UserValueResolver.php';
  13494.         return $this->privates['debug.security.user_value_resolver.inner'] = new \Symfony\Component\Security\Http\Controller\UserValueResolver(($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()));
  13495.     }
  13496.     /**
  13497.      * Gets the private 'debug.security.voter.security.access.authenticated_voter' shared service.
  13498.      *
  13499.      * @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
  13500.      */
  13501.     protected function getDebug_Security_Voter_Security_Access_AuthenticatedVoterService()
  13502.     {
  13503.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
  13504.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/CacheableVoterInterface.php';
  13505.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
  13506.         return $this->privates['debug.security.voter.security.access.authenticated_voter'] = new \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter(($this->privates['security.access.authenticated_voter'] ?? $this->getSecurity_Access_AuthenticatedVoterService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  13507.     }
  13508.     /**
  13509.      * Gets the private 'debug.security.voter.security.access.expression_voter' shared service.
  13510.      *
  13511.      * @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
  13512.      */
  13513.     protected function getDebug_Security_Voter_Security_Access_ExpressionVoterService()
  13514.     {
  13515.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
  13516.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/CacheableVoterInterface.php';
  13517.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
  13518.         return $this->privates['debug.security.voter.security.access.expression_voter'] = new \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter(($this->privates['security.access.expression_voter'] ?? $this->getSecurity_Access_ExpressionVoterService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  13519.     }
  13520.     /**
  13521.      * Gets the private 'debug.security.voter.security.access.role_hierarchy_voter' shared service.
  13522.      *
  13523.      * @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
  13524.      */
  13525.     protected function getDebug_Security_Voter_Security_Access_RoleHierarchyVoterService()
  13526.     {
  13527.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
  13528.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/CacheableVoterInterface.php';
  13529.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
  13530.         return $this->privates['debug.security.voter.security.access.role_hierarchy_voter'] = new \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter(($this->privates['security.access.role_hierarchy_voter'] ?? $this->getSecurity_Access_RoleHierarchyVoterService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  13531.     }
  13532.     /**
  13533.      * Gets the private 'debug.security.voter.vote_listener' shared service.
  13534.      *
  13535.      * @return \Symfony\Bundle\SecurityBundle\EventListener\VoteListener
  13536.      */
  13537.     protected function getDebug_Security_Voter_VoteListenerService()
  13538.     {
  13539.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/EventListener/VoteListener.php';
  13540.         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()));
  13541.     }
  13542.     /**
  13543.      * Gets the private 'debug.stopwatch' shared service.
  13544.      *
  13545.      * @return \Symfony\Component\Stopwatch\Stopwatch
  13546.      */
  13547.     protected function getDebug_StopwatchService()
  13548.     {
  13549.         return $this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true);
  13550.     }
  13551.     /**
  13552.      * Gets the private 'debug.traced.command_bus.inner' shared service.
  13553.      *
  13554.      * @return \Symfony\Component\Messenger\MessageBus
  13555.      */
  13556.     protected function getDebug_Traced_CommandBus_InnerService()
  13557.     {
  13558.         return $this->privates['debug.traced.command_bus.inner'] = new \Symfony\Component\Messenger\MessageBus(new RewindableGenerator(function () {
  13559.             yield => ($this->privates['command_bus.middleware.traceable'] ?? $this->getCommandBus_Middleware_TraceableService());
  13560.             yield => ($this->privates['command_bus.middleware.add_bus_name_stamp_middleware'] ?? ($this->privates['command_bus.middleware.add_bus_name_stamp_middleware'] = new \Symfony\Component\Messenger\Middleware\AddBusNameStampMiddleware('command_bus')));
  13561.             yield => ($this->privates['messenger.middleware.reject_redelivered_message_middleware'] ?? ($this->privates['messenger.middleware.reject_redelivered_message_middleware'] = new \Symfony\Component\Messenger\Middleware\RejectRedeliveredMessageMiddleware()));
  13562.             yield => ($this->privates['messenger.middleware.dispatch_after_current_bus'] ?? ($this->privates['messenger.middleware.dispatch_after_current_bus'] = new \Symfony\Component\Messenger\Middleware\DispatchAfterCurrentBusMiddleware()));
  13563.             yield => ($this->privates['messenger.middleware.failed_message_processing_middleware'] ?? ($this->privates['messenger.middleware.failed_message_processing_middleware'] = new \Symfony\Component\Messenger\Middleware\FailedMessageProcessingMiddleware()));
  13564.             yield => ($this->privates['messenger.middleware.validation'] ?? $this->getMessenger_Middleware_ValidationService());
  13565.             yield => ($this->privates['CodersLab\\Lms\\SharedKernel\\Infrastructure\\Bus\\HandleMessageMiddleware'] ?? ($this->privates['CodersLab\\Lms\\SharedKernel\\Infrastructure\\Bus\\HandleMessageMiddleware'] = new \CodersLab\Lms\SharedKernel\Infrastructure\Bus\HandleMessageMiddleware()));
  13566.             yield => ($this->privates['CodersLab\\Lms\\SharedKernel\\Infrastructure\\Bus\\MessageStoreMiddleware'] ?? $this->getMessageStoreMiddlewareService());
  13567.             yield => ($this->privates['CodersLab\\Lms\\SharedKernel\\Infrastructure\\Bus\\EventBusMiddleware'] ?? $this->getEventBusMiddlewareService());
  13568.             yield => ($this->privates['messenger.middleware.send_message'] ?? $this->getMessenger_Middleware_SendMessageService());
  13569.             yield 10 => ($this->privates['command_bus.middleware.handle_message'] ?? $this->getCommandBus_Middleware_HandleMessageService());
  13570.         }, 11));
  13571.     }
  13572.     /**
  13573.      * Gets the private 'debug.traced.event_bus' shared service.
  13574.      *
  13575.      * @return \Symfony\Component\Messenger\TraceableMessageBus
  13576.      */
  13577.     protected function getDebug_Traced_EventBusService()
  13578.     {
  13579.         return $this->privates['debug.traced.event_bus'] = new \Symfony\Component\Messenger\TraceableMessageBus(($this->privates['debug.traced.event_bus.inner'] ?? $this->getDebug_Traced_EventBus_InnerService()));
  13580.     }
  13581.     /**
  13582.      * Gets the private 'debug.traced.event_bus.inner' shared service.
  13583.      *
  13584.      * @return \Symfony\Component\Messenger\MessageBus
  13585.      */
  13586.     protected function getDebug_Traced_EventBus_InnerService()
  13587.     {
  13588.         return $this->privates['debug.traced.event_bus.inner'] = new \Symfony\Component\Messenger\MessageBus(new RewindableGenerator(function () {
  13589.             yield => ($this->privates['event_bus.middleware.traceable'] ?? $this->getEventBus_Middleware_TraceableService());
  13590.             yield => ($this->privates['event_bus.middleware.add_bus_name_stamp_middleware'] ?? ($this->privates['event_bus.middleware.add_bus_name_stamp_middleware'] = new \Symfony\Component\Messenger\Middleware\AddBusNameStampMiddleware('event_bus')));
  13591.             yield => ($this->privates['messenger.middleware.reject_redelivered_message_middleware'] ?? ($this->privates['messenger.middleware.reject_redelivered_message_middleware'] = new \Symfony\Component\Messenger\Middleware\RejectRedeliveredMessageMiddleware()));
  13592.             yield => ($this->privates['messenger.middleware.dispatch_after_current_bus'] ?? ($this->privates['messenger.middleware.dispatch_after_current_bus'] = new \Symfony\Component\Messenger\Middleware\DispatchAfterCurrentBusMiddleware()));
  13593.             yield => ($this->privates['messenger.middleware.failed_message_processing_middleware'] ?? ($this->privates['messenger.middleware.failed_message_processing_middleware'] = new \Symfony\Component\Messenger\Middleware\FailedMessageProcessingMiddleware()));
  13594.             yield => ($this->privates['messenger.middleware.validation'] ?? $this->getMessenger_Middleware_ValidationService());
  13595.             yield => ($this->privates['CodersLab\\Lms\\SharedKernel\\Infrastructure\\Bus\\MessageStoreMiddleware'] ?? $this->getMessageStoreMiddlewareService());
  13596.             yield => ($this->privates['messenger.middleware.send_message'] ?? $this->getMessenger_Middleware_SendMessageService());
  13597.             yield => ($this->privates['event_bus.middleware.handle_message'] ?? $this->getEventBus_Middleware_HandleMessageService());
  13598.         }, 9));
  13599.     }
  13600.     /**
  13601.      * Gets the private 'debug.validator.inner' shared service.
  13602.      *
  13603.      * @return \Symfony\Component\Validator\Validator\ValidatorInterface
  13604.      */
  13605.     protected function getDebug_Validator_InnerService()
  13606.     {
  13607.         return $this->privates['debug.validator.inner'] = ($this->privates['validator.builder'] ?? $this->getValidator_BuilderService())->getValidator();
  13608.     }
  13609.     /**
  13610.      * Gets the private 'dependency_injection.config.container_parameters_resource_checker' shared service.
  13611.      *
  13612.      * @return \Symfony\Component\DependencyInjection\Config\ContainerParametersResourceChecker
  13613.      */
  13614.     protected function getDependencyInjection_Config_ContainerParametersResourceCheckerService()
  13615.     {
  13616.         include_once \dirname(__DIR__4).'/vendor/symfony/config/ResourceCheckerInterface.php';
  13617.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/Config/ContainerParametersResourceChecker.php';
  13618.         return $this->privates['dependency_injection.config.container_parameters_resource_checker'] = new \Symfony\Component\DependencyInjection\Config\ContainerParametersResourceChecker($this);
  13619.     }
  13620.     /**
  13621.      * Gets the private 'disallow_search_engine_index_response_listener' shared service.
  13622.      *
  13623.      * @return \Symfony\Component\HttpKernel\EventListener\DisallowRobotsIndexingListener
  13624.      */
  13625.     protected function getDisallowSearchEngineIndexResponseListenerService()
  13626.     {
  13627.         return $this->privates['disallow_search_engine_index_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\DisallowRobotsIndexingListener();
  13628.     }
  13629.     /**
  13630.      * Gets the private 'doctrine.cache_clear_metadata_command' shared service.
  13631.      *
  13632.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ClearMetadataCacheDoctrineCommand
  13633.      */
  13634.     protected function getDoctrine_CacheClearMetadataCommandService()
  13635.     {
  13636.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  13637.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  13638.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ClearCache/MetadataCommand.php';
  13639.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/OrmProxyCommand.php';
  13640.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/ClearMetadataCacheDoctrineCommand.php';
  13641.         $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()));
  13642.         $instance->setName('doctrine:cache:clear-metadata');
  13643.         return $instance;
  13644.     }
  13645.     /**
  13646.      * Gets the private 'doctrine.cache_clear_query_cache_command' shared service.
  13647.      *
  13648.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ClearQueryCacheDoctrineCommand
  13649.      */
  13650.     protected function getDoctrine_CacheClearQueryCacheCommandService()
  13651.     {
  13652.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  13653.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  13654.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ClearCache/QueryCommand.php';
  13655.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/OrmProxyCommand.php';
  13656.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/ClearQueryCacheDoctrineCommand.php';
  13657.         $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()));
  13658.         $instance->setName('doctrine:cache:clear-query');
  13659.         return $instance;
  13660.     }
  13661.     /**
  13662.      * Gets the private 'doctrine.cache_clear_result_command' shared service.
  13663.      *
  13664.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ClearResultCacheDoctrineCommand
  13665.      */
  13666.     protected function getDoctrine_CacheClearResultCommandService()
  13667.     {
  13668.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  13669.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  13670.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ClearCache/ResultCommand.php';
  13671.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/OrmProxyCommand.php';
  13672.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/ClearResultCacheDoctrineCommand.php';
  13673.         $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()));
  13674.         $instance->setName('doctrine:cache:clear-result');
  13675.         return $instance;
  13676.     }
  13677.     /**
  13678.      * Gets the private 'doctrine.cache_collection_region_command' shared service.
  13679.      *
  13680.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\CollectionRegionDoctrineCommand
  13681.      */
  13682.     protected function getDoctrine_CacheCollectionRegionCommandService()
  13683.     {
  13684.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  13685.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  13686.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ClearCache/CollectionRegionCommand.php';
  13687.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/OrmProxyCommand.php';
  13688.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/CollectionRegionDoctrineCommand.php';
  13689.         $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()));
  13690.         $instance->setName('doctrine:cache:clear-collection-region');
  13691.         return $instance;
  13692.     }
  13693.     /**
  13694.      * Gets the private 'doctrine.clear_entity_region_command' shared service.
  13695.      *
  13696.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\EntityRegionCacheDoctrineCommand
  13697.      */
  13698.     protected function getDoctrine_ClearEntityRegionCommandService()
  13699.     {
  13700.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  13701.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  13702.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ClearCache/EntityRegionCommand.php';
  13703.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/OrmProxyCommand.php';
  13704.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/EntityRegionCacheDoctrineCommand.php';
  13705.         $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()));
  13706.         $instance->setName('doctrine:cache:clear-entity-region');
  13707.         return $instance;
  13708.     }
  13709.     /**
  13710.      * Gets the private 'doctrine.clear_query_region_command' shared service.
  13711.      *
  13712.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\QueryRegionCacheDoctrineCommand
  13713.      */
  13714.     protected function getDoctrine_ClearQueryRegionCommandService()
  13715.     {
  13716.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  13717.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  13718.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ClearCache/QueryRegionCommand.php';
  13719.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/OrmProxyCommand.php';
  13720.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/QueryRegionCacheDoctrineCommand.php';
  13721.         $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()));
  13722.         $instance->setName('doctrine:cache:clear-query-region');
  13723.         return $instance;
  13724.     }
  13725.     /**
  13726.      * Gets the private 'doctrine.database_create_command' shared service.
  13727.      *
  13728.      * @return \Doctrine\Bundle\DoctrineBundle\Command\CreateDatabaseDoctrineCommand
  13729.      */
  13730.     protected function getDoctrine_DatabaseCreateCommandService()
  13731.     {
  13732.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  13733.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/DoctrineCommand.php';
  13734.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/CreateDatabaseDoctrineCommand.php';
  13735.         $this->privates['doctrine.database_create_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\CreateDatabaseDoctrineCommand(($this->services['doctrine'] ?? $this->getDoctrineService()));
  13736.         $instance->setName('doctrine:database:create');
  13737.         return $instance;
  13738.     }
  13739.     /**
  13740.      * Gets the private 'doctrine.database_drop_command' shared service.
  13741.      *
  13742.      * @return \Doctrine\Bundle\DoctrineBundle\Command\DropDatabaseDoctrineCommand
  13743.      */
  13744.     protected function getDoctrine_DatabaseDropCommandService()
  13745.     {
  13746.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  13747.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/DoctrineCommand.php';
  13748.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/DropDatabaseDoctrineCommand.php';
  13749.         $this->privates['doctrine.database_drop_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\DropDatabaseDoctrineCommand(($this->services['doctrine'] ?? $this->getDoctrineService()));
  13750.         $instance->setName('doctrine:database:drop');
  13751.         return $instance;
  13752.     }
  13753.     /**
  13754.      * Gets the private 'doctrine.database_import_command' shared service.
  13755.      *
  13756.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ImportDoctrineCommand
  13757.      */
  13758.     protected function getDoctrine_DatabaseImportCommandService()
  13759.     {
  13760.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  13761.         include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Tools/Console/Command/ImportCommand.php';
  13762.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/ImportDoctrineCommand.php';
  13763.         $this->privates['doctrine.database_import_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ImportDoctrineCommand();
  13764.         $instance->setName('doctrine:database:import');
  13765.         return $instance;
  13766.     }
  13767.     /**
  13768.      * Gets the private 'doctrine.dbal.connection_factory' shared service.
  13769.      *
  13770.      * @return \Doctrine\Bundle\DoctrineBundle\ConnectionFactory
  13771.      */
  13772.     protected function getDoctrine_Dbal_ConnectionFactoryService()
  13773.     {
  13774.         return $this->privates['doctrine.dbal.connection_factory'] = new \Doctrine\Bundle\DoctrineBundle\ConnectionFactory($this->parameters['doctrine.dbal.connection_factory.types']);
  13775.     }
  13776.     /**
  13777.      * Gets the private 'doctrine.dbal.default_connection.configuration' shared service.
  13778.      *
  13779.      * @return \Doctrine\DBAL\Configuration
  13780.      */
  13781.     protected function getDoctrine_Dbal_DefaultConnection_ConfigurationService()
  13782.     {
  13783.         $this->privates['doctrine.dbal.default_connection.configuration'] = $instance = new \Doctrine\DBAL\Configuration();
  13784.         $instance->setAutoCommit(true);
  13785.         $instance->setSQLLogger(($this->privates['doctrine.dbal.logger.chain.default'] ?? $this->getDoctrine_Dbal_Logger_Chain_DefaultService()));
  13786.         $instance->setSchemaAssetsFilter(($this->privates['doctrine.dbal.default_schema_asset_filter_manager'] ?? $this->getDoctrine_Dbal_DefaultSchemaAssetFilterManagerService()));
  13787.         return $instance;
  13788.     }
  13789.     /**
  13790.      * Gets the private 'doctrine.dbal.default_connection.event_manager' shared service.
  13791.      *
  13792.      * @return \Symfony\Bridge\Doctrine\ContainerAwareEventManager
  13793.      */
  13794.     protected function getDoctrine_Dbal_DefaultConnection_EventManagerService()
  13795.     {
  13796.         return $this->privates['doctrine.dbal.default_connection.event_manager'] = new \Symfony\Bridge\Doctrine\ContainerAwareEventManager(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  13797.             'AppBundle\\EventListener\\ExerciseRenamerListener' => ['services''AppBundle\\EventListener\\ExerciseRenamerListener''getExerciseRenamerListenerService'false],
  13798.             'app.revision.subscriber' => ['services''app.revision.subscriber''getApp_Revision_SubscriberService'false],
  13799.             'doctrine.orm.default_listeners.attach_entity_listeners' => ['privates''doctrine.orm.default_listeners.attach_entity_listeners''getDoctrine_Orm_DefaultListeners_AttachEntityListenersService'false],
  13800.             'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber' => ['privates''doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber''getDoctrine_Orm_Listeners_DoctrineDbalCacheAdapterSchemaSubscriberService'false],
  13801.             'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber' => ['privates''doctrine.orm.listeners.doctrine_token_provider_schema_subscriber''getDoctrine_Orm_Listeners_DoctrineTokenProviderSchemaSubscriberService'false],
  13802.             'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber' => ['privates''doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber''getDoctrine_Orm_Listeners_PdoCacheAdapterDoctrineSchemaSubscriberService'false],
  13803.             'doctrine.orm.messenger.doctrine_schema_subscriber' => ['privates''doctrine.orm.messenger.doctrine_schema_subscriber''getDoctrine_Orm_Messenger_DoctrineSchemaSubscriberService'false],
  13804.             'fos_user.user_listener' => ['privates''fos_user.user_listener''getFosUser_UserListenerService'false],
  13805.             'simplethings_entityaudit.create_schema_listener' => ['privates''simplethings_entityaudit.create_schema_listener''getSimplethingsEntityaudit_CreateSchemaListenerService'false],
  13806.             'simplethings_entityaudit.log_revisions_listener' => ['privates''simplethings_entityaudit.log_revisions_listener''getSimplethingsEntityaudit_LogRevisionsListenerService'false],
  13807.         ], [
  13808.             'AppBundle\\EventListener\\ExerciseRenamerListener' => '?',
  13809.             'app.revision.subscriber' => '?',
  13810.             'doctrine.orm.default_listeners.attach_entity_listeners' => '?',
  13811.             'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber' => '?',
  13812.             'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber' => '?',
  13813.             'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber' => '?',
  13814.             'doctrine.orm.messenger.doctrine_schema_subscriber' => '?',
  13815.             'fos_user.user_listener' => '?',
  13816.             'simplethings_entityaudit.create_schema_listener' => '?',
  13817.             'simplethings_entityaudit.log_revisions_listener' => '?',
  13818.         ]), [=> 'app.revision.subscriber'=> 'doctrine.orm.messenger.doctrine_schema_subscriber'=> 'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber'=> 'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber'=> 'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber'=> 'fos_user.user_listener'=> 'simplethings_entityaudit.log_revisions_listener'=> 'simplethings_entityaudit.create_schema_listener'=> [=> [=> 'onFlush'], => 'AppBundle\\EventListener\\ExerciseRenamerListener'], => [=> [=> 'loadClassMetadata'], => 'doctrine.orm.default_listeners.attach_entity_listeners']]);
  13819.     }
  13820.     /**
  13821.      * Gets the private 'doctrine.dbal.default_regex_schema_filter' shared service.
  13822.      *
  13823.      * @return \Doctrine\Bundle\DoctrineBundle\Dbal\RegexSchemaAssetFilter
  13824.      */
  13825.     protected function getDoctrine_Dbal_DefaultRegexSchemaFilterService()
  13826.     {
  13827.         return $this->privates['doctrine.dbal.default_regex_schema_filter'] = new \Doctrine\Bundle\DoctrineBundle\Dbal\RegexSchemaAssetFilter('~^(?!message_store|messenger_messages|v_products|ia_access_change_history|materials_exercise_status_sequence|issue_queue|materials_course_tree|proxy_errors|proxy_settings)~');
  13828.     }
  13829.     /**
  13830.      * Gets the private 'doctrine.dbal.default_schema_asset_filter_manager' shared service.
  13831.      *
  13832.      * @return \Doctrine\Bundle\DoctrineBundle\Dbal\SchemaAssetsFilterManager
  13833.      */
  13834.     protected function getDoctrine_Dbal_DefaultSchemaAssetFilterManagerService()
  13835.     {
  13836.         return $this->privates['doctrine.dbal.default_schema_asset_filter_manager'] = new \Doctrine\Bundle\DoctrineBundle\Dbal\SchemaAssetsFilterManager([=> ($this->privates['doctrine.dbal.default_regex_schema_filter'] ?? ($this->privates['doctrine.dbal.default_regex_schema_filter'] = new \Doctrine\Bundle\DoctrineBundle\Dbal\RegexSchemaAssetFilter('~^(?!message_store|messenger_messages|v_products|ia_access_change_history|materials_exercise_status_sequence|issue_queue|materials_course_tree|proxy_errors|proxy_settings)~')))]);
  13837.     }
  13838.     /**
  13839.      * Gets the private 'doctrine.dbal.logger' shared service.
  13840.      *
  13841.      * @return \Symfony\Bridge\Doctrine\Logger\DbalLogger
  13842.      */
  13843.     protected function getDoctrine_Dbal_LoggerService()
  13844.     {
  13845.         return $this->privates['doctrine.dbal.logger'] = new \Symfony\Bridge\Doctrine\Logger\DbalLogger(($this->privates['monolog.logger.doctrine'] ?? $this->getMonolog_Logger_DoctrineService()), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  13846.     }
  13847.     /**
  13848.      * Gets the private 'doctrine.dbal.logger.chain.default' shared service.
  13849.      *
  13850.      * @return \Doctrine\DBAL\Logging\LoggerChain
  13851.      */
  13852.     protected function getDoctrine_Dbal_Logger_Chain_DefaultService()
  13853.     {
  13854.         return $this->privates['doctrine.dbal.logger.chain.default'] = new \Doctrine\DBAL\Logging\LoggerChain([=> ($this->privates['doctrine.dbal.logger'] ?? $this->getDoctrine_Dbal_LoggerService()), => ($this->privates['doctrine.dbal.logger.profiling.default'] ?? ($this->privates['doctrine.dbal.logger.profiling.default'] = new \Doctrine\DBAL\Logging\DebugStack()))]);
  13855.     }
  13856.     /**
  13857.      * Gets the private 'doctrine.dbal.logger.profiling.default' shared service.
  13858.      *
  13859.      * @return \Doctrine\DBAL\Logging\DebugStack
  13860.      */
  13861.     protected function getDoctrine_Dbal_Logger_Profiling_DefaultService()
  13862.     {
  13863.         return $this->privates['doctrine.dbal.logger.profiling.default'] = new \Doctrine\DBAL\Logging\DebugStack();
  13864.     }
  13865.     /**
  13866.      * Gets the private 'doctrine.ensure_production_settings_command' shared service.
  13867.      *
  13868.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\EnsureProductionSettingsDoctrineCommand
  13869.      */
  13870.     protected function getDoctrine_EnsureProductionSettingsCommandService()
  13871.     {
  13872.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  13873.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  13874.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/EnsureProductionSettingsCommand.php';
  13875.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/OrmProxyCommand.php';
  13876.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/EnsureProductionSettingsDoctrineCommand.php';
  13877.         $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()));
  13878.         $instance->setName('doctrine:ensure-production-settings');
  13879.         return $instance;
  13880.     }
  13881.     /**
  13882.      * Gets the private 'doctrine.fixtures.loader' shared service.
  13883.      *
  13884.      * @return \Doctrine\Bundle\FixturesBundle\Loader\SymfonyFixturesLoader
  13885.      */
  13886.     protected function getDoctrine_Fixtures_LoaderService()
  13887.     {
  13888.         include_once \dirname(__DIR__4).'/vendor/doctrine/data-fixtures/lib/Doctrine/Common/DataFixtures/Loader.php';
  13889.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/DataFixtures/ContainerAwareLoader.php';
  13890.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-fixtures-bundle/Loader/SymfonyFixturesLoader.php';
  13891.         include_once \dirname(__DIR__4).'/vendor/doctrine/data-fixtures/lib/Doctrine/Common/DataFixtures/FixtureInterface.php';
  13892.         include_once \dirname(__DIR__4).'/vendor/doctrine/data-fixtures/lib/Doctrine/Common/DataFixtures/SharedFixtureInterface.php';
  13893.         include_once \dirname(__DIR__4).'/vendor/doctrine/data-fixtures/lib/Doctrine/Common/DataFixtures/AbstractFixture.php';
  13894.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-fixtures-bundle/ORMFixtureInterface.php';
  13895.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-fixtures-bundle/Fixture.php';
  13896.         include_once \dirname(__DIR__4).'/vendor/doctrine/data-fixtures/lib/Doctrine/Common/DataFixtures/DependentFixtureInterface.php';
  13897.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareInterface.php';
  13898.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareTrait.php';
  13899.         include_once \dirname(__DIR__4).'/tests/Common/DataFixtures/Fixtures/CourseInstances.php';
  13900.         include_once \dirname(__DIR__4).'/tests/Common/DataFixtures/Fixtures/Courses.php';
  13901.         include_once \dirname(__DIR__4).'/tests/Common/DataFixtures/Fixtures/Exercise.php';
  13902.         include_once \dirname(__DIR__4).'/tests/Common/DataFixtures/Fixtures/LegacyDictionaries.php';
  13903.         include_once \dirname(__DIR__4).'/tests/Common/DataFixtures/Fixtures/LegacyLanguages.php';
  13904.         include_once \dirname(__DIR__4).'/tests/Common/DataFixtures/Fixtures/LegacyModules.php';
  13905.         include_once \dirname(__DIR__4).'/tests/Common/DataFixtures/Fixtures/LegacyUsers.php';
  13906.         include_once \dirname(__DIR__4).'/tests/Common/DataFixtures/Fixtures/Pill.php';
  13907.         include_once \dirname(__DIR__4).'/tests/Common/DataFixtures/Fixtures/Repositories.php';
  13908.         include_once \dirname(__DIR__4).'/tests/Common/DataFixtures/Fixtures/StudentResults.php';
  13909.         include_once \dirname(__DIR__4).'/tests/Common/DataFixtures/Fixtures/Tags.php';
  13910.         include_once \dirname(__DIR__4).'/tests/Common/DataFixtures/Fixtures/UsersAccess.php';
  13911.         include_once \dirname(__DIR__4).'/tests/Common/DataFixtures/Fixtures/UsersMaterialsProgress.php';
  13912.         $this->privates['doctrine.fixtures.loader'] = $instance = new \Doctrine\Bundle\FixturesBundle\Loader\SymfonyFixturesLoader($this);
  13913.         $instance->addFixtures([=> ['fixture' => ($this->services['CodersLab\\Lms\\Tests\\Common\\DataFixtures\\Fixtures\\CourseInstances'] ?? ($this->services['CodersLab\\Lms\\Tests\\Common\\DataFixtures\\Fixtures\\CourseInstances'] = new \CodersLab\Lms\Tests\Common\DataFixtures\Fixtures\CourseInstances())), 'groups' => []], => ['fixture' => ($this->services['CodersLab\\Lms\\Tests\\Common\\DataFixtures\\Fixtures\\Courses'] ?? ($this->services['CodersLab\\Lms\\Tests\\Common\\DataFixtures\\Fixtures\\Courses'] = new \CodersLab\Lms\Tests\Common\DataFixtures\Fixtures\Courses())), 'groups' => []], => ['fixture' => ($this->services['CodersLab\\Lms\\Tests\\Common\\DataFixtures\\Fixtures\\Exercise'] ?? ($this->services['CodersLab\\Lms\\Tests\\Common\\DataFixtures\\Fixtures\\Exercise'] = new \CodersLab\Lms\Tests\Common\DataFixtures\Fixtures\Exercise())), 'groups' => []], => ['fixture' => ($this->services['CodersLab\\Lms\\Tests\\Common\\DataFixtures\\Fixtures\\LegacyDictionaries'] ?? ($this->services['CodersLab\\Lms\\Tests\\Common\\DataFixtures\\Fixtures\\LegacyDictionaries'] = new \CodersLab\Lms\Tests\Common\DataFixtures\Fixtures\LegacyDictionaries())), 'groups' => []], => ['fixture' => ($this->services['CodersLab\\Lms\\Tests\\Common\\DataFixtures\\Fixtures\\LegacyLanguages'] ?? ($this->services['CodersLab\\Lms\\Tests\\Common\\DataFixtures\\Fixtures\\LegacyLanguages'] = new \CodersLab\Lms\Tests\Common\DataFixtures\Fixtures\LegacyLanguages())), 'groups' => []], => ['fixture' => ($this->services['CodersLab\\Lms\\Tests\\Common\\DataFixtures\\Fixtures\\LegacyModules'] ?? ($this->services['CodersLab\\Lms\\Tests\\Common\\DataFixtures\\Fixtures\\LegacyModules'] = new \CodersLab\Lms\Tests\Common\DataFixtures\Fixtures\LegacyModules())), 'groups' => []], => ['fixture' => ($this->services['CodersLab\\Lms\\Tests\\Common\\DataFixtures\\Fixtures\\LegacyUsers'] ?? ($this->services['CodersLab\\Lms\\Tests\\Common\\DataFixtures\\Fixtures\\LegacyUsers'] = new \CodersLab\Lms\Tests\Common\DataFixtures\Fixtures\LegacyUsers())), 'groups' => []], => ['fixture' => ($this->services['CodersLab\\Lms\\Tests\\Common\\DataFixtures\\Fixtures\\Pill'] ?? ($this->services['CodersLab\\Lms\\Tests\\Common\\DataFixtures\\Fixtures\\Pill'] = new \CodersLab\Lms\Tests\Common\DataFixtures\Fixtures\Pill())), 'groups' => []], => ['fixture' => ($this->services['CodersLab\\Lms\\Tests\\Common\\DataFixtures\\Fixtures\\Repositories'] ?? ($this->services['CodersLab\\Lms\\Tests\\Common\\DataFixtures\\Fixtures\\Repositories'] = new \CodersLab\Lms\Tests\Common\DataFixtures\Fixtures\Repositories())), 'groups' => []], => ['fixture' => ($this->services['CodersLab\\Lms\\Tests\\Common\\DataFixtures\\Fixtures\\StudentResults'] ?? ($this->services['CodersLab\\Lms\\Tests\\Common\\DataFixtures\\Fixtures\\StudentResults'] = new \CodersLab\Lms\Tests\Common\DataFixtures\Fixtures\StudentResults())), 'groups' => []], 10 => ['fixture' => ($this->services['CodersLab\\Lms\\Tests\\Common\\DataFixtures\\Fixtures\\Tags'] ?? ($this->services['CodersLab\\Lms\\Tests\\Common\\DataFixtures\\Fixtures\\Tags'] = new \CodersLab\Lms\Tests\Common\DataFixtures\Fixtures\Tags())), 'groups' => []], 11 => ['fixture' => ($this->services['CodersLab\\Lms\\Tests\\Common\\DataFixtures\\Fixtures\\UsersAccess'] ?? ($this->services['CodersLab\\Lms\\Tests\\Common\\DataFixtures\\Fixtures\\UsersAccess'] = new \CodersLab\Lms\Tests\Common\DataFixtures\Fixtures\UsersAccess())), 'groups' => []], 12 => ['fixture' => ($this->services['CodersLab\\Lms\\Tests\\Common\\DataFixtures\\Fixtures\\UsersMaterialsProgress'] ?? ($this->services['CodersLab\\Lms\\Tests\\Common\\DataFixtures\\Fixtures\\UsersMaterialsProgress'] = new \CodersLab\Lms\Tests\Common\DataFixtures\Fixtures\UsersMaterialsProgress())), 'groups' => []]]);
  13914.         return $instance;
  13915.     }
  13916.     /**
  13917.      * Gets the private 'doctrine.fixtures.purger.orm_purger_factory' shared service.
  13918.      *
  13919.      * @return \Doctrine\Bundle\FixturesBundle\Purger\ORMPurgerFactory
  13920.      */
  13921.     protected function getDoctrine_Fixtures_Purger_OrmPurgerFactoryService()
  13922.     {
  13923.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-fixtures-bundle/Purger/PurgerFactory.php';
  13924.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-fixtures-bundle/Purger/ORMPurgerFactory.php';
  13925.         return $this->privates['doctrine.fixtures.purger.orm_purger_factory'] = new \Doctrine\Bundle\FixturesBundle\Purger\ORMPurgerFactory();
  13926.     }
  13927.     /**
  13928.      * Gets the private 'doctrine.fixtures_load_command' shared service.
  13929.      *
  13930.      * @return \Doctrine\Bundle\FixturesBundle\Command\LoadDataFixturesDoctrineCommand
  13931.      */
  13932.     protected function getDoctrine_FixturesLoadCommandService()
  13933.     {
  13934.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  13935.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/DoctrineCommand.php';
  13936.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-fixtures-bundle/Command/LoadDataFixturesDoctrineCommand.php';
  13937.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-fixtures-bundle/Purger/PurgerFactory.php';
  13938.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-fixtures-bundle/Purger/ORMPurgerFactory.php';
  13939.         $this->privates['doctrine.fixtures_load_command'] = $instance = new \Doctrine\Bundle\FixturesBundle\Command\LoadDataFixturesDoctrineCommand(($this->privates['doctrine.fixtures.loader'] ?? $this->getDoctrine_Fixtures_LoaderService()), ($this->services['doctrine'] ?? $this->getDoctrineService()), ['default' => ($this->privates['doctrine.fixtures.purger.orm_purger_factory'] ?? ($this->privates['doctrine.fixtures.purger.orm_purger_factory'] = new \Doctrine\Bundle\FixturesBundle\Purger\ORMPurgerFactory()))]);
  13940.         $instance->setName('doctrine:fixtures:load');
  13941.         return $instance;
  13942.     }
  13943.     /**
  13944.      * Gets the private 'doctrine.mapping_convert_command' shared service.
  13945.      *
  13946.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ConvertMappingDoctrineCommand
  13947.      */
  13948.     protected function getDoctrine_MappingConvertCommandService()
  13949.     {
  13950.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  13951.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  13952.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ConvertMappingCommand.php';
  13953.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/OrmProxyCommand.php';
  13954.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/ConvertMappingDoctrineCommand.php';
  13955.         $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()));
  13956.         $instance->setName('doctrine:mapping:convert');
  13957.         return $instance;
  13958.     }
  13959.     /**
  13960.      * Gets the private 'doctrine.mapping_import_command' shared service.
  13961.      *
  13962.      * @return \Doctrine\Bundle\DoctrineBundle\Command\ImportMappingDoctrineCommand
  13963.      */
  13964.     protected function getDoctrine_MappingImportCommandService()
  13965.     {
  13966.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  13967.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/DoctrineCommand.php';
  13968.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/ImportMappingDoctrineCommand.php';
  13969.         $this->privates['doctrine.mapping_import_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\ImportMappingDoctrineCommand(($this->services['doctrine'] ?? $this->getDoctrineService()), $this->parameters['kernel.bundles']);
  13970.         $instance->setName('doctrine:mapping:import');
  13971.         return $instance;
  13972.     }
  13973.     /**
  13974.      * Gets the private 'doctrine.mapping_info_command' shared service.
  13975.      *
  13976.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\InfoDoctrineCommand
  13977.      */
  13978.     protected function getDoctrine_MappingInfoCommandService()
  13979.     {
  13980.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  13981.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  13982.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/InfoCommand.php';
  13983.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/OrmProxyCommand.php';
  13984.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/InfoDoctrineCommand.php';
  13985.         $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()));
  13986.         $instance->setName('doctrine:mapping:info');
  13987.         return $instance;
  13988.     }
  13989.     /**
  13990.      * Gets the private 'doctrine.migrations.configuration' shared service.
  13991.      *
  13992.      * @return \Doctrine\Migrations\Configuration\Configuration
  13993.      */
  13994.     protected function getDoctrine_Migrations_ConfigurationService()
  13995.     {
  13996.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Configuration/Configuration.php';
  13997.         $this->privates['doctrine.migrations.configuration'] = $instance = new \Doctrine\Migrations\Configuration\Configuration();
  13998.         $instance->addMigrationsDirectory('Application\\Migrations', (\dirname(__DIR__4).'/app/DoctrineMigrations'));
  13999.         $instance->setAllOrNothing(false);
  14000.         $instance->setCheckDatabasePlatform(true);
  14001.         $instance->setTransactional(true);
  14002.         $instance->setMetadataStorageConfiguration(($this->privates['doctrine.migrations.storage.table_storage'] ?? $this->getDoctrine_Migrations_Storage_TableStorageService()));
  14003.         return $instance;
  14004.     }
  14005.     /**
  14006.      * Gets the private 'doctrine.migrations.configuration_loader' shared service.
  14007.      *
  14008.      * @return \Doctrine\Migrations\Configuration\Migration\ExistingConfiguration
  14009.      */
  14010.     protected function getDoctrine_Migrations_ConfigurationLoaderService()
  14011.     {
  14012.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Configuration/Migration/ConfigurationLoader.php';
  14013.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Configuration/Migration/ExistingConfiguration.php';
  14014.         return $this->privates['doctrine.migrations.configuration_loader'] = new \Doctrine\Migrations\Configuration\Migration\ExistingConfiguration(($this->privates['doctrine.migrations.configuration'] ?? $this->getDoctrine_Migrations_ConfigurationService()));
  14015.     }
  14016.     /**
  14017.      * Gets the private 'doctrine.migrations.container_aware_migrations_factory' shared service.
  14018.      *
  14019.      * @return \Doctrine\Bundle\MigrationsBundle\MigrationsFactory\ContainerAwareMigrationFactory
  14020.      */
  14021.     protected function getDoctrine_Migrations_ContainerAwareMigrationsFactoryService()
  14022.     {
  14023.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Version/MigrationFactory.php';
  14024.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/MigrationsFactory/ContainerAwareMigrationFactory.php';
  14025.         return $this->privates['doctrine.migrations.container_aware_migrations_factory'] = new \Doctrine\Bundle\MigrationsBundle\MigrationsFactory\ContainerAwareMigrationFactory(($this->privates['doctrine.migrations.container_aware_migrations_factory.inner'] ?? $this->getDoctrine_Migrations_ContainerAwareMigrationsFactory_InnerService()), $this);
  14026.     }
  14027.     /**
  14028.      * Gets the private 'doctrine.migrations.container_aware_migrations_factory.inner' shared service.
  14029.      *
  14030.      * @return \Doctrine\Migrations\Version\MigrationFactory
  14031.      */
  14032.     protected function getDoctrine_Migrations_ContainerAwareMigrationsFactory_InnerService()
  14033.     {
  14034.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Version/MigrationFactory.php';
  14035.         return $this->privates['doctrine.migrations.container_aware_migrations_factory.inner'] = ($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService())->getMigrationFactory();
  14036.     }
  14037.     /**
  14038.      * Gets the private 'doctrine.migrations.dependency_factory' shared service.
  14039.      *
  14040.      * @return \Doctrine\Migrations\DependencyFactory
  14041.      */
  14042.     protected function getDoctrine_Migrations_DependencyFactoryService()
  14043.     {
  14044.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/DependencyFactory.php';
  14045.         $this->privates['doctrine.migrations.dependency_factory'] = $instance \Doctrine\Migrations\DependencyFactory::fromEntityManager(($this->privates['doctrine.migrations.configuration_loader'] ?? $this->getDoctrine_Migrations_ConfigurationLoaderService()), ($this->privates['doctrine.migrations.entity_manager_registry_loader'] ?? $this->getDoctrine_Migrations_EntityManagerRegistryLoaderService()), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  14046.         $instance->setDefinition('Doctrine\\Migrations\\Version\\MigrationFactory', function () {
  14047.             return ($this->privates['doctrine.migrations.container_aware_migrations_factory'] ?? $this->getDoctrine_Migrations_ContainerAwareMigrationsFactoryService());
  14048.         });
  14049.         return $instance;
  14050.     }
  14051.     /**
  14052.      * Gets the private 'doctrine.migrations.entity_manager_registry_loader' shared service.
  14053.      *
  14054.      * @return \Doctrine\Migrations\Configuration\EntityManager\ManagerRegistryEntityManager
  14055.      */
  14056.     protected function getDoctrine_Migrations_EntityManagerRegistryLoaderService()
  14057.     {
  14058.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Configuration/EntityManager/EntityManagerLoader.php';
  14059.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Configuration/EntityManager/ManagerRegistryEntityManager.php';
  14060.         return $this->privates['doctrine.migrations.entity_manager_registry_loader'] = \Doctrine\Migrations\Configuration\EntityManager\ManagerRegistryEntityManager::withSimpleDefault(($this->services['doctrine'] ?? $this->getDoctrineService()));
  14061.     }
  14062.     /**
  14063.      * Gets the private 'doctrine.migrations.storage.table_storage' shared service.
  14064.      *
  14065.      * @return \Doctrine\Migrations\Metadata\Storage\TableMetadataStorageConfiguration
  14066.      */
  14067.     protected function getDoctrine_Migrations_Storage_TableStorageService()
  14068.     {
  14069.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Metadata/Storage/MetadataStorageConfiguration.php';
  14070.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Metadata/Storage/TableMetadataStorageConfiguration.php';
  14071.         $this->privates['doctrine.migrations.storage.table_storage'] = $instance = new \Doctrine\Migrations\Metadata\Storage\TableMetadataStorageConfiguration();
  14072.         $instance->setTableName('migration_versions');
  14073.         $instance->setVersionColumnName('version');
  14074.         $instance->setVersionColumnLength(1024);
  14075.         return $instance;
  14076.     }
  14077.     /**
  14078.      * Gets the private 'doctrine.orm.command.entity_manager_provider' shared service.
  14079.      *
  14080.      * @return \Doctrine\Bundle\DoctrineBundle\Orm\ManagerRegistryAwareEntityManagerProvider
  14081.      */
  14082.     protected function getDoctrine_Orm_Command_EntityManagerProviderService()
  14083.     {
  14084.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/EntityManagerProvider.php';
  14085.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Orm/ManagerRegistryAwareEntityManagerProvider.php';
  14086.         return $this->privates['doctrine.orm.command.entity_manager_provider'] = new \Doctrine\Bundle\DoctrineBundle\Orm\ManagerRegistryAwareEntityManagerProvider(($this->services['doctrine'] ?? $this->getDoctrineService()));
  14087.     }
  14088.     /**
  14089.      * Gets the private 'doctrine.orm.container_repository_factory' shared service.
  14090.      *
  14091.      * @return \Doctrine\Bundle\DoctrineBundle\Repository\ContainerRepositoryFactory
  14092.      */
  14093.     protected function getDoctrine_Orm_ContainerRepositoryFactoryService()
  14094.     {
  14095.         return $this->privates['doctrine.orm.container_repository_factory'] = new \Doctrine\Bundle\DoctrineBundle\Repository\ContainerRepositoryFactory(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [], []));
  14096.     }
  14097.     /**
  14098.      * Gets the private 'doctrine.orm.default_annotation_metadata_driver' shared service.
  14099.      *
  14100.      * @return \Doctrine\ORM\Mapping\Driver\AnnotationDriver
  14101.      */
  14102.     protected function getDoctrine_Orm_DefaultAnnotationMetadataDriverService()
  14103.     {
  14104.         return $this->privates['doctrine.orm.default_annotation_metadata_driver'] = new \Doctrine\ORM\Mapping\Driver\AnnotationDriver(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()), [=> (\dirname(__DIR__4).'/src/Lms/Modules/Courses/Application/Query/Model'), => (\dirname(__DIR__4).'/src/Lms/Modules/Materials/Domain'), => (\dirname(__DIR__4).'/src/Lms/Modules/Learning/Domain'), => (\dirname(__DIR__4).'/src/Lms/Modules/IdentityAccess/Domain'), => (\dirname(__DIR__4).'/src/AppBundle/Entity')]);
  14105.     }
  14106.     /**
  14107.      * Gets the private 'doctrine.orm.default_configuration' shared service.
  14108.      *
  14109.      * @return \Doctrine\ORM\Configuration
  14110.      */
  14111.     protected function getDoctrine_Orm_DefaultConfigurationService()
  14112.     {
  14113.         $this->privates['doctrine.orm.default_configuration'] = $instance = new \Doctrine\ORM\Configuration();
  14114.         $a = new \Doctrine\ORM\Cache\CacheConfiguration();
  14115.         $b = new \Doctrine\ORM\Cache\Logging\CacheLoggerChain();
  14116.         $b->setLogger('statistics', new \Doctrine\ORM\Cache\Logging\StatisticsCacheLogger());
  14117.         $a->setCacheLogger($b);
  14118.         $a->setCacheFactory(new \Doctrine\ORM\Cache\DefaultCacheFactory(($this->privates['doctrine.orm.default_second_level_cache.regions_configuration'] ?? ($this->privates['doctrine.orm.default_second_level_cache.regions_configuration'] = new \Doctrine\ORM\Cache\RegionsConfiguration(360060))), ($this->privates['doctrine.second_level_cache_pool.compatibility_layer'] ?? $this->getDoctrine_SecondLevelCachePool_CompatibilityLayerService())));
  14119.         $a->setRegionsConfiguration(new \Doctrine\ORM\Cache\RegionsConfiguration(360060));
  14120.         $c = ($this->privates['doctrine.system_cache_pool.traceable'] ?? $this->getDoctrine_SystemCachePool_TraceableService());
  14121.         $instance->setEntityNamespaces(['CoursesViewModels' => 'CodersLab\\Lms\\Modules\\Courses\\Application\\Query\\Model''Materials' => 'CodersLab\\Lms\\Modules\\Materials\\Domain''Learning' => 'CodersLab\\Lms\\Modules\\Learning\\Domain''IdentityAccess' => 'CodersLab\\Lms\\Modules\\IdentityAccess\\Domain''AppBundle' => 'AppBundle\\Entity']);
  14122.         $instance->setSecondLevelCacheEnabled(true);
  14123.         $instance->setSecondLevelCacheConfiguration($a);
  14124.         $instance->setMetadataCache($c);
  14125.         $instance->setQueryCache($c);
  14126.         $instance->setResultCache(($this->privates['doctrine.result_cache_pool.traceable'] ?? $this->getDoctrine_ResultCachePool_TraceableService()));
  14127.         $instance->setMetadataDriverImpl(($this->privates['.doctrine.orm.default_metadata_driver'] ?? $this->get_Doctrine_Orm_DefaultMetadataDriverService()));
  14128.         $instance->setProxyDir(($this->targetDir.''.'/doctrine/orm/Proxies'));
  14129.         $instance->setProxyNamespace('Proxies');
  14130.         $instance->setAutoGenerateProxyClasses(true);
  14131.         $instance->setSchemaIgnoreClasses([]);
  14132.         $instance->setClassMetadataFactoryName('Doctrine\\Bundle\\DoctrineBundle\\Mapping\\ClassMetadataFactory');
  14133.         $instance->setDefaultRepositoryClassName('Doctrine\\ORM\\EntityRepository');
  14134.         $instance->setNamingStrategy(($this->privates['doctrine.orm.naming_strategy.underscore'] ?? ($this->privates['doctrine.orm.naming_strategy.underscore'] = new \Doctrine\ORM\Mapping\UnderscoreNamingStrategy())));
  14135.         $instance->setQuoteStrategy(($this->privates['doctrine.orm.quote_strategy.default'] ?? ($this->privates['doctrine.orm.quote_strategy.default'] = new \Doctrine\ORM\Mapping\DefaultQuoteStrategy())));
  14136.         $instance->setEntityListenerResolver(($this->services['app.doctrine.entity_listener_resolver'] ?? $this->getApp_Doctrine_EntityListenerResolverService()));
  14137.         $instance->setRepositoryFactory(($this->privates['doctrine.orm.container_repository_factory'] ?? $this->getDoctrine_Orm_ContainerRepositoryFactoryService()));
  14138.         $instance->addCustomStringFunction('JSON_CONTAINS''Scienta\\DoctrineJsonFunctions\\Query\\AST\\Functions\\Mysql\\JsonContains');
  14139.         return $instance;
  14140.     }
  14141.     /**
  14142.      * Gets the private 'doctrine.orm.default_entity_manager.property_info_extractor' shared service.
  14143.      *
  14144.      * @return \Symfony\Bridge\Doctrine\PropertyInfo\DoctrineExtractor
  14145.      */
  14146.     protected function getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService()
  14147.     {
  14148.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/PropertyInfo/DoctrineExtractor.php';
  14149.         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()));
  14150.     }
  14151.     /**
  14152.      * Gets the private 'doctrine.orm.default_entity_manager.validator_loader' shared service.
  14153.      *
  14154.      * @return \Symfony\Bridge\Doctrine\Validator\DoctrineLoader
  14155.      */
  14156.     protected function getDoctrine_Orm_DefaultEntityManager_ValidatorLoaderService()
  14157.     {
  14158.         return $this->privates['doctrine.orm.default_entity_manager.validator_loader'] = new \Symfony\Bridge\Doctrine\Validator\DoctrineLoader(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), NULL);
  14159.     }
  14160.     /**
  14161.      * Gets the private 'doctrine.orm.default_listeners.attach_entity_listeners' shared service.
  14162.      *
  14163.      * @return \Doctrine\ORM\Tools\AttachEntityListenersListener
  14164.      */
  14165.     protected function getDoctrine_Orm_DefaultListeners_AttachEntityListenersService()
  14166.     {
  14167.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/AttachEntityListenersListener.php';
  14168.         return $this->privates['doctrine.orm.default_listeners.attach_entity_listeners'] = new \Doctrine\ORM\Tools\AttachEntityListenersListener();
  14169.     }
  14170.     /**
  14171.      * Gets the private 'doctrine.orm.default_manager_configurator' shared service.
  14172.      *
  14173.      * @return \Doctrine\Bundle\DoctrineBundle\ManagerConfigurator
  14174.      */
  14175.     protected function getDoctrine_Orm_DefaultManagerConfiguratorService()
  14176.     {
  14177.         return $this->privates['doctrine.orm.default_manager_configurator'] = new \Doctrine\Bundle\DoctrineBundle\ManagerConfigurator([], []);
  14178.     }
  14179.     /**
  14180.      * Gets the private 'doctrine.orm.default_second_level_cache.regions_configuration' shared service.
  14181.      *
  14182.      * @return \Doctrine\ORM\Cache\RegionsConfiguration
  14183.      */
  14184.     protected function getDoctrine_Orm_DefaultSecondLevelCache_RegionsConfigurationService()
  14185.     {
  14186.         return $this->privates['doctrine.orm.default_second_level_cache.regions_configuration'] = new \Doctrine\ORM\Cache\RegionsConfiguration(360060);
  14187.     }
  14188.     /**
  14189.      * Gets the private 'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber' shared service.
  14190.      *
  14191.      * @return \Symfony\Bridge\Doctrine\SchemaListener\DoctrineDbalCacheAdapterSchemaSubscriber
  14192.      */
  14193.     protected function getDoctrine_Orm_Listeners_DoctrineDbalCacheAdapterSchemaSubscriberService()
  14194.     {
  14195.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/lib/Doctrine/Common/EventSubscriber.php';
  14196.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/SchemaListener/DoctrineDbalCacheAdapterSchemaSubscriber.php';
  14197.         return $this->privates['doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber'] = new \Symfony\Bridge\Doctrine\SchemaListener\DoctrineDbalCacheAdapterSchemaSubscriber([]);
  14198.     }
  14199.     /**
  14200.      * Gets the private 'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber' shared service.
  14201.      *
  14202.      * @return \Symfony\Bridge\Doctrine\SchemaListener\RememberMeTokenProviderDoctrineSchemaSubscriber
  14203.      */
  14204.     protected function getDoctrine_Orm_Listeners_DoctrineTokenProviderSchemaSubscriberService()
  14205.     {
  14206.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/lib/Doctrine/Common/EventSubscriber.php';
  14207.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/SchemaListener/RememberMeTokenProviderDoctrineSchemaSubscriber.php';
  14208.         return $this->privates['doctrine.orm.listeners.doctrine_token_provider_schema_subscriber'] = new \Symfony\Bridge\Doctrine\SchemaListener\RememberMeTokenProviderDoctrineSchemaSubscriber(new RewindableGenerator(function () {
  14209.             return new \EmptyIterator();
  14210.         }, 0));
  14211.     }
  14212.     /**
  14213.      * Gets the private 'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber' shared service.
  14214.      *
  14215.      * @return \Symfony\Bridge\Doctrine\SchemaListener\PdoCacheAdapterDoctrineSchemaSubscriber
  14216.      */
  14217.     protected function getDoctrine_Orm_Listeners_PdoCacheAdapterDoctrineSchemaSubscriberService()
  14218.     {
  14219.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/lib/Doctrine/Common/EventSubscriber.php';
  14220.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/SchemaListener/PdoCacheAdapterDoctrineSchemaSubscriber.php';
  14221.         return $this->privates['doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber'] = new \Symfony\Bridge\Doctrine\SchemaListener\PdoCacheAdapterDoctrineSchemaSubscriber([]);
  14222.     }
  14223.     /**
  14224.      * Gets the private 'doctrine.orm.messenger.doctrine_schema_subscriber' shared service.
  14225.      *
  14226.      * @return \Symfony\Bridge\Doctrine\SchemaListener\MessengerTransportDoctrineSchemaSubscriber
  14227.      */
  14228.     protected function getDoctrine_Orm_Messenger_DoctrineSchemaSubscriberService()
  14229.     {
  14230.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/lib/Doctrine/Common/EventSubscriber.php';
  14231.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/SchemaListener/MessengerTransportDoctrineSchemaSubscriber.php';
  14232.         return $this->privates['doctrine.orm.messenger.doctrine_schema_subscriber'] = new \Symfony\Bridge\Doctrine\SchemaListener\MessengerTransportDoctrineSchemaSubscriber(new RewindableGenerator(function () {
  14233.             yield => ($this->privates['messenger.transport.async'] ?? $this->getMessenger_Transport_AsyncService());
  14234.             yield => ($this->privates['messenger.transport.async_commands'] ?? $this->getMessenger_Transport_AsyncCommandsService());
  14235.             yield => ($this->privates['messenger.transport.async_events'] ?? $this->getMessenger_Transport_AsyncEventsService());
  14236.             yield => ($this->privates['messenger.transport.failed'] ?? $this->getMessenger_Transport_FailedService());
  14237.             yield => ($this->privates['messenger.transport.sync'] ?? $this->getMessenger_Transport_SyncService());
  14238.         }, 5));
  14239.     }
  14240.     /**
  14241.      * Gets the private 'doctrine.orm.messenger.event_subscriber.doctrine_clear_entity_manager' shared service.
  14242.      *
  14243.      * @return \Symfony\Bridge\Doctrine\Messenger\DoctrineClearEntityManagerWorkerSubscriber
  14244.      */
  14245.     protected function getDoctrine_Orm_Messenger_EventSubscriber_DoctrineClearEntityManagerService()
  14246.     {
  14247.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Messenger/DoctrineClearEntityManagerWorkerSubscriber.php';
  14248.         return $this->privates['doctrine.orm.messenger.event_subscriber.doctrine_clear_entity_manager'] = new \Symfony\Bridge\Doctrine\Messenger\DoctrineClearEntityManagerWorkerSubscriber(($this->services['doctrine'] ?? $this->getDoctrineService()));
  14249.     }
  14250.     /**
  14251.      * Gets the private 'doctrine.orm.naming_strategy.underscore' shared service.
  14252.      *
  14253.      * @return \Doctrine\ORM\Mapping\UnderscoreNamingStrategy
  14254.      */
  14255.     protected function getDoctrine_Orm_NamingStrategy_UnderscoreService()
  14256.     {
  14257.         return $this->privates['doctrine.orm.naming_strategy.underscore'] = new \Doctrine\ORM\Mapping\UnderscoreNamingStrategy();
  14258.     }
  14259.     /**
  14260.      * Gets the private 'doctrine.orm.proxy_cache_warmer' shared service.
  14261.      *
  14262.      * @return \Symfony\Bridge\Doctrine\CacheWarmer\ProxyCacheWarmer
  14263.      */
  14264.     protected function getDoctrine_Orm_ProxyCacheWarmerService()
  14265.     {
  14266.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  14267.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/CacheWarmer/ProxyCacheWarmer.php';
  14268.         return $this->privates['doctrine.orm.proxy_cache_warmer'] = new \Symfony\Bridge\Doctrine\CacheWarmer\ProxyCacheWarmer(($this->services['doctrine'] ?? $this->getDoctrineService()));
  14269.     }
  14270.     /**
  14271.      * Gets the private 'doctrine.orm.quote_strategy.default' shared service.
  14272.      *
  14273.      * @return \Doctrine\ORM\Mapping\DefaultQuoteStrategy
  14274.      */
  14275.     protected function getDoctrine_Orm_QuoteStrategy_DefaultService()
  14276.     {
  14277.         return $this->privates['doctrine.orm.quote_strategy.default'] = new \Doctrine\ORM\Mapping\DefaultQuoteStrategy();
  14278.     }
  14279.     /**
  14280.      * Gets the private 'doctrine.orm.validator.unique' shared service.
  14281.      *
  14282.      * @return \Symfony\Bridge\Doctrine\Validator\Constraints\UniqueEntityValidator
  14283.      */
  14284.     protected function getDoctrine_Orm_Validator_UniqueService()
  14285.     {
  14286.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  14287.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  14288.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Validator/Constraints/UniqueEntityValidator.php';
  14289.         return $this->privates['doctrine.orm.validator.unique'] = new \Symfony\Bridge\Doctrine\Validator\Constraints\UniqueEntityValidator(($this->services['doctrine'] ?? $this->getDoctrineService()));
  14290.     }
  14291.     /**
  14292.      * Gets the private 'doctrine.orm.validator_initializer' shared service.
  14293.      *
  14294.      * @return \Symfony\Bridge\Doctrine\Validator\DoctrineInitializer
  14295.      */
  14296.     protected function getDoctrine_Orm_ValidatorInitializerService()
  14297.     {
  14298.         return $this->privates['doctrine.orm.validator_initializer'] = new \Symfony\Bridge\Doctrine\Validator\DoctrineInitializer(($this->services['doctrine'] ?? $this->getDoctrineService()));
  14299.     }
  14300.     /**
  14301.      * Gets the private 'doctrine.query_dql_command' shared service.
  14302.      *
  14303.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\RunDqlDoctrineCommand
  14304.      */
  14305.     protected function getDoctrine_QueryDqlCommandService()
  14306.     {
  14307.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  14308.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  14309.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/RunDqlCommand.php';
  14310.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/OrmProxyCommand.php';
  14311.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/RunDqlDoctrineCommand.php';
  14312.         $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()));
  14313.         $instance->setName('doctrine:query:dql');
  14314.         return $instance;
  14315.     }
  14316.     /**
  14317.      * Gets the private 'doctrine.query_sql_command' shared service.
  14318.      *
  14319.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\RunSqlDoctrineCommand
  14320.      */
  14321.     protected function getDoctrine_QuerySqlCommandService()
  14322.     {
  14323.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  14324.         include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Tools/Console/Command/RunSqlCommand.php';
  14325.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/RunSqlDoctrineCommand.php';
  14326.         $this->privates['doctrine.query_sql_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\RunSqlDoctrineCommand(($this->privates['Doctrine\\Bundle\\DoctrineBundle\\Dbal\\ManagerRegistryAwareConnectionProvider'] ?? $this->getManagerRegistryAwareConnectionProviderService()));
  14327.         $instance->setName('doctrine:query:sql');
  14328.         return $instance;
  14329.     }
  14330.     /**
  14331.      * Gets the private 'doctrine.result_cache_pool.traceable' shared service.
  14332.      *
  14333.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  14334.      */
  14335.     protected function getDoctrine_ResultCachePool_TraceableService()
  14336.     {
  14337.         return $this->privates['doctrine.result_cache_pool.traceable'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(($this->privates['doctrine.result_cache_pool.traceable.recorder_inner'] ?? $this->getDoctrine_ResultCachePool_Traceable_RecorderInnerService()));
  14338.     }
  14339.     /**
  14340.      * Gets the private 'doctrine.result_cache_pool.traceable.inner' shared service.
  14341.      *
  14342.      * @return \Symfony\Component\Cache\Adapter\RedisAdapter
  14343.      */
  14344.     protected function getDoctrine_ResultCachePool_Traceable_InnerService()
  14345.     {
  14346.         $this->privates['doctrine.result_cache_pool.traceable.inner'] = $instance = new \Symfony\Component\Cache\Adapter\RedisAdapter(($this->privates['.cache_connection.VkIJQtB'] ?? $this->get_CacheConnection_VkIJQtBService()), '3aNXSQmm5g'0, ($this->privates['cache.default_marshaller'] ?? ($this->privates['cache.default_marshaller'] = new \Symfony\Component\Cache\Marshaller\DefaultMarshaller(NULLtrue))));
  14347.         $instance->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  14348.         return $instance;
  14349.     }
  14350.     /**
  14351.      * Gets the private 'doctrine.result_cache_pool.traceable.recorder_inner' shared service.
  14352.      *
  14353.      * @return \Sentry\SentryBundle\Tracing\Cache\TraceableCacheAdapter
  14354.      */
  14355.     protected function getDoctrine_ResultCachePool_Traceable_RecorderInnerService()
  14356.     {
  14357.         return $this->privates['doctrine.result_cache_pool.traceable.recorder_inner'] = new \Sentry\SentryBundle\Tracing\Cache\TraceableCacheAdapter(($this->privates['Sentry\\State\\HubInterface'] ?? $this->getHubInterfaceService()), ($this->privates['doctrine.result_cache_pool.traceable.inner'] ?? $this->getDoctrine_ResultCachePool_Traceable_InnerService()));
  14358.     }
  14359.     /**
  14360.      * Gets the private 'doctrine.schema_create_command' shared service.
  14361.      *
  14362.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\CreateSchemaDoctrineCommand
  14363.      */
  14364.     protected function getDoctrine_SchemaCreateCommandService()
  14365.     {
  14366.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  14367.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  14368.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/SchemaTool/AbstractCommand.php';
  14369.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/SchemaTool/CreateCommand.php';
  14370.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/OrmProxyCommand.php';
  14371.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/CreateSchemaDoctrineCommand.php';
  14372.         $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()));
  14373.         $instance->setName('doctrine:schema:create');
  14374.         return $instance;
  14375.     }
  14376.     /**
  14377.      * Gets the private 'doctrine.schema_drop_command' shared service.
  14378.      *
  14379.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\DropSchemaDoctrineCommand
  14380.      */
  14381.     protected function getDoctrine_SchemaDropCommandService()
  14382.     {
  14383.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  14384.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  14385.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/SchemaTool/AbstractCommand.php';
  14386.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/SchemaTool/DropCommand.php';
  14387.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/OrmProxyCommand.php';
  14388.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/DropSchemaDoctrineCommand.php';
  14389.         $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()));
  14390.         $instance->setName('doctrine:schema:drop');
  14391.         return $instance;
  14392.     }
  14393.     /**
  14394.      * Gets the private 'doctrine.schema_update_command' shared service.
  14395.      *
  14396.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\UpdateSchemaDoctrineCommand
  14397.      */
  14398.     protected function getDoctrine_SchemaUpdateCommandService()
  14399.     {
  14400.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  14401.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  14402.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/SchemaTool/AbstractCommand.php';
  14403.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/SchemaTool/UpdateCommand.php';
  14404.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/OrmProxyCommand.php';
  14405.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/UpdateSchemaDoctrineCommand.php';
  14406.         $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()));
  14407.         $instance->setName('doctrine:schema:update');
  14408.         return $instance;
  14409.     }
  14410.     /**
  14411.      * Gets the private 'doctrine.schema_validate_command' shared service.
  14412.      *
  14413.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ValidateSchemaCommand
  14414.      */
  14415.     protected function getDoctrine_SchemaValidateCommandService()
  14416.     {
  14417.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  14418.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  14419.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ValidateSchemaCommand.php';
  14420.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/OrmProxyCommand.php';
  14421.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/ValidateSchemaCommand.php';
  14422.         $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()));
  14423.         $instance->setName('doctrine:schema:validate');
  14424.         return $instance;
  14425.     }
  14426.     /**
  14427.      * Gets the private 'doctrine.second_level_cache_pool.compatibility_layer' shared service.
  14428.      *
  14429.      * @return \Doctrine\Common\Cache\CacheProvider
  14430.      */
  14431.     protected function getDoctrine_SecondLevelCachePool_CompatibilityLayerService()
  14432.     {
  14433.         return $this->privates['doctrine.second_level_cache_pool.compatibility_layer'] = \Doctrine\Common\Cache\Psr6\DoctrineProvider::wrap(($this->privates['doctrine.second_level_cache_pool.traceable'] ?? $this->getDoctrine_SecondLevelCachePool_TraceableService()));
  14434.     }
  14435.     /**
  14436.      * Gets the private 'doctrine.second_level_cache_pool.traceable' shared service.
  14437.      *
  14438.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  14439.      */
  14440.     protected function getDoctrine_SecondLevelCachePool_TraceableService()
  14441.     {
  14442.         return $this->privates['doctrine.second_level_cache_pool.traceable'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(($this->privates['doctrine.second_level_cache_pool.traceable.recorder_inner'] ?? $this->getDoctrine_SecondLevelCachePool_Traceable_RecorderInnerService()));
  14443.     }
  14444.     /**
  14445.      * Gets the private 'doctrine.second_level_cache_pool.traceable.inner' shared service.
  14446.      *
  14447.      * @return \Symfony\Component\Cache\Adapter\RedisAdapter
  14448.      */
  14449.     protected function getDoctrine_SecondLevelCachePool_Traceable_InnerService()
  14450.     {
  14451.         $this->privates['doctrine.second_level_cache_pool.traceable.inner'] = $instance = new \Symfony\Component\Cache\Adapter\RedisAdapter(($this->privates['.cache_connection.VkIJQtB'] ?? $this->get_CacheConnection_VkIJQtBService()), 'THd69hMln1'0, ($this->privates['cache.default_marshaller'] ?? ($this->privates['cache.default_marshaller'] = new \Symfony\Component\Cache\Marshaller\DefaultMarshaller(NULLtrue))));
  14452.         $instance->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  14453.         return $instance;
  14454.     }
  14455.     /**
  14456.      * Gets the private 'doctrine.second_level_cache_pool.traceable.recorder_inner' shared service.
  14457.      *
  14458.      * @return \Sentry\SentryBundle\Tracing\Cache\TraceableCacheAdapter
  14459.      */
  14460.     protected function getDoctrine_SecondLevelCachePool_Traceable_RecorderInnerService()
  14461.     {
  14462.         return $this->privates['doctrine.second_level_cache_pool.traceable.recorder_inner'] = new \Sentry\SentryBundle\Tracing\Cache\TraceableCacheAdapter(($this->privates['Sentry\\State\\HubInterface'] ?? $this->getHubInterfaceService()), ($this->privates['doctrine.second_level_cache_pool.traceable.inner'] ?? $this->getDoctrine_SecondLevelCachePool_Traceable_InnerService()));
  14463.     }
  14464.     /**
  14465.      * Gets the private 'doctrine.system_cache_pool.traceable' shared service.
  14466.      *
  14467.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  14468.      */
  14469.     protected function getDoctrine_SystemCachePool_TraceableService()
  14470.     {
  14471.         return $this->privates['doctrine.system_cache_pool.traceable'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(($this->privates['doctrine.system_cache_pool.traceable.recorder_inner'] ?? $this->getDoctrine_SystemCachePool_Traceable_RecorderInnerService()));
  14472.     }
  14473.     /**
  14474.      * Gets the private 'doctrine.system_cache_pool.traceable.inner' shared service.
  14475.      *
  14476.      * @return \Symfony\Component\Cache\Adapter\AdapterInterface
  14477.      */
  14478.     protected function getDoctrine_SystemCachePool_Traceable_InnerService()
  14479.     {
  14480.         return $this->privates['doctrine.system_cache_pool.traceable.inner'] = \Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('mVlFe50yzz'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  14481.     }
  14482.     /**
  14483.      * Gets the private 'doctrine.system_cache_pool.traceable.recorder_inner' shared service.
  14484.      *
  14485.      * @return \Sentry\SentryBundle\Tracing\Cache\TraceableCacheAdapter
  14486.      */
  14487.     protected function getDoctrine_SystemCachePool_Traceable_RecorderInnerService()
  14488.     {
  14489.         return $this->privates['doctrine.system_cache_pool.traceable.recorder_inner'] = new \Sentry\SentryBundle\Tracing\Cache\TraceableCacheAdapter(($this->privates['Sentry\\State\\HubInterface'] ?? $this->getHubInterfaceService()), ($this->privates['doctrine.system_cache_pool.traceable.inner'] ?? $this->getDoctrine_SystemCachePool_Traceable_InnerService()));
  14490.     }
  14491.     /**
  14492.      * Gets the private 'doctrine.twig.doctrine_extension' shared service.
  14493.      *
  14494.      * @return \Doctrine\Bundle\DoctrineBundle\Twig\DoctrineExtension
  14495.      */
  14496.     protected function getDoctrine_Twig_DoctrineExtensionService()
  14497.     {
  14498.         return $this->privates['doctrine.twig.doctrine_extension'] = new \Doctrine\Bundle\DoctrineBundle\Twig\DoctrineExtension();
  14499.     }
  14500.     /**
  14501.      * Gets the private 'doctrine.ulid_generator' shared service.
  14502.      *
  14503.      * @return \Symfony\Bridge\Doctrine\IdGenerator\UlidGenerator
  14504.      */
  14505.     protected function getDoctrine_UlidGeneratorService()
  14506.     {
  14507.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Id/AbstractIdGenerator.php';
  14508.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/IdGenerator/UlidGenerator.php';
  14509.         return $this->privates['doctrine.ulid_generator'] = new \Symfony\Bridge\Doctrine\IdGenerator\UlidGenerator(NULL);
  14510.     }
  14511.     /**
  14512.      * Gets the private 'doctrine.uuid_generator' shared service.
  14513.      *
  14514.      * @return \Symfony\Bridge\Doctrine\IdGenerator\UuidGenerator
  14515.      */
  14516.     protected function getDoctrine_UuidGeneratorService()
  14517.     {
  14518.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Id/AbstractIdGenerator.php';
  14519.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/IdGenerator/UuidGenerator.php';
  14520.         return $this->privates['doctrine.uuid_generator'] = new \Symfony\Bridge\Doctrine\IdGenerator\UuidGenerator(NULL);
  14521.     }
  14522.     /**
  14523.      * Gets the private 'doctrine_migrations.current_command' shared service.
  14524.      *
  14525.      * @return \Doctrine\Migrations\Tools\Console\Command\CurrentCommand
  14526.      */
  14527.     protected function getDoctrineMigrations_CurrentCommandService()
  14528.     {
  14529.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  14530.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  14531.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/CurrentCommand.php';
  14532.         $this->privates['doctrine_migrations.current_command'] = $instance = new \Doctrine\Migrations\Tools\Console\Command\CurrentCommand(($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService()), 'doctrine:migrations:current');
  14533.         $instance->setName('doctrine:migrations:current');
  14534.         return $instance;
  14535.     }
  14536.     /**
  14537.      * Gets the private 'doctrine_migrations.diff_command' shared service.
  14538.      *
  14539.      * @return \Doctrine\Migrations\Tools\Console\Command\DiffCommand
  14540.      */
  14541.     protected function getDoctrineMigrations_DiffCommandService()
  14542.     {
  14543.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  14544.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  14545.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DiffCommand.php';
  14546.         $this->privates['doctrine_migrations.diff_command'] = $instance = new \Doctrine\Migrations\Tools\Console\Command\DiffCommand(($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService()), 'doctrine:migrations:diff');
  14547.         $instance->setName('doctrine:migrations:diff');
  14548.         return $instance;
  14549.     }
  14550.     /**
  14551.      * Gets the private 'doctrine_migrations.dump_schema_command' shared service.
  14552.      *
  14553.      * @return \Doctrine\Migrations\Tools\Console\Command\DumpSchemaCommand
  14554.      */
  14555.     protected function getDoctrineMigrations_DumpSchemaCommandService()
  14556.     {
  14557.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  14558.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  14559.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DumpSchemaCommand.php';
  14560.         $this->privates['doctrine_migrations.dump_schema_command'] = $instance = new \Doctrine\Migrations\Tools\Console\Command\DumpSchemaCommand(($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService()), 'doctrine:migrations:dump-schema');
  14561.         $instance->setName('doctrine:migrations:dump-schema');
  14562.         return $instance;
  14563.     }
  14564.     /**
  14565.      * Gets the private 'doctrine_migrations.execute_command' shared service.
  14566.      *
  14567.      * @return \Doctrine\Migrations\Tools\Console\Command\ExecuteCommand
  14568.      */
  14569.     protected function getDoctrineMigrations_ExecuteCommandService()
  14570.     {
  14571.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  14572.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  14573.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/ExecuteCommand.php';
  14574.         $this->privates['doctrine_migrations.execute_command'] = $instance = new \Doctrine\Migrations\Tools\Console\Command\ExecuteCommand(($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService()), 'doctrine:migrations:execute');
  14575.         $instance->setName('doctrine:migrations:execute');
  14576.         return $instance;
  14577.     }
  14578.     /**
  14579.      * Gets the private 'doctrine_migrations.generate_command' shared service.
  14580.      *
  14581.      * @return \Doctrine\Migrations\Tools\Console\Command\GenerateCommand
  14582.      */
  14583.     protected function getDoctrineMigrations_GenerateCommandService()
  14584.     {
  14585.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  14586.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  14587.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/GenerateCommand.php';
  14588.         $this->privates['doctrine_migrations.generate_command'] = $instance = new \Doctrine\Migrations\Tools\Console\Command\GenerateCommand(($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService()), 'doctrine:migrations:generate');
  14589.         $instance->setName('doctrine:migrations:generate');
  14590.         return $instance;
  14591.     }
  14592.     /**
  14593.      * Gets the private 'doctrine_migrations.latest_command' shared service.
  14594.      *
  14595.      * @return \Doctrine\Migrations\Tools\Console\Command\LatestCommand
  14596.      */
  14597.     protected function getDoctrineMigrations_LatestCommandService()
  14598.     {
  14599.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  14600.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  14601.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/LatestCommand.php';
  14602.         $this->privates['doctrine_migrations.latest_command'] = $instance = new \Doctrine\Migrations\Tools\Console\Command\LatestCommand(($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService()), 'doctrine:migrations:latest');
  14603.         $instance->setName('doctrine:migrations:latest');
  14604.         return $instance;
  14605.     }
  14606.     /**
  14607.      * Gets the private 'doctrine_migrations.migrate_command' shared service.
  14608.      *
  14609.      * @return \Doctrine\Migrations\Tools\Console\Command\MigrateCommand
  14610.      */
  14611.     protected function getDoctrineMigrations_MigrateCommandService()
  14612.     {
  14613.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  14614.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  14615.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/MigrateCommand.php';
  14616.         $this->privates['doctrine_migrations.migrate_command'] = $instance = new \Doctrine\Migrations\Tools\Console\Command\MigrateCommand(($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService()), 'doctrine:migrations:migrate');
  14617.         $instance->setName('doctrine:migrations:migrate');
  14618.         return $instance;
  14619.     }
  14620.     /**
  14621.      * Gets the private 'doctrine_migrations.rollup_command' shared service.
  14622.      *
  14623.      * @return \Doctrine\Migrations\Tools\Console\Command\RollupCommand
  14624.      */
  14625.     protected function getDoctrineMigrations_RollupCommandService()
  14626.     {
  14627.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  14628.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  14629.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/RollupCommand.php';
  14630.         $this->privates['doctrine_migrations.rollup_command'] = $instance = new \Doctrine\Migrations\Tools\Console\Command\RollupCommand(($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService()), 'doctrine:migrations:rollup');
  14631.         $instance->setName('doctrine:migrations:rollup');
  14632.         return $instance;
  14633.     }
  14634.     /**
  14635.      * Gets the private 'doctrine_migrations.status_command' shared service.
  14636.      *
  14637.      * @return \Doctrine\Migrations\Tools\Console\Command\StatusCommand
  14638.      */
  14639.     protected function getDoctrineMigrations_StatusCommandService()
  14640.     {
  14641.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  14642.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  14643.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/StatusCommand.php';
  14644.         $this->privates['doctrine_migrations.status_command'] = $instance = new \Doctrine\Migrations\Tools\Console\Command\StatusCommand(($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService()), 'doctrine:migrations:status');
  14645.         $instance->setName('doctrine:migrations:status');
  14646.         return $instance;
  14647.     }
  14648.     /**
  14649.      * Gets the private 'doctrine_migrations.sync_metadata_command' shared service.
  14650.      *
  14651.      * @return \Doctrine\Migrations\Tools\Console\Command\SyncMetadataCommand
  14652.      */
  14653.     protected function getDoctrineMigrations_SyncMetadataCommandService()
  14654.     {
  14655.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  14656.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  14657.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/SyncMetadataCommand.php';
  14658.         $this->privates['doctrine_migrations.sync_metadata_command'] = $instance = new \Doctrine\Migrations\Tools\Console\Command\SyncMetadataCommand(($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService()), 'doctrine:migrations:sync-metadata-storage');
  14659.         $instance->setName('doctrine:migrations:sync-metadata-storage');
  14660.         return $instance;
  14661.     }
  14662.     /**
  14663.      * Gets the private 'doctrine_migrations.up_to_date_command' shared service.
  14664.      *
  14665.      * @return \Doctrine\Migrations\Tools\Console\Command\UpToDateCommand
  14666.      */
  14667.     protected function getDoctrineMigrations_UpToDateCommandService()
  14668.     {
  14669.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  14670.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  14671.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/UpToDateCommand.php';
  14672.         $this->privates['doctrine_migrations.up_to_date_command'] = $instance = new \Doctrine\Migrations\Tools\Console\Command\UpToDateCommand(($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService()), 'doctrine:migrations:up-to-date');
  14673.         $instance->setName('doctrine:migrations:up-to-date');
  14674.         return $instance;
  14675.     }
  14676.     /**
  14677.      * Gets the private 'doctrine_migrations.version_command' shared service.
  14678.      *
  14679.      * @return \Doctrine\Migrations\Tools\Console\Command\VersionCommand
  14680.      */
  14681.     protected function getDoctrineMigrations_VersionCommandService()
  14682.     {
  14683.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  14684.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  14685.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/VersionCommand.php';
  14686.         $this->privates['doctrine_migrations.version_command'] = $instance = new \Doctrine\Migrations\Tools\Console\Command\VersionCommand(($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService()), 'doctrine:migrations:version');
  14687.         $instance->setName('doctrine:migrations:version');
  14688.         return $instance;
  14689.     }
  14690.     /**
  14691.      * Gets the private 'doctrine_migrations.versions_command' shared service.
  14692.      *
  14693.      * @return \Doctrine\Migrations\Tools\Console\Command\ListCommand
  14694.      */
  14695.     protected function getDoctrineMigrations_VersionsCommandService()
  14696.     {
  14697.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  14698.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  14699.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/ListCommand.php';
  14700.         $this->privates['doctrine_migrations.versions_command'] = $instance = new \Doctrine\Migrations\Tools\Console\Command\ListCommand(($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService()), 'doctrine:migrations:versions');
  14701.         $instance->setName('doctrine:migrations:list');
  14702.         return $instance;
  14703.     }
  14704.     /**
  14705.      * Gets the private 'error_handler.error_renderer.html' shared service.
  14706.      *
  14707.      * @return \Symfony\Component\ErrorHandler\ErrorRenderer\HtmlErrorRenderer
  14708.      */
  14709.     protected function getErrorHandler_ErrorRenderer_HtmlService()
  14710.     {
  14711.         include_once \dirname(__DIR__4).'/vendor/symfony/error-handler/ErrorRenderer/ErrorRendererInterface.php';
  14712.         include_once \dirname(__DIR__4).'/vendor/symfony/error-handler/ErrorRenderer/HtmlErrorRenderer.php';
  14713.         $a = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  14714.         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()));
  14715.     }
  14716.     /**
  14717.      * Gets the private 'error_handler.error_renderer.serializer' shared service.
  14718.      *
  14719.      * @return \Symfony\Component\ErrorHandler\ErrorRenderer\SerializerErrorRenderer
  14720.      */
  14721.     protected function getErrorHandler_ErrorRenderer_SerializerService()
  14722.     {
  14723.         include_once \dirname(__DIR__4).'/vendor/symfony/error-handler/ErrorRenderer/ErrorRendererInterface.php';
  14724.         include_once \dirname(__DIR__4).'/vendor/symfony/error-handler/ErrorRenderer/SerializerErrorRenderer.php';
  14725.         include_once \dirname(__DIR__4).'/vendor/symfony/error-handler/ErrorRenderer/HtmlErrorRenderer.php';
  14726.         $a = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  14727.         return $this->privates['error_handler.error_renderer.serializer'] = new \Symfony\Component\ErrorHandler\ErrorRenderer\SerializerErrorRenderer(($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService()), \Symfony\Component\ErrorHandler\ErrorRenderer\SerializerErrorRenderer::getPreferredFormat($a), ($this->privates['twig.error_renderer.html'] ?? $this->getTwig_ErrorRenderer_HtmlService()), \Symfony\Component\ErrorHandler\ErrorRenderer\HtmlErrorRenderer::isDebug($atrue));
  14728.     }
  14729.     /**
  14730.      * Gets the private 'event_bus.messenger.handlers_locator' shared service.
  14731.      *
  14732.      * @return \Symfony\Component\Messenger\Handler\HandlersLocator
  14733.      */
  14734.     protected function getEventBus_Messenger_HandlersLocatorService()
  14735.     {
  14736.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlersLocatorInterface.php';
  14737.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlersLocator.php';
  14738.         return $this->privates['event_bus.messenger.handlers_locator'] = new \Symfony\Component\Messenger\Handler\HandlersLocator(['CodersLab\\Lms\\SharedKernel\\PublishedLanguage\\Events\\CourseInstanceAdded' => new RewindableGenerator(function () {
  14739.             yield => ($this->privates['.messenger.handler_descriptor.9KbgIUC'] ?? $this->get_Messenger_HandlerDescriptor_9KbgIUCService());
  14740.         }, 1), 'CodersLab\\Lms\\SharedKernel\\Application\\Events\\NewUserAdded' => new RewindableGenerator(function () {
  14741.             yield => ($this->privates['.messenger.handler_descriptor.cdW2W0v'] ?? $this->get_Messenger_HandlerDescriptor_CdW2W0vService());
  14742.         }, 1), 'CodersLab\\Lms\\SharedKernel\\PublishedLanguage\\Events\\SignatureUpdated' => new RewindableGenerator(function () {
  14743.             yield => ($this->privates['.messenger.handler_descriptor.ZNxsrn.'] ?? $this->get_Messenger_HandlerDescriptor_ZNxsrn_Service());
  14744.         }, 1), 'CodersLab\\Lms\\SharedKernel\\PublishedLanguage\\Events\\AccessGrantedEvent' => new RewindableGenerator(function () {
  14745.             yield => ($this->privates['.messenger.handler_descriptor.aF2swfq'] ?? $this->get_Messenger_HandlerDescriptor_AF2swfqService());
  14746.             yield => ($this->privates['.messenger.handler_descriptor.V6b26Z4'] ?? $this->get_Messenger_HandlerDescriptor_V6b26Z4Service());
  14747.         }, 2), 'CodersLab\\Lms\\SharedKernel\\PublishedLanguage\\Events\\AccessRevokedEvent' => new RewindableGenerator(function () {
  14748.             yield => ($this->privates['.messenger.handler_descriptor.uRnSw9K'] ?? $this->get_Messenger_HandlerDescriptor_URnSw9KService());
  14749.         }, 1), 'CodersLab\\Lms\\SharedKernel\\PublishedLanguage\\Events\\CourseInstanceMemberAdded' => new RewindableGenerator(function () {
  14750.             yield => ($this->privates['.messenger.handler_descriptor.fVbgJ4O'] ?? $this->get_Messenger_HandlerDescriptor_FVbgJ4OService());
  14751.             yield => ($this->privates['.messenger.handler_descriptor.RdEeV57'] ?? $this->get_Messenger_HandlerDescriptor_RdEeV57Service());
  14752.         }, 2), 'CodersLab\\Lms\\SharedKernel\\PublishedLanguage\\Events\\CourseInstanceMemberRemoved' => new RewindableGenerator(function () {
  14753.             yield => ($this->privates['.messenger.handler_descriptor.xrSi2OC'] ?? $this->get_Messenger_HandlerDescriptor_XrSi2OCService());
  14754.         }, 1), 'CodersLab\\Lms\\SharedKernel\\PublishedLanguage\\Events\\CourseStored' => new RewindableGenerator(function () {
  14755.             yield => ($this->privates['.messenger.handler_descriptor.XR2FS5w'] ?? $this->get_Messenger_HandlerDescriptor_XR2FS5wService());
  14756.         }, 1), 'CodersLab\\Lms\\SharedKernel\\PublishedLanguage\\Events\\RepositoryForUserShared' => new RewindableGenerator(function () {
  14757.             yield => ($this->privates['.messenger.handler_descriptor.5nVwGR4'] ?? $this->get_Messenger_HandlerDescriptor_5nVwGR4Service());
  14758.         }, 1), 'CodersLab\\Lms\\SharedKernel\\PublishedLanguage\\Events\\ExamPlanned' => new RewindableGenerator(function () {
  14759.             yield => ($this->privates['.messenger.handler_descriptor.sPP9ByC'] ?? $this->get_Messenger_HandlerDescriptor_SPP9ByCService());
  14760.         }, 1), 'CodersLab\\Lms\\SharedKernel\\PublishedLanguage\\Events\\ExerciseBuilt' => new RewindableGenerator(function () {
  14761.             yield => ($this->privates['.messenger.handler_descriptor.1y0THQi'] ?? $this->get_Messenger_HandlerDescriptor_1y0THQiService());
  14762.         }, 1), 'CodersLab\\Lms\\SharedKernel\\PublishedLanguage\\Events\\ExerciseRepositoryAdded' => new RewindableGenerator(function () {
  14763.             yield => ($this->privates['.messenger.handler_descriptor.VORAkVn'] ?? $this->get_Messenger_HandlerDescriptor_VORAkVnService());
  14764.         }, 1), 'CodersLab\\Lms\\SharedKernel\\PublishedLanguage\\Events\\QuizStateUpdated' => new RewindableGenerator(function () {
  14765.             yield => ($this->privates['.messenger.handler_descriptor.yo3GnWp'] ?? $this->get_Messenger_HandlerDescriptor_Yo3GnWpService());
  14766.         }, 1), 'CodersLab\\Lms\\SharedKernel\\PublishedLanguage\\Events\\UserGithubUpdated' => new RewindableGenerator(function () {
  14767.             yield => ($this->privates['.messenger.handler_descriptor.ewZP8gG'] ?? $this->get_Messenger_HandlerDescriptor_EwZP8gGService());
  14768.         }, 1), 'Symfony\\Component\\Mailer\\Messenger\\SendEmailMessage' => new RewindableGenerator(function () {
  14769.             yield => ($this->privates['.messenger.handler_descriptor.y_7RaHs'] ?? $this->get_Messenger_HandlerDescriptor_Y7RaHsService());
  14770.         }, 1)]);
  14771.     }
  14772.     /**
  14773.      * Gets the private 'event_bus.middleware.add_bus_name_stamp_middleware' shared service.
  14774.      *
  14775.      * @return \Symfony\Component\Messenger\Middleware\AddBusNameStampMiddleware
  14776.      */
  14777.     protected function getEventBus_Middleware_AddBusNameStampMiddlewareService()
  14778.     {
  14779.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Middleware/MiddlewareInterface.php';
  14780.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Middleware/AddBusNameStampMiddleware.php';
  14781.         return $this->privates['event_bus.middleware.add_bus_name_stamp_middleware'] = new \Symfony\Component\Messenger\Middleware\AddBusNameStampMiddleware('event_bus');
  14782.     }
  14783.     /**
  14784.      * Gets the private 'event_bus.middleware.handle_message' shared service.
  14785.      *
  14786.      * @return \Symfony\Component\Messenger\Middleware\HandleMessageMiddleware
  14787.      */
  14788.     protected function getEventBus_Middleware_HandleMessageService()
  14789.     {
  14790.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Middleware/MiddlewareInterface.php';
  14791.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Middleware/HandleMessageMiddleware.php';
  14792.         $this->privates['event_bus.middleware.handle_message'] = $instance = new \Symfony\Component\Messenger\Middleware\HandleMessageMiddleware(($this->privates['event_bus.messenger.handlers_locator'] ?? $this->getEventBus_Messenger_HandlersLocatorService()), true);
  14793.         $instance->setLogger(($this->privates['monolog.logger.messenger'] ?? $this->getMonolog_Logger_MessengerService()));
  14794.         return $instance;
  14795.     }
  14796.     /**
  14797.      * Gets the private 'event_bus.middleware.traceable' shared service.
  14798.      *
  14799.      * @return \Symfony\Component\Messenger\Middleware\TraceableMiddleware
  14800.      */
  14801.     protected function getEventBus_Middleware_TraceableService()
  14802.     {
  14803.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Middleware/MiddlewareInterface.php';
  14804.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Middleware/TraceableMiddleware.php';
  14805.         return $this->privates['event_bus.middleware.traceable'] = new \Symfony\Component\Messenger\Middleware\TraceableMiddleware(($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))), 'event_bus');
  14806.     }
  14807.     /**
  14808.      * Gets the private 'exception_listener' shared service.
  14809.      *
  14810.      * @return \Symfony\Component\HttpKernel\EventListener\ErrorListener
  14811.      */
  14812.     protected function getExceptionListenerService()
  14813.     {
  14814.         return $this->privates['exception_listener'] = new \Symfony\Component\HttpKernel\EventListener\ErrorListener('error_controller', ($this->privates['monolog.logger.request'] ?? $this->getMonolog_Logger_RequestService()), true, []);
  14815.     }
  14816.     /**
  14817.      * Gets the private 'fidry_alice_data_fixtures.doctrine.persister_loader' shared service.
  14818.      *
  14819.      * @return \Fidry\AliceDataFixtures\Loader\PersisterLoader
  14820.      */
  14821.     protected function getFidryAliceDataFixtures_Doctrine_PersisterLoaderService($lazyLoad true)
  14822.     {
  14823.         if ($lazyLoad) {
  14824.             return $this->privates['fidry_alice_data_fixtures.doctrine.persister_loader'] = $this->createProxy('PersisterLoader_c8a8e24', function () {
  14825.                 return \PersisterLoader_c8a8e24::staticProxyConstructor(function (&$wrappedInstance\ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  14826.                     $wrappedInstance $this->getFidryAliceDataFixtures_Doctrine_PersisterLoaderService(false);
  14827.                     $proxy->setProxyInitializer(null);
  14828.                     return true;
  14829.                 });
  14830.             });
  14831.         }
  14832.         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()), []);
  14833.     }
  14834.     /**
  14835.      * Gets the private 'fidry_alice_data_fixtures.loader.simple' shared service.
  14836.      *
  14837.      * @return \Fidry\AliceDataFixtures\Loader\SimpleLoader
  14838.      */
  14839.     protected function getFidryAliceDataFixtures_Loader_SimpleService($lazyLoad true)
  14840.     {
  14841.         if ($lazyLoad) {
  14842.             return $this->privates['fidry_alice_data_fixtures.loader.simple'] = $this->createProxy('SimpleLoader_4473cb1', function () {
  14843.                 return \SimpleLoader_4473cb1::staticProxyConstructor(function (&$wrappedInstance\ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  14844.                     $wrappedInstance $this->getFidryAliceDataFixtures_Loader_SimpleService(false);
  14845.                     $proxy->setProxyInitializer(null);
  14846.                     return true;
  14847.                 });
  14848.             });
  14849.         }
  14850.         return new \Fidry\AliceDataFixtures\Loader\SimpleLoader(($this->services['nelmio_alice.files_loader'] ?? $this->getNelmioAlice_FilesLoaderService()), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  14851.     }
  14852.     /**
  14853.      * Gets the private 'file_locator' shared service.
  14854.      *
  14855.      * @return \Symfony\Component\HttpKernel\Config\FileLocator
  14856.      */
  14857.     protected function getFileLocatorService()
  14858.     {
  14859.         include_once \dirname(__DIR__4).'/vendor/symfony/config/FileLocatorInterface.php';
  14860.         include_once \dirname(__DIR__4).'/vendor/symfony/config/FileLocator.php';
  14861.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Config/FileLocator.php';
  14862.         return $this->privates['file_locator'] = new \Symfony\Component\HttpKernel\Config\FileLocator(($this->services['kernel'] ?? $this->get('kernel'1)));
  14863.     }
  14864.     /**
  14865.      * Gets the private 'form.choice_list_factory.cached' shared service.
  14866.      *
  14867.      * @return \Symfony\Component\Form\ChoiceList\Factory\CachingFactoryDecorator
  14868.      */
  14869.     protected function getForm_ChoiceListFactory_CachedService()
  14870.     {
  14871.         include_once \dirname(__DIR__4).'/vendor/symfony/form/ChoiceList/Factory/ChoiceListFactoryInterface.php';
  14872.         include_once \dirname(__DIR__4).'/vendor/symfony/form/ChoiceList/Factory/CachingFactoryDecorator.php';
  14873.         return $this->privates['form.choice_list_factory.cached'] = new \Symfony\Component\Form\ChoiceList\Factory\CachingFactoryDecorator(($this->privates['form.choice_list_factory.property_access'] ?? $this->getForm_ChoiceListFactory_PropertyAccessService()));
  14874.     }
  14875.     /**
  14876.      * Gets the private 'form.choice_list_factory.default' shared service.
  14877.      *
  14878.      * @return \Symfony\Component\Form\ChoiceList\Factory\DefaultChoiceListFactory
  14879.      */
  14880.     protected function getForm_ChoiceListFactory_DefaultService()
  14881.     {
  14882.         include_once \dirname(__DIR__4).'/vendor/symfony/form/ChoiceList/Factory/ChoiceListFactoryInterface.php';
  14883.         include_once \dirname(__DIR__4).'/vendor/symfony/form/ChoiceList/Factory/DefaultChoiceListFactory.php';
  14884.         return $this->privates['form.choice_list_factory.default'] = new \Symfony\Component\Form\ChoiceList\Factory\DefaultChoiceListFactory();
  14885.     }
  14886.     /**
  14887.      * Gets the private 'form.choice_list_factory.property_access' shared service.
  14888.      *
  14889.      * @return \Symfony\Component\Form\ChoiceList\Factory\PropertyAccessDecorator
  14890.      */
  14891.     protected function getForm_ChoiceListFactory_PropertyAccessService()
  14892.     {
  14893.         include_once \dirname(__DIR__4).'/vendor/symfony/form/ChoiceList/Factory/ChoiceListFactoryInterface.php';
  14894.         include_once \dirname(__DIR__4).'/vendor/symfony/form/ChoiceList/Factory/PropertyAccessDecorator.php';
  14895.         include_once \dirname(__DIR__4).'/vendor/symfony/form/ChoiceList/Factory/DefaultChoiceListFactory.php';
  14896.         return $this->privates['form.choice_list_factory.property_access'] = new \Symfony\Component\Form\ChoiceList\Factory\PropertyAccessDecorator(($this->privates['form.choice_list_factory.default'] ?? ($this->privates['form.choice_list_factory.default'] = new \Symfony\Component\Form\ChoiceList\Factory\DefaultChoiceListFactory())), ($this->privates['property_accessor'] ?? $this->getPropertyAccessorService()));
  14897.     }
  14898.     /**
  14899.      * Gets the private 'form.extension' shared service.
  14900.      *
  14901.      * @return \Symfony\Component\Form\Extension\DependencyInjection\DependencyInjectionExtension
  14902.      */
  14903.     protected function getForm_ExtensionService()
  14904.     {
  14905.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormExtensionInterface.php';
  14906.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DependencyInjection/DependencyInjectionExtension.php';
  14907.         return $this->privates['form.extension'] = new \Symfony\Component\Form\Extension\DependencyInjection\DependencyInjectionExtension(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  14908.             'AppBundle\\Form\\InstanceForm' => ['services''AppBundle\\Form\\InstanceForm''getInstanceFormService'false],
  14909.             'AppBundle\\Form\\InstanceType' => ['services''AppBundle\\Form\\InstanceType''getInstanceTypeService'false],
  14910.             'AppBundle\\Form\\RegistrationType' => ['services''AppBundle\\Form\\RegistrationType''getRegistrationTypeService'false],
  14911.             'AppBundle\\Form\\UserType' => ['services''AppBundle\\Form\\UserType''getUserTypeService'false],
  14912.             'FOS\\UserBundle\\Form\\Type\\ChangePasswordFormType' => ['privates''fos_user.change_password.form.type''getFosUser_ChangePassword_Form_TypeService'false],
  14913.             'FOS\\UserBundle\\Form\\Type\\ProfileFormType' => ['privates''fos_user.profile.form.type''getFosUser_Profile_Form_TypeService'false],
  14914.             'FOS\\UserBundle\\Form\\Type\\RegistrationFormType' => ['privates''fos_user.registration.form.type''getFosUser_Registration_Form_TypeService'false],
  14915.             'FOS\\UserBundle\\Form\\Type\\ResettingFormType' => ['privates''fos_user.resetting.form.type''getFosUser_Resetting_Form_TypeService'false],
  14916.             'FOS\\UserBundle\\Form\\Type\\UsernameFormType' => ['privates''fos_user.username_form_type''getFosUser_UsernameFormTypeService'false],
  14917.             'Symfony\\Bridge\\Doctrine\\Form\\Type\\EntityType' => ['privates''form.type.entity''getForm_Type_EntityService'false],
  14918.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\ChoiceType' => ['privates''form.type.choice''getForm_Type_ChoiceService'false],
  14919.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\ColorType' => ['privates''form.type.color''getForm_Type_ColorService'false],
  14920.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\FileType' => ['services''.container.private.form.type.file''get_Container_Private_Form_Type_FileService'false],
  14921.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\FormType' => ['privates''form.type.form''getForm_Type_FormService'false],
  14922.         ], [
  14923.             'AppBundle\\Form\\InstanceForm' => '?',
  14924.             'AppBundle\\Form\\InstanceType' => '?',
  14925.             'AppBundle\\Form\\RegistrationType' => '?',
  14926.             'AppBundle\\Form\\UserType' => '?',
  14927.             'FOS\\UserBundle\\Form\\Type\\ChangePasswordFormType' => '?',
  14928.             'FOS\\UserBundle\\Form\\Type\\ProfileFormType' => '?',
  14929.             'FOS\\UserBundle\\Form\\Type\\RegistrationFormType' => '?',
  14930.             'FOS\\UserBundle\\Form\\Type\\ResettingFormType' => '?',
  14931.             'FOS\\UserBundle\\Form\\Type\\UsernameFormType' => '?',
  14932.             'Symfony\\Bridge\\Doctrine\\Form\\Type\\EntityType' => '?',
  14933.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\ChoiceType' => '?',
  14934.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\ColorType' => '?',
  14935.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\FileType' => '?',
  14936.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\FormType' => '?',
  14937.         ]), ['Symfony\\Component\\Form\\Extension\\Core\\Type\\FormType' => new RewindableGenerator(function () {
  14938.             yield => ($this->privates['form.type_extension.form.transformation_failure_handling'] ?? $this->getForm_TypeExtension_Form_TransformationFailureHandlingService());
  14939.             yield => ($this->privates['form.type_extension.form.http_foundation'] ?? $this->getForm_TypeExtension_Form_HttpFoundationService());
  14940.             yield => ($this->privates['form.type_extension.form.validator'] ?? $this->getForm_TypeExtension_Form_ValidatorService());
  14941.             yield => ($this->privates['form.type_extension.upload.validator'] ?? $this->getForm_TypeExtension_Upload_ValidatorService());
  14942.             yield => ($this->privates['form.type_extension.form.data_collector'] ?? $this->getForm_TypeExtension_Form_DataCollectorService());
  14943.             yield => ($this->privates['nelmio_api_doc.form.documentation_extension'] ?? ($this->privates['nelmio_api_doc.form.documentation_extension'] = new \Nelmio\ApiDocBundle\Form\Extension\DocumentationExtension()));
  14944.         }, 6), 'Symfony\\Component\\Form\\Extension\\Core\\Type\\RepeatedType' => new RewindableGenerator(function () {
  14945.             yield => ($this->privates['form.type_extension.repeated.validator'] ?? ($this->privates['form.type_extension.repeated.validator'] = new \Symfony\Component\Form\Extension\Validator\Type\RepeatedTypeValidatorExtension()));
  14946.         }, 1), 'Symfony\\Component\\Form\\Extension\\Core\\Type\\SubmitType' => new RewindableGenerator(function () {
  14947.             yield => ($this->privates['form.type_extension.submit.validator'] ?? ($this->privates['form.type_extension.submit.validator'] = new \Symfony\Component\Form\Extension\Validator\Type\SubmitTypeValidatorExtension()));
  14948.         }, 1)], new RewindableGenerator(function () {
  14949.             yield => ($this->privates['form.type_guesser.validator'] ?? $this->getForm_TypeGuesser_ValidatorService());
  14950.             yield => ($this->privates['form.type_guesser.doctrine'] ?? $this->getForm_TypeGuesser_DoctrineService());
  14951.         }, 2));
  14952.     }
  14953.     /**
  14954.      * Gets the private 'form.registry' shared service.
  14955.      *
  14956.      * @return \Symfony\Component\Form\FormRegistry
  14957.      */
  14958.     protected function getForm_RegistryService()
  14959.     {
  14960.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormRegistryInterface.php';
  14961.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormRegistry.php';
  14962.         return $this->privates['form.registry'] = new \Symfony\Component\Form\FormRegistry([=> ($this->privates['form.extension'] ?? $this->getForm_ExtensionService())], ($this->privates['form.resolved_type_factory'] ?? $this->getForm_ResolvedTypeFactoryService()));
  14963.     }
  14964.     /**
  14965.      * Gets the private 'form.resolved_type_factory' shared service.
  14966.      *
  14967.      * @return \Symfony\Component\Form\Extension\DataCollector\Proxy\ResolvedTypeFactoryDataCollectorProxy
  14968.      */
  14969.     protected function getForm_ResolvedTypeFactoryService()
  14970.     {
  14971.         include_once \dirname(__DIR__4).'/vendor/symfony/form/ResolvedFormTypeFactoryInterface.php';
  14972.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/Proxy/ResolvedTypeFactoryDataCollectorProxy.php';
  14973.         include_once \dirname(__DIR__4).'/vendor/symfony/form/ResolvedFormTypeFactory.php';
  14974.         return $this->privates['form.resolved_type_factory'] = new \Symfony\Component\Form\Extension\DataCollector\Proxy\ResolvedTypeFactoryDataCollectorProxy(new \Symfony\Component\Form\ResolvedFormTypeFactory(), ($this->privates['data_collector.form'] ?? $this->getDataCollector_FormService()));
  14975.     }
  14976.     /**
  14977.      * Gets the private 'form.server_params' shared service.
  14978.      *
  14979.      * @return \Symfony\Component\Form\Util\ServerParams
  14980.      */
  14981.     protected function getForm_ServerParamsService()
  14982.     {
  14983.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Util/ServerParams.php';
  14984.         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())));
  14985.     }
  14986.     /**
  14987.      * Gets the private 'form.type.choice' shared service.
  14988.      *
  14989.      * @return \Symfony\Component\Form\Extension\Core\Type\ChoiceType
  14990.      */
  14991.     protected function getForm_Type_ChoiceService()
  14992.     {
  14993.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  14994.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  14995.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/ChoiceType.php';
  14996.         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()));
  14997.     }
  14998.     /**
  14999.      * Gets the private 'form.type.color' shared service.
  15000.      *
  15001.      * @return \Symfony\Component\Form\Extension\Core\Type\ColorType
  15002.      */
  15003.     protected function getForm_Type_ColorService()
  15004.     {
  15005.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  15006.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  15007.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/ColorType.php';
  15008.         return $this->privates['form.type.color'] = new \Symfony\Component\Form\Extension\Core\Type\ColorType(($this->services['translator'] ?? $this->getTranslatorService()));
  15009.     }
  15010.     /**
  15011.      * Gets the private 'form.type.entity' shared service.
  15012.      *
  15013.      * @return \Symfony\Bridge\Doctrine\Form\Type\EntityType
  15014.      */
  15015.     protected function getForm_Type_EntityService()
  15016.     {
  15017.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  15018.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  15019.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Form/Type/DoctrineType.php';
  15020.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Form/Type/EntityType.php';
  15021.         return $this->privates['form.type.entity'] = new \Symfony\Bridge\Doctrine\Form\Type\EntityType(($this->services['doctrine'] ?? $this->getDoctrineService()));
  15022.     }
  15023.     /**
  15024.      * Gets the private 'form.type.form' shared service.
  15025.      *
  15026.      * @return \Symfony\Component\Form\Extension\Core\Type\FormType
  15027.      */
  15028.     protected function getForm_Type_FormService()
  15029.     {
  15030.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  15031.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  15032.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/BaseType.php';
  15033.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/FormType.php';
  15034.         return $this->privates['form.type.form'] = new \Symfony\Component\Form\Extension\Core\Type\FormType(($this->privates['property_accessor'] ?? $this->getPropertyAccessorService()));
  15035.     }
  15036.     /**
  15037.      * Gets the private 'form.type_extension.form.data_collector' shared service.
  15038.      *
  15039.      * @return \Symfony\Component\Form\Extension\DataCollector\Type\DataCollectorTypeExtension
  15040.      */
  15041.     protected function getForm_TypeExtension_Form_DataCollectorService()
  15042.     {
  15043.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  15044.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractTypeExtension.php';
  15045.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/Type/DataCollectorTypeExtension.php';
  15046.         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()));
  15047.     }
  15048.     /**
  15049.      * Gets the private 'form.type_extension.form.http_foundation' shared service.
  15050.      *
  15051.      * @return \Symfony\Component\Form\Extension\HttpFoundation\Type\FormTypeHttpFoundationExtension
  15052.      */
  15053.     protected function getForm_TypeExtension_Form_HttpFoundationService()
  15054.     {
  15055.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  15056.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractTypeExtension.php';
  15057.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/HttpFoundation/Type/FormTypeHttpFoundationExtension.php';
  15058.         return $this->privates['form.type_extension.form.http_foundation'] = new \Symfony\Component\Form\Extension\HttpFoundation\Type\FormTypeHttpFoundationExtension(($this->privates['form.type_extension.form.request_handler'] ?? $this->getForm_TypeExtension_Form_RequestHandlerService()));
  15059.     }
  15060.     /**
  15061.      * Gets the private 'form.type_extension.form.request_handler' shared service.
  15062.      *
  15063.      * @return \Symfony\Component\Form\Extension\HttpFoundation\HttpFoundationRequestHandler
  15064.      */
  15065.     protected function getForm_TypeExtension_Form_RequestHandlerService()
  15066.     {
  15067.         include_once \dirname(__DIR__4).'/vendor/symfony/form/RequestHandlerInterface.php';
  15068.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/HttpFoundation/HttpFoundationRequestHandler.php';
  15069.         return $this->privates['form.type_extension.form.request_handler'] = new \Symfony\Component\Form\Extension\HttpFoundation\HttpFoundationRequestHandler(($this->privates['form.server_params'] ?? $this->getForm_ServerParamsService()));
  15070.     }
  15071.     /**
  15072.      * Gets the private 'form.type_extension.form.transformation_failure_handling' shared service.
  15073.      *
  15074.      * @return \Symfony\Component\Form\Extension\Core\Type\TransformationFailureExtension
  15075.      */
  15076.     protected function getForm_TypeExtension_Form_TransformationFailureHandlingService()
  15077.     {
  15078.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  15079.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractTypeExtension.php';
  15080.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/TransformationFailureExtension.php';
  15081.         return $this->privates['form.type_extension.form.transformation_failure_handling'] = new \Symfony\Component\Form\Extension\Core\Type\TransformationFailureExtension(($this->services['translator'] ?? $this->getTranslatorService()));
  15082.     }
  15083.     /**
  15084.      * Gets the private 'form.type_extension.form.validator' shared service.
  15085.      *
  15086.      * @return \Symfony\Component\Form\Extension\Validator\Type\FormTypeValidatorExtension
  15087.      */
  15088.     protected function getForm_TypeExtension_Form_ValidatorService()
  15089.     {
  15090.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  15091.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractTypeExtension.php';
  15092.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Validator/Type/BaseValidatorExtension.php';
  15093.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Validator/Type/FormTypeValidatorExtension.php';
  15094.         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()));
  15095.     }
  15096.     /**
  15097.      * Gets the private 'form.type_extension.repeated.validator' shared service.
  15098.      *
  15099.      * @return \Symfony\Component\Form\Extension\Validator\Type\RepeatedTypeValidatorExtension
  15100.      */
  15101.     protected function getForm_TypeExtension_Repeated_ValidatorService()
  15102.     {
  15103.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  15104.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractTypeExtension.php';
  15105.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Validator/Type/RepeatedTypeValidatorExtension.php';
  15106.         return $this->privates['form.type_extension.repeated.validator'] = new \Symfony\Component\Form\Extension\Validator\Type\RepeatedTypeValidatorExtension();
  15107.     }
  15108.     /**
  15109.      * Gets the private 'form.type_extension.submit.validator' shared service.
  15110.      *
  15111.      * @return \Symfony\Component\Form\Extension\Validator\Type\SubmitTypeValidatorExtension
  15112.      */
  15113.     protected function getForm_TypeExtension_Submit_ValidatorService()
  15114.     {
  15115.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  15116.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractTypeExtension.php';
  15117.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Validator/Type/BaseValidatorExtension.php';
  15118.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Validator/Type/SubmitTypeValidatorExtension.php';
  15119.         return $this->privates['form.type_extension.submit.validator'] = new \Symfony\Component\Form\Extension\Validator\Type\SubmitTypeValidatorExtension();
  15120.     }
  15121.     /**
  15122.      * Gets the private 'form.type_extension.upload.validator' shared service.
  15123.      *
  15124.      * @return \Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension
  15125.      */
  15126.     protected function getForm_TypeExtension_Upload_ValidatorService()
  15127.     {
  15128.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  15129.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractTypeExtension.php';
  15130.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Validator/Type/UploadValidatorExtension.php';
  15131.         return $this->privates['form.type_extension.upload.validator'] = new \Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension(($this->services['translator'] ?? $this->getTranslatorService()), 'validators');
  15132.     }
  15133.     /**
  15134.      * Gets the private 'form.type_guesser.doctrine' shared service.
  15135.      *
  15136.      * @return \Symfony\Bridge\Doctrine\Form\DoctrineOrmTypeGuesser
  15137.      */
  15138.     protected function getForm_TypeGuesser_DoctrineService()
  15139.     {
  15140.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeGuesserInterface.php';
  15141.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Form/DoctrineOrmTypeGuesser.php';
  15142.         return $this->privates['form.type_guesser.doctrine'] = new \Symfony\Bridge\Doctrine\Form\DoctrineOrmTypeGuesser(($this->services['doctrine'] ?? $this->getDoctrineService()));
  15143.     }
  15144.     /**
  15145.      * Gets the private 'form.type_guesser.validator' shared service.
  15146.      *
  15147.      * @return \Symfony\Component\Form\Extension\Validator\ValidatorTypeGuesser
  15148.      */
  15149.     protected function getForm_TypeGuesser_ValidatorService()
  15150.     {
  15151.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeGuesserInterface.php';
  15152.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Validator/ValidatorTypeGuesser.php';
  15153.         return $this->privates['form.type_guesser.validator'] = new \Symfony\Component\Form\Extension\Validator\ValidatorTypeGuesser(($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService()));
  15154.     }
  15155.     /**
  15156.      * Gets the private 'fos_user.change_password.form.factory' shared service.
  15157.      *
  15158.      * @return \FOS\UserBundle\Form\Factory\FormFactory
  15159.      */
  15160.     protected function getFosUser_ChangePassword_Form_FactoryService()
  15161.     {
  15162.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Form/Factory/FactoryInterface.php';
  15163.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Form/Factory/FormFactory.php';
  15164.         return $this->privates['fos_user.change_password.form.factory'] = new \FOS\UserBundle\Form\Factory\FormFactory(($this->services['.container.private.form.factory'] ?? $this->get_Container_Private_Form_FactoryService()), 'fos_user_change_password_form''FOS\\UserBundle\\Form\\Type\\ChangePasswordFormType'$this->parameters['fos_user.change_password.form.validation_groups']);
  15165.     }
  15166.     /**
  15167.      * Gets the private 'fos_user.change_password.form.type' shared service.
  15168.      *
  15169.      * @return \FOS\UserBundle\Form\Type\ChangePasswordFormType
  15170.      */
  15171.     protected function getFosUser_ChangePassword_Form_TypeService()
  15172.     {
  15173.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  15174.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  15175.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Form/Type/ChangePasswordFormType.php';
  15176.         return $this->privates['fos_user.change_password.form.type'] = new \FOS\UserBundle\Form\Type\ChangePasswordFormType('AppBundle\\Entity\\User');
  15177.     }
  15178.     /**
  15179.      * Gets the private 'fos_user.command.activate_user' shared service.
  15180.      *
  15181.      * @return \FOS\UserBundle\Command\ActivateUserCommand
  15182.      */
  15183.     protected function getFosUser_Command_ActivateUserService()
  15184.     {
  15185.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  15186.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Command/ActivateUserCommand.php';
  15187.         $this->privates['fos_user.command.activate_user'] = $instance = new \FOS\UserBundle\Command\ActivateUserCommand(($this->privates['fos_user.util.user_manipulator'] ?? $this->getFosUser_Util_UserManipulatorService()));
  15188.         $instance->setName('fos:user:activate');
  15189.         return $instance;
  15190.     }
  15191.     /**
  15192.      * Gets the private 'fos_user.command.change_password' shared service.
  15193.      *
  15194.      * @return \FOS\UserBundle\Command\ChangePasswordCommand
  15195.      */
  15196.     protected function getFosUser_Command_ChangePasswordService()
  15197.     {
  15198.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  15199.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Command/ChangePasswordCommand.php';
  15200.         $this->privates['fos_user.command.change_password'] = $instance = new \FOS\UserBundle\Command\ChangePasswordCommand(($this->privates['fos_user.util.user_manipulator'] ?? $this->getFosUser_Util_UserManipulatorService()));
  15201.         $instance->setName('fos:user:change-password');
  15202.         return $instance;
  15203.     }
  15204.     /**
  15205.      * Gets the private 'fos_user.command.create_user' shared service.
  15206.      *
  15207.      * @return \FOS\UserBundle\Command\CreateUserCommand
  15208.      */
  15209.     protected function getFosUser_Command_CreateUserService()
  15210.     {
  15211.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  15212.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Command/CreateUserCommand.php';
  15213.         $this->privates['fos_user.command.create_user'] = $instance = new \FOS\UserBundle\Command\CreateUserCommand(($this->privates['fos_user.util.user_manipulator'] ?? $this->getFosUser_Util_UserManipulatorService()));
  15214.         $instance->setName('fos:user:create');
  15215.         return $instance;
  15216.     }
  15217.     /**
  15218.      * Gets the private 'fos_user.command.deactivate_user' shared service.
  15219.      *
  15220.      * @return \FOS\UserBundle\Command\DeactivateUserCommand
  15221.      */
  15222.     protected function getFosUser_Command_DeactivateUserService()
  15223.     {
  15224.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  15225.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Command/DeactivateUserCommand.php';
  15226.         $this->privates['fos_user.command.deactivate_user'] = $instance = new \FOS\UserBundle\Command\DeactivateUserCommand(($this->privates['fos_user.util.user_manipulator'] ?? $this->getFosUser_Util_UserManipulatorService()));
  15227.         $instance->setName('fos:user:deactivate');
  15228.         return $instance;
  15229.     }
  15230.     /**
  15231.      * Gets the private 'fos_user.command.demote_user' shared service.
  15232.      *
  15233.      * @return \FOS\UserBundle\Command\DemoteUserCommand
  15234.      */
  15235.     protected function getFosUser_Command_DemoteUserService()
  15236.     {
  15237.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  15238.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Command/RoleCommand.php';
  15239.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Command/DemoteUserCommand.php';
  15240.         $this->privates['fos_user.command.demote_user'] = $instance = new \FOS\UserBundle\Command\DemoteUserCommand(($this->privates['fos_user.util.user_manipulator'] ?? $this->getFosUser_Util_UserManipulatorService()));
  15241.         $instance->setName('fos:user:demote');
  15242.         return $instance;
  15243.     }
  15244.     /**
  15245.      * Gets the private 'fos_user.command.promote_user' shared service.
  15246.      *
  15247.      * @return \FOS\UserBundle\Command\PromoteUserCommand
  15248.      */
  15249.     protected function getFosUser_Command_PromoteUserService()
  15250.     {
  15251.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  15252.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Command/RoleCommand.php';
  15253.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Command/PromoteUserCommand.php';
  15254.         $this->privates['fos_user.command.promote_user'] = $instance = new \FOS\UserBundle\Command\PromoteUserCommand(($this->privates['fos_user.util.user_manipulator'] ?? $this->getFosUser_Util_UserManipulatorService()));
  15255.         $instance->setName('fos:user:promote');
  15256.         return $instance;
  15257.     }
  15258.     /**
  15259.      * Gets the private 'fos_user.listener.authentication' shared service.
  15260.      *
  15261.      * @return \FOS\UserBundle\EventListener\AuthenticationListener
  15262.      */
  15263.     protected function getFosUser_Listener_AuthenticationService()
  15264.     {
  15265.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/EventListener/AuthenticationListener.php';
  15266.         return $this->privates['fos_user.listener.authentication'] = new \FOS\UserBundle\EventListener\AuthenticationListener(($this->privates['fos_user.security.login_manager'] ?? $this->getFosUser_Security_LoginManagerService()), 'main');
  15267.     }
  15268.     /**
  15269.      * Gets the private 'fos_user.listener.flash' shared service.
  15270.      *
  15271.      * @return \FOS\UserBundle\EventListener\FlashListener
  15272.      */
  15273.     protected function getFosUser_Listener_FlashService()
  15274.     {
  15275.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/EventListener/FlashListener.php';
  15276.         return $this->privates['fos_user.listener.flash'] = new \FOS\UserBundle\EventListener\FlashListener(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->services['translator'] ?? $this->getTranslatorService()));
  15277.     }
  15278.     /**
  15279.      * Gets the private 'fos_user.listener.resetting' shared service.
  15280.      *
  15281.      * @return \FOS\UserBundle\EventListener\ResettingListener
  15282.      */
  15283.     protected function getFosUser_Listener_ResettingService()
  15284.     {
  15285.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/EventListener/ResettingListener.php';
  15286.         return $this->privates['fos_user.listener.resetting'] = new \FOS\UserBundle\EventListener\ResettingListener(($this->services['router'] ?? $this->getRouterService()), 86400);
  15287.     }
  15288.     /**
  15289.      * Gets the private 'fos_user.object_manager' shared service.
  15290.      *
  15291.      * @return \Doctrine\Persistence\ObjectManager
  15292.      */
  15293.     protected function getFosUser_ObjectManagerService()
  15294.     {
  15295.         return $this->privates['fos_user.object_manager'] = ($this->services['doctrine'] ?? $this->getDoctrineService())->getManager(NULL);
  15296.     }
  15297.     /**
  15298.      * Gets the private 'fos_user.profile.form.factory' shared service.
  15299.      *
  15300.      * @return \FOS\UserBundle\Form\Factory\FormFactory
  15301.      */
  15302.     protected function getFosUser_Profile_Form_FactoryService()
  15303.     {
  15304.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Form/Factory/FactoryInterface.php';
  15305.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Form/Factory/FormFactory.php';
  15306.         return $this->privates['fos_user.profile.form.factory'] = new \FOS\UserBundle\Form\Factory\FormFactory(($this->services['.container.private.form.factory'] ?? $this->get_Container_Private_Form_FactoryService()), 'fos_user_profile_form''AppBundle\\Form\\ProfileType'$this->parameters['fos_user.profile.form.validation_groups']);
  15307.     }
  15308.     /**
  15309.      * Gets the private 'fos_user.profile.form.type' shared service.
  15310.      *
  15311.      * @return \FOS\UserBundle\Form\Type\ProfileFormType
  15312.      */
  15313.     protected function getFosUser_Profile_Form_TypeService()
  15314.     {
  15315.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  15316.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  15317.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Form/Type/ProfileFormType.php';
  15318.         return $this->privates['fos_user.profile.form.type'] = new \FOS\UserBundle\Form\Type\ProfileFormType('AppBundle\\Entity\\User');
  15319.     }
  15320.     /**
  15321.      * Gets the private 'fos_user.registration.form.factory' shared service.
  15322.      *
  15323.      * @return \FOS\UserBundle\Form\Factory\FormFactory
  15324.      */
  15325.     protected function getFosUser_Registration_Form_FactoryService()
  15326.     {
  15327.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Form/Factory/FactoryInterface.php';
  15328.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Form/Factory/FormFactory.php';
  15329.         return $this->privates['fos_user.registration.form.factory'] = new \FOS\UserBundle\Form\Factory\FormFactory(($this->services['.container.private.form.factory'] ?? $this->get_Container_Private_Form_FactoryService()), 'fos_user_registration_form''AppBundle\\Form\\RegistrationType'$this->parameters['fos_user.registration.form.validation_groups']);
  15330.     }
  15331.     /**
  15332.      * Gets the private 'fos_user.registration.form.type' shared service.
  15333.      *
  15334.      * @return \FOS\UserBundle\Form\Type\RegistrationFormType
  15335.      */
  15336.     protected function getFosUser_Registration_Form_TypeService()
  15337.     {
  15338.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  15339.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  15340.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Form/Type/RegistrationFormType.php';
  15341.         return $this->privates['fos_user.registration.form.type'] = new \FOS\UserBundle\Form\Type\RegistrationFormType('AppBundle\\Entity\\User');
  15342.     }
  15343.     /**
  15344.      * Gets the private 'fos_user.resetting.form.factory' shared service.
  15345.      *
  15346.      * @return \FOS\UserBundle\Form\Factory\FormFactory
  15347.      */
  15348.     protected function getFosUser_Resetting_Form_FactoryService()
  15349.     {
  15350.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Form/Factory/FactoryInterface.php';
  15351.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Form/Factory/FormFactory.php';
  15352.         return $this->privates['fos_user.resetting.form.factory'] = new \FOS\UserBundle\Form\Factory\FormFactory(($this->services['.container.private.form.factory'] ?? $this->get_Container_Private_Form_FactoryService()), 'fos_user_resetting_form''FOS\\UserBundle\\Form\\Type\\ResettingFormType'$this->parameters['fos_user.resetting.form.validation_groups']);
  15353.     }
  15354.     /**
  15355.      * Gets the private 'fos_user.resetting.form.type' shared service.
  15356.      *
  15357.      * @return \FOS\UserBundle\Form\Type\ResettingFormType
  15358.      */
  15359.     protected function getFosUser_Resetting_Form_TypeService()
  15360.     {
  15361.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  15362.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  15363.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Form/Type/ResettingFormType.php';
  15364.         return $this->privates['fos_user.resetting.form.type'] = new \FOS\UserBundle\Form\Type\ResettingFormType('AppBundle\\Entity\\User');
  15365.     }
  15366.     /**
  15367.      * Gets the private 'fos_user.security.interactive_login_listener' shared service.
  15368.      *
  15369.      * @return \FOS\UserBundle\EventListener\LastLoginListener
  15370.      */
  15371.     protected function getFosUser_Security_InteractiveLoginListenerService()
  15372.     {
  15373.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/EventListener/LastLoginListener.php';
  15374.         return $this->privates['fos_user.security.interactive_login_listener'] = new \FOS\UserBundle\EventListener\LastLoginListener(($this->services['app.user.manager'] ?? $this->getApp_User_ManagerService()));
  15375.     }
  15376.     /**
  15377.      * Gets the private 'fos_user.security.login_manager' shared service.
  15378.      *
  15379.      * @return \FOS\UserBundle\Security\LoginManager
  15380.      */
  15381.     protected function getFosUser_Security_LoginManagerService()
  15382.     {
  15383.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Security/LoginManagerInterface.php';
  15384.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Security/LoginManager.php';
  15385.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/UserCheckerInterface.php';
  15386.         include_once \dirname(__DIR__4).'/src/Lms/SharedKernel/Infrastructure/Security/UserChecker.php';
  15387.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Session/SessionAuthenticationStrategyInterface.php';
  15388.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Session/SessionAuthenticationStrategy.php';
  15389.         return $this->privates['fos_user.security.login_manager'] = new \FOS\UserBundle\Security\LoginManager(($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), ($this->services['CodersLab\\Lms\\SharedKernel\\Infrastructure\\Security\\UserChecker'] ?? ($this->services['CodersLab\\Lms\\SharedKernel\\Infrastructure\\Security\\UserChecker'] = new \CodersLab\Lms\SharedKernel\Infrastructure\Security\UserChecker())), ($this->privates['security.authentication.session_strategy'] ?? ($this->privates['security.authentication.session_strategy'] = new \Symfony\Component\Security\Http\Session\SessionAuthenticationStrategy('migrate'))), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->privates['security.authentication.rememberme.services.simplehash.main'] ?? $this->getSecurity_Authentication_Rememberme_Services_Simplehash_MainService()));
  15390.     }
  15391.     /**
  15392.      * Gets the private 'fos_user.user_listener' shared service.
  15393.      *
  15394.      * @return \FOS\UserBundle\Doctrine\UserListener
  15395.      */
  15396.     protected function getFosUser_UserListenerService()
  15397.     {
  15398.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/lib/Doctrine/Common/EventSubscriber.php';
  15399.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Doctrine/UserListener.php';
  15400.         return $this->privates['fos_user.user_listener'] = new \FOS\UserBundle\Doctrine\UserListener(($this->privates['fos_user.util.password_updater'] ?? $this->getFosUser_Util_PasswordUpdaterService()), ($this->privates['fos_user.util.canonical_fields_updater'] ?? $this->getFosUser_Util_CanonicalFieldsUpdaterService()));
  15401.     }
  15402.     /**
  15403.      * Gets the private 'fos_user.user_provider.username_email' shared service.
  15404.      *
  15405.      * @return \FOS\UserBundle\Security\EmailUserProvider
  15406.      */
  15407.     protected function getFosUser_UserProvider_UsernameEmailService()
  15408.     {
  15409.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/UserProviderInterface.php';
  15410.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Security/UserProvider.php';
  15411.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Security/EmailUserProvider.php';
  15412.         return $this->privates['fos_user.user_provider.username_email'] = new \FOS\UserBundle\Security\EmailUserProvider(($this->services['app.user.manager'] ?? $this->getApp_User_ManagerService()));
  15413.     }
  15414.     /**
  15415.      * Gets the private 'fos_user.user_to_username_transformer' shared service.
  15416.      *
  15417.      * @return \FOS\UserBundle\Form\DataTransformer\UserToUsernameTransformer
  15418.      */
  15419.     protected function getFosUser_UserToUsernameTransformerService()
  15420.     {
  15421.         include_once \dirname(__DIR__4).'/vendor/symfony/form/DataTransformerInterface.php';
  15422.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Form/DataTransformer/UserToUsernameTransformer.php';
  15423.         return $this->privates['fos_user.user_to_username_transformer'] = new \FOS\UserBundle\Form\DataTransformer\UserToUsernameTransformer(($this->services['app.user.manager'] ?? $this->getApp_User_ManagerService()));
  15424.     }
  15425.     /**
  15426.      * Gets the private 'fos_user.username_form_type' shared service.
  15427.      *
  15428.      * @return \FOS\UserBundle\Form\Type\UsernameFormType
  15429.      */
  15430.     protected function getFosUser_UsernameFormTypeService()
  15431.     {
  15432.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  15433.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  15434.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Form/Type/UsernameFormType.php';
  15435.         return $this->privates['fos_user.username_form_type'] = new \FOS\UserBundle\Form\Type\UsernameFormType(($this->privates['fos_user.user_to_username_transformer'] ?? $this->getFosUser_UserToUsernameTransformerService()));
  15436.     }
  15437.     /**
  15438.      * Gets the private 'fos_user.util.canonical_fields_updater' shared service.
  15439.      *
  15440.      * @return \FOS\UserBundle\Util\CanonicalFieldsUpdater
  15441.      */
  15442.     protected function getFosUser_Util_CanonicalFieldsUpdaterService()
  15443.     {
  15444.         $a = ($this->privates['fos_user.util.canonicalizer.default'] ?? ($this->privates['fos_user.util.canonicalizer.default'] = new \FOS\UserBundle\Util\Canonicalizer()));
  15445.         return $this->privates['fos_user.util.canonical_fields_updater'] = new \FOS\UserBundle\Util\CanonicalFieldsUpdater($a$a);
  15446.     }
  15447.     /**
  15448.      * Gets the private 'fos_user.util.canonicalizer.default' shared service.
  15449.      *
  15450.      * @return \FOS\UserBundle\Util\Canonicalizer
  15451.      */
  15452.     protected function getFosUser_Util_Canonicalizer_DefaultService()
  15453.     {
  15454.         return $this->privates['fos_user.util.canonicalizer.default'] = new \FOS\UserBundle\Util\Canonicalizer();
  15455.     }
  15456.     /**
  15457.      * Gets the private 'fos_user.util.password_updater' shared service.
  15458.      *
  15459.      * @return \FOS\UserBundle\Util\HashingPasswordUpdater
  15460.      */
  15461.     protected function getFosUser_Util_PasswordUpdaterService()
  15462.     {
  15463.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Util/PasswordUpdaterInterface.php';
  15464.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Util/HashingPasswordUpdater.php';
  15465.         return $this->privates['fos_user.util.password_updater'] = new \FOS\UserBundle\Util\HashingPasswordUpdater(($this->privates['security.password_hasher_factory'] ?? $this->getSecurity_PasswordHasherFactoryService()));
  15466.     }
  15467.     /**
  15468.      * Gets the private 'fos_user.util.token_generator.default' shared service.
  15469.      *
  15470.      * @return \FOS\UserBundle\Util\TokenGenerator
  15471.      */
  15472.     protected function getFosUser_Util_TokenGenerator_DefaultService()
  15473.     {
  15474.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Util/TokenGeneratorInterface.php';
  15475.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Util/TokenGenerator.php';
  15476.         return $this->privates['fos_user.util.token_generator.default'] = new \FOS\UserBundle\Util\TokenGenerator();
  15477.     }
  15478.     /**
  15479.      * Gets the private 'fos_user.util.user_manipulator' shared service.
  15480.      *
  15481.      * @return \FOS\UserBundle\Util\UserManipulator
  15482.      */
  15483.     protected function getFosUser_Util_UserManipulatorService()
  15484.     {
  15485.         include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Util/UserManipulator.php';
  15486.         return $this->privates['fos_user.util.user_manipulator'] = new \FOS\UserBundle\Util\UserManipulator(($this->services['app.user.manager'] ?? $this->getApp_User_ManagerService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  15487.     }
  15488.     /**
  15489.      * Gets the private 'fos_user.validator.initializer' shared service.
  15490.      *
  15491.      * @return \FOS\UserBundle\Validator\Initializer
  15492.      */
  15493.     protected function getFosUser_Validator_InitializerService()
  15494.     {
  15495.         return $this->privates['fos_user.validator.initializer'] = new \FOS\UserBundle\Validator\Initializer(($this->privates['fos_user.util.canonical_fields_updater'] ?? $this->getFosUser_Util_CanonicalFieldsUpdaterService()));
  15496.     }
  15497.     /**
  15498.      * Gets the private 'fragment.handler' shared service.
  15499.      *
  15500.      * @return \Symfony\Component\HttpKernel\DependencyInjection\LazyLoadingFragmentHandler
  15501.      */
  15502.     protected function getFragment_HandlerService()
  15503.     {
  15504.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/FragmentHandler.php';
  15505.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DependencyInjection/LazyLoadingFragmentHandler.php';
  15506.         return $this->privates['fragment.handler'] = new \Symfony\Component\HttpKernel\DependencyInjection\LazyLoadingFragmentHandler(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  15507.             'hinclude' => ['privates''fragment.renderer.hinclude''getFragment_Renderer_HincludeService'false],
  15508.             'inline' => ['privates''fragment.renderer.inline''getFragment_Renderer_InlineService'false],
  15509.         ], [
  15510.             'hinclude' => '?',
  15511.             'inline' => '?',
  15512.         ]), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), true);
  15513.     }
  15514.     /**
  15515.      * Gets the private 'fragment.listener' shared service.
  15516.      *
  15517.      * @return \Symfony\Component\HttpKernel\EventListener\FragmentListener
  15518.      */
  15519.     protected function getFragment_ListenerService()
  15520.     {
  15521.         return $this->privates['fragment.listener'] = new \Symfony\Component\HttpKernel\EventListener\FragmentListener(($this->privates['uri_signer'] ?? ($this->privates['uri_signer'] = new \Symfony\Component\HttpKernel\UriSigner($this->getEnv('APP_SECRET')))), '/_fragment');
  15522.     }
  15523.     /**
  15524.      * Gets the private 'fragment.renderer.hinclude' shared service.
  15525.      *
  15526.      * @return \Symfony\Component\HttpKernel\Fragment\HIncludeFragmentRenderer
  15527.      */
  15528.     protected function getFragment_Renderer_HincludeService()
  15529.     {
  15530.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/FragmentRendererInterface.php';
  15531.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/RoutableFragmentRenderer.php';
  15532.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/HIncludeFragmentRenderer.php';
  15533.         $this->privates['fragment.renderer.hinclude'] = $instance = new \Symfony\Component\HttpKernel\Fragment\HIncludeFragmentRenderer(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()), ($this->privates['uri_signer'] ?? ($this->privates['uri_signer'] = new \Symfony\Component\HttpKernel\UriSigner($this->getEnv('APP_SECRET')))), NULL);
  15534.         $instance->setFragmentPath('/_fragment');
  15535.         return $instance;
  15536.     }
  15537.     /**
  15538.      * Gets the private 'fragment.renderer.inline' shared service.
  15539.      *
  15540.      * @return \Symfony\Component\HttpKernel\Fragment\InlineFragmentRenderer
  15541.      */
  15542.     protected function getFragment_Renderer_InlineService()
  15543.     {
  15544.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/FragmentRendererInterface.php';
  15545.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/RoutableFragmentRenderer.php';
  15546.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/InlineFragmentRenderer.php';
  15547.         $this->privates['fragment.renderer.inline'] = $instance = new \Symfony\Component\HttpKernel\Fragment\InlineFragmentRenderer(($this->services['http_kernel'] ?? $this->getHttpKernelService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  15548.         $instance->setFragmentPath('/_fragment');
  15549.         return $instance;
  15550.     }
  15551.     /**
  15552.      * Gets the private 'fragment.uri_generator' shared service.
  15553.      *
  15554.      * @return \Symfony\Component\HttpKernel\Fragment\FragmentUriGenerator
  15555.      */
  15556.     protected function getFragment_UriGeneratorService()
  15557.     {
  15558.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/FragmentUriGeneratorInterface.php';
  15559.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/FragmentUriGenerator.php';
  15560.         return $this->privates['fragment.uri_generator'] = new \Symfony\Component\HttpKernel\Fragment\FragmentUriGenerator('/_fragment', ($this->privates['uri_signer'] ?? ($this->privates['uri_signer'] = new \Symfony\Component\HttpKernel\UriSigner($this->getEnv('APP_SECRET')))), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  15561.     }
  15562.     /**
  15563.      * Gets the private 'framework_extra_bundle.argument_name_convertor' shared service.
  15564.      *
  15565.      * @return \Sensio\Bundle\FrameworkExtraBundle\Request\ArgumentNameConverter
  15566.      */
  15567.     protected function getFrameworkExtraBundle_ArgumentNameConvertorService()
  15568.     {
  15569.         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())));
  15570.     }
  15571.     /**
  15572.      * Gets the private 'framework_extra_bundle.date_time_param_converter' shared service.
  15573.      *
  15574.      * @return \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\DateTimeParamConverter
  15575.      */
  15576.     protected function getFrameworkExtraBundle_DateTimeParamConverterService()
  15577.     {
  15578.         return $this->privates['framework_extra_bundle.date_time_param_converter'] = new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\DateTimeParamConverter();
  15579.     }
  15580.     /**
  15581.      * Gets the private 'framework_extra_bundle.event.is_granted' shared service.
  15582.      *
  15583.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\IsGrantedListener
  15584.      */
  15585.     protected function getFrameworkExtraBundle_Event_IsGrantedService()
  15586.     {
  15587.         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()));
  15588.     }
  15589.     /**
  15590.      * Gets the private 'hautelook_alice.alice.file_locator.kernel' shared service.
  15591.      *
  15592.      * @return \Hautelook\AliceBundle\Alice\FileLocator\KernelFileLocator
  15593.      */
  15594.     protected function getHautelookAlice_Alice_FileLocator_KernelService()
  15595.     {
  15596.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FileLocatorInterface.php';
  15597.         include_once \dirname(__DIR__4).'/vendor/hautelook/alice-bundle/src/Alice/FileLocator/KernelFileLocator.php';
  15598.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FileLocator/DefaultFileLocator.php';
  15599.         return $this->privates['hautelook_alice.alice.file_locator.kernel'] = new \Hautelook\AliceBundle\Alice\FileLocator\KernelFileLocator(($this->privates['nelmio_alice.file_locator.default'] ?? ($this->privates['nelmio_alice.file_locator.default'] = new \Nelmio\Alice\FileLocator\DefaultFileLocator())), ($this->services['kernel'] ?? $this->get('kernel'1)));
  15600.     }
  15601.     /**
  15602.      * Gets the private 'hautelook_alice.alice.generator.instantiator.chainable.instantiated_reference_instantiator' shared service.
  15603.      *
  15604.      * @return \Hautelook\AliceBundle\Alice\Generator\Instantiator\Chainable\InstantiatedReferenceInstantiator
  15605.      */
  15606.     protected function getHautelookAlice_Alice_Generator_Instantiator_Chainable_InstantiatedReferenceInstantiatorService()
  15607.     {
  15608.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/InstantiatorInterface.php';
  15609.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Instantiator/ChainableInstantiatorInterface.php';
  15610.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareInterface.php';
  15611.         include_once \dirname(__DIR__4).'/vendor/hautelook/alice-bundle/src/Alice/Generator/Instantiator/Chainable/InstantiatedReferenceInstantiator.php';
  15612.         $this->privates['hautelook_alice.alice.generator.instantiator.chainable.instantiated_reference_instantiator'] = $instance = new \Hautelook\AliceBundle\Alice\Generator\Instantiator\Chainable\InstantiatedReferenceInstantiator();
  15613.         $instance->setContainer($this);
  15614.         return $instance;
  15615.     }
  15616.     /**
  15617.      * Gets the private 'hautelook_alice.locator.env_directory' shared service.
  15618.      *
  15619.      * @return \Hautelook\AliceBundle\Locator\EnvDirectoryLocator
  15620.      */
  15621.     protected function getHautelookAlice_Locator_EnvDirectoryService()
  15622.     {
  15623.         include_once \dirname(__DIR__4).'/vendor/hautelook/alice-bundle/src/FixtureLocatorInterface.php';
  15624.         include_once \dirname(__DIR__4).'/vendor/hautelook/alice-bundle/src/Locator/EnvDirectoryLocator.php';
  15625.         return $this->privates['hautelook_alice.locator.env_directory'] = new \Hautelook\AliceBundle\Locator\EnvDirectoryLocator($this->parameters['hautelook_alice.fixtures_path'], $this->parameters['hautelook_alice.root_dirs']);
  15626.     }
  15627.     /**
  15628.      * Gets the private 'hautelook_alice.resolver.bundle.simple_resolver' shared service.
  15629.      *
  15630.      * @return \Hautelook\AliceBundle\Resolver\Bundle\SimpleBundleResolver
  15631.      */
  15632.     protected function getHautelookAlice_Resolver_Bundle_SimpleResolverService()
  15633.     {
  15634.         include_once \dirname(__DIR__4).'/vendor/hautelook/alice-bundle/src/BundleResolverInterface.php';
  15635.         include_once \dirname(__DIR__4).'/vendor/hautelook/alice-bundle/src/Resolver/Bundle/SimpleBundleResolver.php';
  15636.         return $this->privates['hautelook_alice.resolver.bundle.simple_resolver'] = new \Hautelook\AliceBundle\Resolver\Bundle\SimpleBundleResolver(($this->services['kernel'] ?? $this->get('kernel'1)));
  15637.     }
  15638.     /**
  15639.      * Gets the private 'httplug.client.app.client' shared service.
  15640.      *
  15641.      * @return \Http\Client\HttpClient
  15642.      */
  15643.     protected function getHttplug_Client_App_ClientService()
  15644.     {
  15645.         include_once \dirname(__DIR__4).'/vendor/psr/http-client/src/ClientInterface.php';
  15646.         include_once \dirname(__DIR__4).'/vendor/php-http/httplug/src/HttpClient.php';
  15647.         return $this->privates['httplug.client.app.client'] = ($this->privates['httplug.collector.factory.auto'] ?? $this->getHttplug_Collector_Factory_AutoService())->createClient([]);
  15648.     }
  15649.     /**
  15650.      * Gets the private 'httplug.client.app.http_methods.inner' shared service.
  15651.      *
  15652.      * @return \Http\Client\Common\PluginClient
  15653.      */
  15654.     protected function getHttplug_Client_App_HttpMethods_InnerService()
  15655.     {
  15656.         include_once \dirname(__DIR__4).'/vendor/psr/http-client/src/ClientInterface.php';
  15657.         include_once \dirname(__DIR__4).'/vendor/php-http/httplug/src/HttpClient.php';
  15658.         include_once \dirname(__DIR__4).'/vendor/php-http/httplug/src/HttpAsyncClient.php';
  15659.         include_once \dirname(__DIR__4).'/vendor/php-http/client-common/src/PluginClient.php';
  15660.         include_once \dirname(__DIR__4).'/vendor/php-http/client-common/src/Plugin.php';
  15661.         include_once \dirname(__DIR__4).'/vendor/php-http/client-common/src/Plugin/ContentLengthPlugin.php';
  15662.         include_once \dirname(__DIR__4).'/vendor/php-http/client-common/src/Plugin/RedirectPlugin.php';
  15663.         return $this->privates['httplug.client.app.http_methods.inner'] = ($this->privates['Http\\Client\\Common\\PluginClientFactory'] ?? $this->getPluginClientFactoryService())->createClient(($this->privates['httplug.client.app.client'] ?? $this->getHttplug_Client_App_ClientService()), [=> ($this->privates['httplug.plugin.content_length'] ?? ($this->privates['httplug.plugin.content_length'] = new \Http\Client\Common\Plugin\ContentLengthPlugin())), => ($this->privates['httplug.plugin.redirect'] ?? ($this->privates['httplug.plugin.redirect'] = new \Http\Client\Common\Plugin\RedirectPlugin(['preserve_header' => true'use_default_for_multiple' => true])))], ['client_name' => 'app']);
  15664.     }
  15665.     /**
  15666.      * Gets the private 'httplug.collector.collector' shared service.
  15667.      *
  15668.      * @return \Http\HttplugBundle\Collector\Collector
  15669.      */
  15670.     protected function getHttplug_Collector_CollectorService()
  15671.     {
  15672.         return $this->privates['httplug.collector.collector'] = new \Http\HttplugBundle\Collector\Collector();
  15673.     }
  15674.     /**
  15675.      * Gets the private 'httplug.collector.factory.auto' shared service.
  15676.      *
  15677.      * @return \Http\HttplugBundle\Collector\ProfileClientFactory
  15678.      */
  15679.     protected function getHttplug_Collector_Factory_AutoService()
  15680.     {
  15681.         include_once \dirname(__DIR__4).'/vendor/php-http/httplug-bundle/src/ClientFactory/ClientFactory.php';
  15682.         include_once \dirname(__DIR__4).'/vendor/php-http/httplug-bundle/src/Collector/ProfileClientFactory.php';
  15683.         include_once \dirname(__DIR__4).'/vendor/php-http/httplug-bundle/src/ClientFactory/AutoDiscoveryFactory.php';
  15684.         return $this->privates['httplug.collector.factory.auto'] = new \Http\HttplugBundle\Collector\ProfileClientFactory(($this->privates['httplug.collector.factory.auto.inner'] ?? ($this->privates['httplug.collector.factory.auto.inner'] = new \Http\HttplugBundle\ClientFactory\AutoDiscoveryFactory())), ($this->privates['httplug.collector.collector'] ?? ($this->privates['httplug.collector.collector'] = new \Http\HttplugBundle\Collector\Collector())), ($this->privates['httplug.collector.formatter'] ?? $this->getHttplug_Collector_FormatterService()), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  15685.     }
  15686.     /**
  15687.      * Gets the private 'httplug.collector.factory.auto.inner' shared service.
  15688.      *
  15689.      * @return \Http\HttplugBundle\ClientFactory\AutoDiscoveryFactory
  15690.      */
  15691.     protected function getHttplug_Collector_Factory_Auto_InnerService()
  15692.     {
  15693.         include_once \dirname(__DIR__4).'/vendor/php-http/httplug-bundle/src/ClientFactory/ClientFactory.php';
  15694.         include_once \dirname(__DIR__4).'/vendor/php-http/httplug-bundle/src/ClientFactory/AutoDiscoveryFactory.php';
  15695.         return $this->privates['httplug.collector.factory.auto.inner'] = new \Http\HttplugBundle\ClientFactory\AutoDiscoveryFactory();
  15696.     }
  15697.     /**
  15698.      * Gets the private 'httplug.collector.formatter' shared service.
  15699.      *
  15700.      * @return \Http\HttplugBundle\Collector\Formatter
  15701.      */
  15702.     protected function getHttplug_Collector_FormatterService()
  15703.     {
  15704.         return $this->privates['httplug.collector.formatter'] = new \Http\HttplugBundle\Collector\Formatter(($this->privates['httplug.formatter.full_http_message'] ?? ($this->privates['httplug.formatter.full_http_message'] = new \Http\Message\Formatter\FullHttpMessageFormatter(0))), new \Http\Message\Formatter\CurlCommandFormatter());
  15705.     }
  15706.     /**
  15707.      * Gets the private 'httplug.collector.twig.http_message' shared service.
  15708.      *
  15709.      * @return \Http\HttplugBundle\Collector\Twig\HttpMessageMarkupExtension
  15710.      */
  15711.     protected function getHttplug_Collector_Twig_HttpMessageService()
  15712.     {
  15713.         return $this->privates['httplug.collector.twig.http_message'] = new \Http\HttplugBundle\Collector\Twig\HttpMessageMarkupExtension(($this->services['var_dumper.cloner'] ?? $this->getVarDumper_ClonerService()), ($this->privates['var_dumper.html_dumper'] ?? $this->getVarDumper_HtmlDumperService()));
  15714.     }
  15715.     /**
  15716.      * Gets the private 'httplug.formatter.full_http_message' shared service.
  15717.      *
  15718.      * @return \Http\Message\Formatter\FullHttpMessageFormatter
  15719.      */
  15720.     protected function getHttplug_Formatter_FullHttpMessageService()
  15721.     {
  15722.         return $this->privates['httplug.formatter.full_http_message'] = new \Http\Message\Formatter\FullHttpMessageFormatter(0);
  15723.     }
  15724.     /**
  15725.      * Gets the private 'httplug.plugin.content_length' shared service.
  15726.      *
  15727.      * @return \Http\Client\Common\Plugin\ContentLengthPlugin
  15728.      */
  15729.     protected function getHttplug_Plugin_ContentLengthService()
  15730.     {
  15731.         include_once \dirname(__DIR__4).'/vendor/php-http/client-common/src/Plugin.php';
  15732.         include_once \dirname(__DIR__4).'/vendor/php-http/client-common/src/Plugin/ContentLengthPlugin.php';
  15733.         return $this->privates['httplug.plugin.content_length'] = new \Http\Client\Common\Plugin\ContentLengthPlugin();
  15734.     }
  15735.     /**
  15736.      * Gets the private 'httplug.plugin.redirect' shared service.
  15737.      *
  15738.      * @return \Http\Client\Common\Plugin\RedirectPlugin
  15739.      */
  15740.     protected function getHttplug_Plugin_RedirectService()
  15741.     {
  15742.         include_once \dirname(__DIR__4).'/vendor/php-http/client-common/src/Plugin.php';
  15743.         include_once \dirname(__DIR__4).'/vendor/php-http/client-common/src/Plugin/RedirectPlugin.php';
  15744.         return $this->privates['httplug.plugin.redirect'] = new \Http\Client\Common\Plugin\RedirectPlugin(['preserve_header' => true'use_default_for_multiple' => true]);
  15745.     }
  15746.     /**
  15747.      * Gets the private 'httplug.strategy_listener' shared service.
  15748.      *
  15749.      * @return \Http\HttplugBundle\Discovery\ConfiguredClientsStrategyListener
  15750.      */
  15751.     protected function getHttplug_StrategyListenerService()
  15752.     {
  15753.         return $this->privates['httplug.strategy_listener'] = new \Http\HttplugBundle\Discovery\ConfiguredClientsStrategyListener();
  15754.     }
  15755.     /**
  15756.      * Gets the private 'hwi_oauth.authentication.listener.oauth.main' shared service.
  15757.      *
  15758.      * @return \HWI\Bundle\OAuthBundle\Security\Http\Firewall\OAuthListener
  15759.      */
  15760.     protected function getHwiOauth_Authentication_Listener_Oauth_MainService()
  15761.     {
  15762.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/FirewallListenerInterface.php';
  15763.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  15764.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractAuthenticationListener.php';
  15765.         include_once \dirname(__DIR__4).'/vendor/hwi/oauth-bundle/src/Security/Http/Firewall/OAuthListener.php';
  15766.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Session/SessionAuthenticationStrategyInterface.php';
  15767.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Session/SessionAuthenticationStrategy.php';
  15768.         $this->privates['hwi_oauth.authentication.listener.oauth.main'] = $instance = new \HWI\Bundle\OAuthBundle\Security\Http\Firewall\OAuthListener(($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), ($this->privates['security.authentication.manager'] ?? $this->getSecurity_Authentication_ManagerService()), ($this->privates['security.authentication.session_strategy'] ?? ($this->privates['security.authentication.session_strategy'] = new \Symfony\Component\Security\Http\Session\SessionAuthenticationStrategy('migrate'))), ($this->privates['security.http_utils'] ?? $this->getSecurity_HttpUtilsService()), 'main', ($this->privates['security.authentication.success_handler.main.oauth'] ?? $this->getSecurity_Authentication_SuccessHandler_Main_OauthService()), ($this->privates['security.authentication.failure_handler.main.oauth'] ?? $this->getSecurity_Authentication_FailureHandler_Main_OauthService()), ['login_path' => '/login''use_forward' => false'check_path' => '/login_check''require_previous_session' => false], ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  15769.         $instance->setResourceOwnerMap(($this->services['hwi_oauth.resource_ownermap.main'] ?? $this->getHwiOauth_ResourceOwnermap_MainService()));
  15770.         $instance->setCheckPaths($this->parameters['hwi_oauth.resource_ownermap.configured.main']);
  15771.         $instance->setRememberMeServices(($this->privates['security.authentication.rememberme.services.simplehash.main'] ?? $this->getSecurity_Authentication_Rememberme_Services_Simplehash_MainService()));
  15772.         return $instance;
  15773.     }
  15774.     /**
  15775.      * Gets the private 'hwi_oauth.authentication.provider.oauth.main' shared service.
  15776.      *
  15777.      * @return \HWI\Bundle\OAuthBundle\Security\Core\Authentication\Provider\OAuthProvider
  15778.      */
  15779.     protected function getHwiOauth_Authentication_Provider_Oauth_MainService()
  15780.     {
  15781.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/AuthenticationManagerInterface.php';
  15782.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Provider/AuthenticationProviderInterface.php';
  15783.         include_once \dirname(__DIR__4).'/vendor/hwi/oauth-bundle/src/Security/Core/Authentication/Provider/OAuthProvider.php';
  15784.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/UserCheckerInterface.php';
  15785.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/InMemoryUserChecker.php';
  15786.         return $this->privates['hwi_oauth.authentication.provider.oauth.main'] = new \HWI\Bundle\OAuthBundle\Security\Core\Authentication\Provider\OAuthProvider(($this->services['app.provider.oauth'] ?? $this->getApp_Provider_OauthService()), ($this->services['hwi_oauth.resource_ownermap.main'] ?? $this->getHwiOauth_ResourceOwnermap_MainService()), ($this->services['hwi_oauth.user_checker'] ?? ($this->services['hwi_oauth.user_checker'] = new \Symfony\Component\Security\Core\User\InMemoryUserChecker())), ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()));
  15787.     }
  15788.     /**
  15789.      * Gets the private 'hwi_oauth.context_listener.token_refresher.main' shared service.
  15790.      *
  15791.      * @return \HWI\Bundle\OAuthBundle\Security\Http\Firewall\RefreshAccessTokenListenerOld
  15792.      */
  15793.     protected function getHwiOauth_ContextListener_TokenRefresher_MainService()
  15794.     {
  15795.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/FirewallListenerInterface.php';
  15796.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  15797.         include_once \dirname(__DIR__4).'/vendor/hwi/oauth-bundle/src/Security/Http/Firewall/AbstractRefreshAccessTokenListener.php';
  15798.         include_once \dirname(__DIR__4).'/vendor/hwi/oauth-bundle/src/Security/Http/Firewall/RefreshAccessTokenListener.php';
  15799.         include_once \dirname(__DIR__4).'/vendor/hwi/oauth-bundle/src/Security/Http/Firewall/RefreshAccessTokenListenerOld.php';
  15800.         $this->privates['hwi_oauth.context_listener.token_refresher.main'] = $instance = new \HWI\Bundle\OAuthBundle\Security\Http\Firewall\RefreshAccessTokenListenerOld(($this->privates['hwi_oauth.authentication.provider.oauth.main'] ?? $this->getHwiOauth_Authentication_Provider_Oauth_MainService()));
  15801.         $instance->setTokenStorage(($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()));
  15802.         $instance->setResourceOwnerMap(($this->services['hwi_oauth.resource_ownermap.main'] ?? $this->getHwiOauth_ResourceOwnermap_MainService()));
  15803.         return $instance;
  15804.     }
  15805.     /**
  15806.      * Gets the private 'hwi_oauth.resource_owner.google' shared service.
  15807.      *
  15808.      * @return \HWI\Bundle\OAuthBundle\OAuth\ResourceOwner\GoogleResourceOwner
  15809.      */
  15810.     protected function getHwiOauth_ResourceOwner_GoogleService()
  15811.     {
  15812.         include_once \dirname(__DIR__4).'/vendor/hwi/oauth-bundle/src/OAuth/ResourceOwnerInterface.php';
  15813.         include_once \dirname(__DIR__4).'/vendor/hwi/oauth-bundle/src/OAuth/ResourceOwner/AbstractResourceOwner.php';
  15814.         include_once \dirname(__DIR__4).'/vendor/hwi/oauth-bundle/src/OAuth/ResourceOwner/GenericOAuth2ResourceOwner.php';
  15815.         include_once \dirname(__DIR__4).'/vendor/hwi/oauth-bundle/src/OAuth/ResourceOwner/GoogleResourceOwner.php';
  15816.         return $this->privates['hwi_oauth.resource_owner.google'] = new \HWI\Bundle\OAuthBundle\OAuth\ResourceOwner\GoogleResourceOwner(($this->privates['.debug.hwi_oauth.http_client'] ?? $this->get_Debug_HwiOauth_HttpClientService()), ($this->privates['security.http_utils'] ?? $this->getSecurity_HttpUtilsService()), ['client_id' => '902750113591-bve9npki8lk031u5g2oogq3p6c5bbouo.apps.googleusercontent.com''client_secret' => 'MvlXw-tKrtUivbMZ4mu7i-Hz''scope' => 'https://www.googleapis.com/auth/userinfo.email https://www.googleapis.com/auth/userinfo.profile''paths' => ['email' => 'email'], 'options' => []], 'google', ($this->privates['hwi_oauth.storage.session'] ?? $this->getHwiOauth_Storage_SessionService()));
  15817.     }
  15818.     /**
  15819.      * Gets the private 'hwi_oauth.resource_ownermap_locator' shared service.
  15820.      *
  15821.      * @return \HWI\Bundle\OAuthBundle\Security\Http\ResourceOwnerMapLocator
  15822.      */
  15823.     protected function getHwiOauth_ResourceOwnermapLocatorService()
  15824.     {
  15825.         include_once \dirname(__DIR__4).'/vendor/hwi/oauth-bundle/src/Security/Http/ResourceOwnerMapLocator.php';
  15826.         $this->privates['hwi_oauth.resource_ownermap_locator'] = $instance = new \HWI\Bundle\OAuthBundle\Security\Http\ResourceOwnerMapLocator();
  15827.         $instance->set('main', ($this->services['hwi_oauth.resource_ownermap.main'] ?? $this->getHwiOauth_ResourceOwnermap_MainService()));
  15828.         return $instance;
  15829.     }
  15830.     /**
  15831.      * Gets the private 'hwi_oauth.security.oauth_utils' shared service.
  15832.      *
  15833.      * @return \HWI\Bundle\OAuthBundle\Security\OAuthUtils
  15834.      */
  15835.     protected function getHwiOauth_Security_OauthUtilsService()
  15836.     {
  15837.         include_once \dirname(__DIR__4).'/vendor/hwi/oauth-bundle/src/Security/OAuthUtils.php';
  15838.         $this->privates['hwi_oauth.security.oauth_utils'] = $instance = new \HWI\Bundle\OAuthBundle\Security\OAuthUtils(($this->privates['security.http_utils'] ?? $this->getSecurity_HttpUtilsService()), ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService()), false'IS_AUTHENTICATED_REMEMBERED');
  15839.         $instance->addResourceOwnerMap(($this->services['hwi_oauth.resource_ownermap.main'] ?? $this->getHwiOauth_ResourceOwnermap_MainService()));
  15840.         return $instance;
  15841.     }
  15842.     /**
  15843.      * Gets the private 'hwi_oauth.storage.session' shared service.
  15844.      *
  15845.      * @return \HWI\Bundle\OAuthBundle\OAuth\RequestDataStorage\SessionStorage
  15846.      */
  15847.     protected function getHwiOauth_Storage_SessionService()
  15848.     {
  15849.         include_once \dirname(__DIR__4).'/vendor/hwi/oauth-bundle/src/OAuth/RequestDataStorageInterface.php';
  15850.         include_once \dirname(__DIR__4).'/vendor/hwi/oauth-bundle/src/OAuth/RequestDataStorage/SessionStorage.php';
  15851.         return $this->privates['hwi_oauth.storage.session'] = new \HWI\Bundle\OAuthBundle\OAuth\RequestDataStorage\SessionStorage(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  15852.     }
  15853.     /**
  15854.      * Gets the private 'hwi_oauth.templating.helper.oauth' shared service.
  15855.      *
  15856.      * @return \HWI\Bundle\OAuthBundle\Templating\Helper\OAuthHelper
  15857.      */
  15858.     protected function getHwiOauth_Templating_Helper_OauthService()
  15859.     {
  15860.         include_once \dirname(__DIR__4).'/vendor/symfony/templating/Helper/HelperInterface.php';
  15861.         include_once \dirname(__DIR__4).'/vendor/symfony/templating/Helper/Helper.php';
  15862.         include_once \dirname(__DIR__4).'/vendor/hwi/oauth-bundle/src/Templating/Helper/OAuthHelper.php';
  15863.         return $this->privates['hwi_oauth.templating.helper.oauth'] = new \HWI\Bundle\OAuthBundle\Templating\Helper\OAuthHelper(($this->privates['hwi_oauth.security.oauth_utils'] ?? $this->getHwiOauth_Security_OauthUtilsService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  15864.     }
  15865.     /**
  15866.      * Gets the private 'hwi_oauth.twig.extension.oauth' shared service.
  15867.      *
  15868.      * @return \HWI\Bundle\OAuthBundle\Twig\Extension\OAuthExtension
  15869.      */
  15870.     protected function getHwiOauth_Twig_Extension_OauthService()
  15871.     {
  15872.         return $this->privates['hwi_oauth.twig.extension.oauth'] = new \HWI\Bundle\OAuthBundle\Twig\Extension\OAuthExtension();
  15873.     }
  15874.     /**
  15875.      * Gets the private 'hwi_oauth.twig.extension.oauth.runtime' shared service.
  15876.      *
  15877.      * @return \HWI\Bundle\OAuthBundle\Twig\Extension\OAuthRuntime
  15878.      */
  15879.     protected function getHwiOauth_Twig_Extension_Oauth_RuntimeService()
  15880.     {
  15881.         include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/RuntimeExtensionInterface.php';
  15882.         include_once \dirname(__DIR__4).'/vendor/hwi/oauth-bundle/src/Twig/Extension/OAuthRuntime.php';
  15883.         return $this->privates['hwi_oauth.twig.extension.oauth.runtime'] = new \HWI\Bundle\OAuthBundle\Twig\Extension\OAuthRuntime(($this->privates['hwi_oauth.templating.helper.oauth'] ?? $this->getHwiOauth_Templating_Helper_OauthService()));
  15884.     }
  15885.     /**
  15886.      * Gets the private 'hwi_oauth.util.domain_whitelist' shared service.
  15887.      *
  15888.      * @return \HWI\Bundle\OAuthBundle\Util\DomainWhitelist
  15889.      */
  15890.     protected function getHwiOauth_Util_DomainWhitelistService()
  15891.     {
  15892.         include_once \dirname(__DIR__4).'/vendor/hwi/oauth-bundle/src/Util/DomainWhitelist.php';
  15893.         return $this->privates['hwi_oauth.util.domain_whitelist'] = new \HWI\Bundle\OAuthBundle\Util\DomainWhitelist([]);
  15894.     }
  15895.     /**
  15896.      * Gets the private 'identity_translator' shared service.
  15897.      *
  15898.      * @return \Symfony\Component\Translation\IdentityTranslator
  15899.      */
  15900.     protected function getIdentityTranslatorService()
  15901.     {
  15902.         return $this->privates['identity_translator'] = new \Symfony\Component\Translation\IdentityTranslator();
  15903.     }
  15904.     /**
  15905.      * Gets the private 'jms_serializer.accessor_strategy.default' shared service.
  15906.      *
  15907.      * @return \JMS\Serializer\Accessor\DefaultAccessorStrategy
  15908.      */
  15909.     protected function getJmsSerializer_AccessorStrategy_DefaultService()
  15910.     {
  15911.         return $this->privates['jms_serializer.accessor_strategy.default'] = new \JMS\Serializer\Accessor\DefaultAccessorStrategy(($this->privates['jms_serializer.expression_evaluator'] ?? $this->getJmsSerializer_ExpressionEvaluatorService()));
  15912.     }
  15913.     /**
  15914.      * Gets the private 'jms_serializer.array_collection_handler' shared service.
  15915.      *
  15916.      * @return \JMS\Serializer\Handler\ArrayCollectionHandler
  15917.      */
  15918.     protected function getJmsSerializer_ArrayCollectionHandlerService()
  15919.     {
  15920.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Handler/SubscribingHandlerInterface.php';
  15921.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Handler/ArrayCollectionHandler.php';
  15922.         return $this->privates['jms_serializer.array_collection_handler'] = new \JMS\Serializer\Handler\ArrayCollectionHandler(false);
  15923.     }
  15924.     /**
  15925.      * Gets the private 'jms_serializer.cache.cache_clearer' shared service.
  15926.      *
  15927.      * @return \JMS\SerializerBundle\Cache\CacheClearer
  15928.      */
  15929.     protected function getJmsSerializer_Cache_CacheClearerService()
  15930.     {
  15931.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/CacheClearerInterface.php';
  15932.         include_once \dirname(__DIR__4).'/vendor/jms/serializer-bundle/Cache/CacheClearer.php';
  15933.         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')))));
  15934.     }
  15935.     /**
  15936.      * Gets the private 'jms_serializer.constraint_violation_handler' shared service.
  15937.      *
  15938.      * @return \JMS\Serializer\Handler\ConstraintViolationHandler
  15939.      */
  15940.     protected function getJmsSerializer_ConstraintViolationHandlerService()
  15941.     {
  15942.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Handler/SubscribingHandlerInterface.php';
  15943.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Handler/ConstraintViolationHandler.php';
  15944.         return $this->privates['jms_serializer.constraint_violation_handler'] = new \JMS\Serializer\Handler\ConstraintViolationHandler();
  15945.     }
  15946.     /**
  15947.      * Gets the private 'jms_serializer.datetime_handler' shared service.
  15948.      *
  15949.      * @return \JMS\Serializer\Handler\DateHandler
  15950.      */
  15951.     protected function getJmsSerializer_DatetimeHandlerService()
  15952.     {
  15953.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Handler/SubscribingHandlerInterface.php';
  15954.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Handler/DateHandler.php';
  15955.         return $this->privates['jms_serializer.datetime_handler'] = new \JMS\Serializer\Handler\DateHandler('Y-m-d\\TH:i:sP''UTC'true);
  15956.     }
  15957.     /**
  15958.      * Gets the private 'jms_serializer.deserialization_graph_navigator_factory' shared service.
  15959.      *
  15960.      * @return \JMS\Serializer\GraphNavigator\Factory\DeserializationGraphNavigatorFactory
  15961.      */
  15962.     protected function getJmsSerializer_DeserializationGraphNavigatorFactoryService()
  15963.     {
  15964.         return $this->privates['jms_serializer.deserialization_graph_navigator_factory'] = new \JMS\Serializer\GraphNavigator\Factory\DeserializationGraphNavigatorFactory(($this->privates['jms_serializer.traceable_metadata_factory'] ?? $this->getJmsSerializer_TraceableMetadataFactoryService()), ($this->privates['jms_serializer.traceable_handler_registry'] ?? $this->getJmsSerializer_TraceableHandlerRegistryService()), ($this->privates['jms_serializer.doctrine_object_constructor'] ?? $this->getJmsSerializer_DoctrineObjectConstructorService()), ($this->privates['jms_serializer.accessor_strategy.default'] ?? $this->getJmsSerializer_AccessorStrategy_DefaultService()), ($this->privates['jms_serializer.traceable_event_dispatcher'] ?? $this->getJmsSerializer_TraceableEventDispatcherService()), ($this->privates['jms_serializer.expression_evaluator'] ?? $this->getJmsSerializer_ExpressionEvaluatorService()));
  15965.     }
  15966.     /**
  15967.      * Gets the private 'jms_serializer.doctrine_object_constructor' shared service.
  15968.      *
  15969.      * @return \JMS\Serializer\Construction\DoctrineObjectConstructor
  15970.      */
  15971.     protected function getJmsSerializer_DoctrineObjectConstructorService()
  15972.     {
  15973.         return $this->privates['jms_serializer.doctrine_object_constructor'] = new \JMS\Serializer\Construction\DoctrineObjectConstructor(($this->services['doctrine'] ?? $this->getDoctrineService()), ($this->privates['jms_serializer.unserialize_object_constructor'] ?? ($this->privates['jms_serializer.unserialize_object_constructor'] = new \JMS\Serializer\Construction\UnserializeObjectConstructor())), 'null');
  15974.     }
  15975.     /**
  15976.      * Gets the private 'jms_serializer.doctrine_proxy_subscriber' shared service.
  15977.      *
  15978.      * @return \JMS\Serializer\EventDispatcher\Subscriber\DoctrineProxySubscriber
  15979.      */
  15980.     protected function getJmsSerializer_DoctrineProxySubscriberService()
  15981.     {
  15982.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/EventDispatcher/EventSubscriberInterface.php';
  15983.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/EventDispatcher/Subscriber/DoctrineProxySubscriber.php';
  15984.         return $this->privates['jms_serializer.doctrine_proxy_subscriber'] = new \JMS\Serializer\EventDispatcher\Subscriber\DoctrineProxySubscriber(truefalse);
  15985.     }
  15986.     /**
  15987.      * Gets the private 'jms_serializer.event_dispatcher.service_locator' shared service.
  15988.      *
  15989.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  15990.      */
  15991.     protected function getJmsSerializer_EventDispatcher_ServiceLocatorService()
  15992.     {
  15993.         return $this->privates['jms_serializer.event_dispatcher.service_locator'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  15994.             'jms_serializer.stopwatch_subscriber' => ['privates''jms_serializer.stopwatch_subscriber''getJmsSerializer_StopwatchSubscriberService'false],
  15995.             'jms_serializer.traceable_runs_listener' => ['privates''jms_serializer.traceable_runs_listener''getJmsSerializer_TraceableRunsListenerService'false],
  15996.             'jms_serializer.doctrine_proxy_subscriber' => ['privates''jms_serializer.doctrine_proxy_subscriber''getJmsSerializer_DoctrineProxySubscriberService'false],
  15997.         ], [
  15998.             'jms_serializer.stopwatch_subscriber' => '?',
  15999.             'jms_serializer.traceable_runs_listener' => '?',
  16000.             'jms_serializer.doctrine_proxy_subscriber' => '?',
  16001.         ]);
  16002.     }
  16003.     /**
  16004.      * Gets the private 'jms_serializer.expression_evaluator' shared service.
  16005.      *
  16006.      * @return \JMS\Serializer\Expression\ExpressionEvaluator
  16007.      */
  16008.     protected function getJmsSerializer_ExpressionEvaluatorService()
  16009.     {
  16010.         return $this->privates['jms_serializer.expression_evaluator'] = new \JMS\Serializer\Expression\ExpressionEvaluator(($this->privates['jms_serializer.expression_language'] ?? $this->getJmsSerializer_ExpressionLanguageService()), ['container' => $this]);
  16011.     }
  16012.     /**
  16013.      * Gets the private 'jms_serializer.expression_language' shared service.
  16014.      *
  16015.      * @return \Symfony\Component\ExpressionLanguage\ExpressionLanguage
  16016.      */
  16017.     protected function getJmsSerializer_ExpressionLanguageService()
  16018.     {
  16019.         $this->privates['jms_serializer.expression_language'] = $instance = new \Symfony\Component\ExpressionLanguage\ExpressionLanguage();
  16020.         $instance->registerProvider(($this->privates['jms_serializer.expression_language.function_provider'] ?? ($this->privates['jms_serializer.expression_language.function_provider'] = new \JMS\SerializerBundle\ExpressionLanguage\BasicSerializerFunctionsProvider())));
  16021.         return $instance;
  16022.     }
  16023.     /**
  16024.      * Gets the private 'jms_serializer.expression_language.function_provider' shared service.
  16025.      *
  16026.      * @return \JMS\SerializerBundle\ExpressionLanguage\BasicSerializerFunctionsProvider
  16027.      */
  16028.     protected function getJmsSerializer_ExpressionLanguage_FunctionProviderService()
  16029.     {
  16030.         return $this->privates['jms_serializer.expression_language.function_provider'] = new \JMS\SerializerBundle\ExpressionLanguage\BasicSerializerFunctionsProvider();
  16031.     }
  16032.     /**
  16033.      * Gets the private 'jms_serializer.form_error_handler' shared service.
  16034.      *
  16035.      * @return \JMS\Serializer\Handler\FormErrorHandler
  16036.      */
  16037.     protected function getJmsSerializer_FormErrorHandlerService()
  16038.     {
  16039.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Handler/SubscribingHandlerInterface.php';
  16040.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Handler/FormErrorHandler.php';
  16041.         return $this->privates['jms_serializer.form_error_handler'] = new \JMS\Serializer\Handler\FormErrorHandler(($this->services['translator'] ?? $this->getTranslatorService()), 'validators');
  16042.     }
  16043.     /**
  16044.      * Gets the private 'jms_serializer.handler_registry.service_locator' shared service.
  16045.      *
  16046.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  16047.      */
  16048.     protected function getJmsSerializer_HandlerRegistry_ServiceLocatorService()
  16049.     {
  16050.         return $this->privates['jms_serializer.handler_registry.service_locator'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  16051.             'CodersLab\\Lms\\Modules\\Materials\\Infrastructure\\Serialization\\Material\\MaterialOnInstance\\SlugHandler' => ['services''CodersLab\\Lms\\Modules\\Materials\\Infrastructure\\Serialization\\Material\\MaterialOnInstance\\SlugHandler''getSlugHandlerService'false],
  16052.             'jms_serializer.array_collection_handler' => ['privates''jms_serializer.array_collection_handler''getJmsSerializer_ArrayCollectionHandlerService'false],
  16053.             'jms_serializer.constraint_violation_handler' => ['privates''jms_serializer.constraint_violation_handler''getJmsSerializer_ConstraintViolationHandlerService'false],
  16054.             'jms_serializer.datetime_handler' => ['privates''jms_serializer.datetime_handler''getJmsSerializer_DatetimeHandlerService'false],
  16055.             'jms_serializer.form_error_handler' => ['privates''jms_serializer.form_error_handler''getJmsSerializer_FormErrorHandlerService'false],
  16056.             'jms_serializer.iterator_handler' => ['privates''jms_serializer.iterator_handler''getJmsSerializer_IteratorHandlerService'false],
  16057.         ], [
  16058.             'CodersLab\\Lms\\Modules\\Materials\\Infrastructure\\Serialization\\Material\\MaterialOnInstance\\SlugHandler' => '?',
  16059.             'jms_serializer.array_collection_handler' => '?',
  16060.             'jms_serializer.constraint_violation_handler' => '?',
  16061.             'jms_serializer.datetime_handler' => '?',
  16062.             'jms_serializer.form_error_handler' => '?',
  16063.             'jms_serializer.iterator_handler' => '?',
  16064.         ]);
  16065.     }
  16066.     /**
  16067.      * Gets the private 'jms_serializer.iterator_handler' shared service.
  16068.      *
  16069.      * @return \JMS\Serializer\Handler\IteratorHandler
  16070.      */
  16071.     protected function getJmsSerializer_IteratorHandlerService()
  16072.     {
  16073.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Handler/SubscribingHandlerInterface.php';
  16074.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Handler/IteratorHandler.php';
  16075.         return $this->privates['jms_serializer.iterator_handler'] = new \JMS\Serializer\Handler\IteratorHandler();
  16076.     }
  16077.     /**
  16078.      * Gets the private 'jms_serializer.json_deserialization_visitor' shared service.
  16079.      *
  16080.      * @return \JMS\Serializer\Visitor\Factory\JsonDeserializationVisitorFactory
  16081.      */
  16082.     protected function getJmsSerializer_JsonDeserializationVisitorService()
  16083.     {
  16084.         $this->privates['jms_serializer.json_deserialization_visitor'] = $instance = new \JMS\Serializer\Visitor\Factory\JsonDeserializationVisitorFactory(false);
  16085.         $instance->setOptions(0);
  16086.         return $instance;
  16087.     }
  16088.     /**
  16089.      * Gets the private 'jms_serializer.json_serialization_visitor' shared service.
  16090.      *
  16091.      * @return \JMS\Serializer\Visitor\Factory\JsonSerializationVisitorFactory
  16092.      */
  16093.     protected function getJmsSerializer_JsonSerializationVisitorService()
  16094.     {
  16095.         $this->privates['jms_serializer.json_serialization_visitor'] = $instance = new \JMS\Serializer\Visitor\Factory\JsonSerializationVisitorFactory();
  16096.         $instance->setOptions(64);
  16097.         return $instance;
  16098.     }
  16099.     /**
  16100.      * Gets the private 'jms_serializer.metadata.annotation_and_attributes_reader' shared service.
  16101.      *
  16102.      * @return \JMS\Serializer\Metadata\Driver\AttributeDriver\AttributeReader
  16103.      */
  16104.     protected function getJmsSerializer_Metadata_AnnotationAndAttributesReaderService()
  16105.     {
  16106.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Metadata/Driver/AttributeDriver/AttributeReader.php';
  16107.         return $this->privates['jms_serializer.metadata.annotation_and_attributes_reader'] = new \JMS\Serializer\Metadata\Driver\AttributeDriver\AttributeReader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  16108.     }
  16109.     /**
  16110.      * Gets the private 'jms_serializer.metadata.annotation_driver' shared service.
  16111.      *
  16112.      * @return \JMS\Serializer\Metadata\Driver\AnnotationDriver
  16113.      */
  16114.     protected function getJmsSerializer_Metadata_AnnotationDriverService()
  16115.     {
  16116.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Metadata/Driver/ExpressionMetadataTrait.php';
  16117.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Metadata/Driver/AnnotationDriver.php';
  16118.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Naming/PropertyNamingStrategyInterface.php';
  16119.         include_once \dirname(__DIR__4).'/src/Lms/SharedKernel/Infrastructure/Serialization/SerializedNameOrIdenticalPropertyStrategy.php';
  16120.         return $this->privates['jms_serializer.metadata.annotation_driver'] = new \JMS\Serializer\Metadata\Driver\AnnotationDriver(($this->privates['jms_serializer.metadata.annotation_and_attributes_reader'] ?? $this->getJmsSerializer_Metadata_AnnotationAndAttributesReaderService()), ($this->services['jms_serializer.serialized_name_or_identical_property_strategy'] ?? ($this->services['jms_serializer.serialized_name_or_identical_property_strategy'] = new \CodersLab\Lms\SharedKernel\Infrastructure\Serialization\SerializedNameOrIdenticalPropertyStrategy())), ($this->privates['jms_serializer.type_parser'] ?? ($this->privates['jms_serializer.type_parser'] = new \JMS\Serializer\Type\Parser())));
  16121.     }
  16122.     /**
  16123.      * Gets the private 'jms_serializer.metadata.cache.file_cache' shared service.
  16124.      *
  16125.      * @return \Metadata\Cache\FileCache
  16126.      */
  16127.     protected function getJmsSerializer_Metadata_Cache_FileCacheService()
  16128.     {
  16129.         return $this->privates['jms_serializer.metadata.cache.file_cache'] = new \Metadata\Cache\FileCache(($this->targetDir.''.'/jms_serializer'));
  16130.     }
  16131.     /**
  16132.      * Gets the private 'jms_serializer.metadata.chain_driver' shared service.
  16133.      *
  16134.      * @return \Metadata\Driver\DriverChain
  16135.      */
  16136.     protected function getJmsSerializer_Metadata_ChainDriverService()
  16137.     {
  16138.         include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Driver/AdvancedDriverInterface.php';
  16139.         include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Driver/DriverChain.php';
  16140.         return $this->privates['jms_serializer.metadata.chain_driver'] = new \Metadata\Driver\DriverChain([=> ($this->privates['jms_serializer.metadata.yaml_driver'] ?? $this->getJmsSerializer_Metadata_YamlDriverService()), => ($this->privates['jms_serializer.metadata.xml_driver'] ?? $this->getJmsSerializer_Metadata_XmlDriverService()), => ($this->privates['jms_serializer.metadata.annotation_driver'] ?? $this->getJmsSerializer_Metadata_AnnotationDriverService())]);
  16141.     }
  16142.     /**
  16143.      * Gets the private 'jms_serializer.metadata.doctrine_type_driver' shared service.
  16144.      *
  16145.      * @return \JMS\Serializer\Metadata\Driver\DoctrineTypeDriver
  16146.      */
  16147.     protected function getJmsSerializer_Metadata_DoctrineTypeDriverService()
  16148.     {
  16149.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Metadata/Driver/AbstractDoctrineTypeDriver.php';
  16150.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Metadata/Driver/DoctrineTypeDriver.php';
  16151.         return $this->privates['jms_serializer.metadata.doctrine_type_driver'] = new \JMS\Serializer\Metadata\Driver\DoctrineTypeDriver(($this->privates['jms_serializer.metadata.chain_driver'] ?? $this->getJmsSerializer_Metadata_ChainDriverService()), ($this->services['doctrine'] ?? $this->getDoctrineService()), ($this->privates['jms_serializer.type_parser'] ?? ($this->privates['jms_serializer.type_parser'] = new \JMS\Serializer\Type\Parser())));
  16152.     }
  16153.     /**
  16154.      * Gets the private 'jms_serializer.metadata.lazy_loading_driver' shared service.
  16155.      *
  16156.      * @return \Metadata\Driver\LazyLoadingDriver
  16157.      */
  16158.     protected function getJmsSerializer_Metadata_LazyLoadingDriverService()
  16159.     {
  16160.         return $this->privates['jms_serializer.metadata.lazy_loading_driver'] = new \Metadata\Driver\LazyLoadingDriver(($this->privates['jms_serializer.metadata.service_locator'] ?? $this->getJmsSerializer_Metadata_ServiceLocatorService()), 'metadata_driver');
  16161.     }
  16162.     /**
  16163.      * Gets the private 'jms_serializer.metadata.service_locator' shared service.
  16164.      *
  16165.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  16166.      */
  16167.     protected function getJmsSerializer_Metadata_ServiceLocatorService()
  16168.     {
  16169.         return $this->privates['jms_serializer.metadata.service_locator'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  16170.             'metadata_driver' => ['services''jms_serializer.metadata_driver''getJmsSerializer_MetadataDriverService'false],
  16171.         ], [
  16172.             'metadata_driver' => '?',
  16173.         ]);
  16174.     }
  16175.     /**
  16176.      * Gets the private 'jms_serializer.metadata.traceable_file_locator' shared service.
  16177.      *
  16178.      * @return \JMS\SerializerBundle\Debug\TraceableFileLocator
  16179.      */
  16180.     protected function getJmsSerializer_Metadata_TraceableFileLocatorService()
  16181.     {
  16182.         return $this->privates['jms_serializer.metadata.traceable_file_locator'] = new \JMS\SerializerBundle\Debug\TraceableFileLocator(($this->privates['jms_serializer.metadata.traceable_file_locator.inner'] ?? ($this->privates['jms_serializer.metadata.traceable_file_locator.inner'] = new \Metadata\Driver\FileLocator(['FOS\\UserBundle' => (\dirname(__DIR__4).'/src/AppBundle/Resources/FOSUserBundle/serializer')]))));
  16183.     }
  16184.     /**
  16185.      * Gets the private 'jms_serializer.metadata.traceable_file_locator.inner' shared service.
  16186.      *
  16187.      * @return \Metadata\Driver\FileLocator
  16188.      */
  16189.     protected function getJmsSerializer_Metadata_TraceableFileLocator_InnerService()
  16190.     {
  16191.         return $this->privates['jms_serializer.metadata.traceable_file_locator.inner'] = new \Metadata\Driver\FileLocator(['FOS\\UserBundle' => (\dirname(__DIR__4).'/src/AppBundle/Resources/FOSUserBundle/serializer')]);
  16192.     }
  16193.     /**
  16194.      * Gets the private 'jms_serializer.metadata.xml_driver' shared service.
  16195.      *
  16196.      * @return \JMS\Serializer\Metadata\Driver\XmlDriver
  16197.      */
  16198.     protected function getJmsSerializer_Metadata_XmlDriverService()
  16199.     {
  16200.         include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Driver/AdvancedDriverInterface.php';
  16201.         include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Driver/AbstractFileDriver.php';
  16202.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Metadata/Driver/ExpressionMetadataTrait.php';
  16203.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Metadata/Driver/XmlDriver.php';
  16204.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Naming/PropertyNamingStrategyInterface.php';
  16205.         include_once \dirname(__DIR__4).'/src/Lms/SharedKernel/Infrastructure/Serialization/SerializedNameOrIdenticalPropertyStrategy.php';
  16206.         return $this->privates['jms_serializer.metadata.xml_driver'] = new \JMS\Serializer\Metadata\Driver\XmlDriver(($this->privates['jms_serializer.metadata.traceable_file_locator'] ?? $this->getJmsSerializer_Metadata_TraceableFileLocatorService()), ($this->services['jms_serializer.serialized_name_or_identical_property_strategy'] ?? ($this->services['jms_serializer.serialized_name_or_identical_property_strategy'] = new \CodersLab\Lms\SharedKernel\Infrastructure\Serialization\SerializedNameOrIdenticalPropertyStrategy())), ($this->privates['jms_serializer.type_parser'] ?? ($this->privates['jms_serializer.type_parser'] = new \JMS\Serializer\Type\Parser())));
  16207.     }
  16208.     /**
  16209.      * Gets the private 'jms_serializer.metadata.yaml_driver' shared service.
  16210.      *
  16211.      * @return \JMS\Serializer\Metadata\Driver\YamlDriver
  16212.      */
  16213.     protected function getJmsSerializer_Metadata_YamlDriverService()
  16214.     {
  16215.         include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Driver/AdvancedDriverInterface.php';
  16216.         include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Driver/AbstractFileDriver.php';
  16217.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Metadata/Driver/ExpressionMetadataTrait.php';
  16218.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Metadata/Driver/YamlDriver.php';
  16219.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Naming/PropertyNamingStrategyInterface.php';
  16220.         include_once \dirname(__DIR__4).'/src/Lms/SharedKernel/Infrastructure/Serialization/SerializedNameOrIdenticalPropertyStrategy.php';
  16221.         return $this->privates['jms_serializer.metadata.yaml_driver'] = new \JMS\Serializer\Metadata\Driver\YamlDriver(($this->privates['jms_serializer.metadata.traceable_file_locator'] ?? $this->getJmsSerializer_Metadata_TraceableFileLocatorService()), ($this->services['jms_serializer.serialized_name_or_identical_property_strategy'] ?? ($this->services['jms_serializer.serialized_name_or_identical_property_strategy'] = new \CodersLab\Lms\SharedKernel\Infrastructure\Serialization\SerializedNameOrIdenticalPropertyStrategy())), ($this->privates['jms_serializer.type_parser'] ?? ($this->privates['jms_serializer.type_parser'] = new \JMS\Serializer\Type\Parser())));
  16222.     }
  16223.     /**
  16224.      * Gets the private 'jms_serializer.serialization_graph_navigator_factory' shared service.
  16225.      *
  16226.      * @return \JMS\Serializer\GraphNavigator\Factory\SerializationGraphNavigatorFactory
  16227.      */
  16228.     protected function getJmsSerializer_SerializationGraphNavigatorFactoryService()
  16229.     {
  16230.         return $this->privates['jms_serializer.serialization_graph_navigator_factory'] = new \JMS\Serializer\GraphNavigator\Factory\SerializationGraphNavigatorFactory(($this->privates['jms_serializer.traceable_metadata_factory'] ?? $this->getJmsSerializer_TraceableMetadataFactoryService()), ($this->privates['jms_serializer.traceable_handler_registry'] ?? $this->getJmsSerializer_TraceableHandlerRegistryService()), ($this->privates['jms_serializer.accessor_strategy.default'] ?? $this->getJmsSerializer_AccessorStrategy_DefaultService()), ($this->privates['jms_serializer.traceable_event_dispatcher'] ?? $this->getJmsSerializer_TraceableEventDispatcherService()), ($this->privates['jms_serializer.expression_evaluator'] ?? $this->getJmsSerializer_ExpressionEvaluatorService()));
  16231.     }
  16232.     /**
  16233.      * Gets the private 'jms_serializer.stopwatch_subscriber' shared service.
  16234.      *
  16235.      * @return \JMS\SerializerBundle\Serializer\StopwatchEventSubscriber
  16236.      */
  16237.     protected function getJmsSerializer_StopwatchSubscriberService()
  16238.     {
  16239.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/EventDispatcher/EventSubscriberInterface.php';
  16240.         include_once \dirname(__DIR__4).'/vendor/jms/serializer-bundle/Serializer/StopwatchEventSubscriber.php';
  16241.         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))));
  16242.     }
  16243.     /**
  16244.      * Gets the private 'jms_serializer.traceable_event_dispatcher' shared service.
  16245.      *
  16246.      * @return \JMS\SerializerBundle\Debug\TraceableEventDispatcher
  16247.      */
  16248.     protected function getJmsSerializer_TraceableEventDispatcherService()
  16249.     {
  16250.         $this->privates['jms_serializer.traceable_event_dispatcher'] = $instance = new \JMS\SerializerBundle\Debug\TraceableEventDispatcher(($this->privates['jms_serializer.event_dispatcher.service_locator'] ?? $this->getJmsSerializer_EventDispatcher_ServiceLocatorService()));
  16251.         $instance->addListener('serializer.pre_serialize', [=> 'jms_serializer.stopwatch_subscriber'=> 'onPreSerialize'], NULLNULLNULL);
  16252.         $instance->addListener('serializer.pre_serialize', [=> 'jms_serializer.traceable_runs_listener'=> 'saveRunInfo'], NULLNULLNULL);
  16253.         $instance->addListener('serializer.pre_serialize', [=> 'jms_serializer.doctrine_proxy_subscriber'=> 'onPreSerializeTypedProxy'], NULLNULL'Doctrine\\Persistence\\Proxy');
  16254.         $instance->addListener('serializer.pre_serialize', [=> 'jms_serializer.doctrine_proxy_subscriber'=> 'onPreSerializeTypedProxy'], NULLNULL'Doctrine\\Common\\Persistence\\Proxy');
  16255.         $instance->addListener('serializer.pre_serialize', [=> 'jms_serializer.doctrine_proxy_subscriber'=> 'onPreSerialize'], NULLNULL'Doctrine\\ORM\\PersistentCollection');
  16256.         $instance->addListener('serializer.pre_serialize', [=> 'jms_serializer.doctrine_proxy_subscriber'=> 'onPreSerialize'], NULLNULL'Doctrine\\ODM\\MongoDB\\PersistentCollection');
  16257.         $instance->addListener('serializer.pre_serialize', [=> 'jms_serializer.doctrine_proxy_subscriber'=> 'onPreSerialize'], NULLNULL'Doctrine\\ODM\\PHPCR\\PersistentCollection');
  16258.         $instance->addListener('serializer.pre_serialize', [=> 'jms_serializer.doctrine_proxy_subscriber'=> 'onPreSerialize'], NULLNULL'Doctrine\\Persistence\\Proxy');
  16259.         $instance->addListener('serializer.pre_serialize', [=> 'jms_serializer.doctrine_proxy_subscriber'=> 'onPreSerialize'], NULLNULL'Doctrine\\Common\\Persistence\\Proxy');
  16260.         $instance->addListener('serializer.pre_serialize', [=> 'jms_serializer.doctrine_proxy_subscriber'=> 'onPreSerialize'], NULLNULL'ProxyManager\\Proxy\\LazyLoadingInterface');
  16261.         $instance->addListener('serializer.pre_deserialize', [=> 'jms_serializer.traceable_runs_listener'=> 'saveRunInfo'], NULLNULLNULL);
  16262.         $instance->addListener('serializer.post_serialize', [=> 'jms_serializer.stopwatch_subscriber'=> 'onPostSerialize'], NULLNULLNULL);
  16263.         return $instance;
  16264.     }
  16265.     /**
  16266.      * Gets the private 'jms_serializer.traceable_handler_registry' shared service.
  16267.      *
  16268.      * @return \JMS\SerializerBundle\Debug\TraceableHandlerRegistry
  16269.      */
  16270.     protected function getJmsSerializer_TraceableHandlerRegistryService()
  16271.     {
  16272.         $this->privates['jms_serializer.traceable_handler_registry'] = $instance = new \JMS\SerializerBundle\Debug\TraceableHandlerRegistry(($this->privates['jms_serializer.traceable_handler_registry.inner'] ?? $this->getJmsSerializer_TraceableHandlerRegistry_InnerService()));
  16273.         $instance->registerHandler(1'CodersLab\\Lms\\Modules\\Materials\\Application\\Service\\Material\\MaterialInstanceSlug\\Slug''json', [=> 'CodersLab\\Lms\\Modules\\Materials\\Infrastructure\\Serialization\\Material\\MaterialOnInstance\\SlugHandler'=> 'serialize']);
  16274.         $instance->registerHandler(1'ArrayCollection''json', [=> 'jms_serializer.array_collection_handler'=> 'serializeCollection']);
  16275.         $instance->registerHandler(1'ArrayCollection''xml', [=> 'jms_serializer.array_collection_handler'=> 'serializeCollection']);
  16276.         $instance->registerHandler(1'ArrayCollection''yml', [=> 'jms_serializer.array_collection_handler'=> 'serializeCollection']);
  16277.         $instance->registerHandler(1'Doctrine\\Common\\Collections\\ArrayCollection''json', [=> 'jms_serializer.array_collection_handler'=> 'serializeCollection']);
  16278.         $instance->registerHandler(1'Doctrine\\Common\\Collections\\ArrayCollection''xml', [=> 'jms_serializer.array_collection_handler'=> 'serializeCollection']);
  16279.         $instance->registerHandler(1'Doctrine\\Common\\Collections\\ArrayCollection''yml', [=> 'jms_serializer.array_collection_handler'=> 'serializeCollection']);
  16280.         $instance->registerHandler(1'Doctrine\\ORM\\PersistentCollection''json', [=> 'jms_serializer.array_collection_handler'=> 'serializeCollection']);
  16281.         $instance->registerHandler(1'Doctrine\\ORM\\PersistentCollection''xml', [=> 'jms_serializer.array_collection_handler'=> 'serializeCollection']);
  16282.         $instance->registerHandler(1'Doctrine\\ORM\\PersistentCollection''yml', [=> 'jms_serializer.array_collection_handler'=> 'serializeCollection']);
  16283.         $instance->registerHandler(1'Doctrine\\ODM\\MongoDB\\PersistentCollection''json', [=> 'jms_serializer.array_collection_handler'=> 'serializeCollection']);
  16284.         $instance->registerHandler(1'Doctrine\\ODM\\MongoDB\\PersistentCollection''xml', [=> 'jms_serializer.array_collection_handler'=> 'serializeCollection']);
  16285.         $instance->registerHandler(1'Doctrine\\ODM\\MongoDB\\PersistentCollection''yml', [=> 'jms_serializer.array_collection_handler'=> 'serializeCollection']);
  16286.         $instance->registerHandler(1'Doctrine\\ODM\\PHPCR\\PersistentCollection''json', [=> 'jms_serializer.array_collection_handler'=> 'serializeCollection']);
  16287.         $instance->registerHandler(1'Doctrine\\ODM\\PHPCR\\PersistentCollection''xml', [=> 'jms_serializer.array_collection_handler'=> 'serializeCollection']);
  16288.         $instance->registerHandler(1'Doctrine\\ODM\\PHPCR\\PersistentCollection''yml', [=> 'jms_serializer.array_collection_handler'=> 'serializeCollection']);
  16289.         $instance->registerHandler(1'Symfony\\Component\\Validator\\ConstraintViolationList''xml', [=> 'jms_serializer.constraint_violation_handler'=> 'serializeListToxml']);
  16290.         $instance->registerHandler(1'Symfony\\Component\\Validator\\ConstraintViolationList''json', [=> 'jms_serializer.constraint_violation_handler'=> 'serializeListTojson']);
  16291.         $instance->registerHandler(1'Symfony\\Component\\Validator\\ConstraintViolation''xml', [=> 'jms_serializer.constraint_violation_handler'=> 'serializeViolationToxml']);
  16292.         $instance->registerHandler(1'Symfony\\Component\\Validator\\ConstraintViolation''json', [=> 'jms_serializer.constraint_violation_handler'=> 'serializeViolationTojson']);
  16293.         $instance->registerHandler(1'DateTime''json', [=> 'jms_serializer.datetime_handler'=> 'serializeDateTime']);
  16294.         $instance->registerHandler(1'DateTime''xml', [=> 'jms_serializer.datetime_handler'=> 'serializeDateTime']);
  16295.         $instance->registerHandler(1'DateTimeImmutable''json', [=> 'jms_serializer.datetime_handler'=> 'serializeDateTimeImmutable']);
  16296.         $instance->registerHandler(1'DateTimeImmutable''xml', [=> 'jms_serializer.datetime_handler'=> 'serializeDateTimeImmutable']);
  16297.         $instance->registerHandler(1'DateInterval''json', [=> 'jms_serializer.datetime_handler'=> 'serializeDateInterval']);
  16298.         $instance->registerHandler(1'DateInterval''xml', [=> 'jms_serializer.datetime_handler'=> 'serializeDateInterval']);
  16299.         $instance->registerHandler(1'DateTimeInterface''json', [=> 'jms_serializer.datetime_handler'=> 'serializeDateTimeInterface']);
  16300.         $instance->registerHandler(1'DateTimeInterface''xml', [=> 'jms_serializer.datetime_handler'=> 'serializeDateTimeInterface']);
  16301.         $instance->registerHandler(1'Symfony\\Component\\Form\\Form''xml', [=> 'jms_serializer.form_error_handler'=> 'serializeFormToxml']);
  16302.         $instance->registerHandler(1'Symfony\\Component\\Form\\Form''json', [=> 'jms_serializer.form_error_handler'=> 'serializeFormTojson']);
  16303.         $instance->registerHandler(1'Symfony\\Component\\Form\\FormInterface''xml', [=> 'jms_serializer.form_error_handler'=> 'serializeFormToXml']);
  16304.         $instance->registerHandler(1'Symfony\\Component\\Form\\FormInterface''json', [=> 'jms_serializer.form_error_handler'=> 'serializeFormToJson']);
  16305.         $instance->registerHandler(1'Symfony\\Component\\Form\\FormError''xml', [=> 'jms_serializer.form_error_handler'=> 'serializeFormErrorToxml']);
  16306.         $instance->registerHandler(1'Symfony\\Component\\Form\\FormError''json', [=> 'jms_serializer.form_error_handler'=> 'serializeFormErrorTojson']);
  16307.         $instance->registerHandler(1'Iterator''json', [=> 'jms_serializer.iterator_handler'=> 'serializeIterable']);
  16308.         $instance->registerHandler(1'Iterator''xml', [=> 'jms_serializer.iterator_handler'=> 'serializeIterable']);
  16309.         $instance->registerHandler(1'ArrayIterator''json', [=> 'jms_serializer.iterator_handler'=> 'serializeIterable']);
  16310.         $instance->registerHandler(1'ArrayIterator''xml', [=> 'jms_serializer.iterator_handler'=> 'serializeIterable']);
  16311.         $instance->registerHandler(1'Generator''json', [=> 'jms_serializer.iterator_handler'=> 'serializeIterable']);
  16312.         $instance->registerHandler(1'Generator''xml', [=> 'jms_serializer.iterator_handler'=> 'serializeIterable']);
  16313.         $instance->registerHandler(2'ArrayCollection''json', [=> 'jms_serializer.array_collection_handler'=> 'deserializeCollection']);
  16314.         $instance->registerHandler(2'ArrayCollection''xml', [=> 'jms_serializer.array_collection_handler'=> 'deserializeCollection']);
  16315.         $instance->registerHandler(2'ArrayCollection''yml', [=> 'jms_serializer.array_collection_handler'=> 'deserializeCollection']);
  16316.         $instance->registerHandler(2'Doctrine\\Common\\Collections\\ArrayCollection''json', [=> 'jms_serializer.array_collection_handler'=> 'deserializeCollection']);
  16317.         $instance->registerHandler(2'Doctrine\\Common\\Collections\\ArrayCollection''xml', [=> 'jms_serializer.array_collection_handler'=> 'deserializeCollection']);
  16318.         $instance->registerHandler(2'Doctrine\\Common\\Collections\\ArrayCollection''yml', [=> 'jms_serializer.array_collection_handler'=> 'deserializeCollection']);
  16319.         $instance->registerHandler(2'Doctrine\\ORM\\PersistentCollection''json', [=> 'jms_serializer.array_collection_handler'=> 'deserializeCollection']);
  16320.         $instance->registerHandler(2'Doctrine\\ORM\\PersistentCollection''xml', [=> 'jms_serializer.array_collection_handler'=> 'deserializeCollection']);
  16321.         $instance->registerHandler(2'Doctrine\\ORM\\PersistentCollection''yml', [=> 'jms_serializer.array_collection_handler'=> 'deserializeCollection']);
  16322.         $instance->registerHandler(2'Doctrine\\ODM\\MongoDB\\PersistentCollection''json', [=> 'jms_serializer.array_collection_handler'=> 'deserializeCollection']);
  16323.         $instance->registerHandler(2'Doctrine\\ODM\\MongoDB\\PersistentCollection''xml', [=> 'jms_serializer.array_collection_handler'=> 'deserializeCollection']);
  16324.         $instance->registerHandler(2'Doctrine\\ODM\\MongoDB\\PersistentCollection''yml', [=> 'jms_serializer.array_collection_handler'=> 'deserializeCollection']);
  16325.         $instance->registerHandler(2'Doctrine\\ODM\\PHPCR\\PersistentCollection''json', [=> 'jms_serializer.array_collection_handler'=> 'deserializeCollection']);
  16326.         $instance->registerHandler(2'Doctrine\\ODM\\PHPCR\\PersistentCollection''xml', [=> 'jms_serializer.array_collection_handler'=> 'deserializeCollection']);
  16327.         $instance->registerHandler(2'Doctrine\\ODM\\PHPCR\\PersistentCollection''yml', [=> 'jms_serializer.array_collection_handler'=> 'deserializeCollection']);
  16328.         $instance->registerHandler(2'DateTime''json', [=> 'jms_serializer.datetime_handler'=> 'deserializeDateTimeFromjson']);
  16329.         $instance->registerHandler(2'DateTime''xml', [=> 'jms_serializer.datetime_handler'=> 'deserializeDateTimeFromxml']);
  16330.         $instance->registerHandler(2'DateTimeImmutable''json', [=> 'jms_serializer.datetime_handler'=> 'deserializeDateTimeImmutableFromjson']);
  16331.         $instance->registerHandler(2'DateTimeImmutable''xml', [=> 'jms_serializer.datetime_handler'=> 'deserializeDateTimeImmutableFromxml']);
  16332.         $instance->registerHandler(2'DateInterval''json', [=> 'jms_serializer.datetime_handler'=> 'deserializeDateIntervalFromjson']);
  16333.         $instance->registerHandler(2'DateInterval''xml', [=> 'jms_serializer.datetime_handler'=> 'deserializeDateIntervalFromxml']);
  16334.         $instance->registerHandler(2'DateTimeInterface''json', [=> 'jms_serializer.datetime_handler'=> 'deserializeDateTimeFromJson']);
  16335.         $instance->registerHandler(2'DateTimeInterface''xml', [=> 'jms_serializer.datetime_handler'=> 'deserializeDateTimeFromXml']);
  16336.         $instance->registerHandler(2'Iterator''json', [=> 'jms_serializer.iterator_handler'=> 'deserializeIterator']);
  16337.         $instance->registerHandler(2'Iterator''xml', [=> 'jms_serializer.iterator_handler'=> 'deserializeIterator']);
  16338.         $instance->registerHandler(2'ArrayIterator''json', [=> 'jms_serializer.iterator_handler'=> 'deserializeIterator']);
  16339.         $instance->registerHandler(2'ArrayIterator''xml', [=> 'jms_serializer.iterator_handler'=> 'deserializeIterator']);
  16340.         $instance->registerHandler(2'Generator''json', [=> 'jms_serializer.iterator_handler'=> 'deserializeGenerator']);
  16341.         $instance->registerHandler(2'Generator''xml', [=> 'jms_serializer.iterator_handler'=> 'deserializeGenerator']);
  16342.         return $instance;
  16343.     }
  16344.     /**
  16345.      * Gets the private 'jms_serializer.traceable_handler_registry.inner' shared service.
  16346.      *
  16347.      * @return \JMS\Serializer\Handler\LazyHandlerRegistry
  16348.      */
  16349.     protected function getJmsSerializer_TraceableHandlerRegistry_InnerService()
  16350.     {
  16351.         return $this->privates['jms_serializer.traceable_handler_registry.inner'] = new \JMS\Serializer\Handler\LazyHandlerRegistry(($this->privates['jms_serializer.handler_registry.service_locator'] ?? $this->getJmsSerializer_HandlerRegistry_ServiceLocatorService()));
  16352.     }
  16353.     /**
  16354.      * Gets the private 'jms_serializer.traceable_metadata_factory' shared service.
  16355.      *
  16356.      * @return \JMS\SerializerBundle\Debug\TraceableMetadataFactory
  16357.      */
  16358.     protected function getJmsSerializer_TraceableMetadataFactoryService()
  16359.     {
  16360.         return $this->privates['jms_serializer.traceable_metadata_factory'] = new \JMS\SerializerBundle\Debug\TraceableMetadataFactory(($this->privates['jms_serializer.traceable_metadata_factory.inner'] ?? $this->getJmsSerializer_TraceableMetadataFactory_InnerService()));
  16361.     }
  16362.     /**
  16363.      * Gets the private 'jms_serializer.traceable_metadata_factory.inner' shared service.
  16364.      *
  16365.      * @return \Metadata\MetadataFactory
  16366.      */
  16367.     protected function getJmsSerializer_TraceableMetadataFactory_InnerService()
  16368.     {
  16369.         $this->privates['jms_serializer.traceable_metadata_factory.inner'] = $instance = new \Metadata\MetadataFactory(($this->privates['jms_serializer.metadata.lazy_loading_driver'] ?? $this->getJmsSerializer_Metadata_LazyLoadingDriverService()), 'Metadata\\ClassHierarchyMetadata'true);
  16370.         $instance->setCache(($this->privates['jms_serializer.metadata.cache.file_cache'] ?? ($this->privates['jms_serializer.metadata.cache.file_cache'] = new \Metadata\Cache\FileCache(($this->targetDir.''.'/jms_serializer')))));
  16371.         $instance->setIncludeInterfaces(false);
  16372.         return $instance;
  16373.     }
  16374.     /**
  16375.      * Gets the private 'jms_serializer.traceable_runs_listener' shared service.
  16376.      *
  16377.      * @return \JMS\SerializerBundle\Debug\RunsListener
  16378.      */
  16379.     protected function getJmsSerializer_TraceableRunsListenerService()
  16380.     {
  16381.         return $this->privates['jms_serializer.traceable_runs_listener'] = new \JMS\SerializerBundle\Debug\RunsListener();
  16382.     }
  16383.     /**
  16384.      * Gets the private 'jms_serializer.twig_extension.runtime_serializer' shared service.
  16385.      *
  16386.      * @return \JMS\Serializer\Twig\SerializerRuntimeExtension
  16387.      */
  16388.     protected function getJmsSerializer_TwigExtension_RuntimeSerializerService()
  16389.     {
  16390.         return $this->privates['jms_serializer.twig_extension.runtime_serializer'] = new \JMS\Serializer\Twig\SerializerRuntimeExtension('jms_');
  16391.     }
  16392.     /**
  16393.      * Gets the private 'jms_serializer.twig_extension.serializer_runtime_helper' shared service.
  16394.      *
  16395.      * @return \JMS\Serializer\Twig\SerializerRuntimeHelper
  16396.      */
  16397.     protected function getJmsSerializer_TwigExtension_SerializerRuntimeHelperService()
  16398.     {
  16399.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Twig/SerializerRuntimeHelper.php';
  16400.         return $this->privates['jms_serializer.twig_extension.serializer_runtime_helper'] = new \JMS\Serializer\Twig\SerializerRuntimeHelper(($this->services['jms_serializer'] ?? $this->getJmsSerializerService()));
  16401.     }
  16402.     /**
  16403.      * Gets the private 'jms_serializer.type_parser' shared service.
  16404.      *
  16405.      * @return \JMS\Serializer\Type\Parser
  16406.      */
  16407.     protected function getJmsSerializer_TypeParserService()
  16408.     {
  16409.         return $this->privates['jms_serializer.type_parser'] = new \JMS\Serializer\Type\Parser();
  16410.     }
  16411.     /**
  16412.      * Gets the private 'jms_serializer.unserialize_object_constructor' shared service.
  16413.      *
  16414.      * @return \JMS\Serializer\Construction\UnserializeObjectConstructor
  16415.      */
  16416.     protected function getJmsSerializer_UnserializeObjectConstructorService()
  16417.     {
  16418.         return $this->privates['jms_serializer.unserialize_object_constructor'] = new \JMS\Serializer\Construction\UnserializeObjectConstructor();
  16419.     }
  16420.     /**
  16421.      * Gets the private 'jms_serializer.xml_deserialization_visitor' shared service.
  16422.      *
  16423.      * @return \JMS\Serializer\Visitor\Factory\XmlDeserializationVisitorFactory
  16424.      */
  16425.     protected function getJmsSerializer_XmlDeserializationVisitorService()
  16426.     {
  16427.         return $this->privates['jms_serializer.xml_deserialization_visitor'] = new \JMS\Serializer\Visitor\Factory\XmlDeserializationVisitorFactory();
  16428.     }
  16429.     /**
  16430.      * Gets the private 'jms_serializer.xml_serialization_visitor' shared service.
  16431.      *
  16432.      * @return \JMS\Serializer\Visitor\Factory\XmlSerializationVisitorFactory
  16433.      */
  16434.     protected function getJmsSerializer_XmlSerializationVisitorService()
  16435.     {
  16436.         $this->privates['jms_serializer.xml_serialization_visitor'] = $instance = new \JMS\Serializer\Visitor\Factory\XmlSerializationVisitorFactory();
  16437.         $instance->setFormatOutput(true);
  16438.         return $instance;
  16439.     }
  16440.     /**
  16441.      * Gets the private 'knp_paginator.helper.processor' shared service.
  16442.      *
  16443.      * @return \Knp\Bundle\PaginatorBundle\Helper\Processor
  16444.      */
  16445.     protected function getKnpPaginator_Helper_ProcessorService()
  16446.     {
  16447.         return $this->privates['knp_paginator.helper.processor'] = new \Knp\Bundle\PaginatorBundle\Helper\Processor(($this->services['router'] ?? $this->getRouterService()), ($this->services['translator'] ?? $this->getTranslatorService()));
  16448.     }
  16449.     /**
  16450.      * Gets the private 'knp_paginator.subscriber.filtration' shared service.
  16451.      *
  16452.      * @return \Knp\Component\Pager\Event\Subscriber\Filtration\FiltrationSubscriber
  16453.      */
  16454.     protected function getKnpPaginator_Subscriber_FiltrationService()
  16455.     {
  16456.         include_once \dirname(__DIR__4).'/vendor/knplabs/knp-components/src/Knp/Component/Pager/Event/Subscriber/Filtration/FiltrationSubscriber.php';
  16457.         return $this->privates['knp_paginator.subscriber.filtration'] = new \Knp\Component\Pager\Event\Subscriber\Filtration\FiltrationSubscriber();
  16458.     }
  16459.     /**
  16460.      * Gets the private 'knp_paginator.subscriber.paginate' shared service.
  16461.      *
  16462.      * @return \Knp\Component\Pager\Event\Subscriber\Paginate\PaginationSubscriber
  16463.      */
  16464.     protected function getKnpPaginator_Subscriber_PaginateService()
  16465.     {
  16466.         include_once \dirname(__DIR__4).'/vendor/knplabs/knp-components/src/Knp/Component/Pager/Event/Subscriber/Paginate/PaginationSubscriber.php';
  16467.         return $this->privates['knp_paginator.subscriber.paginate'] = new \Knp\Component\Pager\Event\Subscriber\Paginate\PaginationSubscriber();
  16468.     }
  16469.     /**
  16470.      * Gets the private 'knp_paginator.subscriber.sliding_pagination' shared service.
  16471.      *
  16472.      * @return \Knp\Bundle\PaginatorBundle\Subscriber\SlidingPaginationSubscriber
  16473.      */
  16474.     protected function getKnpPaginator_Subscriber_SlidingPaginationService()
  16475.     {
  16476.         return $this->privates['knp_paginator.subscriber.sliding_pagination'] = new \Knp\Bundle\PaginatorBundle\Subscriber\SlidingPaginationSubscriber(['defaultPaginationTemplate' => '@KnpPaginator/Pagination/sliding.html.twig''defaultSortableTemplate' => '@KnpPaginator/Pagination/sortable_link.html.twig''defaultFiltrationTemplate' => '@KnpPaginator/Pagination/filtration.html.twig''defaultPageRange' => 5'defaultPageLimit' => NULL]);
  16477.     }
  16478.     /**
  16479.      * Gets the private 'knp_paginator.subscriber.sortable' shared service.
  16480.      *
  16481.      * @return \Knp\Component\Pager\Event\Subscriber\Sortable\SortableSubscriber
  16482.      */
  16483.     protected function getKnpPaginator_Subscriber_SortableService()
  16484.     {
  16485.         include_once \dirname(__DIR__4).'/vendor/knplabs/knp-components/src/Knp/Component/Pager/Event/Subscriber/Sortable/SortableSubscriber.php';
  16486.         return $this->privates['knp_paginator.subscriber.sortable'] = new \Knp\Component\Pager\Event\Subscriber\Sortable\SortableSubscriber();
  16487.     }
  16488.     /**
  16489.      * Gets the private 'knp_paginator.twig.extension.pagination' shared service.
  16490.      *
  16491.      * @return \Knp\Bundle\PaginatorBundle\Twig\Extension\PaginationExtension
  16492.      */
  16493.     protected function getKnpPaginator_Twig_Extension_PaginationService()
  16494.     {
  16495.         return $this->privates['knp_paginator.twig.extension.pagination'] = new \Knp\Bundle\PaginatorBundle\Twig\Extension\PaginationExtension(($this->privates['knp_paginator.helper.processor'] ?? $this->getKnpPaginator_Helper_ProcessorService()));
  16496.     }
  16497.     /**
  16498.      * Gets the private 'lexik_jwt_authentication.check_config_command' shared service.
  16499.      *
  16500.      * @return \Lexik\Bundle\JWTAuthenticationBundle\Command\CheckConfigCommand
  16501.      */
  16502.     protected function getLexikJwtAuthentication_CheckConfigCommandService()
  16503.     {
  16504.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  16505.         include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/Command/CheckConfigCommand.php';
  16506.         $this->privates['lexik_jwt_authentication.check_config_command'] = $instance = new \Lexik\Bundle\JWTAuthenticationBundle\Command\CheckConfigCommand(($this->services['lexik_jwt_authentication.key_loader'] ?? $this->getLexikJwtAuthentication_KeyLoaderService()), 'RS256');
  16507.         $instance->setName('lexik:jwt:check-config');
  16508.         $instance->setDescription('Checks that the bundle is properly configured.');
  16509.         return $instance;
  16510.     }
  16511.     /**
  16512.      * Gets the private 'lexik_jwt_authentication.extractor.authorization_header_extractor' shared service.
  16513.      *
  16514.      * @return \Lexik\Bundle\JWTAuthenticationBundle\TokenExtractor\AuthorizationHeaderTokenExtractor
  16515.      */
  16516.     protected function getLexikJwtAuthentication_Extractor_AuthorizationHeaderExtractorService()
  16517.     {
  16518.         include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/TokenExtractor/TokenExtractorInterface.php';
  16519.         include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/TokenExtractor/AuthorizationHeaderTokenExtractor.php';
  16520.         return $this->privates['lexik_jwt_authentication.extractor.authorization_header_extractor'] = new \Lexik\Bundle\JWTAuthenticationBundle\TokenExtractor\AuthorizationHeaderTokenExtractor('Bearer''Authorization');
  16521.     }
  16522.     /**
  16523.      * Gets the private 'lexik_jwt_authentication.extractor.chain_extractor' shared service.
  16524.      *
  16525.      * @return \Lexik\Bundle\JWTAuthenticationBundle\TokenExtractor\ChainTokenExtractor
  16526.      */
  16527.     protected function getLexikJwtAuthentication_Extractor_ChainExtractorService()
  16528.     {
  16529.         include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/TokenExtractor/TokenExtractorInterface.php';
  16530.         include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/TokenExtractor/ChainTokenExtractor.php';
  16531.         include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/TokenExtractor/AuthorizationHeaderTokenExtractor.php';
  16532.         include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/TokenExtractor/CookieTokenExtractor.php';
  16533.         return $this->privates['lexik_jwt_authentication.extractor.chain_extractor'] = new \Lexik\Bundle\JWTAuthenticationBundle\TokenExtractor\ChainTokenExtractor([=> ($this->privates['lexik_jwt_authentication.extractor.authorization_header_extractor'] ?? ($this->privates['lexik_jwt_authentication.extractor.authorization_header_extractor'] = new \Lexik\Bundle\JWTAuthenticationBundle\TokenExtractor\AuthorizationHeaderTokenExtractor('Bearer''Authorization'))), => ($this->privates['lexik_jwt_authentication.extractor.cookie_extractor'] ?? ($this->privates['lexik_jwt_authentication.extractor.cookie_extractor'] = new \Lexik\Bundle\JWTAuthenticationBundle\TokenExtractor\CookieTokenExtractor('jwt')))]);
  16534.     }
  16535.     /**
  16536.      * Gets the private 'lexik_jwt_authentication.extractor.cookie_extractor' shared service.
  16537.      *
  16538.      * @return \Lexik\Bundle\JWTAuthenticationBundle\TokenExtractor\CookieTokenExtractor
  16539.      */
  16540.     protected function getLexikJwtAuthentication_Extractor_CookieExtractorService()
  16541.     {
  16542.         include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/TokenExtractor/TokenExtractorInterface.php';
  16543.         include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/TokenExtractor/CookieTokenExtractor.php';
  16544.         return $this->privates['lexik_jwt_authentication.extractor.cookie_extractor'] = new \Lexik\Bundle\JWTAuthenticationBundle\TokenExtractor\CookieTokenExtractor('jwt');
  16545.     }
  16546.     /**
  16547.      * Gets the private 'lexik_jwt_authentication.generate_keypair_command' shared service.
  16548.      *
  16549.      * @return \Lexik\Bundle\JWTAuthenticationBundle\Command\GenerateKeyPairCommand
  16550.      */
  16551.     protected function getLexikJwtAuthentication_GenerateKeypairCommandService()
  16552.     {
  16553.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  16554.         include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/Command/GenerateKeyPairCommand.php';
  16555.         include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  16556.         $this->privates['lexik_jwt_authentication.generate_keypair_command'] = $instance = new \Lexik\Bundle\JWTAuthenticationBundle\Command\GenerateKeyPairCommand(($this->services['.container.private.filesystem'] ?? ($this->services['.container.private.filesystem'] = new \Symfony\Component\Filesystem\Filesystem())), (\dirname(__DIR__4).'/'.$this->getEnv('string:JWT_SECRET_KEY')), (\dirname(__DIR__4).'/'.$this->getEnv('string:JWT_PUBLIC_KEY')), $this->getEnv('JWT_PASSPHRASE'), 'RS256');
  16557.         $instance->setName('lexik:jwt:generate-keypair');
  16558.         $instance->setDescription('Generate public/private keys for use in your application.');
  16559.         return $instance;
  16560.     }
  16561.     /**
  16562.      * Gets the private 'lexik_jwt_authentication.jws_provider.lcobucci' shared service.
  16563.      *
  16564.      * @return \Lexik\Bundle\JWTAuthenticationBundle\Services\JWSProvider\LcobucciJWSProvider
  16565.      */
  16566.     protected function getLexikJwtAuthentication_JwsProvider_LcobucciService()
  16567.     {
  16568.         return $this->privates['lexik_jwt_authentication.jws_provider.lcobucci'] = new \Lexik\Bundle\JWTAuthenticationBundle\Services\JWSProvider\LcobucciJWSProvider(($this->services['lexik_jwt_authentication.key_loader'] ?? $this->getLexikJwtAuthentication_KeyLoaderService()), 'openssl''RS256'$this->getEnv('JWT_TOKEN_TTL'), 0false);
  16569.     }
  16570.     /**
  16571.      * Gets the private 'lexik_jwt_authentication.security.guard.jwt_token_authenticator' shared service.
  16572.      *
  16573.      * @return \Lexik\Bundle\JWTAuthenticationBundle\Security\Guard\JWTTokenAuthenticator
  16574.      */
  16575.     protected function getLexikJwtAuthentication_Security_Guard_JwtTokenAuthenticatorService()
  16576.     {
  16577.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EntryPoint/AuthenticationEntryPointInterface.php';
  16578.         include_once \dirname(__DIR__4).'/vendor/symfony/security-guard/AuthenticatorInterface.php';
  16579.         include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/Security/Guard/JWTTokenAuthenticator.php';
  16580.         return $this->privates['lexik_jwt_authentication.security.guard.jwt_token_authenticator'] = new \Lexik\Bundle\JWTAuthenticationBundle\Security\Guard\JWTTokenAuthenticator(($this->services['lexik_jwt_authentication.jwt_manager'] ?? $this->getLexikJwtAuthentication_JwtManagerService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->privates['lexik_jwt_authentication.extractor.chain_extractor'] ?? $this->getLexikJwtAuthentication_Extractor_ChainExtractorService()), new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage(), ($this->services['translator'] ?? $this->getTranslatorService()));
  16581.     }
  16582.     /**
  16583.      * Gets the private 'locale_aware_listener' shared service.
  16584.      *
  16585.      * @return \Symfony\Component\HttpKernel\EventListener\LocaleAwareListener
  16586.      */
  16587.     protected function getLocaleAwareListenerService()
  16588.     {
  16589.         return $this->privates['locale_aware_listener'] = new \Symfony\Component\HttpKernel\EventListener\LocaleAwareListener(new RewindableGenerator(function () {
  16590.             yield => ($this->privates['slugger'] ?? ($this->privates['slugger'] = new \Symfony\Component\String\Slugger\AsciiSlugger($this->getEnv('PRIMARY_LANG'))));
  16591.             yield => ($this->privates['translator.default'] ?? $this->getTranslator_DefaultService());
  16592.         }, 2), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  16593.     }
  16594.     /**
  16595.      * Gets the private 'locale_listener' shared service.
  16596.      *
  16597.      * @return \Symfony\Component\HttpKernel\EventListener\LocaleListener
  16598.      */
  16599.     protected function getLocaleListenerService()
  16600.     {
  16601.         return $this->privates['locale_listener'] = new \Symfony\Component\HttpKernel\EventListener\LocaleListener(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), $this->getEnv('PRIMARY_LANG'), ($this->services['router'] ?? $this->getRouterService()), false, []);
  16602.     }
  16603.     /**
  16604.      * Gets the private 'mailer.data_collector' shared service.
  16605.      *
  16606.      * @return \Symfony\Component\Mailer\DataCollector\MessageDataCollector
  16607.      */
  16608.     protected function getMailer_DataCollectorService()
  16609.     {
  16610.         return $this->privates['mailer.data_collector'] = new \Symfony\Component\Mailer\DataCollector\MessageDataCollector(($this->privates['mailer.message_logger_listener'] ?? ($this->privates['mailer.message_logger_listener'] = new \Symfony\Component\Mailer\EventListener\MessageLoggerListener())));
  16611.     }
  16612.     /**
  16613.      * Gets the private 'mailer.envelope_listener' shared service.
  16614.      *
  16615.      * @return \Symfony\Component\Mailer\EventListener\EnvelopeListener
  16616.      */
  16617.     protected function getMailer_EnvelopeListenerService()
  16618.     {
  16619.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/EventListener/EnvelopeListener.php';
  16620.         return $this->privates['mailer.envelope_listener'] = new \Symfony\Component\Mailer\EventListener\EnvelopeListener(NULLNULL);
  16621.     }
  16622.     /**
  16623.      * Gets the private 'mailer.mailer' shared service.
  16624.      *
  16625.      * @return \Symfony\Component\Mailer\Mailer
  16626.      */
  16627.     protected function getMailer_MailerService()
  16628.     {
  16629.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/MailerInterface.php';
  16630.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Mailer.php';
  16631.         return $this->privates['mailer.mailer'] = new \Symfony\Component\Mailer\Mailer(($this->privates['mailer.transports'] ?? $this->getMailer_TransportsService()), ($this->services['messenger.default_bus'] ?? $this->getMessenger_DefaultBusService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  16632.     }
  16633.     /**
  16634.      * Gets the private 'mailer.message_logger_listener' shared service.
  16635.      *
  16636.      * @return \Symfony\Component\Mailer\EventListener\MessageLoggerListener
  16637.      */
  16638.     protected function getMailer_MessageLoggerListenerService()
  16639.     {
  16640.         return $this->privates['mailer.message_logger_listener'] = new \Symfony\Component\Mailer\EventListener\MessageLoggerListener();
  16641.     }
  16642.     /**
  16643.      * Gets the private 'mailer.messenger.message_handler' shared service.
  16644.      *
  16645.      * @return \Symfony\Component\Mailer\Messenger\MessageHandler
  16646.      */
  16647.     protected function getMailer_Messenger_MessageHandlerService()
  16648.     {
  16649.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Messenger/MessageHandler.php';
  16650.         return $this->privates['mailer.messenger.message_handler'] = new \Symfony\Component\Mailer\Messenger\MessageHandler(($this->privates['mailer.transports'] ?? $this->getMailer_TransportsService()));
  16651.     }
  16652.     /**
  16653.      * Gets the private 'mailer.transport_factory' shared service.
  16654.      *
  16655.      * @return \Symfony\Component\Mailer\Transport
  16656.      */
  16657.     protected function getMailer_TransportFactoryService()
  16658.     {
  16659.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport.php';
  16660.         return $this->privates['mailer.transport_factory'] = new \Symfony\Component\Mailer\Transport(new RewindableGenerator(function () {
  16661.             yield => ($this->privates['mailer.transport_factory.gmail'] ?? $this->getMailer_TransportFactory_GmailService());
  16662.             yield => ($this->privates['mailer.transport_factory.null'] ?? $this->getMailer_TransportFactory_NullService());
  16663.             yield => ($this->privates['mailer.transport_factory.sendmail'] ?? $this->getMailer_TransportFactory_SendmailService());
  16664.             yield => ($this->privates['mailer.transport_factory.native'] ?? $this->getMailer_TransportFactory_NativeService());
  16665.             yield => ($this->privates['mailer.transport_factory.smtp'] ?? $this->getMailer_TransportFactory_SmtpService());
  16666.         }, 5));
  16667.     }
  16668.     /**
  16669.      * Gets the private 'mailer.transport_factory.gmail' shared service.
  16670.      *
  16671.      * @return \Symfony\Component\Mailer\Bridge\Google\Transport\GmailTransportFactory
  16672.      */
  16673.     protected function getMailer_TransportFactory_GmailService()
  16674.     {
  16675.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/TransportFactoryInterface.php';
  16676.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/AbstractTransportFactory.php';
  16677.         include_once \dirname(__DIR__4).'/vendor/symfony/google-mailer/Transport/GmailTransportFactory.php';
  16678.         return $this->privates['mailer.transport_factory.gmail'] = new \Symfony\Component\Mailer\Bridge\Google\Transport\GmailTransportFactory(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService()), ($this->privates['monolog.logger.mailer'] ?? $this->getMonolog_Logger_MailerService()));
  16679.     }
  16680.     /**
  16681.      * Gets the private 'mailer.transport_factory.native' shared service.
  16682.      *
  16683.      * @return \Symfony\Component\Mailer\Transport\NativeTransportFactory
  16684.      */
  16685.     protected function getMailer_TransportFactory_NativeService()
  16686.     {
  16687.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/TransportFactoryInterface.php';
  16688.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/AbstractTransportFactory.php';
  16689.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/NativeTransportFactory.php';
  16690.         return $this->privates['mailer.transport_factory.native'] = new \Symfony\Component\Mailer\Transport\NativeTransportFactory(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService()), ($this->privates['monolog.logger.mailer'] ?? $this->getMonolog_Logger_MailerService()));
  16691.     }
  16692.     /**
  16693.      * Gets the private 'mailer.transport_factory.null' shared service.
  16694.      *
  16695.      * @return \Symfony\Component\Mailer\Transport\NullTransportFactory
  16696.      */
  16697.     protected function getMailer_TransportFactory_NullService()
  16698.     {
  16699.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/TransportFactoryInterface.php';
  16700.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/AbstractTransportFactory.php';
  16701.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/NullTransportFactory.php';
  16702.         return $this->privates['mailer.transport_factory.null'] = new \Symfony\Component\Mailer\Transport\NullTransportFactory(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService()), ($this->privates['monolog.logger.mailer'] ?? $this->getMonolog_Logger_MailerService()));
  16703.     }
  16704.     /**
  16705.      * Gets the private 'mailer.transport_factory.sendmail' shared service.
  16706.      *
  16707.      * @return \Symfony\Component\Mailer\Transport\SendmailTransportFactory
  16708.      */
  16709.     protected function getMailer_TransportFactory_SendmailService()
  16710.     {
  16711.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/TransportFactoryInterface.php';
  16712.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/AbstractTransportFactory.php';
  16713.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/SendmailTransportFactory.php';
  16714.         return $this->privates['mailer.transport_factory.sendmail'] = new \Symfony\Component\Mailer\Transport\SendmailTransportFactory(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService()), ($this->privates['monolog.logger.mailer'] ?? $this->getMonolog_Logger_MailerService()));
  16715.     }
  16716.     /**
  16717.      * Gets the private 'mailer.transport_factory.smtp' shared service.
  16718.      *
  16719.      * @return \Symfony\Component\Mailer\Transport\Smtp\EsmtpTransportFactory
  16720.      */
  16721.     protected function getMailer_TransportFactory_SmtpService()
  16722.     {
  16723.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/TransportFactoryInterface.php';
  16724.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/AbstractTransportFactory.php';
  16725.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/Smtp/EsmtpTransportFactory.php';
  16726.         return $this->privates['mailer.transport_factory.smtp'] = new \Symfony\Component\Mailer\Transport\Smtp\EsmtpTransportFactory(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService()), ($this->privates['monolog.logger.mailer'] ?? $this->getMonolog_Logger_MailerService()));
  16727.     }
  16728.     /**
  16729.      * Gets the private 'mailer.transports' shared service.
  16730.      *
  16731.      * @return \Symfony\Component\Mailer\Transport\Transports
  16732.      */
  16733.     protected function getMailer_TransportsService()
  16734.     {
  16735.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/TransportInterface.php';
  16736.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/Transports.php';
  16737.         return $this->privates['mailer.transports'] = ($this->privates['mailer.transport_factory'] ?? $this->getMailer_TransportFactoryService())->fromStrings(['main' => $this->getEnv('MAILER_DSN')]);
  16738.     }
  16739.     /**
  16740.      * Gets the private 'maker.auto_command.make_auth' shared service.
  16741.      *
  16742.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  16743.      */
  16744.     protected function getMaker_AutoCommand_MakeAuthService()
  16745.     {
  16746.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  16747.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  16748.         $this->privates['maker.auto_command.make_auth'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(($this->privates['maker.maker.make_authenticator'] ?? $this->getMaker_Maker_MakeAuthenticatorService()), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  16749.         $instance->setName('make:auth');
  16750.         $instance->setDescription('Creates a Guard authenticator of different flavors');
  16751.         return $instance;
  16752.     }
  16753.     /**
  16754.      * Gets the private 'maker.auto_command.make_command' shared service.
  16755.      *
  16756.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  16757.      */
  16758.     protected function getMaker_AutoCommand_MakeCommandService()
  16759.     {
  16760.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  16761.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  16762.         $this->privates['maker.auto_command.make_command'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(($this->privates['maker.maker.make_command'] ?? $this->getMaker_Maker_MakeCommandService()), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  16763.         $instance->setName('make:command');
  16764.         $instance->setDescription('Creates a new console command class');
  16765.         return $instance;
  16766.     }
  16767.     /**
  16768.      * Gets the private 'maker.auto_command.make_controller' shared service.
  16769.      *
  16770.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  16771.      */
  16772.     protected function getMaker_AutoCommand_MakeControllerService()
  16773.     {
  16774.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  16775.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  16776.         $this->privates['maker.auto_command.make_controller'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(($this->privates['maker.maker.make_controller'] ?? $this->getMaker_Maker_MakeControllerService()), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  16777.         $instance->setName('make:controller');
  16778.         $instance->setDescription('Creates a new controller class');
  16779.         return $instance;
  16780.     }
  16781.     /**
  16782.      * Gets the private 'maker.auto_command.make_crud' shared service.
  16783.      *
  16784.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  16785.      */
  16786.     protected function getMaker_AutoCommand_MakeCrudService()
  16787.     {
  16788.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  16789.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  16790.         $this->privates['maker.auto_command.make_crud'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(($this->privates['maker.maker.make_crud'] ?? $this->getMaker_Maker_MakeCrudService()), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  16791.         $instance->setName('make:crud');
  16792.         $instance->setDescription('Creates CRUD for Doctrine entity class');
  16793.         return $instance;
  16794.     }
  16795.     /**
  16796.      * Gets the private 'maker.auto_command.make_docker_database' shared service.
  16797.      *
  16798.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  16799.      */
  16800.     protected function getMaker_AutoCommand_MakeDockerDatabaseService()
  16801.     {
  16802.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  16803.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  16804.         $this->privates['maker.auto_command.make_docker_database'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(($this->privates['maker.maker.make_docker_database'] ?? $this->getMaker_Maker_MakeDockerDatabaseService()), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  16805.         $instance->setName('make:docker:database');
  16806.         $instance->setDescription('Adds a database container to your docker-compose.yaml file');
  16807.         return $instance;
  16808.     }
  16809.     /**
  16810.      * Gets the private 'maker.auto_command.make_entity' shared service.
  16811.      *
  16812.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  16813.      */
  16814.     protected function getMaker_AutoCommand_MakeEntityService()
  16815.     {
  16816.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  16817.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  16818.         $this->privates['maker.auto_command.make_entity'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(($this->privates['maker.maker.make_entity'] ?? $this->getMaker_Maker_MakeEntityService()), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  16819.         $instance->setName('make:entity');
  16820.         $instance->setDescription('Creates or updates a Doctrine entity class, and optionally an API Platform resource');
  16821.         return $instance;
  16822.     }
  16823.     /**
  16824.      * Gets the private 'maker.auto_command.make_fixtures' shared service.
  16825.      *
  16826.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  16827.      */
  16828.     protected function getMaker_AutoCommand_MakeFixturesService()
  16829.     {
  16830.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  16831.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  16832.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  16833.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  16834.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeFixtures.php';
  16835.         $this->privates['maker.auto_command.make_fixtures'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(($this->privates['maker.maker.make_fixtures'] ?? ($this->privates['maker.maker.make_fixtures'] = new \Symfony\Bundle\MakerBundle\Maker\MakeFixtures())), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  16836.         $instance->setName('make:fixtures');
  16837.         $instance->setDescription('Creates a new class to load Doctrine fixtures');
  16838.         return $instance;
  16839.     }
  16840.     /**
  16841.      * Gets the private 'maker.auto_command.make_form' shared service.
  16842.      *
  16843.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  16844.      */
  16845.     protected function getMaker_AutoCommand_MakeFormService()
  16846.     {
  16847.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  16848.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  16849.         $this->privates['maker.auto_command.make_form'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(($this->privates['maker.maker.make_form'] ?? $this->getMaker_Maker_MakeFormService()), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  16850.         $instance->setName('make:form');
  16851.         $instance->setDescription('Creates a new form class');
  16852.         return $instance;
  16853.     }
  16854.     /**
  16855.      * Gets the private 'maker.auto_command.make_message' shared service.
  16856.      *
  16857.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  16858.      */
  16859.     protected function getMaker_AutoCommand_MakeMessageService()
  16860.     {
  16861.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  16862.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  16863.         $this->privates['maker.auto_command.make_message'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(($this->privates['maker.maker.make_message'] ?? $this->getMaker_Maker_MakeMessageService()), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  16864.         $instance->setName('make:message');
  16865.         $instance->setDescription('Creates a new message and handler');
  16866.         return $instance;
  16867.     }
  16868.     /**
  16869.      * Gets the private 'maker.auto_command.make_messenger_middleware' shared service.
  16870.      *
  16871.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  16872.      */
  16873.     protected function getMaker_AutoCommand_MakeMessengerMiddlewareService()
  16874.     {
  16875.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  16876.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  16877.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  16878.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  16879.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeMessengerMiddleware.php';
  16880.         $this->privates['maker.auto_command.make_messenger_middleware'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(($this->privates['maker.maker.make_messenger_middleware'] ?? ($this->privates['maker.maker.make_messenger_middleware'] = new \Symfony\Bundle\MakerBundle\Maker\MakeMessengerMiddleware())), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  16881.         $instance->setName('make:messenger-middleware');
  16882.         $instance->setDescription('Creates a new messenger middleware');
  16883.         return $instance;
  16884.     }
  16885.     /**
  16886.      * Gets the private 'maker.auto_command.make_migration' shared service.
  16887.      *
  16888.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  16889.      */
  16890.     protected function getMaker_AutoCommand_MakeMigrationService()
  16891.     {
  16892.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  16893.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  16894.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  16895.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  16896.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/ApplicationAwareMakerInterface.php';
  16897.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeMigration.php';
  16898.         $this->privates['maker.auto_command.make_migration'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(($this->privates['maker.maker.make_migration'] ?? ($this->privates['maker.maker.make_migration'] = new \Symfony\Bundle\MakerBundle\Maker\MakeMigration(\dirname(__DIR__4)))), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  16899.         $instance->setName('make:migration');
  16900.         $instance->setDescription('Creates a new migration based on database changes');
  16901.         return $instance;
  16902.     }
  16903.     /**
  16904.      * Gets the private 'maker.auto_command.make_registration_form' shared service.
  16905.      *
  16906.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  16907.      */
  16908.     protected function getMaker_AutoCommand_MakeRegistrationFormService()
  16909.     {
  16910.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  16911.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  16912.         $this->privates['maker.auto_command.make_registration_form'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(($this->privates['maker.maker.make_registration_form'] ?? $this->getMaker_Maker_MakeRegistrationFormService()), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  16913.         $instance->setName('make:registration-form');
  16914.         $instance->setDescription('Creates a new registration form system');
  16915.         return $instance;
  16916.     }
  16917.     /**
  16918.      * Gets the private 'maker.auto_command.make_reset_password' shared service.
  16919.      *
  16920.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  16921.      */
  16922.     protected function getMaker_AutoCommand_MakeResetPasswordService()
  16923.     {
  16924.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  16925.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  16926.         $this->privates['maker.auto_command.make_reset_password'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(($this->privates['maker.maker.make_reset_password'] ?? $this->getMaker_Maker_MakeResetPasswordService()), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  16927.         $instance->setName('make:reset-password');
  16928.         $instance->setDescription('Create controller, entity, and repositories for use with symfonycasts/reset-password-bundle');
  16929.         return $instance;
  16930.     }
  16931.     /**
  16932.      * Gets the private 'maker.auto_command.make_serializer_encoder' shared service.
  16933.      *
  16934.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  16935.      */
  16936.     protected function getMaker_AutoCommand_MakeSerializerEncoderService()
  16937.     {
  16938.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  16939.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  16940.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  16941.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  16942.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeSerializerEncoder.php';
  16943.         $this->privates['maker.auto_command.make_serializer_encoder'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(($this->privates['maker.maker.make_serializer_encoder'] ?? ($this->privates['maker.maker.make_serializer_encoder'] = new \Symfony\Bundle\MakerBundle\Maker\MakeSerializerEncoder())), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  16944.         $instance->setName('make:serializer:encoder');
  16945.         $instance->setDescription('Creates a new serializer encoder class');
  16946.         return $instance;
  16947.     }
  16948.     /**
  16949.      * Gets the private 'maker.auto_command.make_serializer_normalizer' shared service.
  16950.      *
  16951.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  16952.      */
  16953.     protected function getMaker_AutoCommand_MakeSerializerNormalizerService()
  16954.     {
  16955.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  16956.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  16957.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  16958.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  16959.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeSerializerNormalizer.php';
  16960.         $this->privates['maker.auto_command.make_serializer_normalizer'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(($this->privates['maker.maker.make_serializer_normalizer'] ?? ($this->privates['maker.maker.make_serializer_normalizer'] = new \Symfony\Bundle\MakerBundle\Maker\MakeSerializerNormalizer())), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  16961.         $instance->setName('make:serializer:normalizer');
  16962.         $instance->setDescription('Creates a new serializer normalizer class');
  16963.         return $instance;
  16964.     }
  16965.     /**
  16966.      * Gets the private 'maker.auto_command.make_stimulus_controller' shared service.
  16967.      *
  16968.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  16969.      */
  16970.     protected function getMaker_AutoCommand_MakeStimulusControllerService()
  16971.     {
  16972.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  16973.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  16974.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  16975.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  16976.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeStimulusController.php';
  16977.         $this->privates['maker.auto_command.make_stimulus_controller'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(($this->privates['maker.maker.make_stimulus_controller'] ?? ($this->privates['maker.maker.make_stimulus_controller'] = new \Symfony\Bundle\MakerBundle\Maker\MakeStimulusController())), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  16978.         $instance->setName('make:stimulus-controller');
  16979.         $instance->setDescription('Creates a new Stimulus controller');
  16980.         return $instance;
  16981.     }
  16982.     /**
  16983.      * Gets the private 'maker.auto_command.make_subscriber' shared service.
  16984.      *
  16985.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  16986.      */
  16987.     protected function getMaker_AutoCommand_MakeSubscriberService()
  16988.     {
  16989.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  16990.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  16991.         $this->privates['maker.auto_command.make_subscriber'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(($this->privates['maker.maker.make_subscriber'] ?? $this->getMaker_Maker_MakeSubscriberService()), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  16992.         $instance->setName('make:subscriber');
  16993.         $instance->setDescription('Creates a new event subscriber class');
  16994.         return $instance;
  16995.     }
  16996.     /**
  16997.      * Gets the private 'maker.auto_command.make_test' shared service.
  16998.      *
  16999.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  17000.      */
  17001.     protected function getMaker_AutoCommand_MakeTestService()
  17002.     {
  17003.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  17004.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  17005.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  17006.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  17007.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/InputAwareMakerInterface.php';
  17008.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeTest.php';
  17009.         $this->privates['maker.auto_command.make_test'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(($this->privates['maker.maker.make_test'] ?? ($this->privates['maker.maker.make_test'] = new \Symfony\Bundle\MakerBundle\Maker\MakeTest())), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  17010.         $instance->setName('make:test');
  17011.         $instance->setAliases([=> 'make:unit-test'=> 'make:functional-test']);
  17012.         $instance->setDescription('Creates a new test class');
  17013.         return $instance;
  17014.     }
  17015.     /**
  17016.      * Gets the private 'maker.auto_command.make_twig_component' shared service.
  17017.      *
  17018.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  17019.      */
  17020.     protected function getMaker_AutoCommand_MakeTwigComponentService()
  17021.     {
  17022.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  17023.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  17024.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  17025.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  17026.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeTwigComponent.php';
  17027.         $this->privates['maker.auto_command.make_twig_component'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(($this->privates['maker.maker.make_twig_component'] ?? ($this->privates['maker.maker.make_twig_component'] = new \Symfony\Bundle\MakerBundle\Maker\MakeTwigComponent())), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  17028.         $instance->setName('make:twig-component');
  17029.         $instance->setDescription('Creates a twig (or live) component');
  17030.         return $instance;
  17031.     }
  17032.     /**
  17033.      * Gets the private 'maker.auto_command.make_twig_extension' shared service.
  17034.      *
  17035.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  17036.      */
  17037.     protected function getMaker_AutoCommand_MakeTwigExtensionService()
  17038.     {
  17039.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  17040.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  17041.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  17042.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  17043.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeTwigExtension.php';
  17044.         $this->privates['maker.auto_command.make_twig_extension'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(($this->privates['maker.maker.make_twig_extension'] ?? ($this->privates['maker.maker.make_twig_extension'] = new \Symfony\Bundle\MakerBundle\Maker\MakeTwigExtension())), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  17045.         $instance->setName('make:twig-extension');
  17046.         $instance->setDescription('Creates a new Twig extension class');
  17047.         return $instance;
  17048.     }
  17049.     /**
  17050.      * Gets the private 'maker.auto_command.make_user' shared service.
  17051.      *
  17052.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  17053.      */
  17054.     protected function getMaker_AutoCommand_MakeUserService()
  17055.     {
  17056.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  17057.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  17058.         $this->privates['maker.auto_command.make_user'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(($this->privates['maker.maker.make_user'] ?? $this->getMaker_Maker_MakeUserService()), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  17059.         $instance->setName('make:user');
  17060.         $instance->setDescription('Creates a new security user class');
  17061.         return $instance;
  17062.     }
  17063.     /**
  17064.      * Gets the private 'maker.auto_command.make_validator' shared service.
  17065.      *
  17066.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  17067.      */
  17068.     protected function getMaker_AutoCommand_MakeValidatorService()
  17069.     {
  17070.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  17071.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  17072.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  17073.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  17074.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeValidator.php';
  17075.         $this->privates['maker.auto_command.make_validator'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(($this->privates['maker.maker.make_validator'] ?? ($this->privates['maker.maker.make_validator'] = new \Symfony\Bundle\MakerBundle\Maker\MakeValidator())), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  17076.         $instance->setName('make:validator');
  17077.         $instance->setDescription('Creates a new validator and constraint class');
  17078.         return $instance;
  17079.     }
  17080.     /**
  17081.      * Gets the private 'maker.auto_command.make_voter' shared service.
  17082.      *
  17083.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  17084.      */
  17085.     protected function getMaker_AutoCommand_MakeVoterService()
  17086.     {
  17087.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  17088.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  17089.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  17090.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  17091.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeVoter.php';
  17092.         $this->privates['maker.auto_command.make_voter'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(($this->privates['maker.maker.make_voter'] ?? ($this->privates['maker.maker.make_voter'] = new \Symfony\Bundle\MakerBundle\Maker\MakeVoter())), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  17093.         $instance->setName('make:voter');
  17094.         $instance->setDescription('Creates a new security voter class');
  17095.         return $instance;
  17096.     }
  17097.     /**
  17098.      * Gets the private 'maker.autoloader_finder' shared service.
  17099.      *
  17100.      * @return \Symfony\Bundle\MakerBundle\Util\ComposerAutoloaderFinder
  17101.      */
  17102.     protected function getMaker_AutoloaderFinderService()
  17103.     {
  17104.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/ComposerAutoloaderFinder.php';
  17105.         return $this->privates['maker.autoloader_finder'] = new \Symfony\Bundle\MakerBundle\Util\ComposerAutoloaderFinder('App');
  17106.     }
  17107.     /**
  17108.      * Gets the private 'maker.autoloader_util' shared service.
  17109.      *
  17110.      * @return \Symfony\Bundle\MakerBundle\Util\AutoloaderUtil
  17111.      */
  17112.     protected function getMaker_AutoloaderUtilService()
  17113.     {
  17114.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/AutoloaderUtil.php';
  17115.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/ComposerAutoloaderFinder.php';
  17116.         return $this->privates['maker.autoloader_util'] = new \Symfony\Bundle\MakerBundle\Util\AutoloaderUtil(($this->privates['maker.autoloader_finder'] ?? ($this->privates['maker.autoloader_finder'] = new \Symfony\Bundle\MakerBundle\Util\ComposerAutoloaderFinder('App'))));
  17117.     }
  17118.     /**
  17119.      * Gets the private 'maker.console_error_listener' shared service.
  17120.      *
  17121.      * @return \Symfony\Bundle\MakerBundle\Event\ConsoleErrorSubscriber
  17122.      */
  17123.     protected function getMaker_ConsoleErrorListenerService()
  17124.     {
  17125.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Event/ConsoleErrorSubscriber.php';
  17126.         return $this->privates['maker.console_error_listener'] = new \Symfony\Bundle\MakerBundle\Event\ConsoleErrorSubscriber();
  17127.     }
  17128.     /**
  17129.      * Gets the private 'maker.doctrine_helper' shared service.
  17130.      *
  17131.      * @return \Symfony\Bundle\MakerBundle\Doctrine\DoctrineHelper
  17132.      */
  17133.     protected function getMaker_DoctrineHelperService()
  17134.     {
  17135.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Doctrine/DoctrineHelper.php';
  17136.         $a = ($this->privates['doctrine.orm.default_annotation_metadata_driver'] ?? $this->getDoctrine_Orm_DefaultAnnotationMetadataDriverService());
  17137.         return $this->privates['maker.doctrine_helper'] = new \Symfony\Bundle\MakerBundle\Doctrine\DoctrineHelper('App\\Entity', ($this->services['doctrine'] ?? $this->getDoctrineService()), ['default' => [=> [=> 'CodersLab\\Lms\\Modules\\Courses\\Application\\Query\\Model'=> $a], => [=> 'CodersLab\\Lms\\Modules\\Materials\\Domain'=> $a], => [=> 'CodersLab\\Lms\\Modules\\Learning\\Domain'=> $a], => [=> 'CodersLab\\Lms\\Modules\\IdentityAccess\\Domain'=> $a], => [=> 'AppBundle\\Entity'=> $a], => [=> 'FOS\\UserBundle\\Model'=> ($this->privates['.5_doctrine_metadata_driver~M7E.AoK'] ?? $this->get_5DoctrineMetadataDriverM7E_AoKService())]]]);
  17138.     }
  17139.     /**
  17140.      * Gets the private 'maker.entity_class_generator' shared service.
  17141.      *
  17142.      * @return \Symfony\Bundle\MakerBundle\Doctrine\EntityClassGenerator
  17143.      */
  17144.     protected function getMaker_EntityClassGeneratorService()
  17145.     {
  17146.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Doctrine/EntityClassGenerator.php';
  17147.         return $this->privates['maker.entity_class_generator'] = new \Symfony\Bundle\MakerBundle\Doctrine\EntityClassGenerator(($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()), ($this->privates['maker.doctrine_helper'] ?? $this->getMaker_DoctrineHelperService()));
  17148.     }
  17149.     /**
  17150.      * Gets the private 'maker.event_registry' shared service.
  17151.      *
  17152.      * @return \Symfony\Bundle\MakerBundle\EventRegistry
  17153.      */
  17154.     protected function getMaker_EventRegistryService()
  17155.     {
  17156.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/EventRegistry.php';
  17157.         return $this->privates['maker.event_registry'] = new \Symfony\Bundle\MakerBundle\EventRegistry(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  17158.     }
  17159.     /**
  17160.      * Gets the private 'maker.file_link_formatter' shared service.
  17161.      *
  17162.      * @return \Symfony\Bundle\MakerBundle\Util\MakerFileLinkFormatter
  17163.      */
  17164.     protected function getMaker_FileLinkFormatterService()
  17165.     {
  17166.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/MakerFileLinkFormatter.php';
  17167.         return $this->privates['maker.file_link_formatter'] = new \Symfony\Bundle\MakerBundle\Util\MakerFileLinkFormatter(($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService()));
  17168.     }
  17169.     /**
  17170.      * Gets the private 'maker.file_manager' shared service.
  17171.      *
  17172.      * @return \Symfony\Bundle\MakerBundle\FileManager
  17173.      */
  17174.     protected function getMaker_FileManagerService()
  17175.     {
  17176.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/FileManager.php';
  17177.         include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  17178.         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())), ($this->privates['maker.autoloader_util'] ?? $this->getMaker_AutoloaderUtilService()), ($this->privates['maker.file_link_formatter'] ?? $this->getMaker_FileLinkFormatterService()), \dirname(__DIR__4), (\dirname(__DIR__4).'/templates'));
  17179.     }
  17180.     /**
  17181.      * Gets the private 'maker.generator' shared service.
  17182.      *
  17183.      * @return \Symfony\Bundle\MakerBundle\Generator
  17184.      */
  17185.     protected function getMaker_GeneratorService()
  17186.     {
  17187.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Generator.php';
  17188.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/TemplateComponentGenerator.php';
  17189.         return $this->privates['maker.generator'] = new \Symfony\Bundle\MakerBundle\Generator(($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), 'App'NULL, ($this->privates['maker.template_component_generator'] ?? ($this->privates['maker.template_component_generator'] = new \Symfony\Bundle\MakerBundle\Util\TemplateComponentGenerator())));
  17190.     }
  17191.     /**
  17192.      * Gets the private 'maker.maker.make_authenticator' shared service.
  17193.      *
  17194.      * @return \Symfony\Bundle\MakerBundle\Maker\MakeAuthenticator
  17195.      */
  17196.     protected function getMaker_Maker_MakeAuthenticatorService()
  17197.     {
  17198.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  17199.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  17200.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeAuthenticator.php';
  17201.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Security/SecurityConfigUpdater.php';
  17202.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Security/SecurityControllerBuilder.php';
  17203.         return $this->privates['maker.maker.make_authenticator'] = new \Symfony\Bundle\MakerBundle\Maker\MakeAuthenticator(($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.security_config_updater'] ?? ($this->privates['maker.security_config_updater'] = new \Symfony\Bundle\MakerBundle\Security\SecurityConfigUpdater())), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()), ($this->privates['maker.doctrine_helper'] ?? $this->getMaker_DoctrineHelperService()), ($this->privates['maker.security_controller_builder'] ?? ($this->privates['maker.security_controller_builder'] = new \Symfony\Bundle\MakerBundle\Security\SecurityControllerBuilder())));
  17204.     }
  17205.     /**
  17206.      * Gets the private 'maker.maker.make_command' shared service.
  17207.      *
  17208.      * @return \Symfony\Bundle\MakerBundle\Maker\MakeCommand
  17209.      */
  17210.     protected function getMaker_Maker_MakeCommandService()
  17211.     {
  17212.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  17213.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  17214.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeCommand.php';
  17215.         return $this->privates['maker.maker.make_command'] = new \Symfony\Bundle\MakerBundle\Maker\MakeCommand(($this->privates['maker.php_compat_util'] ?? $this->getMaker_PhpCompatUtilService()));
  17216.     }
  17217.     /**
  17218.      * Gets the private 'maker.maker.make_controller' shared service.
  17219.      *
  17220.      * @return \Symfony\Bundle\MakerBundle\Maker\MakeController
  17221.      */
  17222.     protected function getMaker_Maker_MakeControllerService()
  17223.     {
  17224.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  17225.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  17226.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeController.php';
  17227.         return $this->privates['maker.maker.make_controller'] = new \Symfony\Bundle\MakerBundle\Maker\MakeController(($this->privates['maker.php_compat_util'] ?? $this->getMaker_PhpCompatUtilService()));
  17228.     }
  17229.     /**
  17230.      * Gets the private 'maker.maker.make_crud' shared service.
  17231.      *
  17232.      * @return \Symfony\Bundle\MakerBundle\Maker\MakeCrud
  17233.      */
  17234.     protected function getMaker_Maker_MakeCrudService()
  17235.     {
  17236.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  17237.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  17238.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeCrud.php';
  17239.         return $this->privates['maker.maker.make_crud'] = 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()));
  17240.     }
  17241.     /**
  17242.      * Gets the private 'maker.maker.make_docker_database' shared service.
  17243.      *
  17244.      * @return \Symfony\Bundle\MakerBundle\Maker\MakeDockerDatabase
  17245.      */
  17246.     protected function getMaker_Maker_MakeDockerDatabaseService()
  17247.     {
  17248.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  17249.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  17250.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeDockerDatabase.php';
  17251.         return $this->privates['maker.maker.make_docker_database'] = new \Symfony\Bundle\MakerBundle\Maker\MakeDockerDatabase(($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()));
  17252.     }
  17253.     /**
  17254.      * Gets the private 'maker.maker.make_entity' shared service.
  17255.      *
  17256.      * @return \Symfony\Bundle\MakerBundle\Maker\MakeEntity
  17257.      */
  17258.     protected function getMaker_Maker_MakeEntityService()
  17259.     {
  17260.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  17261.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  17262.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/InputAwareMakerInterface.php';
  17263.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeEntity.php';
  17264.         return $this->privates['maker.maker.make_entity'] = new \Symfony\Bundle\MakerBundle\Maker\MakeEntity(($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.doctrine_helper'] ?? $this->getMaker_DoctrineHelperService()), NULL, ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()), ($this->privates['maker.entity_class_generator'] ?? $this->getMaker_EntityClassGeneratorService()), ($this->privates['maker.php_compat_util'] ?? $this->getMaker_PhpCompatUtilService()));
  17265.     }
  17266.     /**
  17267.      * Gets the private 'maker.maker.make_fixtures' shared service.
  17268.      *
  17269.      * @return \Symfony\Bundle\MakerBundle\Maker\MakeFixtures
  17270.      */
  17271.     protected function getMaker_Maker_MakeFixturesService()
  17272.     {
  17273.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  17274.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  17275.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeFixtures.php';
  17276.         return $this->privates['maker.maker.make_fixtures'] = new \Symfony\Bundle\MakerBundle\Maker\MakeFixtures();
  17277.     }
  17278.     /**
  17279.      * Gets the private 'maker.maker.make_form' shared service.
  17280.      *
  17281.      * @return \Symfony\Bundle\MakerBundle\Maker\MakeForm
  17282.      */
  17283.     protected function getMaker_Maker_MakeFormService()
  17284.     {
  17285.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  17286.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  17287.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeForm.php';
  17288.         return $this->privates['maker.maker.make_form'] = 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()));
  17289.     }
  17290.     /**
  17291.      * Gets the private 'maker.maker.make_message' shared service.
  17292.      *
  17293.      * @return \Symfony\Bundle\MakerBundle\Maker\MakeMessage
  17294.      */
  17295.     protected function getMaker_Maker_MakeMessageService()
  17296.     {
  17297.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  17298.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  17299.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeMessage.php';
  17300.         return $this->privates['maker.maker.make_message'] = new \Symfony\Bundle\MakerBundle\Maker\MakeMessage(($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()));
  17301.     }
  17302.     /**
  17303.      * Gets the private 'maker.maker.make_messenger_middleware' shared service.
  17304.      *
  17305.      * @return \Symfony\Bundle\MakerBundle\Maker\MakeMessengerMiddleware
  17306.      */
  17307.     protected function getMaker_Maker_MakeMessengerMiddlewareService()
  17308.     {
  17309.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  17310.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  17311.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeMessengerMiddleware.php';
  17312.         return $this->privates['maker.maker.make_messenger_middleware'] = new \Symfony\Bundle\MakerBundle\Maker\MakeMessengerMiddleware();
  17313.     }
  17314.     /**
  17315.      * Gets the private 'maker.maker.make_migration' shared service.
  17316.      *
  17317.      * @return \Symfony\Bundle\MakerBundle\Maker\MakeMigration
  17318.      */
  17319.     protected function getMaker_Maker_MakeMigrationService()
  17320.     {
  17321.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  17322.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  17323.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/ApplicationAwareMakerInterface.php';
  17324.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeMigration.php';
  17325.         return $this->privates['maker.maker.make_migration'] = new \Symfony\Bundle\MakerBundle\Maker\MakeMigration(\dirname(__DIR__4));
  17326.     }
  17327.     /**
  17328.      * Gets the private 'maker.maker.make_registration_form' shared service.
  17329.      *
  17330.      * @return \Symfony\Bundle\MakerBundle\Maker\MakeRegistrationForm
  17331.      */
  17332.     protected function getMaker_Maker_MakeRegistrationFormService()
  17333.     {
  17334.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  17335.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  17336.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeRegistrationForm.php';
  17337.         return $this->privates['maker.maker.make_registration_form'] = new \Symfony\Bundle\MakerBundle\Maker\MakeRegistrationForm(($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.renderer.form_type_renderer'] ?? $this->getMaker_Renderer_FormTypeRendererService()), ($this->services['router'] ?? $this->getRouterService()), ($this->privates['maker.doctrine_helper'] ?? $this->getMaker_DoctrineHelperService()));
  17338.     }
  17339.     /**
  17340.      * Gets the private 'maker.maker.make_reset_password' shared service.
  17341.      *
  17342.      * @return \Symfony\Bundle\MakerBundle\Maker\MakeResetPassword
  17343.      */
  17344.     protected function getMaker_Maker_MakeResetPasswordService()
  17345.     {
  17346.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  17347.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  17348.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeResetPassword.php';
  17349.         return $this->privates['maker.maker.make_reset_password'] = new \Symfony\Bundle\MakerBundle\Maker\MakeResetPassword(($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.doctrine_helper'] ?? $this->getMaker_DoctrineHelperService()), ($this->privates['maker.entity_class_generator'] ?? $this->getMaker_EntityClassGeneratorService()));
  17350.     }
  17351.     /**
  17352.      * Gets the private 'maker.maker.make_serializer_encoder' shared service.
  17353.      *
  17354.      * @return \Symfony\Bundle\MakerBundle\Maker\MakeSerializerEncoder
  17355.      */
  17356.     protected function getMaker_Maker_MakeSerializerEncoderService()
  17357.     {
  17358.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  17359.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  17360.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeSerializerEncoder.php';
  17361.         return $this->privates['maker.maker.make_serializer_encoder'] = new \Symfony\Bundle\MakerBundle\Maker\MakeSerializerEncoder();
  17362.     }
  17363.     /**
  17364.      * Gets the private 'maker.maker.make_serializer_normalizer' shared service.
  17365.      *
  17366.      * @return \Symfony\Bundle\MakerBundle\Maker\MakeSerializerNormalizer
  17367.      */
  17368.     protected function getMaker_Maker_MakeSerializerNormalizerService()
  17369.     {
  17370.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  17371.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  17372.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeSerializerNormalizer.php';
  17373.         return $this->privates['maker.maker.make_serializer_normalizer'] = new \Symfony\Bundle\MakerBundle\Maker\MakeSerializerNormalizer();
  17374.     }
  17375.     /**
  17376.      * Gets the private 'maker.maker.make_stimulus_controller' shared service.
  17377.      *
  17378.      * @return \Symfony\Bundle\MakerBundle\Maker\MakeStimulusController
  17379.      */
  17380.     protected function getMaker_Maker_MakeStimulusControllerService()
  17381.     {
  17382.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  17383.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  17384.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeStimulusController.php';
  17385.         return $this->privates['maker.maker.make_stimulus_controller'] = new \Symfony\Bundle\MakerBundle\Maker\MakeStimulusController();
  17386.     }
  17387.     /**
  17388.      * Gets the private 'maker.maker.make_subscriber' shared service.
  17389.      *
  17390.      * @return \Symfony\Bundle\MakerBundle\Maker\MakeSubscriber
  17391.      */
  17392.     protected function getMaker_Maker_MakeSubscriberService()
  17393.     {
  17394.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  17395.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  17396.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeSubscriber.php';
  17397.         return $this->privates['maker.maker.make_subscriber'] = new \Symfony\Bundle\MakerBundle\Maker\MakeSubscriber(($this->privates['maker.event_registry'] ?? $this->getMaker_EventRegistryService()));
  17398.     }
  17399.     /**
  17400.      * Gets the private 'maker.maker.make_test' shared service.
  17401.      *
  17402.      * @return \Symfony\Bundle\MakerBundle\Maker\MakeTest
  17403.      */
  17404.     protected function getMaker_Maker_MakeTestService()
  17405.     {
  17406.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  17407.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  17408.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/InputAwareMakerInterface.php';
  17409.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeTest.php';
  17410.         return $this->privates['maker.maker.make_test'] = new \Symfony\Bundle\MakerBundle\Maker\MakeTest();
  17411.     }
  17412.     /**
  17413.      * Gets the private 'maker.maker.make_twig_component' shared service.
  17414.      *
  17415.      * @return \Symfony\Bundle\MakerBundle\Maker\MakeTwigComponent
  17416.      */
  17417.     protected function getMaker_Maker_MakeTwigComponentService()
  17418.     {
  17419.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  17420.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  17421.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeTwigComponent.php';
  17422.         return $this->privates['maker.maker.make_twig_component'] = new \Symfony\Bundle\MakerBundle\Maker\MakeTwigComponent();
  17423.     }
  17424.     /**
  17425.      * Gets the private 'maker.maker.make_twig_extension' shared service.
  17426.      *
  17427.      * @return \Symfony\Bundle\MakerBundle\Maker\MakeTwigExtension
  17428.      */
  17429.     protected function getMaker_Maker_MakeTwigExtensionService()
  17430.     {
  17431.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  17432.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  17433.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeTwigExtension.php';
  17434.         return $this->privates['maker.maker.make_twig_extension'] = new \Symfony\Bundle\MakerBundle\Maker\MakeTwigExtension();
  17435.     }
  17436.     /**
  17437.      * Gets the private 'maker.maker.make_user' shared service.
  17438.      *
  17439.      * @return \Symfony\Bundle\MakerBundle\Maker\MakeUser
  17440.      */
  17441.     protected function getMaker_Maker_MakeUserService()
  17442.     {
  17443.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  17444.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  17445.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeUser.php';
  17446.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Security/UserClassBuilder.php';
  17447.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Security/SecurityConfigUpdater.php';
  17448.         return $this->privates['maker.maker.make_user'] = new \Symfony\Bundle\MakerBundle\Maker\MakeUser(($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.user_class_builder'] ?? ($this->privates['maker.user_class_builder'] = 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()));
  17449.     }
  17450.     /**
  17451.      * Gets the private 'maker.maker.make_validator' shared service.
  17452.      *
  17453.      * @return \Symfony\Bundle\MakerBundle\Maker\MakeValidator
  17454.      */
  17455.     protected function getMaker_Maker_MakeValidatorService()
  17456.     {
  17457.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  17458.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  17459.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeValidator.php';
  17460.         return $this->privates['maker.maker.make_validator'] = new \Symfony\Bundle\MakerBundle\Maker\MakeValidator();
  17461.     }
  17462.     /**
  17463.      * Gets the private 'maker.maker.make_voter' shared service.
  17464.      *
  17465.      * @return \Symfony\Bundle\MakerBundle\Maker\MakeVoter
  17466.      */
  17467.     protected function getMaker_Maker_MakeVoterService()
  17468.     {
  17469.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  17470.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  17471.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeVoter.php';
  17472.         return $this->privates['maker.maker.make_voter'] = new \Symfony\Bundle\MakerBundle\Maker\MakeVoter();
  17473.     }
  17474.     /**
  17475.      * Gets the private 'maker.php_compat_util' shared service.
  17476.      *
  17477.      * @return \Symfony\Bundle\MakerBundle\Util\PhpCompatUtil
  17478.      */
  17479.     protected function getMaker_PhpCompatUtilService()
  17480.     {
  17481.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/PhpCompatUtil.php';
  17482.         return $this->privates['maker.php_compat_util'] = new \Symfony\Bundle\MakerBundle\Util\PhpCompatUtil(($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()));
  17483.     }
  17484.     /**
  17485.      * Gets the private 'maker.renderer.form_type_renderer' shared service.
  17486.      *
  17487.      * @return \Symfony\Bundle\MakerBundle\Renderer\FormTypeRenderer
  17488.      */
  17489.     protected function getMaker_Renderer_FormTypeRendererService()
  17490.     {
  17491.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Renderer/FormTypeRenderer.php';
  17492.         return $this->privates['maker.renderer.form_type_renderer'] = new \Symfony\Bundle\MakerBundle\Renderer\FormTypeRenderer(($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  17493.     }
  17494.     /**
  17495.      * Gets the private 'maker.security_config_updater' shared service.
  17496.      *
  17497.      * @return \Symfony\Bundle\MakerBundle\Security\SecurityConfigUpdater
  17498.      */
  17499.     protected function getMaker_SecurityConfigUpdaterService()
  17500.     {
  17501.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Security/SecurityConfigUpdater.php';
  17502.         return $this->privates['maker.security_config_updater'] = new \Symfony\Bundle\MakerBundle\Security\SecurityConfigUpdater();
  17503.     }
  17504.     /**
  17505.      * Gets the private 'maker.security_controller_builder' shared service.
  17506.      *
  17507.      * @return \Symfony\Bundle\MakerBundle\Security\SecurityControllerBuilder
  17508.      */
  17509.     protected function getMaker_SecurityControllerBuilderService()
  17510.     {
  17511.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Security/SecurityControllerBuilder.php';
  17512.         return $this->privates['maker.security_controller_builder'] = new \Symfony\Bundle\MakerBundle\Security\SecurityControllerBuilder();
  17513.     }
  17514.     /**
  17515.      * Gets the private 'maker.template_component_generator' shared service.
  17516.      *
  17517.      * @return \Symfony\Bundle\MakerBundle\Util\TemplateComponentGenerator
  17518.      */
  17519.     protected function getMaker_TemplateComponentGeneratorService()
  17520.     {
  17521.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/TemplateComponentGenerator.php';
  17522.         return $this->privates['maker.template_component_generator'] = new \Symfony\Bundle\MakerBundle\Util\TemplateComponentGenerator();
  17523.     }
  17524.     /**
  17525.      * Gets the private 'maker.user_class_builder' shared service.
  17526.      *
  17527.      * @return \Symfony\Bundle\MakerBundle\Security\UserClassBuilder
  17528.      */
  17529.     protected function getMaker_UserClassBuilderService()
  17530.     {
  17531.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Security/UserClassBuilder.php';
  17532.         return $this->privates['maker.user_class_builder'] = new \Symfony\Bundle\MakerBundle\Security\UserClassBuilder();
  17533.     }
  17534.     /**
  17535.      * Gets the private 'materials_cache.traceable.inner' shared service.
  17536.      *
  17537.      * @return \Symfony\Component\Cache\Adapter\FilesystemAdapter
  17538.      */
  17539.     protected function getMaterialsCache_Traceable_InnerService()
  17540.     {
  17541.         $this->privates['materials_cache.traceable.inner'] = $instance = new \Symfony\Component\Cache\Adapter\FilesystemAdapter('18JPvNO2ND'0, ($this->targetDir.''.'/pools/app'), ($this->privates['cache.default_marshaller'] ?? ($this->privates['cache.default_marshaller'] = new \Symfony\Component\Cache\Marshaller\DefaultMarshaller(NULLtrue))));
  17542.         $instance->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  17543.         return $instance;
  17544.     }
  17545.     /**
  17546.      * Gets the private 'materials_cache.traceable.recorder_inner' shared service.
  17547.      *
  17548.      * @return \Sentry\SentryBundle\Tracing\Cache\TraceableCacheAdapter
  17549.      */
  17550.     protected function getMaterialsCache_Traceable_RecorderInnerService()
  17551.     {
  17552.         return $this->privates['materials_cache.traceable.recorder_inner'] = new \Sentry\SentryBundle\Tracing\Cache\TraceableCacheAdapter(($this->privates['Sentry\\State\\HubInterface'] ?? $this->getHubInterfaceService()), ($this->privates['materials_cache.traceable.inner'] ?? $this->getMaterialsCache_Traceable_InnerService()));
  17553.     }
  17554.     /**
  17555.      * Gets the private 'messenger.failure.add_error_details_stamp_listener' shared service.
  17556.      *
  17557.      * @return \Symfony\Component\Messenger\EventListener\AddErrorDetailsStampListener
  17558.      */
  17559.     protected function getMessenger_Failure_AddErrorDetailsStampListenerService()
  17560.     {
  17561.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/EventListener/AddErrorDetailsStampListener.php';
  17562.         return $this->privates['messenger.failure.add_error_details_stamp_listener'] = new \Symfony\Component\Messenger\EventListener\AddErrorDetailsStampListener();
  17563.     }
  17564.     /**
  17565.      * Gets the private 'messenger.failure.send_failed_message_to_failure_transport_listener' shared service.
  17566.      *
  17567.      * @return \Symfony\Component\Messenger\EventListener\SendFailedMessageToFailureTransportListener
  17568.      */
  17569.     protected function getMessenger_Failure_SendFailedMessageToFailureTransportListenerService()
  17570.     {
  17571.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/EventListener/SendFailedMessageToFailureTransportListener.php';
  17572.         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, [
  17573.             'async' => ['privates''messenger.transport.failed''getMessenger_Transport_FailedService'false],
  17574.             'async_commands' => ['privates''messenger.transport.failed''getMessenger_Transport_FailedService'false],
  17575.             'async_events' => ['privates''messenger.transport.failed''getMessenger_Transport_FailedService'false],
  17576.             'failed' => ['privates''messenger.transport.failed''getMessenger_Transport_FailedService'false],
  17577.             'sync' => ['privates''messenger.transport.failed''getMessenger_Transport_FailedService'false],
  17578.         ], [
  17579.             'async' => '?',
  17580.             'async_commands' => '?',
  17581.             'async_events' => '?',
  17582.             'failed' => '?',
  17583.             'sync' => '?',
  17584.         ]), ($this->privates['monolog.logger.messenger'] ?? $this->getMonolog_Logger_MessengerService()));
  17585.     }
  17586.     /**
  17587.      * Gets the private 'messenger.listener.reset_services' shared service.
  17588.      *
  17589.      * @return \Symfony\Component\Messenger\EventListener\ResetServicesListener
  17590.      */
  17591.     protected function getMessenger_Listener_ResetServicesService()
  17592.     {
  17593.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/EventListener/ResetServicesListener.php';
  17594.         return $this->privates['messenger.listener.reset_services'] = new \Symfony\Component\Messenger\EventListener\ResetServicesListener(($this->services['services_resetter'] ?? $this->getServicesResetterService()));
  17595.     }
  17596.     /**
  17597.      * Gets the private 'messenger.listener.stop_worker_on_restart_signal_listener' shared service.
  17598.      *
  17599.      * @return \Symfony\Component\Messenger\EventListener\StopWorkerOnRestartSignalListener
  17600.      */
  17601.     protected function getMessenger_Listener_StopWorkerOnRestartSignalListenerService()
  17602.     {
  17603.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/EventListener/StopWorkerOnRestartSignalListener.php';
  17604.         return $this->privates['messenger.listener.stop_worker_on_restart_signal_listener'] = new \Symfony\Component\Messenger\EventListener\StopWorkerOnRestartSignalListener(($this->privates['cache.messenger.restart_workers_signal.traceable'] ?? $this->getCache_Messenger_RestartWorkersSignal_TraceableService()), ($this->privates['monolog.logger.messenger'] ?? $this->getMonolog_Logger_MessengerService()));
  17605.     }
  17606.     /**
  17607.      * Gets the private 'messenger.listener.stop_worker_on_stop_exception_listener' shared service.
  17608.      *
  17609.      * @return \Symfony\Component\Messenger\EventListener\StopWorkerOnCustomStopExceptionListener
  17610.      */
  17611.     protected function getMessenger_Listener_StopWorkerOnStopExceptionListenerService()
  17612.     {
  17613.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/EventListener/StopWorkerOnCustomStopExceptionListener.php';
  17614.         return $this->privates['messenger.listener.stop_worker_on_stop_exception_listener'] = new \Symfony\Component\Messenger\EventListener\StopWorkerOnCustomStopExceptionListener();
  17615.     }
  17616.     /**
  17617.      * Gets the private 'messenger.middleware.dispatch_after_current_bus' shared service.
  17618.      *
  17619.      * @return \Symfony\Component\Messenger\Middleware\DispatchAfterCurrentBusMiddleware
  17620.      */
  17621.     protected function getMessenger_Middleware_DispatchAfterCurrentBusService()
  17622.     {
  17623.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Middleware/MiddlewareInterface.php';
  17624.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Middleware/DispatchAfterCurrentBusMiddleware.php';
  17625.         return $this->privates['messenger.middleware.dispatch_after_current_bus'] = new \Symfony\Component\Messenger\Middleware\DispatchAfterCurrentBusMiddleware();
  17626.     }
  17627.     /**
  17628.      * Gets the private 'messenger.middleware.failed_message_processing_middleware' shared service.
  17629.      *
  17630.      * @return \Symfony\Component\Messenger\Middleware\FailedMessageProcessingMiddleware
  17631.      */
  17632.     protected function getMessenger_Middleware_FailedMessageProcessingMiddlewareService()
  17633.     {
  17634.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Middleware/MiddlewareInterface.php';
  17635.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Middleware/FailedMessageProcessingMiddleware.php';
  17636.         return $this->privates['messenger.middleware.failed_message_processing_middleware'] = new \Symfony\Component\Messenger\Middleware\FailedMessageProcessingMiddleware();
  17637.     }
  17638.     /**
  17639.      * Gets the private 'messenger.middleware.reject_redelivered_message_middleware' shared service.
  17640.      *
  17641.      * @return \Symfony\Component\Messenger\Middleware\RejectRedeliveredMessageMiddleware
  17642.      */
  17643.     protected function getMessenger_Middleware_RejectRedeliveredMessageMiddlewareService()
  17644.     {
  17645.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Middleware/MiddlewareInterface.php';
  17646.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Middleware/RejectRedeliveredMessageMiddleware.php';
  17647.         return $this->privates['messenger.middleware.reject_redelivered_message_middleware'] = new \Symfony\Component\Messenger\Middleware\RejectRedeliveredMessageMiddleware();
  17648.     }
  17649.     /**
  17650.      * Gets the private 'messenger.middleware.send_message' shared service.
  17651.      *
  17652.      * @return \Symfony\Component\Messenger\Middleware\SendMessageMiddleware
  17653.      */
  17654.     protected function getMessenger_Middleware_SendMessageService()
  17655.     {
  17656.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Middleware/MiddlewareInterface.php';
  17657.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Middleware/SendMessageMiddleware.php';
  17658.         $this->privates['messenger.middleware.send_message'] = $instance = new \Symfony\Component\Messenger\Middleware\SendMessageMiddleware(($this->privates['messenger.senders_locator'] ?? $this->getMessenger_SendersLocatorService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  17659.         $instance->setLogger(($this->privates['monolog.logger.messenger'] ?? $this->getMonolog_Logger_MessengerService()));
  17660.         return $instance;
  17661.     }
  17662.     /**
  17663.      * Gets the private 'messenger.middleware.validation' shared service.
  17664.      *
  17665.      * @return \Symfony\Component\Messenger\Middleware\ValidationMiddleware
  17666.      */
  17667.     protected function getMessenger_Middleware_ValidationService()
  17668.     {
  17669.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Middleware/MiddlewareInterface.php';
  17670.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Middleware/ValidationMiddleware.php';
  17671.         return $this->privates['messenger.middleware.validation'] = new \Symfony\Component\Messenger\Middleware\ValidationMiddleware(($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService()));
  17672.     }
  17673.     /**
  17674.      * Gets the private 'messenger.receiver_locator' shared service.
  17675.      *
  17676.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  17677.      */
  17678.     protected function getMessenger_ReceiverLocatorService()
  17679.     {
  17680.         return $this->privates['messenger.receiver_locator'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  17681.             'async' => ['privates''messenger.transport.async''getMessenger_Transport_AsyncService'false],
  17682.             'async_commands' => ['privates''messenger.transport.async_commands''getMessenger_Transport_AsyncCommandsService'false],
  17683.             'async_events' => ['privates''messenger.transport.async_events''getMessenger_Transport_AsyncEventsService'false],
  17684.             'failed' => ['privates''messenger.transport.failed''getMessenger_Transport_FailedService'false],
  17685.             'messenger.transport.async' => ['privates''messenger.transport.async''getMessenger_Transport_AsyncService'false],
  17686.             'messenger.transport.async_commands' => ['privates''messenger.transport.async_commands''getMessenger_Transport_AsyncCommandsService'false],
  17687.             'messenger.transport.async_events' => ['privates''messenger.transport.async_events''getMessenger_Transport_AsyncEventsService'false],
  17688.             'messenger.transport.failed' => ['privates''messenger.transport.failed''getMessenger_Transport_FailedService'false],
  17689.             'messenger.transport.sync' => ['privates''messenger.transport.sync''getMessenger_Transport_SyncService'false],
  17690.             'sync' => ['privates''messenger.transport.sync''getMessenger_Transport_SyncService'false],
  17691.         ], [
  17692.             'async' => '?',
  17693.             'async_commands' => '?',
  17694.             'async_events' => '?',
  17695.             'failed' => '?',
  17696.             'messenger.transport.async' => '?',
  17697.             'messenger.transport.async_commands' => '?',
  17698.             'messenger.transport.async_events' => '?',
  17699.             'messenger.transport.failed' => '?',
  17700.             'messenger.transport.sync' => '?',
  17701.             'sync' => '?',
  17702.         ]);
  17703.     }
  17704.     /**
  17705.      * Gets the private 'messenger.retry.multiplier_retry_strategy.async' shared service.
  17706.      *
  17707.      * @return \Symfony\Component\Messenger\Retry\MultiplierRetryStrategy
  17708.      */
  17709.     protected function getMessenger_Retry_MultiplierRetryStrategy_AsyncService()
  17710.     {
  17711.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Retry/RetryStrategyInterface.php';
  17712.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Retry/MultiplierRetryStrategy.php';
  17713.         return $this->privates['messenger.retry.multiplier_retry_strategy.async'] = new \Symfony\Component\Messenger\Retry\MultiplierRetryStrategy(26100040);
  17714.     }
  17715.     /**
  17716.      * Gets the private 'messenger.retry.multiplier_retry_strategy.async_commands' shared service.
  17717.      *
  17718.      * @return \Symfony\Component\Messenger\Retry\MultiplierRetryStrategy
  17719.      */
  17720.     protected function getMessenger_Retry_MultiplierRetryStrategy_AsyncCommandsService()
  17721.     {
  17722.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Retry/RetryStrategyInterface.php';
  17723.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Retry/MultiplierRetryStrategy.php';
  17724.         return $this->privates['messenger.retry.multiplier_retry_strategy.async_commands'] = new \Symfony\Component\Messenger\Retry\MultiplierRetryStrategy(26100040);
  17725.     }
  17726.     /**
  17727.      * Gets the private 'messenger.retry.multiplier_retry_strategy.async_events' shared service.
  17728.      *
  17729.      * @return \Symfony\Component\Messenger\Retry\MultiplierRetryStrategy
  17730.      */
  17731.     protected function getMessenger_Retry_MultiplierRetryStrategy_AsyncEventsService()
  17732.     {
  17733.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Retry/RetryStrategyInterface.php';
  17734.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Retry/MultiplierRetryStrategy.php';
  17735.         return $this->privates['messenger.retry.multiplier_retry_strategy.async_events'] = new \Symfony\Component\Messenger\Retry\MultiplierRetryStrategy(26100040);
  17736.     }
  17737.     /**
  17738.      * Gets the private 'messenger.retry.multiplier_retry_strategy.failed' shared service.
  17739.      *
  17740.      * @return \Symfony\Component\Messenger\Retry\MultiplierRetryStrategy
  17741.      */
  17742.     protected function getMessenger_Retry_MultiplierRetryStrategy_FailedService()
  17743.     {
  17744.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Retry/RetryStrategyInterface.php';
  17745.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Retry/MultiplierRetryStrategy.php';
  17746.         return $this->privates['messenger.retry.multiplier_retry_strategy.failed'] = new \Symfony\Component\Messenger\Retry\MultiplierRetryStrategy(3100020);
  17747.     }
  17748.     /**
  17749.      * Gets the private 'messenger.retry.multiplier_retry_strategy.sync' shared service.
  17750.      *
  17751.      * @return \Symfony\Component\Messenger\Retry\MultiplierRetryStrategy
  17752.      */
  17753.     protected function getMessenger_Retry_MultiplierRetryStrategy_SyncService()
  17754.     {
  17755.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Retry/RetryStrategyInterface.php';
  17756.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Retry/MultiplierRetryStrategy.php';
  17757.         return $this->privates['messenger.retry.multiplier_retry_strategy.sync'] = new \Symfony\Component\Messenger\Retry\MultiplierRetryStrategy(36100030);
  17758.     }
  17759.     /**
  17760.      * Gets the private 'messenger.retry.send_failed_message_for_retry_listener' shared service.
  17761.      *
  17762.      * @return \Symfony\Component\Messenger\EventListener\SendFailedMessageForRetryListener
  17763.      */
  17764.     protected function getMessenger_Retry_SendFailedMessageForRetryListenerService()
  17765.     {
  17766.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/EventListener/SendFailedMessageForRetryListener.php';
  17767.         return $this->privates['messenger.retry.send_failed_message_for_retry_listener'] = new \Symfony\Component\Messenger\EventListener\SendFailedMessageForRetryListener(($this->privates['.service_locator.hFbzeT.'] ?? $this->get_ServiceLocator_HFbzeT_Service()), ($this->privates['messenger.retry_strategy_locator'] ?? $this->getMessenger_RetryStrategyLocatorService()), ($this->privates['monolog.logger.messenger'] ?? $this->getMonolog_Logger_MessengerService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  17768.     }
  17769.     /**
  17770.      * Gets the private 'messenger.retry_strategy_locator' shared service.
  17771.      *
  17772.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  17773.      */
  17774.     protected function getMessenger_RetryStrategyLocatorService()
  17775.     {
  17776.         return $this->privates['messenger.retry_strategy_locator'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  17777.             'async' => ['privates''messenger.retry.multiplier_retry_strategy.async''getMessenger_Retry_MultiplierRetryStrategy_AsyncService'false],
  17778.             'async_commands' => ['privates''messenger.retry.multiplier_retry_strategy.async_commands''getMessenger_Retry_MultiplierRetryStrategy_AsyncCommandsService'false],
  17779.             'async_events' => ['privates''messenger.retry.multiplier_retry_strategy.async_events''getMessenger_Retry_MultiplierRetryStrategy_AsyncEventsService'false],
  17780.             'failed' => ['privates''messenger.retry.multiplier_retry_strategy.failed''getMessenger_Retry_MultiplierRetryStrategy_FailedService'false],
  17781.             'sync' => ['privates''messenger.retry.multiplier_retry_strategy.sync''getMessenger_Retry_MultiplierRetryStrategy_SyncService'false],
  17782.         ], [
  17783.             'async' => '?',
  17784.             'async_commands' => '?',
  17785.             'async_events' => '?',
  17786.             'failed' => '?',
  17787.             'sync' => '?',
  17788.         ]);
  17789.     }
  17790.     /**
  17791.      * Gets the private 'messenger.routable_message_bus' shared service.
  17792.      *
  17793.      * @return \Symfony\Component\Messenger\RoutableMessageBus
  17794.      */
  17795.     protected function getMessenger_RoutableMessageBusService()
  17796.     {
  17797.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/RoutableMessageBus.php';
  17798.         return $this->privates['messenger.routable_message_bus'] = new \Symfony\Component\Messenger\RoutableMessageBus(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  17799.             'command_bus' => ['services''messenger.default_bus''getMessenger_DefaultBusService'false],
  17800.             'event_bus' => ['privates''debug.traced.event_bus''getDebug_Traced_EventBusService'false],
  17801.         ], [
  17802.             'command_bus' => '?',
  17803.             'event_bus' => '?',
  17804.         ]), ($this->services['messenger.default_bus'] ?? $this->getMessenger_DefaultBusService()));
  17805.     }
  17806.     /**
  17807.      * Gets the private 'messenger.senders_locator' shared service.
  17808.      *
  17809.      * @return \Symfony\Component\Messenger\Transport\Sender\SendersLocator
  17810.      */
  17811.     protected function getMessenger_SendersLocatorService()
  17812.     {
  17813.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Sender/SendersLocatorInterface.php';
  17814.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Sender/SendersLocator.php';
  17815.         return $this->privates['messenger.senders_locator'] = new \Symfony\Component\Messenger\Transport\Sender\SendersLocator(['CodersLab\\Lms\\SharedKernel\\Domain\\Bus\\AsyncCommand' => [=> 'async_commands'], 'CodersLab\\Lms\\SharedKernel\\Domain\\Bus\\Command' => [=> 'sync'], 'CodersLab\\Lms\\SharedKernel\\Domain\\Bus\\AbstractPublicEvent' => [=> 'async_events'], 'CodersLab\\Lms\\SharedKernel\\Domain\\Bus\\AbstractDomainEvent' => [=> 'sync'], 'Symfony\\Component\\Mailer\\Messenger\\SendEmailMessage' => [=> 'async']], ($this->privates['.service_locator.hFbzeT.'] ?? $this->get_ServiceLocator_HFbzeT_Service()));
  17816.     }
  17817.     /**
  17818.      * Gets the private 'messenger.transport.amqp.factory' shared service.
  17819.      *
  17820.      * @return \Symfony\Component\Messenger\Bridge\Amqp\Transport\AmqpTransportFactory
  17821.      */
  17822.     protected function getMessenger_Transport_Amqp_FactoryService()
  17823.     {
  17824.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/TransportFactoryInterface.php';
  17825.         include_once \dirname(__DIR__4).'/vendor/symfony/amqp-messenger/Transport/AmqpTransportFactory.php';
  17826.         return $this->privates['messenger.transport.amqp.factory'] = new \Symfony\Component\Messenger\Bridge\Amqp\Transport\AmqpTransportFactory();
  17827.     }
  17828.     /**
  17829.      * Gets the private 'messenger.transport.async' shared service.
  17830.      *
  17831.      * @return \Symfony\Component\Messenger\Transport\TransportInterface
  17832.      */
  17833.     protected function getMessenger_Transport_AsyncService()
  17834.     {
  17835.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Receiver/ReceiverInterface.php';
  17836.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Sender/SenderInterface.php';
  17837.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/TransportInterface.php';
  17838.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Serialization/SerializerInterface.php';
  17839.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Serialization/PhpSerializer.php';
  17840.         return $this->privates['messenger.transport.async'] = ($this->privates['messenger.transport_factory'] ?? $this->getMessenger_TransportFactoryService())->createTransport($this->getEnv('string:MESSENGER_TRANSPORT_DSN').'/async_messages', ['consumer' => $this->getEnv('default:async_consumer:MESSENGER_CONSUMER_NAME'), 'delete_after_ack' => true'serializer' => 2'auto_setup' => true'transport_name' => 'async'], ($this->privates['messenger.transport.native_php_serializer'] ?? ($this->privates['messenger.transport.native_php_serializer'] = new \Symfony\Component\Messenger\Transport\Serialization\PhpSerializer())));
  17841.     }
  17842.     /**
  17843.      * Gets the private 'messenger.transport.async_commands' shared service.
  17844.      *
  17845.      * @return \Symfony\Component\Messenger\Transport\TransportInterface
  17846.      */
  17847.     protected function getMessenger_Transport_AsyncCommandsService()
  17848.     {
  17849.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Receiver/ReceiverInterface.php';
  17850.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Sender/SenderInterface.php';
  17851.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/TransportInterface.php';
  17852.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Serialization/SerializerInterface.php';
  17853.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Serialization/PhpSerializer.php';
  17854.         return $this->privates['messenger.transport.async_commands'] = ($this->privates['messenger.transport_factory'] ?? $this->getMessenger_TransportFactoryService())->createTransport($this->getEnv('string:MESSENGER_TRANSPORT_DSN').'/async_commands', ['consumer' => $this->getEnv('default:async_commands_consumer:MESSENGER_CONSUMER_NAME'), 'delete_after_ack' => true'serializer' => 2'auto_setup' => true'transport_name' => 'async_commands'], ($this->privates['messenger.transport.native_php_serializer'] ?? ($this->privates['messenger.transport.native_php_serializer'] = new \Symfony\Component\Messenger\Transport\Serialization\PhpSerializer())));
  17855.     }
  17856.     /**
  17857.      * Gets the private 'messenger.transport.async_events' shared service.
  17858.      *
  17859.      * @return \Symfony\Component\Messenger\Transport\TransportInterface
  17860.      */
  17861.     protected function getMessenger_Transport_AsyncEventsService()
  17862.     {
  17863.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Receiver/ReceiverInterface.php';
  17864.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Sender/SenderInterface.php';
  17865.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/TransportInterface.php';
  17866.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Serialization/SerializerInterface.php';
  17867.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Serialization/PhpSerializer.php';
  17868.         return $this->privates['messenger.transport.async_events'] = ($this->privates['messenger.transport_factory'] ?? $this->getMessenger_TransportFactoryService())->createTransport($this->getEnv('string:MESSENGER_TRANSPORT_DSN').'/async_events', ['consumer' => $this->getEnv('default:async_events_consumer:MESSENGER_CONSUMER_NAME'), 'delete_after_ack' => true'serializer' => 2'auto_setup' => true'transport_name' => 'async_events'], ($this->privates['messenger.transport.native_php_serializer'] ?? ($this->privates['messenger.transport.native_php_serializer'] = new \Symfony\Component\Messenger\Transport\Serialization\PhpSerializer())));
  17869.     }
  17870.     /**
  17871.      * Gets the private 'messenger.transport.doctrine.factory' shared service.
  17872.      *
  17873.      * @return \Symfony\Component\Messenger\Bridge\Doctrine\Transport\DoctrineTransportFactory
  17874.      */
  17875.     protected function getMessenger_Transport_Doctrine_FactoryService()
  17876.     {
  17877.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/TransportFactoryInterface.php';
  17878.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-messenger/Transport/DoctrineTransportFactory.php';
  17879.         return $this->privates['messenger.transport.doctrine.factory'] = new \Symfony\Component\Messenger\Bridge\Doctrine\Transport\DoctrineTransportFactory(($this->services['doctrine'] ?? $this->getDoctrineService()));
  17880.     }
  17881.     /**
  17882.      * Gets the private 'messenger.transport.failed' shared service.
  17883.      *
  17884.      * @return \Symfony\Component\Messenger\Transport\TransportInterface
  17885.      */
  17886.     protected function getMessenger_Transport_FailedService()
  17887.     {
  17888.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Receiver/ReceiverInterface.php';
  17889.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Sender/SenderInterface.php';
  17890.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/TransportInterface.php';
  17891.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Serialization/SerializerInterface.php';
  17892.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Serialization/PhpSerializer.php';
  17893.         return $this->privates['messenger.transport.failed'] = ($this->privates['messenger.transport_factory'] ?? $this->getMessenger_TransportFactoryService())->createTransport('doctrine://default?queue_name=failed&auto_setup=0', ['transport_name' => 'failed'], ($this->privates['messenger.transport.native_php_serializer'] ?? ($this->privates['messenger.transport.native_php_serializer'] = new \Symfony\Component\Messenger\Transport\Serialization\PhpSerializer())));
  17894.     }
  17895.     /**
  17896.      * Gets the private 'messenger.transport.in_memory.factory' shared service.
  17897.      *
  17898.      * @return \Symfony\Component\Messenger\Transport\InMemoryTransportFactory
  17899.      */
  17900.     protected function getMessenger_Transport_InMemory_FactoryService()
  17901.     {
  17902.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/TransportFactoryInterface.php';
  17903.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/InMemoryTransportFactory.php';
  17904.         return $this->privates['messenger.transport.in_memory.factory'] = new \Symfony\Component\Messenger\Transport\InMemoryTransportFactory();
  17905.     }
  17906.     /**
  17907.      * Gets the private 'messenger.transport.native_php_serializer' shared service.
  17908.      *
  17909.      * @return \Symfony\Component\Messenger\Transport\Serialization\PhpSerializer
  17910.      */
  17911.     protected function getMessenger_Transport_NativePhpSerializerService()
  17912.     {
  17913.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Serialization/SerializerInterface.php';
  17914.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Serialization/PhpSerializer.php';
  17915.         return $this->privates['messenger.transport.native_php_serializer'] = new \Symfony\Component\Messenger\Transport\Serialization\PhpSerializer();
  17916.     }
  17917.     /**
  17918.      * Gets the private 'messenger.transport.redis.factory' shared service.
  17919.      *
  17920.      * @return \Symfony\Component\Messenger\Bridge\Redis\Transport\RedisTransportFactory
  17921.      */
  17922.     protected function getMessenger_Transport_Redis_FactoryService()
  17923.     {
  17924.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/TransportFactoryInterface.php';
  17925.         include_once \dirname(__DIR__4).'/vendor/symfony/redis-messenger/Transport/RedisTransportFactory.php';
  17926.         return $this->privates['messenger.transport.redis.factory'] = new \Symfony\Component\Messenger\Bridge\Redis\Transport\RedisTransportFactory();
  17927.     }
  17928.     /**
  17929.      * Gets the private 'messenger.transport.sync' shared service.
  17930.      *
  17931.      * @return \Symfony\Component\Messenger\Transport\TransportInterface
  17932.      */
  17933.     protected function getMessenger_Transport_SyncService()
  17934.     {
  17935.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Receiver/ReceiverInterface.php';
  17936.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Sender/SenderInterface.php';
  17937.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/TransportInterface.php';
  17938.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Serialization/SerializerInterface.php';
  17939.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Serialization/PhpSerializer.php';
  17940.         return $this->privates['messenger.transport.sync'] = ($this->privates['messenger.transport_factory'] ?? $this->getMessenger_TransportFactoryService())->createTransport('sync://', ['transport_name' => 'sync'], ($this->privates['messenger.transport.native_php_serializer'] ?? ($this->privates['messenger.transport.native_php_serializer'] = new \Symfony\Component\Messenger\Transport\Serialization\PhpSerializer())));
  17941.     }
  17942.     /**
  17943.      * Gets the private 'messenger.transport.sync.factory' shared service.
  17944.      *
  17945.      * @return \Symfony\Component\Messenger\Transport\Sync\SyncTransportFactory
  17946.      */
  17947.     protected function getMessenger_Transport_Sync_FactoryService()
  17948.     {
  17949.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/TransportFactoryInterface.php';
  17950.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Sync/SyncTransportFactory.php';
  17951.         return $this->privates['messenger.transport.sync.factory'] = new \Symfony\Component\Messenger\Transport\Sync\SyncTransportFactory(($this->privates['messenger.routable_message_bus'] ?? $this->getMessenger_RoutableMessageBusService()));
  17952.     }
  17953.     /**
  17954.      * Gets the private 'messenger.transport_factory' shared service.
  17955.      *
  17956.      * @return \Symfony\Component\Messenger\Transport\TransportFactory
  17957.      */
  17958.     protected function getMessenger_TransportFactoryService()
  17959.     {
  17960.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/TransportFactoryInterface.php';
  17961.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/TransportFactory.php';
  17962.         return $this->privates['messenger.transport_factory'] = new \Symfony\Component\Messenger\Transport\TransportFactory(new RewindableGenerator(function () {
  17963.             yield => ($this->privates['messenger.transport.amqp.factory'] ?? ($this->privates['messenger.transport.amqp.factory'] = new \Symfony\Component\Messenger\Bridge\Amqp\Transport\AmqpTransportFactory()));
  17964.             yield => ($this->privates['messenger.transport.redis.factory'] ?? ($this->privates['messenger.transport.redis.factory'] = new \Symfony\Component\Messenger\Bridge\Redis\Transport\RedisTransportFactory()));
  17965.             yield => ($this->privates['messenger.transport.sync.factory'] ?? $this->getMessenger_Transport_Sync_FactoryService());
  17966.             yield => ($this->privates['messenger.transport.in_memory.factory'] ?? ($this->privates['messenger.transport.in_memory.factory'] = new \Symfony\Component\Messenger\Transport\InMemoryTransportFactory()));
  17967.             yield => ($this->privates['messenger.transport.doctrine.factory'] ?? $this->getMessenger_Transport_Doctrine_FactoryService());
  17968.         }, 5));
  17969.     }
  17970.     /**
  17971.      * Gets the private 'mime_types' shared service.
  17972.      *
  17973.      * @return \Symfony\Component\Mime\MimeTypes
  17974.      */
  17975.     protected function getMimeTypesService()
  17976.     {
  17977.         include_once \dirname(__DIR__4).'/vendor/symfony/mime/MimeTypeGuesserInterface.php';
  17978.         include_once \dirname(__DIR__4).'/vendor/symfony/mime/MimeTypesInterface.php';
  17979.         include_once \dirname(__DIR__4).'/vendor/symfony/mime/MimeTypes.php';
  17980.         $this->privates['mime_types'] = $instance = new \Symfony\Component\Mime\MimeTypes();
  17981.         $instance->setDefault($instance);
  17982.         return $instance;
  17983.     }
  17984.     /**
  17985.      * Gets the private 'monolog.command.server_log' shared service.
  17986.      *
  17987.      * @return \Symfony\Bridge\Monolog\Command\ServerLogCommand
  17988.      */
  17989.     protected function getMonolog_Command_ServerLogService()
  17990.     {
  17991.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  17992.         include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Command/ServerLogCommand.php';
  17993.         $this->privates['monolog.command.server_log'] = $instance = new \Symfony\Bridge\Monolog\Command\ServerLogCommand();
  17994.         $instance->setName('server:log');
  17995.         $instance->setDescription('Start a log server that displays logs in real time');
  17996.         return $instance;
  17997.     }
  17998.     /**
  17999.      * Gets the private 'monolog.handler.console' shared service.
  18000.      *
  18001.      * @return \Symfony\Bridge\Monolog\Handler\ConsoleHandler
  18002.      */
  18003.     protected function getMonolog_Handler_ConsoleService()
  18004.     {
  18005.         return $this->privates['monolog.handler.console'] = new \Symfony\Bridge\Monolog\Handler\ConsoleHandler(NULLtrue, [], []);
  18006.     }
  18007.     /**
  18008.      * Gets the private 'monolog.handler.main' shared service.
  18009.      *
  18010.      * @return \Monolog\Handler\StreamHandler
  18011.      */
  18012.     protected function getMonolog_Handler_MainService()
  18013.     {
  18014.         $this->privates['monolog.handler.main'] = $instance = new \Monolog\Handler\StreamHandler((\dirname(__DIR__3).'/log/dev.log'), 100trueNULLfalse);
  18015.         $instance->pushProcessor(($this->privates['monolog.processor.psr_log_message'] ?? ($this->privates['monolog.processor.psr_log_message'] = new \Monolog\Processor\PsrLogMessageProcessor())));
  18016.         return $instance;
  18017.     }
  18018.     /**
  18019.      * Gets the private 'monolog.handler.server_log' shared service.
  18020.      *
  18021.      * @return \Symfony\Bridge\Monolog\Handler\ServerLogHandler
  18022.      */
  18023.     protected function getMonolog_Handler_ServerLogService()
  18024.     {
  18025.         return $this->privates['monolog.handler.server_log'] = new \Symfony\Bridge\Monolog\Handler\ServerLogHandler('127.0.0.1:9911'100true);
  18026.     }
  18027.     /**
  18028.      * Gets the private 'monolog.logger' shared service.
  18029.      *
  18030.      * @return \Symfony\Bridge\Monolog\Logger
  18031.      */
  18032.     protected function getMonolog_LoggerService()
  18033.     {
  18034.         $this->privates['monolog.logger'] = $instance = new \Symfony\Bridge\Monolog\Logger('app');
  18035.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  18036.         $instance->useMicrosecondTimestamps(true);
  18037.         $instance->pushHandler(($this->privates['monolog.handler.server_log'] ?? ($this->privates['monolog.handler.server_log'] = new \Symfony\Bridge\Monolog\Handler\ServerLogHandler('127.0.0.1:9911'100true))));
  18038.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  18039.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  18040.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  18041.         return $instance;
  18042.     }
  18043.     /**
  18044.      * Gets the private 'monolog.logger.cache' shared service.
  18045.      *
  18046.      * @return \Symfony\Bridge\Monolog\Logger
  18047.      */
  18048.     protected function getMonolog_Logger_CacheService()
  18049.     {
  18050.         $this->privates['monolog.logger.cache'] = $instance = new \Symfony\Bridge\Monolog\Logger('cache');
  18051.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  18052.         $instance->pushHandler(($this->privates['monolog.handler.server_log'] ?? ($this->privates['monolog.handler.server_log'] = new \Symfony\Bridge\Monolog\Handler\ServerLogHandler('127.0.0.1:9911'100true))));
  18053.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  18054.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  18055.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  18056.         return $instance;
  18057.     }
  18058.     /**
  18059.      * Gets the private 'monolog.logger.console' shared service.
  18060.      *
  18061.      * @return \Symfony\Bridge\Monolog\Logger
  18062.      */
  18063.     protected function getMonolog_Logger_ConsoleService()
  18064.     {
  18065.         $this->privates['monolog.logger.console'] = $instance = new \Symfony\Bridge\Monolog\Logger('console');
  18066.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  18067.         $instance->pushHandler(($this->privates['monolog.handler.server_log'] ?? ($this->privates['monolog.handler.server_log'] = new \Symfony\Bridge\Monolog\Handler\ServerLogHandler('127.0.0.1:9911'100true))));
  18068.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  18069.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  18070.         return $instance;
  18071.     }
  18072.     /**
  18073.      * Gets the private 'monolog.logger.debug' shared service.
  18074.      *
  18075.      * @return \Symfony\Bridge\Monolog\Logger
  18076.      */
  18077.     protected function getMonolog_Logger_DebugService()
  18078.     {
  18079.         $this->privates['monolog.logger.debug'] = $instance = new \Symfony\Bridge\Monolog\Logger('debug');
  18080.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  18081.         $instance->pushHandler(($this->privates['monolog.handler.server_log'] ?? ($this->privates['monolog.handler.server_log'] = new \Symfony\Bridge\Monolog\Handler\ServerLogHandler('127.0.0.1:9911'100true))));
  18082.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  18083.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  18084.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  18085.         return $instance;
  18086.     }
  18087.     /**
  18088.      * Gets the private 'monolog.logger.doctrine' shared service.
  18089.      *
  18090.      * @return \Symfony\Bridge\Monolog\Logger
  18091.      */
  18092.     protected function getMonolog_Logger_DoctrineService()
  18093.     {
  18094.         $this->privates['monolog.logger.doctrine'] = $instance = new \Symfony\Bridge\Monolog\Logger('doctrine');
  18095.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  18096.         $instance->pushHandler(($this->privates['monolog.handler.server_log'] ?? ($this->privates['monolog.handler.server_log'] = new \Symfony\Bridge\Monolog\Handler\ServerLogHandler('127.0.0.1:9911'100true))));
  18097.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  18098.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  18099.         return $instance;
  18100.     }
  18101.     /**
  18102.      * Gets the private 'monolog.logger.event' shared service.
  18103.      *
  18104.      * @return \Symfony\Bridge\Monolog\Logger
  18105.      */
  18106.     protected function getMonolog_Logger_EventService()
  18107.     {
  18108.         $this->privates['monolog.logger.event'] = $instance = new \Symfony\Bridge\Monolog\Logger('event');
  18109.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  18110.         $instance->pushHandler(($this->privates['monolog.handler.server_log'] ?? ($this->privates['monolog.handler.server_log'] = new \Symfony\Bridge\Monolog\Handler\ServerLogHandler('127.0.0.1:9911'100true))));
  18111.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  18112.         return $instance;
  18113.     }
  18114.     /**
  18115.      * Gets the private 'monolog.logger.http_client' shared service.
  18116.      *
  18117.      * @return \Symfony\Bridge\Monolog\Logger
  18118.      */
  18119.     protected function getMonolog_Logger_HttpClientService()
  18120.     {
  18121.         $this->privates['monolog.logger.http_client'] = $instance = new \Symfony\Bridge\Monolog\Logger('http_client');
  18122.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  18123.         $instance->pushHandler(($this->privates['monolog.handler.server_log'] ?? ($this->privates['monolog.handler.server_log'] = new \Symfony\Bridge\Monolog\Handler\ServerLogHandler('127.0.0.1:9911'100true))));
  18124.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  18125.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  18126.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  18127.         return $instance;
  18128.     }
  18129.     /**
  18130.      * Gets the private 'monolog.logger.mailer' shared service.
  18131.      *
  18132.      * @return \Symfony\Bridge\Monolog\Logger
  18133.      */
  18134.     protected function getMonolog_Logger_MailerService()
  18135.     {
  18136.         $this->privates['monolog.logger.mailer'] = $instance = new \Symfony\Bridge\Monolog\Logger('mailer');
  18137.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  18138.         $instance->pushHandler(($this->privates['monolog.handler.server_log'] ?? ($this->privates['monolog.handler.server_log'] = new \Symfony\Bridge\Monolog\Handler\ServerLogHandler('127.0.0.1:9911'100true))));
  18139.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  18140.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  18141.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  18142.         return $instance;
  18143.     }
  18144.     /**
  18145.      * Gets the private 'monolog.logger.messenger' shared service.
  18146.      *
  18147.      * @return \Symfony\Bridge\Monolog\Logger
  18148.      */
  18149.     protected function getMonolog_Logger_MessengerService()
  18150.     {
  18151.         $this->privates['monolog.logger.messenger'] = $instance = new \Symfony\Bridge\Monolog\Logger('messenger');
  18152.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  18153.         $instance->pushHandler(($this->privates['monolog.handler.server_log'] ?? ($this->privates['monolog.handler.server_log'] = new \Symfony\Bridge\Monolog\Handler\ServerLogHandler('127.0.0.1:9911'100true))));
  18154.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  18155.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  18156.         return $instance;
  18157.     }
  18158.     /**
  18159.      * Gets the private 'monolog.logger.nelmio_api_doc' shared service.
  18160.      *
  18161.      * @return \Symfony\Bridge\Monolog\Logger
  18162.      */
  18163.     protected function getMonolog_Logger_NelmioApiDocService()
  18164.     {
  18165.         $this->privates['monolog.logger.nelmio_api_doc'] = $instance = new \Symfony\Bridge\Monolog\Logger('nelmio_api_doc');
  18166.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  18167.         $instance->pushHandler(($this->privates['monolog.handler.server_log'] ?? ($this->privates['monolog.handler.server_log'] = new \Symfony\Bridge\Monolog\Handler\ServerLogHandler('127.0.0.1:9911'100true))));
  18168.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  18169.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  18170.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  18171.         return $instance;
  18172.     }
  18173.     /**
  18174.      * Gets the private 'monolog.logger.php' shared service.
  18175.      *
  18176.      * @return \Symfony\Bridge\Monolog\Logger
  18177.      */
  18178.     protected function getMonolog_Logger_PhpService()
  18179.     {
  18180.         $this->privates['monolog.logger.php'] = $instance = new \Symfony\Bridge\Monolog\Logger('php');
  18181.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  18182.         $instance->pushHandler(($this->privates['monolog.handler.server_log'] ?? ($this->privates['monolog.handler.server_log'] = new \Symfony\Bridge\Monolog\Handler\ServerLogHandler('127.0.0.1:9911'100true))));
  18183.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  18184.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  18185.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  18186.         return $instance;
  18187.     }
  18188.     /**
  18189.      * Gets the private 'monolog.logger.profiler' shared service.
  18190.      *
  18191.      * @return \Symfony\Bridge\Monolog\Logger
  18192.      */
  18193.     protected function getMonolog_Logger_ProfilerService()
  18194.     {
  18195.         $this->privates['monolog.logger.profiler'] = $instance = new \Symfony\Bridge\Monolog\Logger('profiler');
  18196.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  18197.         $instance->pushHandler(($this->privates['monolog.handler.server_log'] ?? ($this->privates['monolog.handler.server_log'] = new \Symfony\Bridge\Monolog\Handler\ServerLogHandler('127.0.0.1:9911'100true))));
  18198.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  18199.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  18200.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  18201.         return $instance;
  18202.     }
  18203.     /**
  18204.      * Gets the private 'monolog.logger.request' shared service.
  18205.      *
  18206.      * @return \Symfony\Bridge\Monolog\Logger
  18207.      */
  18208.     protected function getMonolog_Logger_RequestService()
  18209.     {
  18210.         $this->privates['monolog.logger.request'] = $instance = new \Symfony\Bridge\Monolog\Logger('request');
  18211.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  18212.         $instance->pushHandler(($this->privates['monolog.handler.server_log'] ?? ($this->privates['monolog.handler.server_log'] = new \Symfony\Bridge\Monolog\Handler\ServerLogHandler('127.0.0.1:9911'100true))));
  18213.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  18214.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  18215.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  18216.         return $instance;
  18217.     }
  18218.     /**
  18219.      * Gets the private 'monolog.logger.router' shared service.
  18220.      *
  18221.      * @return \Symfony\Bridge\Monolog\Logger
  18222.      */
  18223.     protected function getMonolog_Logger_RouterService()
  18224.     {
  18225.         $this->privates['monolog.logger.router'] = $instance = new \Symfony\Bridge\Monolog\Logger('router');
  18226.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  18227.         $instance->pushHandler(($this->privates['monolog.handler.server_log'] ?? ($this->privates['monolog.handler.server_log'] = new \Symfony\Bridge\Monolog\Handler\ServerLogHandler('127.0.0.1:9911'100true))));
  18228.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  18229.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  18230.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  18231.         return $instance;
  18232.     }
  18233.     /**
  18234.      * Gets the private 'monolog.logger.security' shared service.
  18235.      *
  18236.      * @return \Symfony\Bridge\Monolog\Logger
  18237.      */
  18238.     protected function getMonolog_Logger_SecurityService()
  18239.     {
  18240.         $this->privates['monolog.logger.security'] = $instance = new \Symfony\Bridge\Monolog\Logger('security');
  18241.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  18242.         $instance->pushHandler(($this->privates['monolog.handler.server_log'] ?? ($this->privates['monolog.handler.server_log'] = new \Symfony\Bridge\Monolog\Handler\ServerLogHandler('127.0.0.1:9911'100true))));
  18243.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  18244.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  18245.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  18246.         return $instance;
  18247.     }
  18248.     /**
  18249.      * Gets the private 'monolog.processor.psr_log_message' shared service.
  18250.      *
  18251.      * @return \Monolog\Processor\PsrLogMessageProcessor
  18252.      */
  18253.     protected function getMonolog_Processor_PsrLogMessageService()
  18254.     {
  18255.         return $this->privates['monolog.processor.psr_log_message'] = new \Monolog\Processor\PsrLogMessageProcessor();
  18256.     }
  18257.     /**
  18258.      * Gets the private 'nelmio_alice.faker.provider.alice' shared service.
  18259.      *
  18260.      * @return \Nelmio\Alice\Faker\Provider\AliceProvider
  18261.      */
  18262.     protected function getNelmioAlice_Faker_Provider_AliceService()
  18263.     {
  18264.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Faker/Provider/AliceProvider.php';
  18265.         return $this->privates['nelmio_alice.faker.provider.alice'] = new \Nelmio\Alice\Faker\Provider\AliceProvider();
  18266.     }
  18267.     /**
  18268.      * Gets the private 'nelmio_alice.file_locator.default' shared service.
  18269.      *
  18270.      * @return \Nelmio\Alice\FileLocator\DefaultFileLocator
  18271.      */
  18272.     protected function getNelmioAlice_FileLocator_DefaultService()
  18273.     {
  18274.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FileLocatorInterface.php';
  18275.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FileLocator/DefaultFileLocator.php';
  18276.         return $this->privates['nelmio_alice.file_locator.default'] = new \Nelmio\Alice\FileLocator\DefaultFileLocator();
  18277.     }
  18278.     /**
  18279.      * Gets the private 'nelmio_alice.file_parser.chainable.json' shared service.
  18280.      *
  18281.      * @return \Nelmio\Alice\Parser\Chainable\JsonParser
  18282.      */
  18283.     protected function getNelmioAlice_FileParser_Chainable_JsonService()
  18284.     {
  18285.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/ParserInterface.php';
  18286.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Parser/ChainableParserInterface.php';
  18287.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Parser/Chainable/JsonParser.php';
  18288.         return $this->privates['nelmio_alice.file_parser.chainable.json'] = new \Nelmio\Alice\Parser\Chainable\JsonParser();
  18289.     }
  18290.     /**
  18291.      * Gets the private 'nelmio_alice.file_parser.chainable.php' shared service.
  18292.      *
  18293.      * @return \Nelmio\Alice\Parser\Chainable\PhpParser
  18294.      */
  18295.     protected function getNelmioAlice_FileParser_Chainable_PhpService()
  18296.     {
  18297.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/ParserInterface.php';
  18298.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Parser/ChainableParserInterface.php';
  18299.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Parser/Chainable/PhpParser.php';
  18300.         return $this->privates['nelmio_alice.file_parser.chainable.php'] = new \Nelmio\Alice\Parser\Chainable\PhpParser();
  18301.     }
  18302.     /**
  18303.      * Gets the private 'nelmio_alice.file_parser.chainable.yaml' shared service.
  18304.      *
  18305.      * @return \Nelmio\Alice\Parser\Chainable\YamlParser
  18306.      */
  18307.     protected function getNelmioAlice_FileParser_Chainable_YamlService()
  18308.     {
  18309.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/ParserInterface.php';
  18310.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Parser/ChainableParserInterface.php';
  18311.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Parser/Chainable/YamlParser.php';
  18312.         include_once \dirname(__DIR__4).'/vendor/symfony/yaml/Parser.php';
  18313.         return $this->privates['nelmio_alice.file_parser.chainable.yaml'] = new \Nelmio\Alice\Parser\Chainable\YamlParser(($this->privates['nelmio_alice.file_parser.symfony_yaml'] ?? ($this->privates['nelmio_alice.file_parser.symfony_yaml'] = new \Symfony\Component\Yaml\Parser())));
  18314.     }
  18315.     /**
  18316.      * Gets the private 'nelmio_alice.file_parser.default_include_processor' shared service.
  18317.      *
  18318.      * @return \Nelmio\Alice\Parser\IncludeProcessor\DefaultIncludeProcessor
  18319.      */
  18320.     protected function getNelmioAlice_FileParser_DefaultIncludeProcessorService()
  18321.     {
  18322.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Parser/IncludeProcessorInterface.php';
  18323.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Parser/IncludeProcessor/DefaultIncludeProcessor.php';
  18324.         return $this->privates['nelmio_alice.file_parser.default_include_processor'] = new \Nelmio\Alice\Parser\IncludeProcessor\DefaultIncludeProcessor(($this->privates['hautelook_alice.alice.file_locator.kernel'] ?? $this->getHautelookAlice_Alice_FileLocator_KernelService()));
  18325.     }
  18326.     /**
  18327.      * Gets the private 'nelmio_alice.file_parser.registry' shared service.
  18328.      *
  18329.      * @return \Nelmio\Alice\Parser\ParserRegistry
  18330.      */
  18331.     protected function getNelmioAlice_FileParser_RegistryService()
  18332.     {
  18333.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/ParserInterface.php';
  18334.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Parser/ParserRegistry.php';
  18335.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Parser/ChainableParserInterface.php';
  18336.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Parser/Chainable/PhpParser.php';
  18337.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Parser/Chainable/JsonParser.php';
  18338.         return $this->privates['nelmio_alice.file_parser.registry'] = new \Nelmio\Alice\Parser\ParserRegistry([=> ($this->privates['nelmio_alice.file_parser.chainable.yaml'] ?? $this->getNelmioAlice_FileParser_Chainable_YamlService()), => ($this->privates['nelmio_alice.file_parser.chainable.php'] ?? ($this->privates['nelmio_alice.file_parser.chainable.php'] = new \Nelmio\Alice\Parser\Chainable\PhpParser())), => ($this->privates['nelmio_alice.file_parser.chainable.json'] ?? ($this->privates['nelmio_alice.file_parser.chainable.json'] = new \Nelmio\Alice\Parser\Chainable\JsonParser()))]);
  18339.     }
  18340.     /**
  18341.      * Gets the private 'nelmio_alice.file_parser.runtime_cache' shared service.
  18342.      *
  18343.      * @return \Nelmio\Alice\Parser\RuntimeCacheParser
  18344.      */
  18345.     protected function getNelmioAlice_FileParser_RuntimeCacheService()
  18346.     {
  18347.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/ParserInterface.php';
  18348.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Parser/RuntimeCacheParser.php';
  18349.         return $this->privates['nelmio_alice.file_parser.runtime_cache'] = new \Nelmio\Alice\Parser\RuntimeCacheParser(($this->privates['nelmio_alice.file_parser.registry'] ?? $this->getNelmioAlice_FileParser_RegistryService()), ($this->privates['hautelook_alice.alice.file_locator.kernel'] ?? $this->getHautelookAlice_Alice_FileLocator_KernelService()), ($this->privates['nelmio_alice.file_parser.default_include_processor'] ?? $this->getNelmioAlice_FileParser_DefaultIncludeProcessorService()));
  18350.     }
  18351.     /**
  18352.      * Gets the private 'nelmio_alice.file_parser.symfony_yaml' shared service.
  18353.      *
  18354.      * @return \Symfony\Component\Yaml\Parser
  18355.      */
  18356.     protected function getNelmioAlice_FileParser_SymfonyYamlService()
  18357.     {
  18358.         include_once \dirname(__DIR__4).'/vendor/symfony/yaml/Parser.php';
  18359.         return $this->privates['nelmio_alice.file_parser.symfony_yaml'] = new \Symfony\Component\Yaml\Parser();
  18360.     }
  18361.     /**
  18362.      * Gets the private 'nelmio_alice.fixture_builder.denormalizer.fixture.chainable.null_list' shared service.
  18363.      *
  18364.      * @return \Nelmio\Alice\FixtureBuilder\Denormalizer\Fixture\Chainable\NullListNameDenormalizer
  18365.      */
  18366.     protected function getNelmioAlice_FixtureBuilder_Denormalizer_Fixture_Chainable_NullListService()
  18367.     {
  18368.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/FixtureDenormalizerInterface.php';
  18369.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/ChainableFixtureDenormalizerInterface.php';
  18370.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/Chainable/CollectionDenormalizer.php';
  18371.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/Chainable/NullListNameDenormalizer.php';
  18372.         return $this->privates['nelmio_alice.fixture_builder.denormalizer.fixture.chainable.null_list'] = new \Nelmio\Alice\FixtureBuilder\Denormalizer\Fixture\Chainable\NullListNameDenormalizer();
  18373.     }
  18374.     /**
  18375.      * Gets the private 'nelmio_alice.fixture_builder.denormalizer.fixture.chainable.null_range' shared service.
  18376.      *
  18377.      * @return \Nelmio\Alice\FixtureBuilder\Denormalizer\Fixture\Chainable\NullRangeNameDenormalizer
  18378.      */
  18379.     protected function getNelmioAlice_FixtureBuilder_Denormalizer_Fixture_Chainable_NullRangeService()
  18380.     {
  18381.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/FixtureDenormalizerInterface.php';
  18382.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/ChainableFixtureDenormalizerInterface.php';
  18383.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/Chainable/CollectionDenormalizer.php';
  18384.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/Chainable/NullRangeNameDenormalizer.php';
  18385.         return $this->privates['nelmio_alice.fixture_builder.denormalizer.fixture.chainable.null_range'] = new \Nelmio\Alice\FixtureBuilder\Denormalizer\Fixture\Chainable\NullRangeNameDenormalizer();
  18386.     }
  18387.     /**
  18388.      * Gets the private 'nelmio_alice.fixture_builder.denormalizer.fixture.chainable.reference_range_name' shared service.
  18389.      *
  18390.      * @return \Nelmio\Alice\FixtureBuilder\Denormalizer\Fixture\Chainable\ReferenceRangeNameDenormalizer
  18391.      */
  18392.     protected function getNelmioAlice_FixtureBuilder_Denormalizer_Fixture_Chainable_ReferenceRangeNameService()
  18393.     {
  18394.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/FixtureDenormalizerInterface.php';
  18395.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/ChainableFixtureDenormalizerInterface.php';
  18396.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/FlagParserAwareInterface.php';
  18397.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/Chainable/ReferenceRangeNameDenormalizer.php';
  18398.         return $this->privates['nelmio_alice.fixture_builder.denormalizer.fixture.chainable.reference_range_name'] = new \Nelmio\Alice\FixtureBuilder\Denormalizer\Fixture\Chainable\ReferenceRangeNameDenormalizer(($this->privates['nelmio_alice.fixture_builder.denormalizer.specs.simple'] ?? $this->getNelmioAlice_FixtureBuilder_Denormalizer_Specs_SimpleService()));
  18399.     }
  18400.     /**
  18401.      * Gets the private 'nelmio_alice.fixture_builder.denormalizer.fixture.chainable.simple' shared service.
  18402.      *
  18403.      * @return \Nelmio\Alice\FixtureBuilder\Denormalizer\Fixture\Chainable\SimpleDenormalizer
  18404.      */
  18405.     protected function getNelmioAlice_FixtureBuilder_Denormalizer_Fixture_Chainable_SimpleService()
  18406.     {
  18407.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/FixtureDenormalizerInterface.php';
  18408.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/ChainableFixtureDenormalizerInterface.php';
  18409.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/FlagParserAwareInterface.php';
  18410.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/Chainable/SimpleDenormalizer.php';
  18411.         return $this->privates['nelmio_alice.fixture_builder.denormalizer.fixture.chainable.simple'] = new \Nelmio\Alice\FixtureBuilder\Denormalizer\Fixture\Chainable\SimpleDenormalizer(($this->privates['nelmio_alice.fixture_builder.denormalizer.specs.simple'] ?? $this->getNelmioAlice_FixtureBuilder_Denormalizer_Specs_SimpleService()));
  18412.     }
  18413.     /**
  18414.      * Gets the private 'nelmio_alice.fixture_builder.denormalizer.fixture.chainable.simple_list' shared service.
  18415.      *
  18416.      * @return \Nelmio\Alice\FixtureBuilder\Denormalizer\Fixture\Chainable\SimpleCollectionDenormalizer
  18417.      */
  18418.     protected function getNelmioAlice_FixtureBuilder_Denormalizer_Fixture_Chainable_SimpleListService()
  18419.     {
  18420.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/FixtureDenormalizerInterface.php';
  18421.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/ChainableFixtureDenormalizerInterface.php';
  18422.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/Chainable/CollectionDenormalizer.php';
  18423.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/FixtureDenormalizerAwareInterface.php';
  18424.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/FlagParserAwareInterface.php';
  18425.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/Chainable/SimpleCollectionDenormalizer.php';
  18426.         return $this->privates['nelmio_alice.fixture_builder.denormalizer.fixture.chainable.simple_list'] = new \Nelmio\Alice\FixtureBuilder\Denormalizer\Fixture\Chainable\SimpleCollectionDenormalizer(($this->privates['nelmio_alice.fixture_builder.denormalizer.fixture.chainable.temporary_list'] ?? $this->getNelmioAlice_FixtureBuilder_Denormalizer_Fixture_Chainable_TemporaryListService()));
  18427.     }
  18428.     /**
  18429.      * Gets the private 'nelmio_alice.fixture_builder.denormalizer.fixture.chainable.simple_range' shared service.
  18430.      *
  18431.      * @return \Nelmio\Alice\FixtureBuilder\Denormalizer\Fixture\Chainable\SimpleCollectionDenormalizer
  18432.      */
  18433.     protected function getNelmioAlice_FixtureBuilder_Denormalizer_Fixture_Chainable_SimpleRangeService()
  18434.     {
  18435.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/FixtureDenormalizerInterface.php';
  18436.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/ChainableFixtureDenormalizerInterface.php';
  18437.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/Chainable/CollectionDenormalizer.php';
  18438.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/FixtureDenormalizerAwareInterface.php';
  18439.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/FlagParserAwareInterface.php';
  18440.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/Chainable/SimpleCollectionDenormalizer.php';
  18441.         return $this->privates['nelmio_alice.fixture_builder.denormalizer.fixture.chainable.simple_range'] = new \Nelmio\Alice\FixtureBuilder\Denormalizer\Fixture\Chainable\SimpleCollectionDenormalizer(($this->privates['nelmio_alice.fixture_builder.denormalizer.fixture.chainable.temporary_range'] ?? $this->getNelmioAlice_FixtureBuilder_Denormalizer_Fixture_Chainable_TemporaryRangeService()));
  18442.     }
  18443.     /**
  18444.      * Gets the private 'nelmio_alice.fixture_builder.denormalizer.fixture.chainable.temporary_list' shared service.
  18445.      *
  18446.      * @return \Nelmio\Alice\FixtureBuilder\Denormalizer\Fixture\Chainable\CollectionDenormalizerWithTemporaryFixture
  18447.      */
  18448.     protected function getNelmioAlice_FixtureBuilder_Denormalizer_Fixture_Chainable_TemporaryListService()
  18449.     {
  18450.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/FixtureDenormalizerInterface.php';
  18451.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/ChainableFixtureDenormalizerInterface.php';
  18452.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/Chainable/CollectionDenormalizer.php';
  18453.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/FixtureDenormalizerAwareInterface.php';
  18454.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/FlagParserAwareInterface.php';
  18455.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/Chainable/CollectionDenormalizerWithTemporaryFixture.php';
  18456.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/Chainable/NullListNameDenormalizer.php';
  18457.         return $this->privates['nelmio_alice.fixture_builder.denormalizer.fixture.chainable.temporary_list'] = new \Nelmio\Alice\FixtureBuilder\Denormalizer\Fixture\Chainable\CollectionDenormalizerWithTemporaryFixture(($this->privates['nelmio_alice.fixture_builder.denormalizer.fixture.chainable.null_list'] ?? ($this->privates['nelmio_alice.fixture_builder.denormalizer.fixture.chainable.null_list'] = new \Nelmio\Alice\FixtureBuilder\Denormalizer\Fixture\Chainable\NullListNameDenormalizer())));
  18458.     }
  18459.     /**
  18460.      * Gets the private 'nelmio_alice.fixture_builder.denormalizer.fixture.chainable.temporary_range' shared service.
  18461.      *
  18462.      * @return \Nelmio\Alice\FixtureBuilder\Denormalizer\Fixture\Chainable\CollectionDenormalizerWithTemporaryFixture
  18463.      */
  18464.     protected function getNelmioAlice_FixtureBuilder_Denormalizer_Fixture_Chainable_TemporaryRangeService()
  18465.     {
  18466.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/FixtureDenormalizerInterface.php';
  18467.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/ChainableFixtureDenormalizerInterface.php';
  18468.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/Chainable/CollectionDenormalizer.php';
  18469.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/FixtureDenormalizerAwareInterface.php';
  18470.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/FlagParserAwareInterface.php';
  18471.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/Chainable/CollectionDenormalizerWithTemporaryFixture.php';
  18472.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/Chainable/NullRangeNameDenormalizer.php';
  18473.         return $this->privates['nelmio_alice.fixture_builder.denormalizer.fixture.chainable.temporary_range'] = new \Nelmio\Alice\FixtureBuilder\Denormalizer\Fixture\Chainable\CollectionDenormalizerWithTemporaryFixture(($this->privates['nelmio_alice.fixture_builder.denormalizer.fixture.chainable.null_range'] ?? ($this->privates['nelmio_alice.fixture_builder.denormalizer.fixture.chainable.null_range'] = new \Nelmio\Alice\FixtureBuilder\Denormalizer\Fixture\Chainable\NullRangeNameDenormalizer())));
  18474.     }
  18475.     /**
  18476.      * Gets the private 'nelmio_alice.fixture_builder.denormalizer.fixture.registry_denormalizer' shared service.
  18477.      *
  18478.      * @return \Nelmio\Alice\FixtureBuilder\Denormalizer\Fixture\FixtureDenormalizerRegistry
  18479.      */
  18480.     protected function getNelmioAlice_FixtureBuilder_Denormalizer_Fixture_RegistryDenormalizerService()
  18481.     {
  18482.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/FixtureDenormalizerInterface.php';
  18483.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/FixtureDenormalizerRegistry.php';
  18484.         return $this->privates['nelmio_alice.fixture_builder.denormalizer.fixture.registry_denormalizer'] = new \Nelmio\Alice\FixtureBuilder\Denormalizer\Fixture\FixtureDenormalizerRegistry(($this->privates['nelmio_alice.fixture_builder.denormalizer.flag_parser.element'] ?? $this->getNelmioAlice_FixtureBuilder_Denormalizer_FlagParser_ElementService()), [=> ($this->privates['nelmio_alice.fixture_builder.denormalizer.fixture.chainable.simple_list'] ?? $this->getNelmioAlice_FixtureBuilder_Denormalizer_Fixture_Chainable_SimpleListService()), => ($this->privates['nelmio_alice.fixture_builder.denormalizer.fixture.chainable.reference_range_name'] ?? $this->getNelmioAlice_FixtureBuilder_Denormalizer_Fixture_Chainable_ReferenceRangeNameService()), => ($this->privates['nelmio_alice.fixture_builder.denormalizer.fixture.chainable.simple_range'] ?? $this->getNelmioAlice_FixtureBuilder_Denormalizer_Fixture_Chainable_SimpleRangeService()), => ($this->privates['nelmio_alice.fixture_builder.denormalizer.fixture.chainable.simple'] ?? $this->getNelmioAlice_FixtureBuilder_Denormalizer_Fixture_Chainable_SimpleService())]);
  18485.     }
  18486.     /**
  18487.      * Gets the private 'nelmio_alice.fixture_builder.denormalizer.fixture.simple_fixture_bag_denormalizer' shared service.
  18488.      *
  18489.      * @return \Nelmio\Alice\FixtureBuilder\Denormalizer\Fixture\SimpleFixtureBagDenormalizer
  18490.      */
  18491.     protected function getNelmioAlice_FixtureBuilder_Denormalizer_Fixture_SimpleFixtureBagDenormalizerService()
  18492.     {
  18493.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/FixtureBagDenormalizerInterface.php';
  18494.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/SimpleFixtureBagDenormalizer.php';
  18495.         return $this->privates['nelmio_alice.fixture_builder.denormalizer.fixture.simple_fixture_bag_denormalizer'] = new \Nelmio\Alice\FixtureBuilder\Denormalizer\Fixture\SimpleFixtureBagDenormalizer(($this->privates['nelmio_alice.fixture_builder.denormalizer.fixture.tolerant_denormalizer'] ?? $this->getNelmioAlice_FixtureBuilder_Denormalizer_Fixture_TolerantDenormalizerService()), ($this->privates['nelmio_alice.fixture_builder.denormalizer.flag_parser.element'] ?? $this->getNelmioAlice_FixtureBuilder_Denormalizer_FlagParser_ElementService()));
  18496.     }
  18497.     /**
  18498.      * Gets the private 'nelmio_alice.fixture_builder.denormalizer.fixture.specs.arguments.simple_arguments_denormalizer' shared service.
  18499.      *
  18500.      * @return \Nelmio\Alice\FixtureBuilder\Denormalizer\Fixture\SpecificationBagDenormalizer\Arguments\SimpleArgumentsDenormalizer
  18501.      */
  18502.     protected function getNelmioAlice_FixtureBuilder_Denormalizer_Fixture_Specs_Arguments_SimpleArgumentsDenormalizerService()
  18503.     {
  18504.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/SpecificationBagDenormalizer/ArgumentsDenormalizerInterface.php';
  18505.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/SpecificationBagDenormalizer/Arguments/SimpleArgumentsDenormalizer.php';
  18506.         return $this->privates['nelmio_alice.fixture_builder.denormalizer.fixture.specs.arguments.simple_arguments_denormalizer'] = new \Nelmio\Alice\FixtureBuilder\Denormalizer\Fixture\SpecificationBagDenormalizer\Arguments\SimpleArgumentsDenormalizer(($this->privates['nelmio_alice.fixture_builder.denormalizer.fixture.specs.value.unique_value_denormalizer'] ?? $this->getNelmioAlice_FixtureBuilder_Denormalizer_Fixture_Specs_Value_UniqueValueDenormalizerService()));
  18507.     }
  18508.     /**
  18509.      * Gets the private 'nelmio_alice.fixture_builder.denormalizer.fixture.specs.calls.function_denormalizer' shared service.
  18510.      *
  18511.      * @return \Nelmio\Alice\FixtureBuilder\Denormalizer\Fixture\SpecificationBagDenormalizer\Calls\FunctionDenormalizer
  18512.      */
  18513.     protected function getNelmioAlice_FixtureBuilder_Denormalizer_Fixture_Specs_Calls_FunctionDenormalizerService()
  18514.     {
  18515.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/SpecificationBagDenormalizer/CallsDenormalizerInterface.php';
  18516.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/SpecificationBagDenormalizer/Calls/FunctionDenormalizer.php';
  18517.         return $this->privates['nelmio_alice.fixture_builder.denormalizer.fixture.specs.calls.function_denormalizer'] = new \Nelmio\Alice\FixtureBuilder\Denormalizer\Fixture\SpecificationBagDenormalizer\Calls\FunctionDenormalizer(($this->privates['nelmio_alice.fixture_builder.denormalizer.fixture.specs.arguments.simple_arguments_denormalizer'] ?? $this->getNelmioAlice_FixtureBuilder_Denormalizer_Fixture_Specs_Arguments_SimpleArgumentsDenormalizerService()));
  18518.     }
  18519.     /**
  18520.      * Gets the private 'nelmio_alice.fixture_builder.denormalizer.fixture.specs.calls.method_flag_handler.configurator_flag_handler' shared service.
  18521.      *
  18522.      * @return \Nelmio\Alice\FixtureBuilder\Denormalizer\Fixture\SpecificationBagDenormalizer\Calls\MethodFlagHandler\ConfiguratorFlagHandler
  18523.      */
  18524.     protected function getNelmioAlice_FixtureBuilder_Denormalizer_Fixture_Specs_Calls_MethodFlagHandler_ConfiguratorFlagHandlerService()
  18525.     {
  18526.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/SpecificationBagDenormalizer/Calls/MethodFlagHandler.php';
  18527.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/SpecificationBagDenormalizer/Calls/MethodFlagHandler/ConfiguratorFlagHandler.php';
  18528.         return $this->privates['nelmio_alice.fixture_builder.denormalizer.fixture.specs.calls.method_flag_handler.configurator_flag_handler'] = new \Nelmio\Alice\FixtureBuilder\Denormalizer\Fixture\SpecificationBagDenormalizer\Calls\MethodFlagHandler\ConfiguratorFlagHandler();
  18529.     }
  18530.     /**
  18531.      * Gets the private 'nelmio_alice.fixture_builder.denormalizer.fixture.specs.calls.method_flag_handler.optional_flag_handler' shared service.
  18532.      *
  18533.      * @return \Nelmio\Alice\FixtureBuilder\Denormalizer\Fixture\SpecificationBagDenormalizer\Calls\MethodFlagHandler\OptionalFlagHandler
  18534.      */
  18535.     protected function getNelmioAlice_FixtureBuilder_Denormalizer_Fixture_Specs_Calls_MethodFlagHandler_OptionalFlagHandlerService()
  18536.     {
  18537.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/SpecificationBagDenormalizer/Calls/MethodFlagHandler.php';
  18538.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/SpecificationBagDenormalizer/Calls/MethodFlagHandler/OptionalFlagHandler.php';
  18539.         return $this->privates['nelmio_alice.fixture_builder.denormalizer.fixture.specs.calls.method_flag_handler.optional_flag_handler'] = new \Nelmio\Alice\FixtureBuilder\Denormalizer\Fixture\SpecificationBagDenormalizer\Calls\MethodFlagHandler\OptionalFlagHandler();
  18540.     }
  18541.     /**
  18542.      * Gets the private 'nelmio_alice.fixture_builder.denormalizer.fixture.specs.calls.simple_denormalizer' shared service.
  18543.      *
  18544.      * @return \Nelmio\Alice\FixtureBuilder\Denormalizer\Fixture\SpecificationBagDenormalizer\Calls\CallsWithFlagsDenormalizer
  18545.      */
  18546.     protected function getNelmioAlice_FixtureBuilder_Denormalizer_Fixture_Specs_Calls_SimpleDenormalizerService()
  18547.     {
  18548.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/SpecificationBagDenormalizer/CallsDenormalizerInterface.php';
  18549.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/SpecificationBagDenormalizer/Calls/CallsWithFlagsDenormalizer.php';
  18550.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/SpecificationBagDenormalizer/Calls/MethodFlagHandler.php';
  18551.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/SpecificationBagDenormalizer/Calls/MethodFlagHandler/ConfiguratorFlagHandler.php';
  18552.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/SpecificationBagDenormalizer/Calls/MethodFlagHandler/OptionalFlagHandler.php';
  18553.         return $this->privates['nelmio_alice.fixture_builder.denormalizer.fixture.specs.calls.simple_denormalizer'] = new \Nelmio\Alice\FixtureBuilder\Denormalizer\Fixture\SpecificationBagDenormalizer\Calls\CallsWithFlagsDenormalizer(($this->privates['nelmio_alice.fixture_builder.denormalizer.fixture.specs.calls.function_denormalizer'] ?? $this->getNelmioAlice_FixtureBuilder_Denormalizer_Fixture_Specs_Calls_FunctionDenormalizerService()), [=> ($this->privates['nelmio_alice.fixture_builder.denormalizer.fixture.specs.calls.method_flag_handler.configurator_flag_handler'] ?? ($this->privates['nelmio_alice.fixture_builder.denormalizer.fixture.specs.calls.method_flag_handler.configurator_flag_handler'] = new \Nelmio\Alice\FixtureBuilder\Denormalizer\Fixture\SpecificationBagDenormalizer\Calls\MethodFlagHandler\ConfiguratorFlagHandler())), => ($this->privates['nelmio_alice.fixture_builder.denormalizer.fixture.specs.calls.method_flag_handler.optional_flag_handler'] ?? ($this->privates['nelmio_alice.fixture_builder.denormalizer.fixture.specs.calls.method_flag_handler.optional_flag_handler'] = new \Nelmio\Alice\FixtureBuilder\Denormalizer\Fixture\SpecificationBagDenormalizer\Calls\MethodFlagHandler\OptionalFlagHandler()))]);
  18554.     }
  18555.     /**
  18556.      * Gets the private 'nelmio_alice.fixture_builder.denormalizer.fixture.specs.constructor.constructor_denormalizer' shared service.
  18557.      *
  18558.      * @return \Nelmio\Alice\FixtureBuilder\Denormalizer\Fixture\SpecificationBagDenormalizer\Constructor\ConstructorDenormalizer
  18559.      */
  18560.     protected function getNelmioAlice_FixtureBuilder_Denormalizer_Fixture_Specs_Constructor_ConstructorDenormalizerService()
  18561.     {
  18562.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/SpecificationBagDenormalizer/ConstructorDenormalizerInterface.php';
  18563.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/SpecificationBagDenormalizer/Constructor/ConstructorDenormalizer.php';
  18564.         return $this->privates['nelmio_alice.fixture_builder.denormalizer.fixture.specs.constructor.constructor_denormalizer'] = new \Nelmio\Alice\FixtureBuilder\Denormalizer\Fixture\SpecificationBagDenormalizer\Constructor\ConstructorDenormalizer(($this->privates['nelmio_alice.fixture_builder.denormalizer.fixture.specs.arguments.simple_arguments_denormalizer'] ?? $this->getNelmioAlice_FixtureBuilder_Denormalizer_Fixture_Specs_Arguments_SimpleArgumentsDenormalizerService()));
  18565.     }
  18566.     /**
  18567.      * Gets the private 'nelmio_alice.fixture_builder.denormalizer.fixture.specs.constructor.factory_denormalizer' shared service.
  18568.      *
  18569.      * @return \Nelmio\Alice\FixtureBuilder\Denormalizer\Fixture\SpecificationBagDenormalizer\Constructor\FactoryDenormalizer
  18570.      */
  18571.     protected function getNelmioAlice_FixtureBuilder_Denormalizer_Fixture_Specs_Constructor_FactoryDenormalizerService()
  18572.     {
  18573.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/SpecificationBagDenormalizer/ConstructorDenormalizerInterface.php';
  18574.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/SpecificationBagDenormalizer/Constructor/FactoryDenormalizer.php';
  18575.         return $this->privates['nelmio_alice.fixture_builder.denormalizer.fixture.specs.constructor.factory_denormalizer'] = new \Nelmio\Alice\FixtureBuilder\Denormalizer\Fixture\SpecificationBagDenormalizer\Constructor\FactoryDenormalizer(($this->privates['nelmio_alice.fixture_builder.denormalizer.fixture.specs.calls.simple_denormalizer'] ?? $this->getNelmioAlice_FixtureBuilder_Denormalizer_Fixture_Specs_Calls_SimpleDenormalizerService()));
  18576.     }
  18577.     /**
  18578.      * Gets the private 'nelmio_alice.fixture_builder.denormalizer.fixture.specs.constructor.legacy_constructor_denormalizer' shared service.
  18579.      *
  18580.      * @return \Nelmio\Alice\FixtureBuilder\Denormalizer\Fixture\SpecificationBagDenormalizer\Constructor\LegacyConstructorDenormalizer
  18581.      */
  18582.     protected function getNelmioAlice_FixtureBuilder_Denormalizer_Fixture_Specs_Constructor_LegacyConstructorDenormalizerService()
  18583.     {
  18584.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/SpecificationBagDenormalizer/ConstructorDenormalizerInterface.php';
  18585.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/SpecificationBagDenormalizer/Constructor/LegacyConstructorDenormalizer.php';
  18586.         return $this->privates['nelmio_alice.fixture_builder.denormalizer.fixture.specs.constructor.legacy_constructor_denormalizer'] = new \Nelmio\Alice\FixtureBuilder\Denormalizer\Fixture\SpecificationBagDenormalizer\Constructor\LegacyConstructorDenormalizer(($this->privates['nelmio_alice.fixture_builder.denormalizer.fixture.specs.constructor.constructor_denormalizer'] ?? $this->getNelmioAlice_FixtureBuilder_Denormalizer_Fixture_Specs_Constructor_ConstructorDenormalizerService()), ($this->privates['nelmio_alice.fixture_builder.denormalizer.fixture.specs.constructor.factory_denormalizer'] ?? $this->getNelmioAlice_FixtureBuilder_Denormalizer_Fixture_Specs_Constructor_FactoryDenormalizerService()));
  18587.     }
  18588.     /**
  18589.      * Gets the private 'nelmio_alice.fixture_builder.denormalizer.fixture.specs.property.simple_denormalizer' shared service.
  18590.      *
  18591.      * @return \Nelmio\Alice\FixtureBuilder\Denormalizer\Fixture\SpecificationBagDenormalizer\Property\SimplePropertyDenormalizer
  18592.      */
  18593.     protected function getNelmioAlice_FixtureBuilder_Denormalizer_Fixture_Specs_Property_SimpleDenormalizerService()
  18594.     {
  18595.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/SpecificationBagDenormalizer/PropertyDenormalizerInterface.php';
  18596.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/SpecificationBagDenormalizer/Property/SimplePropertyDenormalizer.php';
  18597.         return $this->privates['nelmio_alice.fixture_builder.denormalizer.fixture.specs.property.simple_denormalizer'] = new \Nelmio\Alice\FixtureBuilder\Denormalizer\Fixture\SpecificationBagDenormalizer\Property\SimplePropertyDenormalizer(($this->privates['nelmio_alice.fixture_builder.denormalizer.fixture.specs.value.unique_value_denormalizer'] ?? $this->getNelmioAlice_FixtureBuilder_Denormalizer_Fixture_Specs_Value_UniqueValueDenormalizerService()));
  18598.     }
  18599.     /**
  18600.      * Gets the private 'nelmio_alice.fixture_builder.denormalizer.fixture.specs.value.simple_value_denormalizer' shared service.
  18601.      *
  18602.      * @return \Nelmio\Alice\FixtureBuilder\Denormalizer\Fixture\SpecificationBagDenormalizer\Value\SimpleValueDenormalizer
  18603.      */
  18604.     protected function getNelmioAlice_FixtureBuilder_Denormalizer_Fixture_Specs_Value_SimpleValueDenormalizerService()
  18605.     {
  18606.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/SpecificationBagDenormalizer/ValueDenormalizerInterface.php';
  18607.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/SpecificationBagDenormalizer/Value/SimpleValueDenormalizer.php';
  18608.         return $this->privates['nelmio_alice.fixture_builder.denormalizer.fixture.specs.value.simple_value_denormalizer'] = new \Nelmio\Alice\FixtureBuilder\Denormalizer\Fixture\SpecificationBagDenormalizer\Value\SimpleValueDenormalizer(($this->privates['nelmio_alice.fixture_builder.expression_language.parser.function_fixture_reference_parser'] ?? $this->getNelmioAlice_FixtureBuilder_ExpressionLanguage_Parser_FunctionFixtureReferenceParserService()));
  18609.     }
  18610.     /**
  18611.      * Gets the private 'nelmio_alice.fixture_builder.denormalizer.fixture.specs.value.unique_value_denormalizer' shared service.
  18612.      *
  18613.      * @return \Nelmio\Alice\FixtureBuilder\Denormalizer\Fixture\SpecificationBagDenormalizer\Value\UniqueValueDenormalizer
  18614.      */
  18615.     protected function getNelmioAlice_FixtureBuilder_Denormalizer_Fixture_Specs_Value_UniqueValueDenormalizerService()
  18616.     {
  18617.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/SpecificationBagDenormalizer/ValueDenormalizerInterface.php';
  18618.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/SpecificationBagDenormalizer/Value/UniqueValueDenormalizer.php';
  18619.         return $this->privates['nelmio_alice.fixture_builder.denormalizer.fixture.specs.value.unique_value_denormalizer'] = new \Nelmio\Alice\FixtureBuilder\Denormalizer\Fixture\SpecificationBagDenormalizer\Value\UniqueValueDenormalizer(($this->privates['nelmio_alice.fixture_builder.denormalizer.fixture.specs.value.simple_value_denormalizer'] ?? $this->getNelmioAlice_FixtureBuilder_Denormalizer_Fixture_Specs_Value_SimpleValueDenormalizerService()));
  18620.     }
  18621.     /**
  18622.      * Gets the private 'nelmio_alice.fixture_builder.denormalizer.fixture.tolerant_denormalizer' shared service.
  18623.      *
  18624.      * @return \Nelmio\Alice\FixtureBuilder\Denormalizer\Fixture\TolerantFixtureDenormalizer
  18625.      */
  18626.     protected function getNelmioAlice_FixtureBuilder_Denormalizer_Fixture_TolerantDenormalizerService()
  18627.     {
  18628.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/FixtureDenormalizerInterface.php';
  18629.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/TolerantFixtureDenormalizer.php';
  18630.         return $this->privates['nelmio_alice.fixture_builder.denormalizer.fixture.tolerant_denormalizer'] = new \Nelmio\Alice\FixtureBuilder\Denormalizer\Fixture\TolerantFixtureDenormalizer(($this->privates['nelmio_alice.fixture_builder.denormalizer.fixture.registry_denormalizer'] ?? $this->getNelmioAlice_FixtureBuilder_Denormalizer_Fixture_RegistryDenormalizerService()));
  18631.     }
  18632.     /**
  18633.      * Gets the private 'nelmio_alice.fixture_builder.denormalizer.flag_parser.chainable.configurator' shared service.
  18634.      *
  18635.      * @return \Nelmio\Alice\FixtureBuilder\Denormalizer\FlagParser\Chainable\ConfiguratorFlagParser
  18636.      */
  18637.     protected function getNelmioAlice_FixtureBuilder_Denormalizer_FlagParser_Chainable_ConfiguratorService()
  18638.     {
  18639.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/FlagParserInterface.php';
  18640.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/FlagParser/ChainableFlagParserInterface.php';
  18641.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/FlagParser/Chainable/ConfiguratorFlagParser.php';
  18642.         return $this->privates['nelmio_alice.fixture_builder.denormalizer.flag_parser.chainable.configurator'] = new \Nelmio\Alice\FixtureBuilder\Denormalizer\FlagParser\Chainable\ConfiguratorFlagParser();
  18643.     }
  18644.     /**
  18645.      * Gets the private 'nelmio_alice.fixture_builder.denormalizer.flag_parser.chainable.extend' shared service.
  18646.      *
  18647.      * @return \Nelmio\Alice\FixtureBuilder\Denormalizer\FlagParser\Chainable\ExtendFlagParser
  18648.      */
  18649.     protected function getNelmioAlice_FixtureBuilder_Denormalizer_FlagParser_Chainable_ExtendService()
  18650.     {
  18651.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/FlagParserInterface.php';
  18652.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/FlagParser/ChainableFlagParserInterface.php';
  18653.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/FlagParser/Chainable/ExtendFlagParser.php';
  18654.         return $this->privates['nelmio_alice.fixture_builder.denormalizer.flag_parser.chainable.extend'] = new \Nelmio\Alice\FixtureBuilder\Denormalizer\FlagParser\Chainable\ExtendFlagParser();
  18655.     }
  18656.     /**
  18657.      * Gets the private 'nelmio_alice.fixture_builder.denormalizer.flag_parser.chainable.optional' shared service.
  18658.      *
  18659.      * @return \Nelmio\Alice\FixtureBuilder\Denormalizer\FlagParser\Chainable\OptionalFlagParser
  18660.      */
  18661.     protected function getNelmioAlice_FixtureBuilder_Denormalizer_FlagParser_Chainable_OptionalService()
  18662.     {
  18663.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/FlagParserInterface.php';
  18664.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/FlagParser/ChainableFlagParserInterface.php';
  18665.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/FlagParser/Chainable/OptionalFlagParser.php';
  18666.         return $this->privates['nelmio_alice.fixture_builder.denormalizer.flag_parser.chainable.optional'] = new \Nelmio\Alice\FixtureBuilder\Denormalizer\FlagParser\Chainable\OptionalFlagParser();
  18667.     }
  18668.     /**
  18669.      * Gets the private 'nelmio_alice.fixture_builder.denormalizer.flag_parser.chainable.template' shared service.
  18670.      *
  18671.      * @return \Nelmio\Alice\FixtureBuilder\Denormalizer\FlagParser\Chainable\TemplateFlagParser
  18672.      */
  18673.     protected function getNelmioAlice_FixtureBuilder_Denormalizer_FlagParser_Chainable_TemplateService()
  18674.     {
  18675.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/FlagParserInterface.php';
  18676.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/FlagParser/ChainableFlagParserInterface.php';
  18677.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/FlagParser/Chainable/TemplateFlagParser.php';
  18678.         return $this->privates['nelmio_alice.fixture_builder.denormalizer.flag_parser.chainable.template'] = new \Nelmio\Alice\FixtureBuilder\Denormalizer\FlagParser\Chainable\TemplateFlagParser();
  18679.     }
  18680.     /**
  18681.      * Gets the private 'nelmio_alice.fixture_builder.denormalizer.flag_parser.chainable.unique' shared service.
  18682.      *
  18683.      * @return \Nelmio\Alice\FixtureBuilder\Denormalizer\FlagParser\Chainable\UniqueFlagParser
  18684.      */
  18685.     protected function getNelmioAlice_FixtureBuilder_Denormalizer_FlagParser_Chainable_UniqueService()
  18686.     {
  18687.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/FlagParserInterface.php';
  18688.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/FlagParser/ChainableFlagParserInterface.php';
  18689.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/FlagParser/Chainable/UniqueFlagParser.php';
  18690.         return $this->privates['nelmio_alice.fixture_builder.denormalizer.flag_parser.chainable.unique'] = new \Nelmio\Alice\FixtureBuilder\Denormalizer\FlagParser\Chainable\UniqueFlagParser();
  18691.     }
  18692.     /**
  18693.      * Gets the private 'nelmio_alice.fixture_builder.denormalizer.flag_parser.element' shared service.
  18694.      *
  18695.      * @return \Nelmio\Alice\FixtureBuilder\Denormalizer\FlagParser\ElementFlagParser
  18696.      */
  18697.     protected function getNelmioAlice_FixtureBuilder_Denormalizer_FlagParser_ElementService()
  18698.     {
  18699.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/FlagParserInterface.php';
  18700.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/FlagParser/ElementFlagParser.php';
  18701.         return $this->privates['nelmio_alice.fixture_builder.denormalizer.flag_parser.element'] = new \Nelmio\Alice\FixtureBuilder\Denormalizer\FlagParser\ElementFlagParser(($this->privates['nelmio_alice.fixture_builder.denormalizer.flag_parser.registry'] ?? $this->getNelmioAlice_FixtureBuilder_Denormalizer_FlagParser_RegistryService()));
  18702.     }
  18703.     /**
  18704.      * Gets the private 'nelmio_alice.fixture_builder.denormalizer.flag_parser.registry' shared service.
  18705.      *
  18706.      * @return \Nelmio\Alice\FixtureBuilder\Denormalizer\FlagParser\FlagParserRegistry
  18707.      */
  18708.     protected function getNelmioAlice_FixtureBuilder_Denormalizer_FlagParser_RegistryService()
  18709.     {
  18710.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/FlagParserInterface.php';
  18711.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/FlagParser/FlagParserRegistry.php';
  18712.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/FlagParser/ChainableFlagParserInterface.php';
  18713.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/FlagParser/Chainable/ConfiguratorFlagParser.php';
  18714.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/FlagParser/Chainable/ExtendFlagParser.php';
  18715.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/FlagParser/Chainable/OptionalFlagParser.php';
  18716.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/FlagParser/Chainable/TemplateFlagParser.php';
  18717.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/FlagParser/Chainable/UniqueFlagParser.php';
  18718.         return $this->privates['nelmio_alice.fixture_builder.denormalizer.flag_parser.registry'] = new \Nelmio\Alice\FixtureBuilder\Denormalizer\FlagParser\FlagParserRegistry([=> ($this->privates['nelmio_alice.fixture_builder.denormalizer.flag_parser.chainable.configurator'] ?? ($this->privates['nelmio_alice.fixture_builder.denormalizer.flag_parser.chainable.configurator'] = new \Nelmio\Alice\FixtureBuilder\Denormalizer\FlagParser\Chainable\ConfiguratorFlagParser())), => ($this->privates['nelmio_alice.fixture_builder.denormalizer.flag_parser.chainable.extend'] ?? ($this->privates['nelmio_alice.fixture_builder.denormalizer.flag_parser.chainable.extend'] = new \Nelmio\Alice\FixtureBuilder\Denormalizer\FlagParser\Chainable\ExtendFlagParser())), => ($this->privates['nelmio_alice.fixture_builder.denormalizer.flag_parser.chainable.optional'] ?? ($this->privates['nelmio_alice.fixture_builder.denormalizer.flag_parser.chainable.optional'] = new \Nelmio\Alice\FixtureBuilder\Denormalizer\FlagParser\Chainable\OptionalFlagParser())), => ($this->privates['nelmio_alice.fixture_builder.denormalizer.flag_parser.chainable.template'] ?? ($this->privates['nelmio_alice.fixture_builder.denormalizer.flag_parser.chainable.template'] = new \Nelmio\Alice\FixtureBuilder\Denormalizer\FlagParser\Chainable\TemplateFlagParser())), => ($this->privates['nelmio_alice.fixture_builder.denormalizer.flag_parser.chainable.unique'] ?? ($this->privates['nelmio_alice.fixture_builder.denormalizer.flag_parser.chainable.unique'] = new \Nelmio\Alice\FixtureBuilder\Denormalizer\FlagParser\Chainable\UniqueFlagParser()))]);
  18719.     }
  18720.     /**
  18721.      * Gets the private 'nelmio_alice.fixture_builder.denormalizer.parameter.simple_parameter_bag_denormalizer' shared service.
  18722.      *
  18723.      * @return \Nelmio\Alice\FixtureBuilder\Denormalizer\Parameter\SimpleParameterBagDenormalizer
  18724.      */
  18725.     protected function getNelmioAlice_FixtureBuilder_Denormalizer_Parameter_SimpleParameterBagDenormalizerService()
  18726.     {
  18727.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/ParameterBagDenormalizerInterface.php';
  18728.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Parameter/SimpleParameterBagDenormalizer.php';
  18729.         return $this->privates['nelmio_alice.fixture_builder.denormalizer.parameter.simple_parameter_bag_denormalizer'] = new \Nelmio\Alice\FixtureBuilder\Denormalizer\Parameter\SimpleParameterBagDenormalizer();
  18730.     }
  18731.     /**
  18732.      * Gets the private 'nelmio_alice.fixture_builder.denormalizer.simple' shared service.
  18733.      *
  18734.      * @return \Nelmio\Alice\FixtureBuilder\Denormalizer\SimpleDenormalizer
  18735.      */
  18736.     protected function getNelmioAlice_FixtureBuilder_Denormalizer_SimpleService()
  18737.     {
  18738.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/DenormalizerInterface.php';
  18739.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/SimpleDenormalizer.php';
  18740.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/ParameterBagDenormalizerInterface.php';
  18741.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Parameter/SimpleParameterBagDenormalizer.php';
  18742.         return $this->privates['nelmio_alice.fixture_builder.denormalizer.simple'] = new \Nelmio\Alice\FixtureBuilder\Denormalizer\SimpleDenormalizer(($this->privates['nelmio_alice.fixture_builder.denormalizer.parameter.simple_parameter_bag_denormalizer'] ?? ($this->privates['nelmio_alice.fixture_builder.denormalizer.parameter.simple_parameter_bag_denormalizer'] = new \Nelmio\Alice\FixtureBuilder\Denormalizer\Parameter\SimpleParameterBagDenormalizer())), ($this->privates['nelmio_alice.fixture_builder.denormalizer.fixture.simple_fixture_bag_denormalizer'] ?? $this->getNelmioAlice_FixtureBuilder_Denormalizer_Fixture_SimpleFixtureBagDenormalizerService()));
  18743.     }
  18744.     /**
  18745.      * Gets the private 'nelmio_alice.fixture_builder.denormalizer.specs.simple' shared service.
  18746.      *
  18747.      * @return \Nelmio\Alice\FixtureBuilder\Denormalizer\Fixture\SpecificationBagDenormalizer\SimpleSpecificationsDenormalizer
  18748.      */
  18749.     protected function getNelmioAlice_FixtureBuilder_Denormalizer_Specs_SimpleService()
  18750.     {
  18751.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/SpecificationsDenormalizerInterface.php';
  18752.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/SpecificationBagDenormalizer/SimpleSpecificationsDenormalizer.php';
  18753.         return $this->privates['nelmio_alice.fixture_builder.denormalizer.specs.simple'] = new \Nelmio\Alice\FixtureBuilder\Denormalizer\Fixture\SpecificationBagDenormalizer\SimpleSpecificationsDenormalizer(($this->privates['nelmio_alice.fixture_builder.denormalizer.fixture.specs.constructor.legacy_constructor_denormalizer'] ?? $this->getNelmioAlice_FixtureBuilder_Denormalizer_Fixture_Specs_Constructor_LegacyConstructorDenormalizerService()), ($this->privates['nelmio_alice.fixture_builder.denormalizer.fixture.specs.property.simple_denormalizer'] ?? $this->getNelmioAlice_FixtureBuilder_Denormalizer_Fixture_Specs_Property_SimpleDenormalizerService()), ($this->privates['nelmio_alice.fixture_builder.denormalizer.fixture.specs.calls.simple_denormalizer'] ?? $this->getNelmioAlice_FixtureBuilder_Denormalizer_Fixture_Specs_Calls_SimpleDenormalizerService()));
  18754.     }
  18755.     /**
  18756.      * Gets the private 'nelmio_alice.fixture_builder.expression_language.lexer.empty_value_lexer' shared service.
  18757.      *
  18758.      * @return \Nelmio\Alice\FixtureBuilder\ExpressionLanguage\Lexer\EmptyValueLexer
  18759.      */
  18760.     protected function getNelmioAlice_FixtureBuilder_ExpressionLanguage_Lexer_EmptyValueLexerService()
  18761.     {
  18762.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/LexerInterface.php';
  18763.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Lexer/EmptyValueLexer.php';
  18764.         return $this->privates['nelmio_alice.fixture_builder.expression_language.lexer.empty_value_lexer'] = new \Nelmio\Alice\FixtureBuilder\ExpressionLanguage\Lexer\EmptyValueLexer(($this->privates['nelmio_alice.fixture_builder.expression_language.lexer.reference_escaper_lexer'] ?? $this->getNelmioAlice_FixtureBuilder_ExpressionLanguage_Lexer_ReferenceEscaperLexerService()));
  18765.     }
  18766.     /**
  18767.      * Gets the private 'nelmio_alice.fixture_builder.expression_language.lexer.function_lexer' shared service.
  18768.      *
  18769.      * @return \Nelmio\Alice\FixtureBuilder\ExpressionLanguage\Lexer\FunctionLexer
  18770.      */
  18771.     protected function getNelmioAlice_FixtureBuilder_ExpressionLanguage_Lexer_FunctionLexerService()
  18772.     {
  18773.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/LexerInterface.php';
  18774.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Lexer/FunctionLexer.php';
  18775.         return $this->privates['nelmio_alice.fixture_builder.expression_language.lexer.function_lexer'] = new \Nelmio\Alice\FixtureBuilder\ExpressionLanguage\Lexer\FunctionLexer(($this->privates['nelmio_alice.fixture_builder.expression_language.lexer.string_then_reference_lexer'] ?? $this->getNelmioAlice_FixtureBuilder_ExpressionLanguage_Lexer_StringThenReferenceLexerService()));
  18776.     }
  18777.     /**
  18778.      * Gets the private 'nelmio_alice.fixture_builder.expression_language.lexer.globals_patterns_lexer' shared service.
  18779.      *
  18780.      * @return \Nelmio\Alice\FixtureBuilder\ExpressionLanguage\Lexer\GlobalPatternsLexer
  18781.      */
  18782.     protected function getNelmioAlice_FixtureBuilder_ExpressionLanguage_Lexer_GlobalsPatternsLexerService()
  18783.     {
  18784.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/LexerInterface.php';
  18785.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Lexer/GlobalPatternsLexer.php';
  18786.         return $this->privates['nelmio_alice.fixture_builder.expression_language.lexer.globals_patterns_lexer'] = new \Nelmio\Alice\FixtureBuilder\ExpressionLanguage\Lexer\GlobalPatternsLexer(($this->privates['nelmio_alice.fixture_builder.expression_language.lexer.function_lexer'] ?? $this->getNelmioAlice_FixtureBuilder_ExpressionLanguage_Lexer_FunctionLexerService()));
  18787.     }
  18788.     /**
  18789.      * Gets the private 'nelmio_alice.fixture_builder.expression_language.lexer.reference_escaper_lexer' shared service.
  18790.      *
  18791.      * @return \Nelmio\Alice\FixtureBuilder\ExpressionLanguage\Lexer\ReferenceEscaperLexer
  18792.      */
  18793.     protected function getNelmioAlice_FixtureBuilder_ExpressionLanguage_Lexer_ReferenceEscaperLexerService()
  18794.     {
  18795.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/LexerInterface.php';
  18796.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Lexer/ReferenceEscaperLexer.php';
  18797.         return $this->privates['nelmio_alice.fixture_builder.expression_language.lexer.reference_escaper_lexer'] = new \Nelmio\Alice\FixtureBuilder\ExpressionLanguage\Lexer\ReferenceEscaperLexer(($this->privates['nelmio_alice.fixture_builder.expression_language.lexer.globals_patterns_lexer'] ?? $this->getNelmioAlice_FixtureBuilder_ExpressionLanguage_Lexer_GlobalsPatternsLexerService()));
  18798.     }
  18799.     /**
  18800.      * Gets the private 'nelmio_alice.fixture_builder.expression_language.lexer.reference_lexer' shared service.
  18801.      *
  18802.      * @return \Nelmio\Alice\FixtureBuilder\ExpressionLanguage\Lexer\ReferenceLexer
  18803.      */
  18804.     protected function getNelmioAlice_FixtureBuilder_ExpressionLanguage_Lexer_ReferenceLexerService()
  18805.     {
  18806.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/LexerInterface.php';
  18807.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Lexer/ReferenceLexer.php';
  18808.         return $this->privates['nelmio_alice.fixture_builder.expression_language.lexer.reference_lexer'] = new \Nelmio\Alice\FixtureBuilder\ExpressionLanguage\Lexer\ReferenceLexer();
  18809.     }
  18810.     /**
  18811.      * Gets the private 'nelmio_alice.fixture_builder.expression_language.lexer.string_then_reference_lexer' shared service.
  18812.      *
  18813.      * @return \Nelmio\Alice\FixtureBuilder\ExpressionLanguage\Lexer\StringThenReferenceLexer
  18814.      */
  18815.     protected function getNelmioAlice_FixtureBuilder_ExpressionLanguage_Lexer_StringThenReferenceLexerService()
  18816.     {
  18817.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/LexerInterface.php';
  18818.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Lexer/StringThenReferenceLexer.php';
  18819.         return $this->privates['nelmio_alice.fixture_builder.expression_language.lexer.string_then_reference_lexer'] = new \Nelmio\Alice\FixtureBuilder\ExpressionLanguage\Lexer\StringThenReferenceLexer(($this->privates['nelmio_alice.fixture_builder.expression_language.lexer.sub_patterns_lexer'] ?? $this->getNelmioAlice_FixtureBuilder_ExpressionLanguage_Lexer_SubPatternsLexerService()));
  18820.     }
  18821.     /**
  18822.      * Gets the private 'nelmio_alice.fixture_builder.expression_language.lexer.sub_patterns_lexer' shared service.
  18823.      *
  18824.      * @return \Nelmio\Alice\FixtureBuilder\ExpressionLanguage\Lexer\SubPatternsLexer
  18825.      */
  18826.     protected function getNelmioAlice_FixtureBuilder_ExpressionLanguage_Lexer_SubPatternsLexerService()
  18827.     {
  18828.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/LexerInterface.php';
  18829.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Lexer/SubPatternsLexer.php';
  18830.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Lexer/ReferenceLexer.php';
  18831.         return $this->privates['nelmio_alice.fixture_builder.expression_language.lexer.sub_patterns_lexer'] = new \Nelmio\Alice\FixtureBuilder\ExpressionLanguage\Lexer\SubPatternsLexer(($this->privates['nelmio_alice.fixture_builder.expression_language.lexer.reference_lexer'] ?? ($this->privates['nelmio_alice.fixture_builder.expression_language.lexer.reference_lexer'] = new \Nelmio\Alice\FixtureBuilder\ExpressionLanguage\Lexer\ReferenceLexer())));
  18832.     }
  18833.     /**
  18834.      * Gets the private 'nelmio_alice.fixture_builder.expression_language.parser.function_fixture_reference_parser' shared service.
  18835.      *
  18836.      * @return \Nelmio\Alice\FixtureBuilder\ExpressionLanguage\Parser\FunctionFixtureReferenceParser
  18837.      */
  18838.     protected function getNelmioAlice_FixtureBuilder_ExpressionLanguage_Parser_FunctionFixtureReferenceParserService()
  18839.     {
  18840.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/ParserInterface.php';
  18841.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Parser/FunctionFixtureReferenceParser.php';
  18842.         return $this->privates['nelmio_alice.fixture_builder.expression_language.parser.function_fixture_reference_parser'] = new \Nelmio\Alice\FixtureBuilder\ExpressionLanguage\Parser\FunctionFixtureReferenceParser(($this->privates['nelmio_alice.fixture_builder.expression_language.parser.string_parser'] ?? $this->getNelmioAlice_FixtureBuilder_ExpressionLanguage_Parser_StringParserService()));
  18843.     }
  18844.     /**
  18845.      * Gets the private 'nelmio_alice.fixture_builder.expression_language.parser.simple_parser' shared service.
  18846.      *
  18847.      * @return \Nelmio\Alice\FixtureBuilder\ExpressionLanguage\Parser\SimpleParser
  18848.      */
  18849.     protected function getNelmioAlice_FixtureBuilder_ExpressionLanguage_Parser_SimpleParserService()
  18850.     {
  18851.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/ParserInterface.php';
  18852.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Parser/SimpleParser.php';
  18853.         return $this->privates['nelmio_alice.fixture_builder.expression_language.parser.simple_parser'] = new \Nelmio\Alice\FixtureBuilder\ExpressionLanguage\Parser\SimpleParser(($this->privates['nelmio_alice.fixture_builder.expression_language.lexer.empty_value_lexer'] ?? $this->getNelmioAlice_FixtureBuilder_ExpressionLanguage_Lexer_EmptyValueLexerService()), ($this->privates['nelmio_alice.fixture_builder.expression_language.parser.token_parser.registry'] ?? $this->getNelmioAlice_FixtureBuilder_ExpressionLanguage_Parser_TokenParser_RegistryService()));
  18854.     }
  18855.     /**
  18856.      * Gets the private 'nelmio_alice.fixture_builder.expression_language.parser.string_parser' shared service.
  18857.      *
  18858.      * @return \Nelmio\Alice\FixtureBuilder\ExpressionLanguage\Parser\StringMergerParser
  18859.      */
  18860.     protected function getNelmioAlice_FixtureBuilder_ExpressionLanguage_Parser_StringParserService()
  18861.     {
  18862.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/ParserInterface.php';
  18863.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Parser/StringMergerParser.php';
  18864.         return $this->privates['nelmio_alice.fixture_builder.expression_language.parser.string_parser'] = new \Nelmio\Alice\FixtureBuilder\ExpressionLanguage\Parser\StringMergerParser(($this->privates['nelmio_alice.fixture_builder.expression_language.parser.simple_parser'] ?? $this->getNelmioAlice_FixtureBuilder_ExpressionLanguage_Parser_SimpleParserService()));
  18865.     }
  18866.     /**
  18867.      * Gets the private 'nelmio_alice.fixture_builder.expression_language.parser.token_parser.chainable.argument_escaper' shared service.
  18868.      *
  18869.      * @return \Nelmio\Alice\FixtureBuilder\ExpressionLanguage\Parser\TokenParser\Chainable\ArgumentEscaper
  18870.      */
  18871.     protected function getNelmioAlice_FixtureBuilder_ExpressionLanguage_Parser_TokenParser_Chainable_ArgumentEscaperService()
  18872.     {
  18873.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Parser/TokenParser/Chainable/ArgumentEscaper.php';
  18874.         return $this->privates['nelmio_alice.fixture_builder.expression_language.parser.token_parser.chainable.argument_escaper'] = new \Nelmio\Alice\FixtureBuilder\ExpressionLanguage\Parser\TokenParser\Chainable\ArgumentEscaper();
  18875.     }
  18876.     /**
  18877.      * Gets the private 'nelmio_alice.fixture_builder.expression_language.parser.token_parser.chainable.dynamic_array_token_parser' shared service.
  18878.      *
  18879.      * @return \Nelmio\Alice\FixtureBuilder\ExpressionLanguage\Parser\TokenParser\Chainable\DynamicArrayTokenParser
  18880.      */
  18881.     protected function getNelmioAlice_FixtureBuilder_ExpressionLanguage_Parser_TokenParser_Chainable_DynamicArrayTokenParserService()
  18882.     {
  18883.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Parser/TokenParserInterface.php';
  18884.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Parser/ChainableTokenParserInterface.php';
  18885.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/ParserAwareInterface.php';
  18886.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Parser/TokenParser/Chainable/AbstractChainableParserAwareParser.php';
  18887.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Parser/TokenParser/Chainable/DynamicArrayTokenParser.php';
  18888.         return $this->privates['nelmio_alice.fixture_builder.expression_language.parser.token_parser.chainable.dynamic_array_token_parser'] = new \Nelmio\Alice\FixtureBuilder\ExpressionLanguage\Parser\TokenParser\Chainable\DynamicArrayTokenParser();
  18889.     }
  18890.     /**
  18891.      * Gets the private 'nelmio_alice.fixture_builder.expression_language.parser.token_parser.chainable.escaped_value_token_parser' shared service.
  18892.      *
  18893.      * @return \Nelmio\Alice\FixtureBuilder\ExpressionLanguage\Parser\TokenParser\Chainable\EscapedValueTokenParser
  18894.      */
  18895.     protected function getNelmioAlice_FixtureBuilder_ExpressionLanguage_Parser_TokenParser_Chainable_EscapedValueTokenParserService()
  18896.     {
  18897.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Parser/TokenParserInterface.php';
  18898.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Parser/ChainableTokenParserInterface.php';
  18899.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Parser/TokenParser/Chainable/EscapedValueTokenParser.php';
  18900.         return $this->privates['nelmio_alice.fixture_builder.expression_language.parser.token_parser.chainable.escaped_value_token_parser'] = new \Nelmio\Alice\FixtureBuilder\ExpressionLanguage\Parser\TokenParser\Chainable\EscapedValueTokenParser();
  18901.     }
  18902.     /**
  18903.      * Gets the private 'nelmio_alice.fixture_builder.expression_language.parser.token_parser.chainable.fixture_list_reference_token_parser' shared service.
  18904.      *
  18905.      * @return \Nelmio\Alice\FixtureBuilder\ExpressionLanguage\Parser\TokenParser\Chainable\FixtureListReferenceTokenParser
  18906.      */
  18907.     protected function getNelmioAlice_FixtureBuilder_ExpressionLanguage_Parser_TokenParser_Chainable_FixtureListReferenceTokenParserService()
  18908.     {
  18909.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Parser/TokenParserInterface.php';
  18910.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Parser/ChainableTokenParserInterface.php';
  18911.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Parser/TokenParser/Chainable/FixtureListReferenceTokenParser.php';
  18912.         return $this->privates['nelmio_alice.fixture_builder.expression_language.parser.token_parser.chainable.fixture_list_reference_token_parser'] = new \Nelmio\Alice\FixtureBuilder\ExpressionLanguage\Parser\TokenParser\Chainable\FixtureListReferenceTokenParser();
  18913.     }
  18914.     /**
  18915.      * Gets the private 'nelmio_alice.fixture_builder.expression_language.parser.token_parser.chainable.fixture_method_reference_token_parser' shared service.
  18916.      *
  18917.      * @return \Nelmio\Alice\FixtureBuilder\ExpressionLanguage\Parser\TokenParser\Chainable\FixtureMethodReferenceTokenParser
  18918.      */
  18919.     protected function getNelmioAlice_FixtureBuilder_ExpressionLanguage_Parser_TokenParser_Chainable_FixtureMethodReferenceTokenParserService()
  18920.     {
  18921.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Parser/TokenParserInterface.php';
  18922.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Parser/ChainableTokenParserInterface.php';
  18923.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/ParserAwareInterface.php';
  18924.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Parser/TokenParser/Chainable/AbstractChainableParserAwareParser.php';
  18925.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Parser/TokenParser/Chainable/FixtureMethodReferenceTokenParser.php';
  18926.         return $this->privates['nelmio_alice.fixture_builder.expression_language.parser.token_parser.chainable.fixture_method_reference_token_parser'] = new \Nelmio\Alice\FixtureBuilder\ExpressionLanguage\Parser\TokenParser\Chainable\FixtureMethodReferenceTokenParser();
  18927.     }
  18928.     /**
  18929.      * Gets the private 'nelmio_alice.fixture_builder.expression_language.parser.token_parser.chainable.fixture_range_reference_token_parser' shared service.
  18930.      *
  18931.      * @return \Nelmio\Alice\FixtureBuilder\ExpressionLanguage\Parser\TokenParser\Chainable\FixtureRangeReferenceTokenParser
  18932.      */
  18933.     protected function getNelmioAlice_FixtureBuilder_ExpressionLanguage_Parser_TokenParser_Chainable_FixtureRangeReferenceTokenParserService()
  18934.     {
  18935.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Parser/TokenParserInterface.php';
  18936.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Parser/ChainableTokenParserInterface.php';
  18937.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Parser/TokenParser/Chainable/FixtureRangeReferenceTokenParser.php';
  18938.         return $this->privates['nelmio_alice.fixture_builder.expression_language.parser.token_parser.chainable.fixture_range_reference_token_parser'] = new \Nelmio\Alice\FixtureBuilder\ExpressionLanguage\Parser\TokenParser\Chainable\FixtureRangeReferenceTokenParser();
  18939.     }
  18940.     /**
  18941.      * Gets the private 'nelmio_alice.fixture_builder.expression_language.parser.token_parser.chainable.function_token_parser' shared service.
  18942.      *
  18943.      * @return \Nelmio\Alice\FixtureBuilder\ExpressionLanguage\Parser\TokenParser\Chainable\FunctionTokenParser
  18944.      */
  18945.     protected function getNelmioAlice_FixtureBuilder_ExpressionLanguage_Parser_TokenParser_Chainable_FunctionTokenParserService()
  18946.     {
  18947.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Parser/TokenParserInterface.php';
  18948.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Parser/ChainableTokenParserInterface.php';
  18949.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/ParserAwareInterface.php';
  18950.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Parser/TokenParser/Chainable/FunctionTokenParser.php';
  18951.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Parser/TokenParser/Chainable/ArgumentEscaper.php';
  18952.         return $this->privates['nelmio_alice.fixture_builder.expression_language.parser.token_parser.chainable.function_token_parser'] = new \Nelmio\Alice\FixtureBuilder\ExpressionLanguage\Parser\TokenParser\Chainable\FunctionTokenParser(($this->privates['nelmio_alice.fixture_builder.expression_language.parser.token_parser.chainable.argument_escaper'] ?? ($this->privates['nelmio_alice.fixture_builder.expression_language.parser.token_parser.chainable.argument_escaper'] = new \Nelmio\Alice\FixtureBuilder\ExpressionLanguage\Parser\TokenParser\Chainable\ArgumentEscaper())));
  18953.     }
  18954.     /**
  18955.      * Gets the private 'nelmio_alice.fixture_builder.expression_language.parser.token_parser.chainable.identity_token_parser' shared service.
  18956.      *
  18957.      * @return \Nelmio\Alice\FixtureBuilder\ExpressionLanguage\Parser\TokenParser\Chainable\IdentityTokenParser
  18958.      */
  18959.     protected function getNelmioAlice_FixtureBuilder_ExpressionLanguage_Parser_TokenParser_Chainable_IdentityTokenParserService()
  18960.     {
  18961.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Parser/TokenParserInterface.php';
  18962.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Parser/ChainableTokenParserInterface.php';
  18963.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/ParserAwareInterface.php';
  18964.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Parser/TokenParser/Chainable/IdentityTokenParser.php';
  18965.         return $this->privates['nelmio_alice.fixture_builder.expression_language.parser.token_parser.chainable.identity_token_parser'] = new \Nelmio\Alice\FixtureBuilder\ExpressionLanguage\Parser\TokenParser\Chainable\IdentityTokenParser(($this->privates['nelmio_alice.fixture_builder.expression_language.parser.token_parser.chainable.function_token_parser'] ?? $this->getNelmioAlice_FixtureBuilder_ExpressionLanguage_Parser_TokenParser_Chainable_FunctionTokenParserService()));
  18966.     }
  18967.     /**
  18968.      * Gets the private 'nelmio_alice.fixture_builder.expression_language.parser.token_parser.chainable.method_reference_token_parser' shared service.
  18969.      *
  18970.      * @return \Nelmio\Alice\FixtureBuilder\ExpressionLanguage\Parser\TokenParser\Chainable\MethodReferenceTokenParser
  18971.      */
  18972.     protected function getNelmioAlice_FixtureBuilder_ExpressionLanguage_Parser_TokenParser_Chainable_MethodReferenceTokenParserService()
  18973.     {
  18974.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Parser/TokenParserInterface.php';
  18975.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Parser/ChainableTokenParserInterface.php';
  18976.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/ParserAwareInterface.php';
  18977.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Parser/TokenParser/Chainable/AbstractChainableParserAwareParser.php';
  18978.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Parser/TokenParser/Chainable/MethodReferenceTokenParser.php';
  18979.         return $this->privates['nelmio_alice.fixture_builder.expression_language.parser.token_parser.chainable.method_reference_token_parser'] = new \Nelmio\Alice\FixtureBuilder\ExpressionLanguage\Parser\TokenParser\Chainable\MethodReferenceTokenParser();
  18980.     }
  18981.     /**
  18982.      * Gets the private 'nelmio_alice.fixture_builder.expression_language.parser.token_parser.chainable.optional_token_parser' shared service.
  18983.      *
  18984.      * @return \Nelmio\Alice\FixtureBuilder\ExpressionLanguage\Parser\TokenParser\Chainable\OptionalTokenParser
  18985.      */
  18986.     protected function getNelmioAlice_FixtureBuilder_ExpressionLanguage_Parser_TokenParser_Chainable_OptionalTokenParserService()
  18987.     {
  18988.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Parser/TokenParserInterface.php';
  18989.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Parser/ChainableTokenParserInterface.php';
  18990.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/ParserAwareInterface.php';
  18991.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Parser/TokenParser/Chainable/AbstractChainableParserAwareParser.php';
  18992.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Parser/TokenParser/Chainable/OptionalTokenParser.php';
  18993.         return $this->privates['nelmio_alice.fixture_builder.expression_language.parser.token_parser.chainable.optional_token_parser'] = new \Nelmio\Alice\FixtureBuilder\ExpressionLanguage\Parser\TokenParser\Chainable\OptionalTokenParser();
  18994.     }
  18995.     /**
  18996.      * Gets the private 'nelmio_alice.fixture_builder.expression_language.parser.token_parser.chainable.parameter_token_parser' shared service.
  18997.      *
  18998.      * @return \Nelmio\Alice\FixtureBuilder\ExpressionLanguage\Parser\TokenParser\Chainable\ParameterTokenParser
  18999.      */
  19000.     protected function getNelmioAlice_FixtureBuilder_ExpressionLanguage_Parser_TokenParser_Chainable_ParameterTokenParserService()
  19001.     {
  19002.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Parser/TokenParserInterface.php';
  19003.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Parser/ChainableTokenParserInterface.php';
  19004.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Parser/TokenParser/Chainable/ParameterTokenParser.php';
  19005.         return $this->privates['nelmio_alice.fixture_builder.expression_language.parser.token_parser.chainable.parameter_token_parser'] = new \Nelmio\Alice\FixtureBuilder\ExpressionLanguage\Parser\TokenParser\Chainable\ParameterTokenParser();
  19006.     }
  19007.     /**
  19008.      * Gets the private 'nelmio_alice.fixture_builder.expression_language.parser.token_parser.chainable.property_reference_token_parser' shared service.
  19009.      *
  19010.      * @return \Nelmio\Alice\FixtureBuilder\ExpressionLanguage\Parser\TokenParser\Chainable\PropertyReferenceTokenParser
  19011.      */
  19012.     protected function getNelmioAlice_FixtureBuilder_ExpressionLanguage_Parser_TokenParser_Chainable_PropertyReferenceTokenParserService()
  19013.     {
  19014.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Parser/TokenParserInterface.php';
  19015.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Parser/ChainableTokenParserInterface.php';
  19016.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/ParserAwareInterface.php';
  19017.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Parser/TokenParser/Chainable/AbstractChainableParserAwareParser.php';
  19018.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Parser/TokenParser/Chainable/PropertyReferenceTokenParser.php';
  19019.         return $this->privates['nelmio_alice.fixture_builder.expression_language.parser.token_parser.chainable.property_reference_token_parser'] = new \Nelmio\Alice\FixtureBuilder\ExpressionLanguage\Parser\TokenParser\Chainable\PropertyReferenceTokenParser();
  19020.     }
  19021.     /**
  19022.      * Gets the private 'nelmio_alice.fixture_builder.expression_language.parser.token_parser.chainable.simple_reference_token_parser' shared service.
  19023.      *
  19024.      * @return \Nelmio\Alice\FixtureBuilder\ExpressionLanguage\Parser\TokenParser\Chainable\SimpleReferenceTokenParser
  19025.      */
  19026.     protected function getNelmioAlice_FixtureBuilder_ExpressionLanguage_Parser_TokenParser_Chainable_SimpleReferenceTokenParserService()
  19027.     {
  19028.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Parser/TokenParserInterface.php';
  19029.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Parser/ChainableTokenParserInterface.php';
  19030.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Parser/TokenParser/Chainable/SimpleReferenceTokenParser.php';
  19031.         return $this->privates['nelmio_alice.fixture_builder.expression_language.parser.token_parser.chainable.simple_reference_token_parser'] = new \Nelmio\Alice\FixtureBuilder\ExpressionLanguage\Parser\TokenParser\Chainable\SimpleReferenceTokenParser();
  19032.     }
  19033.     /**
  19034.      * Gets the private 'nelmio_alice.fixture_builder.expression_language.parser.token_parser.chainable.string_array_token_parser' shared service.
  19035.      *
  19036.      * @return \Nelmio\Alice\FixtureBuilder\ExpressionLanguage\Parser\TokenParser\Chainable\StringArrayTokenParser
  19037.      */
  19038.     protected function getNelmioAlice_FixtureBuilder_ExpressionLanguage_Parser_TokenParser_Chainable_StringArrayTokenParserService()
  19039.     {
  19040.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Parser/TokenParserInterface.php';
  19041.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Parser/ChainableTokenParserInterface.php';
  19042.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/ParserAwareInterface.php';
  19043.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Parser/TokenParser/Chainable/AbstractChainableParserAwareParser.php';
  19044.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Parser/TokenParser/Chainable/StringArrayTokenParser.php';
  19045.         return $this->privates['nelmio_alice.fixture_builder.expression_language.parser.token_parser.chainable.string_array_token_parser'] = new \Nelmio\Alice\FixtureBuilder\ExpressionLanguage\Parser\TokenParser\Chainable\StringArrayTokenParser();
  19046.     }
  19047.     /**
  19048.      * Gets the private 'nelmio_alice.fixture_builder.expression_language.parser.token_parser.chainable.string_token_parser' shared service.
  19049.      *
  19050.      * @return \Nelmio\Alice\FixtureBuilder\ExpressionLanguage\Parser\TokenParser\Chainable\StringTokenParser
  19051.      */
  19052.     protected function getNelmioAlice_FixtureBuilder_ExpressionLanguage_Parser_TokenParser_Chainable_StringTokenParserService()
  19053.     {
  19054.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Parser/TokenParserInterface.php';
  19055.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Parser/ChainableTokenParserInterface.php';
  19056.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Parser/TokenParser/Chainable/StringTokenParser.php';
  19057.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Parser/TokenParser/Chainable/ArgumentEscaper.php';
  19058.         return $this->privates['nelmio_alice.fixture_builder.expression_language.parser.token_parser.chainable.string_token_parser'] = new \Nelmio\Alice\FixtureBuilder\ExpressionLanguage\Parser\TokenParser\Chainable\StringTokenParser(($this->privates['nelmio_alice.fixture_builder.expression_language.parser.token_parser.chainable.argument_escaper'] ?? ($this->privates['nelmio_alice.fixture_builder.expression_language.parser.token_parser.chainable.argument_escaper'] = new \Nelmio\Alice\FixtureBuilder\ExpressionLanguage\Parser\TokenParser\Chainable\ArgumentEscaper())));
  19059.     }
  19060.     /**
  19061.      * Gets the private 'nelmio_alice.fixture_builder.expression_language.parser.token_parser.chainable.tolerant_function_token_parser' shared service.
  19062.      *
  19063.      * @return \Nelmio\Alice\FixtureBuilder\ExpressionLanguage\Parser\TokenParser\Chainable\TolerantFunctionTokenParser
  19064.      */
  19065.     protected function getNelmioAlice_FixtureBuilder_ExpressionLanguage_Parser_TokenParser_Chainable_TolerantFunctionTokenParserService()
  19066.     {
  19067.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Parser/TokenParserInterface.php';
  19068.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Parser/ChainableTokenParserInterface.php';
  19069.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/ParserAwareInterface.php';
  19070.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Parser/TokenParser/Chainable/AbstractChainableParserAwareParser.php';
  19071.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Parser/TokenParser/Chainable/TolerantFunctionTokenParser.php';
  19072.         return $this->privates['nelmio_alice.fixture_builder.expression_language.parser.token_parser.chainable.tolerant_function_token_parser'] = new \Nelmio\Alice\FixtureBuilder\ExpressionLanguage\Parser\TokenParser\Chainable\TolerantFunctionTokenParser(($this->privates['nelmio_alice.fixture_builder.expression_language.parser.token_parser.chainable.identity_token_parser'] ?? $this->getNelmioAlice_FixtureBuilder_ExpressionLanguage_Parser_TokenParser_Chainable_IdentityTokenParserService()));
  19073.     }
  19074.     /**
  19075.      * Gets the private 'nelmio_alice.fixture_builder.expression_language.parser.token_parser.chainable.variable_reference_token_parser' shared service.
  19076.      *
  19077.      * @return \Nelmio\Alice\FixtureBuilder\ExpressionLanguage\Parser\TokenParser\Chainable\VariableReferenceTokenParser
  19078.      */
  19079.     protected function getNelmioAlice_FixtureBuilder_ExpressionLanguage_Parser_TokenParser_Chainable_VariableReferenceTokenParserService()
  19080.     {
  19081.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Parser/TokenParserInterface.php';
  19082.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Parser/ChainableTokenParserInterface.php';
  19083.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Parser/TokenParser/Chainable/VariableReferenceTokenParser.php';
  19084.         return $this->privates['nelmio_alice.fixture_builder.expression_language.parser.token_parser.chainable.variable_reference_token_parser'] = new \Nelmio\Alice\FixtureBuilder\ExpressionLanguage\Parser\TokenParser\Chainable\VariableReferenceTokenParser();
  19085.     }
  19086.     /**
  19087.      * Gets the private 'nelmio_alice.fixture_builder.expression_language.parser.token_parser.chainable.variable_token_parser' shared service.
  19088.      *
  19089.      * @return \Nelmio\Alice\FixtureBuilder\ExpressionLanguage\Parser\TokenParser\Chainable\VariableTokenParser
  19090.      */
  19091.     protected function getNelmioAlice_FixtureBuilder_ExpressionLanguage_Parser_TokenParser_Chainable_VariableTokenParserService()
  19092.     {
  19093.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Parser/TokenParserInterface.php';
  19094.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Parser/ChainableTokenParserInterface.php';
  19095.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Parser/TokenParser/Chainable/VariableTokenParser.php';
  19096.         return $this->privates['nelmio_alice.fixture_builder.expression_language.parser.token_parser.chainable.variable_token_parser'] = new \Nelmio\Alice\FixtureBuilder\ExpressionLanguage\Parser\TokenParser\Chainable\VariableTokenParser();
  19097.     }
  19098.     /**
  19099.      * Gets the private 'nelmio_alice.fixture_builder.expression_language.parser.token_parser.chainable.wildcard_reference_token_parser' shared service.
  19100.      *
  19101.      * @return \Nelmio\Alice\FixtureBuilder\ExpressionLanguage\Parser\TokenParser\Chainable\WildcardReferenceTokenParser
  19102.      */
  19103.     protected function getNelmioAlice_FixtureBuilder_ExpressionLanguage_Parser_TokenParser_Chainable_WildcardReferenceTokenParserService()
  19104.     {
  19105.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Parser/TokenParserInterface.php';
  19106.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Parser/ChainableTokenParserInterface.php';
  19107.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Parser/TokenParser/Chainable/WildcardReferenceTokenParser.php';
  19108.         return $this->privates['nelmio_alice.fixture_builder.expression_language.parser.token_parser.chainable.wildcard_reference_token_parser'] = new \Nelmio\Alice\FixtureBuilder\ExpressionLanguage\Parser\TokenParser\Chainable\WildcardReferenceTokenParser();
  19109.     }
  19110.     /**
  19111.      * Gets the private 'nelmio_alice.fixture_builder.expression_language.parser.token_parser.registry' shared service.
  19112.      *
  19113.      * @return \Nelmio\Alice\FixtureBuilder\ExpressionLanguage\Parser\TokenParser\TokenParserRegistry
  19114.      */
  19115.     protected function getNelmioAlice_FixtureBuilder_ExpressionLanguage_Parser_TokenParser_RegistryService()
  19116.     {
  19117.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Parser/TokenParserInterface.php';
  19118.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/ParserAwareInterface.php';
  19119.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Parser/TokenParser/TokenParserRegistry.php';
  19120.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Parser/ChainableTokenParserInterface.php';
  19121.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Parser/TokenParser/Chainable/AbstractChainableParserAwareParser.php';
  19122.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Parser/TokenParser/Chainable/DynamicArrayTokenParser.php';
  19123.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Parser/TokenParser/Chainable/EscapedValueTokenParser.php';
  19124.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Parser/TokenParser/Chainable/FixtureListReferenceTokenParser.php';
  19125.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Parser/TokenParser/Chainable/FixtureMethodReferenceTokenParser.php';
  19126.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Parser/TokenParser/Chainable/FixtureRangeReferenceTokenParser.php';
  19127.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Parser/TokenParser/Chainable/MethodReferenceTokenParser.php';
  19128.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Parser/TokenParser/Chainable/OptionalTokenParser.php';
  19129.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Parser/TokenParser/Chainable/ParameterTokenParser.php';
  19130.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Parser/TokenParser/Chainable/PropertyReferenceTokenParser.php';
  19131.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Parser/TokenParser/Chainable/VariableReferenceTokenParser.php';
  19132.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Parser/TokenParser/Chainable/SimpleReferenceTokenParser.php';
  19133.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Parser/TokenParser/Chainable/StringArrayTokenParser.php';
  19134.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Parser/TokenParser/Chainable/VariableTokenParser.php';
  19135.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Parser/TokenParser/Chainable/WildcardReferenceTokenParser.php';
  19136.         return $this->privates['nelmio_alice.fixture_builder.expression_language.parser.token_parser.registry'] = new \Nelmio\Alice\FixtureBuilder\ExpressionLanguage\Parser\TokenParser\TokenParserRegistry([=> ($this->privates['nelmio_alice.fixture_builder.expression_language.parser.token_parser.chainable.dynamic_array_token_parser'] ?? ($this->privates['nelmio_alice.fixture_builder.expression_language.parser.token_parser.chainable.dynamic_array_token_parser'] = new \Nelmio\Alice\FixtureBuilder\ExpressionLanguage\Parser\TokenParser\Chainable\DynamicArrayTokenParser())), => ($this->privates['nelmio_alice.fixture_builder.expression_language.parser.token_parser.chainable.escaped_value_token_parser'] ?? ($this->privates['nelmio_alice.fixture_builder.expression_language.parser.token_parser.chainable.escaped_value_token_parser'] = new \Nelmio\Alice\FixtureBuilder\ExpressionLanguage\Parser\TokenParser\Chainable\EscapedValueTokenParser())), => ($this->privates['nelmio_alice.fixture_builder.expression_language.parser.token_parser.chainable.fixture_list_reference_token_parser'] ?? ($this->privates['nelmio_alice.fixture_builder.expression_language.parser.token_parser.chainable.fixture_list_reference_token_parser'] = new \Nelmio\Alice\FixtureBuilder\ExpressionLanguage\Parser\TokenParser\Chainable\FixtureListReferenceTokenParser())), => ($this->privates['nelmio_alice.fixture_builder.expression_language.parser.token_parser.chainable.fixture_method_reference_token_parser'] ?? ($this->privates['nelmio_alice.fixture_builder.expression_language.parser.token_parser.chainable.fixture_method_reference_token_parser'] = new \Nelmio\Alice\FixtureBuilder\ExpressionLanguage\Parser\TokenParser\Chainable\FixtureMethodReferenceTokenParser())), => ($this->privates['nelmio_alice.fixture_builder.expression_language.parser.token_parser.chainable.fixture_range_reference_token_parser'] ?? ($this->privates['nelmio_alice.fixture_builder.expression_language.parser.token_parser.chainable.fixture_range_reference_token_parser'] = new \Nelmio\Alice\FixtureBuilder\ExpressionLanguage\Parser\TokenParser\Chainable\FixtureRangeReferenceTokenParser())), => ($this->privates['nelmio_alice.fixture_builder.expression_language.parser.token_parser.chainable.method_reference_token_parser'] ?? ($this->privates['nelmio_alice.fixture_builder.expression_language.parser.token_parser.chainable.method_reference_token_parser'] = new \Nelmio\Alice\FixtureBuilder\ExpressionLanguage\Parser\TokenParser\Chainable\MethodReferenceTokenParser())), => ($this->privates['nelmio_alice.fixture_builder.expression_language.parser.token_parser.chainable.optional_token_parser'] ?? ($this->privates['nelmio_alice.fixture_builder.expression_language.parser.token_parser.chainable.optional_token_parser'] = new \Nelmio\Alice\FixtureBuilder\ExpressionLanguage\Parser\TokenParser\Chainable\OptionalTokenParser())), => ($this->privates['nelmio_alice.fixture_builder.expression_language.parser.token_parser.chainable.parameter_token_parser'] ?? ($this->privates['nelmio_alice.fixture_builder.expression_language.parser.token_parser.chainable.parameter_token_parser'] = new \Nelmio\Alice\FixtureBuilder\ExpressionLanguage\Parser\TokenParser\Chainable\ParameterTokenParser())), => ($this->privates['nelmio_alice.fixture_builder.expression_language.parser.token_parser.chainable.property_reference_token_parser'] ?? ($this->privates['nelmio_alice.fixture_builder.expression_language.parser.token_parser.chainable.property_reference_token_parser'] = new \Nelmio\Alice\FixtureBuilder\ExpressionLanguage\Parser\TokenParser\Chainable\PropertyReferenceTokenParser())), => ($this->privates['nelmio_alice.fixture_builder.expression_language.parser.token_parser.chainable.variable_reference_token_parser'] ?? ($this->privates['nelmio_alice.fixture_builder.expression_language.parser.token_parser.chainable.variable_reference_token_parser'] = new \Nelmio\Alice\FixtureBuilder\ExpressionLanguage\Parser\TokenParser\Chainable\VariableReferenceTokenParser())), 10 => ($this->privates['nelmio_alice.fixture_builder.expression_language.parser.token_parser.chainable.simple_reference_token_parser'] ?? ($this->privates['nelmio_alice.fixture_builder.expression_language.parser.token_parser.chainable.simple_reference_token_parser'] = new \Nelmio\Alice\FixtureBuilder\ExpressionLanguage\Parser\TokenParser\Chainable\SimpleReferenceTokenParser())), 11 => ($this->privates['nelmio_alice.fixture_builder.expression_language.parser.token_parser.chainable.string_array_token_parser'] ?? ($this->privates['nelmio_alice.fixture_builder.expression_language.parser.token_parser.chainable.string_array_token_parser'] = new \Nelmio\Alice\FixtureBuilder\ExpressionLanguage\Parser\TokenParser\Chainable\StringArrayTokenParser())), 12 => ($this->privates['nelmio_alice.fixture_builder.expression_language.parser.token_parser.chainable.string_token_parser'] ?? $this->getNelmioAlice_FixtureBuilder_ExpressionLanguage_Parser_TokenParser_Chainable_StringTokenParserService()), 13 => ($this->privates['nelmio_alice.fixture_builder.expression_language.parser.token_parser.chainable.tolerant_function_token_parser'] ?? $this->getNelmioAlice_FixtureBuilder_ExpressionLanguage_Parser_TokenParser_Chainable_TolerantFunctionTokenParserService()), 14 => ($this->privates['nelmio_alice.fixture_builder.expression_language.parser.token_parser.chainable.variable_token_parser'] ?? ($this->privates['nelmio_alice.fixture_builder.expression_language.parser.token_parser.chainable.variable_token_parser'] = new \Nelmio\Alice\FixtureBuilder\ExpressionLanguage\Parser\TokenParser\Chainable\VariableTokenParser())), 15 => ($this->privates['nelmio_alice.fixture_builder.expression_language.parser.token_parser.chainable.wildcard_reference_token_parser'] ?? ($this->privates['nelmio_alice.fixture_builder.expression_language.parser.token_parser.chainable.wildcard_reference_token_parser'] = new \Nelmio\Alice\FixtureBuilder\ExpressionLanguage\Parser\TokenParser\Chainable\WildcardReferenceTokenParser()))]);
  19137.     }
  19138.     /**
  19139.      * Gets the private 'nelmio_alice.fixture_builder.simple' shared service.
  19140.      *
  19141.      * @return \Nelmio\Alice\FixtureBuilder\SimpleBuilder
  19142.      */
  19143.     protected function getNelmioAlice_FixtureBuilder_SimpleService()
  19144.     {
  19145.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilderInterface.php';
  19146.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/SimpleBuilder.php';
  19147.         return $this->privates['nelmio_alice.fixture_builder.simple'] = new \Nelmio\Alice\FixtureBuilder\SimpleBuilder(($this->privates['nelmio_alice.fixture_builder.denormalizer.simple'] ?? $this->getNelmioAlice_FixtureBuilder_Denormalizer_SimpleService()));
  19148.     }
  19149.     /**
  19150.      * Gets the private 'nelmio_alice.generator.caller.chainable.configurator_method_call' shared service.
  19151.      *
  19152.      * @return \Nelmio\Alice\Generator\Caller\Chainable\ConfiguratorMethodCallProcessor
  19153.      */
  19154.     protected function getNelmioAlice_Generator_Caller_Chainable_ConfiguratorMethodCallService()
  19155.     {
  19156.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Caller/CallProcessorInterface.php';
  19157.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Caller/ChainableCallProcessorInterface.php';
  19158.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Caller/CallProcessorAwareInterface.php';
  19159.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Caller/Chainable/ConfiguratorMethodCallProcessor.php';
  19160.         return $this->privates['nelmio_alice.generator.caller.chainable.configurator_method_call'] = new \Nelmio\Alice\Generator\Caller\Chainable\ConfiguratorMethodCallProcessor();
  19161.     }
  19162.     /**
  19163.      * Gets the private 'nelmio_alice.generator.caller.chainable.method_call_with_reference' shared service.
  19164.      *
  19165.      * @return \Nelmio\Alice\Generator\Caller\Chainable\MethodCallWithReferenceProcessor
  19166.      */
  19167.     protected function getNelmioAlice_Generator_Caller_Chainable_MethodCallWithReferenceService()
  19168.     {
  19169.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Caller/CallProcessorInterface.php';
  19170.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Caller/ChainableCallProcessorInterface.php';
  19171.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Caller/Chainable/MethodCallWithReferenceProcessor.php';
  19172.         return $this->privates['nelmio_alice.generator.caller.chainable.method_call_with_reference'] = new \Nelmio\Alice\Generator\Caller\Chainable\MethodCallWithReferenceProcessor();
  19173.     }
  19174.     /**
  19175.      * Gets the private 'nelmio_alice.generator.caller.chainable.optional_method_call' shared service.
  19176.      *
  19177.      * @return \Nelmio\Alice\Generator\Caller\Chainable\OptionalMethodCallProcessor
  19178.      */
  19179.     protected function getNelmioAlice_Generator_Caller_Chainable_OptionalMethodCallService()
  19180.     {
  19181.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Caller/CallProcessorInterface.php';
  19182.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Caller/ChainableCallProcessorInterface.php';
  19183.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Caller/CallProcessorAwareInterface.php';
  19184.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Caller/Chainable/OptionalMethodCallProcessor.php';
  19185.         return $this->privates['nelmio_alice.generator.caller.chainable.optional_method_call'] = new \Nelmio\Alice\Generator\Caller\Chainable\OptionalMethodCallProcessor();
  19186.     }
  19187.     /**
  19188.      * Gets the private 'nelmio_alice.generator.caller.chainable.simple_call' shared service.
  19189.      *
  19190.      * @return \Nelmio\Alice\Generator\Caller\Chainable\SimpleMethodCallProcessor
  19191.      */
  19192.     protected function getNelmioAlice_Generator_Caller_Chainable_SimpleCallService()
  19193.     {
  19194.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Caller/CallProcessorInterface.php';
  19195.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Caller/ChainableCallProcessorInterface.php';
  19196.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Caller/Chainable/SimpleMethodCallProcessor.php';
  19197.         return $this->privates['nelmio_alice.generator.caller.chainable.simple_call'] = new \Nelmio\Alice\Generator\Caller\Chainable\SimpleMethodCallProcessor();
  19198.     }
  19199.     /**
  19200.      * Gets the private 'nelmio_alice.generator.caller.registry' shared service.
  19201.      *
  19202.      * @return \Nelmio\Alice\Generator\Caller\CallProcessorRegistry
  19203.      */
  19204.     protected function getNelmioAlice_Generator_Caller_RegistryService()
  19205.     {
  19206.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Caller/CallProcessorInterface.php';
  19207.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Caller/CallProcessorRegistry.php';
  19208.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Caller/ChainableCallProcessorInterface.php';
  19209.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Caller/CallProcessorAwareInterface.php';
  19210.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Caller/Chainable/ConfiguratorMethodCallProcessor.php';
  19211.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Caller/Chainable/MethodCallWithReferenceProcessor.php';
  19212.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Caller/Chainable/OptionalMethodCallProcessor.php';
  19213.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Caller/Chainable/SimpleMethodCallProcessor.php';
  19214.         return $this->privates['nelmio_alice.generator.caller.registry'] = new \Nelmio\Alice\Generator\Caller\CallProcessorRegistry([=> ($this->privates['nelmio_alice.generator.caller.chainable.configurator_method_call'] ?? ($this->privates['nelmio_alice.generator.caller.chainable.configurator_method_call'] = new \Nelmio\Alice\Generator\Caller\Chainable\ConfiguratorMethodCallProcessor())), => ($this->privates['nelmio_alice.generator.caller.chainable.method_call_with_reference'] ?? ($this->privates['nelmio_alice.generator.caller.chainable.method_call_with_reference'] = new \Nelmio\Alice\Generator\Caller\Chainable\MethodCallWithReferenceProcessor())), => ($this->privates['nelmio_alice.generator.caller.chainable.optional_method_call'] ?? ($this->privates['nelmio_alice.generator.caller.chainable.optional_method_call'] = new \Nelmio\Alice\Generator\Caller\Chainable\OptionalMethodCallProcessor())), => ($this->privates['nelmio_alice.generator.caller.chainable.simple_call'] ?? ($this->privates['nelmio_alice.generator.caller.chainable.simple_call'] = new \Nelmio\Alice\Generator\Caller\Chainable\SimpleMethodCallProcessor()))]);
  19215.     }
  19216.     /**
  19217.      * Gets the private 'nelmio_alice.generator.caller.simple' shared service.
  19218.      *
  19219.      * @return \Nelmio\Alice\Generator\Caller\SimpleCaller
  19220.      */
  19221.     protected function getNelmioAlice_Generator_Caller_SimpleService()
  19222.     {
  19223.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/CallerInterface.php';
  19224.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/ValueResolverAwareInterface.php';
  19225.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Caller/SimpleCaller.php';
  19226.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/NamedArgumentsResolver.php';
  19227.         return $this->privates['nelmio_alice.generator.caller.simple'] = new \Nelmio\Alice\Generator\Caller\SimpleCaller(($this->privates['nelmio_alice.generator.caller.registry'] ?? $this->getNelmioAlice_Generator_Caller_RegistryService()), ($this->privates['nelmio_alice.generator.resolver.value.registry'] ?? $this->getNelmioAlice_Generator_Resolver_Value_RegistryService()), ($this->privates['nelmio_alice.generator.named_arguments_resolver'] ?? ($this->privates['nelmio_alice.generator.named_arguments_resolver'] = new \Nelmio\Alice\Generator\NamedArgumentsResolver())));
  19228.     }
  19229.     /**
  19230.      * Gets the private 'nelmio_alice.generator.double_pass' shared service.
  19231.      *
  19232.      * @return \Nelmio\Alice\Generator\DoublePassGenerator
  19233.      */
  19234.     protected function getNelmioAlice_Generator_DoublePassService()
  19235.     {
  19236.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/GeneratorInterface.php';
  19237.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/DoublePassGenerator.php';
  19238.         return $this->privates['nelmio_alice.generator.double_pass'] = new \Nelmio\Alice\Generator\DoublePassGenerator(($this->privates['nelmio_alice.generator.resolver.fixture_set.remove_conflicting_objects'] ?? $this->getNelmioAlice_Generator_Resolver_FixtureSet_RemoveConflictingObjectsService()), ($this->privates['nelmio_alice.generator.object_generator.complete'] ?? $this->getNelmioAlice_Generator_ObjectGenerator_CompleteService()));
  19239.     }
  19240.     /**
  19241.      * Gets the private 'nelmio_alice.generator.hydrator.property.symfony_property_access' shared service.
  19242.      *
  19243.      * @return \Nelmio\Alice\Generator\Hydrator\Property\SymfonyPropertyAccessorHydrator
  19244.      */
  19245.     protected function getNelmioAlice_Generator_Hydrator_Property_SymfonyPropertyAccessService()
  19246.     {
  19247.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Hydrator/PropertyHydratorInterface.php';
  19248.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Hydrator/Property/SymfonyPropertyAccessorHydrator.php';
  19249.         return $this->privates['nelmio_alice.generator.hydrator.property.symfony_property_access'] = new \Nelmio\Alice\Generator\Hydrator\Property\SymfonyPropertyAccessorHydrator(($this->privates['nelmio_alice.property_accessor.std'] ?? $this->getNelmioAlice_PropertyAccessor_StdService()));
  19250.     }
  19251.     /**
  19252.      * Gets the private 'nelmio_alice.generator.hydrator.simple' shared service.
  19253.      *
  19254.      * @return \Nelmio\Alice\Generator\Hydrator\SimpleHydrator
  19255.      */
  19256.     protected function getNelmioAlice_Generator_Hydrator_SimpleService()
  19257.     {
  19258.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/HydratorInterface.php';
  19259.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/ValueResolverAwareInterface.php';
  19260.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Hydrator/SimpleHydrator.php';
  19261.         return $this->privates['nelmio_alice.generator.hydrator.simple'] = new \Nelmio\Alice\Generator\Hydrator\SimpleHydrator(($this->privates['nelmio_alice.generator.hydrator.property.symfony_property_access'] ?? $this->getNelmioAlice_Generator_Hydrator_Property_SymfonyPropertyAccessService()));
  19262.     }
  19263.     /**
  19264.      * Gets the private 'nelmio_alice.generator.instantiator.chainable.no_caller_method_instantiator' shared service.
  19265.      *
  19266.      * @return \Nelmio\Alice\Generator\Instantiator\Chainable\NoCallerMethodCallInstantiator
  19267.      */
  19268.     protected function getNelmioAlice_Generator_Instantiator_Chainable_NoCallerMethodInstantiatorService()
  19269.     {
  19270.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/InstantiatorInterface.php';
  19271.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Instantiator/ChainableInstantiatorInterface.php';
  19272.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Instantiator/Chainable/AbstractChainableInstantiator.php';
  19273.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Instantiator/Chainable/NoCallerMethodCallInstantiator.php';
  19274.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/NamedArgumentsResolver.php';
  19275.         return $this->privates['nelmio_alice.generator.instantiator.chainable.no_caller_method_instantiator'] = new \Nelmio\Alice\Generator\Instantiator\Chainable\NoCallerMethodCallInstantiator(($this->privates['nelmio_alice.generator.named_arguments_resolver'] ?? ($this->privates['nelmio_alice.generator.named_arguments_resolver'] = new \Nelmio\Alice\Generator\NamedArgumentsResolver())));
  19276.     }
  19277.     /**
  19278.      * Gets the private 'nelmio_alice.generator.instantiator.chainable.no_method_call_instantiator' shared service.
  19279.      *
  19280.      * @return \Nelmio\Alice\Generator\Instantiator\Chainable\NoMethodCallInstantiator
  19281.      */
  19282.     protected function getNelmioAlice_Generator_Instantiator_Chainable_NoMethodCallInstantiatorService()
  19283.     {
  19284.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/InstantiatorInterface.php';
  19285.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Instantiator/ChainableInstantiatorInterface.php';
  19286.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Instantiator/Chainable/AbstractChainableInstantiator.php';
  19287.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Instantiator/Chainable/NoMethodCallInstantiator.php';
  19288.         return $this->privates['nelmio_alice.generator.instantiator.chainable.no_method_call_instantiator'] = new \Nelmio\Alice\Generator\Instantiator\Chainable\NoMethodCallInstantiator();
  19289.     }
  19290.     /**
  19291.      * Gets the private 'nelmio_alice.generator.instantiator.chainable.null_constructor_instantiator' shared service.
  19292.      *
  19293.      * @return \Nelmio\Alice\Generator\Instantiator\Chainable\NullConstructorInstantiator
  19294.      */
  19295.     protected function getNelmioAlice_Generator_Instantiator_Chainable_NullConstructorInstantiatorService()
  19296.     {
  19297.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/InstantiatorInterface.php';
  19298.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Instantiator/ChainableInstantiatorInterface.php';
  19299.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Instantiator/Chainable/AbstractChainableInstantiator.php';
  19300.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Instantiator/Chainable/NullConstructorInstantiator.php';
  19301.         return $this->privates['nelmio_alice.generator.instantiator.chainable.null_constructor_instantiator'] = new \Nelmio\Alice\Generator\Instantiator\Chainable\NullConstructorInstantiator();
  19302.     }
  19303.     /**
  19304.      * Gets the private 'nelmio_alice.generator.instantiator.chainable.static_factory_instantiator' shared service.
  19305.      *
  19306.      * @return \Nelmio\Alice\Generator\Instantiator\Chainable\StaticFactoryInstantiator
  19307.      */
  19308.     protected function getNelmioAlice_Generator_Instantiator_Chainable_StaticFactoryInstantiatorService()
  19309.     {
  19310.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/InstantiatorInterface.php';
  19311.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Instantiator/ChainableInstantiatorInterface.php';
  19312.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Instantiator/Chainable/AbstractChainableInstantiator.php';
  19313.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Instantiator/Chainable/StaticFactoryInstantiator.php';
  19314.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/NamedArgumentsResolver.php';
  19315.         return $this->privates['nelmio_alice.generator.instantiator.chainable.static_factory_instantiator'] = new \Nelmio\Alice\Generator\Instantiator\Chainable\StaticFactoryInstantiator(($this->privates['nelmio_alice.generator.named_arguments_resolver'] ?? ($this->privates['nelmio_alice.generator.named_arguments_resolver'] = new \Nelmio\Alice\Generator\NamedArgumentsResolver())));
  19316.     }
  19317.     /**
  19318.      * Gets the private 'nelmio_alice.generator.instantiator.existing_instance' shared service.
  19319.      *
  19320.      * @return \Nelmio\Alice\Generator\Instantiator\ExistingInstanceInstantiator
  19321.      */
  19322.     protected function getNelmioAlice_Generator_Instantiator_ExistingInstanceService()
  19323.     {
  19324.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/InstantiatorInterface.php';
  19325.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/ValueResolverAwareInterface.php';
  19326.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Instantiator/ExistingInstanceInstantiator.php';
  19327.         return $this->privates['nelmio_alice.generator.instantiator.existing_instance'] = new \Nelmio\Alice\Generator\Instantiator\ExistingInstanceInstantiator(($this->privates['nelmio_alice.generator.instantiator.resolver'] ?? $this->getNelmioAlice_Generator_Instantiator_ResolverService()));
  19328.     }
  19329.     /**
  19330.      * Gets the private 'nelmio_alice.generator.instantiator.registry' shared service.
  19331.      *
  19332.      * @return \Nelmio\Alice\Generator\Instantiator\InstantiatorRegistry
  19333.      */
  19334.     protected function getNelmioAlice_Generator_Instantiator_RegistryService()
  19335.     {
  19336.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/InstantiatorInterface.php';
  19337.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/ValueResolverAwareInterface.php';
  19338.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Instantiator/InstantiatorRegistry.php';
  19339.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Instantiator/ChainableInstantiatorInterface.php';
  19340.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Instantiator/Chainable/AbstractChainableInstantiator.php';
  19341.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Instantiator/Chainable/NullConstructorInstantiator.php';
  19342.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Instantiator/Chainable/NoMethodCallInstantiator.php';
  19343.         return $this->privates['nelmio_alice.generator.instantiator.registry'] = new \Nelmio\Alice\Generator\Instantiator\InstantiatorRegistry([=> ($this->privates['nelmio_alice.generator.instantiator.chainable.no_caller_method_instantiator'] ?? $this->getNelmioAlice_Generator_Instantiator_Chainable_NoCallerMethodInstantiatorService()), => ($this->privates['nelmio_alice.generator.instantiator.chainable.null_constructor_instantiator'] ?? ($this->privates['nelmio_alice.generator.instantiator.chainable.null_constructor_instantiator'] = new \Nelmio\Alice\Generator\Instantiator\Chainable\NullConstructorInstantiator())), => ($this->privates['nelmio_alice.generator.instantiator.chainable.no_method_call_instantiator'] ?? ($this->privates['nelmio_alice.generator.instantiator.chainable.no_method_call_instantiator'] = new \Nelmio\Alice\Generator\Instantiator\Chainable\NoMethodCallInstantiator())), => ($this->privates['nelmio_alice.generator.instantiator.chainable.static_factory_instantiator'] ?? $this->getNelmioAlice_Generator_Instantiator_Chainable_StaticFactoryInstantiatorService()), => ($this->privates['hautelook_alice.alice.generator.instantiator.chainable.instantiated_reference_instantiator'] ?? $this->getHautelookAlice_Alice_Generator_Instantiator_Chainable_InstantiatedReferenceInstantiatorService())]);
  19344.     }
  19345.     /**
  19346.      * Gets the private 'nelmio_alice.generator.instantiator.resolver' shared service.
  19347.      *
  19348.      * @return \Nelmio\Alice\Generator\Instantiator\InstantiatorResolver
  19349.      */
  19350.     protected function getNelmioAlice_Generator_Instantiator_ResolverService()
  19351.     {
  19352.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/InstantiatorInterface.php';
  19353.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/ValueResolverAwareInterface.php';
  19354.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Instantiator/InstantiatorResolver.php';
  19355.         return $this->privates['nelmio_alice.generator.instantiator.resolver'] = new \Nelmio\Alice\Generator\Instantiator\InstantiatorResolver(($this->privates['nelmio_alice.generator.instantiator.registry'] ?? $this->getNelmioAlice_Generator_Instantiator_RegistryService()));
  19356.     }
  19357.     /**
  19358.      * Gets the private 'nelmio_alice.generator.named_arguments_resolver' shared service.
  19359.      *
  19360.      * @return \Nelmio\Alice\Generator\NamedArgumentsResolver
  19361.      */
  19362.     protected function getNelmioAlice_Generator_NamedArgumentsResolverService()
  19363.     {
  19364.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/NamedArgumentsResolver.php';
  19365.         return $this->privates['nelmio_alice.generator.named_arguments_resolver'] = new \Nelmio\Alice\Generator\NamedArgumentsResolver();
  19366.     }
  19367.     /**
  19368.      * Gets the private 'nelmio_alice.generator.object_generator.complete' shared service.
  19369.      *
  19370.      * @return \Nelmio\Alice\Generator\ObjectGenerator\CompleteObjectGenerator
  19371.      */
  19372.     protected function getNelmioAlice_Generator_ObjectGenerator_CompleteService()
  19373.     {
  19374.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/ObjectGeneratorInterface.php';
  19375.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/ObjectGenerator/CompleteObjectGenerator.php';
  19376.         return $this->privates['nelmio_alice.generator.object_generator.complete'] = new \Nelmio\Alice\Generator\ObjectGenerator\CompleteObjectGenerator(($this->privates['nelmio_alice.generator.object_generator.simple'] ?? $this->getNelmioAlice_Generator_ObjectGenerator_SimpleService()));
  19377.     }
  19378.     /**
  19379.      * Gets the private 'nelmio_alice.generator.object_generator.simple' shared service.
  19380.      *
  19381.      * @return \Nelmio\Alice\Generator\ObjectGenerator\SimpleObjectGenerator
  19382.      */
  19383.     protected function getNelmioAlice_Generator_ObjectGenerator_SimpleService()
  19384.     {
  19385.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/ObjectGeneratorInterface.php';
  19386.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/ObjectGenerator/SimpleObjectGenerator.php';
  19387.         return $this->privates['nelmio_alice.generator.object_generator.simple'] = new \Nelmio\Alice\Generator\ObjectGenerator\SimpleObjectGenerator(($this->privates['nelmio_alice.generator.resolver.value.registry'] ?? $this->getNelmioAlice_Generator_Resolver_Value_RegistryService()), ($this->privates['nelmio_alice.generator.instantiator.existing_instance'] ?? $this->getNelmioAlice_Generator_Instantiator_ExistingInstanceService()), ($this->privates['nelmio_alice.generator.hydrator.simple'] ?? $this->getNelmioAlice_Generator_Hydrator_SimpleService()), ($this->privates['nelmio_alice.generator.caller.simple'] ?? $this->getNelmioAlice_Generator_Caller_SimpleService()));
  19388.     }
  19389.     /**
  19390.      * Gets the private 'nelmio_alice.generator.resolver.fixture_bag.template_bag' shared service.
  19391.      *
  19392.      * @return \Nelmio\Alice\Generator\Resolver\Fixture\TemplateFixtureBagResolver
  19393.      */
  19394.     protected function getNelmioAlice_Generator_Resolver_FixtureBag_TemplateBagService()
  19395.     {
  19396.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/FixtureBagResolverInterface.php';
  19397.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/Fixture/TemplateFixtureBagResolver.php';
  19398.         return $this->privates['nelmio_alice.generator.resolver.fixture_bag.template_bag'] = new \Nelmio\Alice\Generator\Resolver\Fixture\TemplateFixtureBagResolver();
  19399.     }
  19400.     /**
  19401.      * Gets the private 'nelmio_alice.generator.resolver.fixture_set.remove_conflicting_objects' shared service.
  19402.      *
  19403.      * @return \Nelmio\Alice\Generator\Resolver\FixtureSet\RemoveConflictingObjectsResolver
  19404.      */
  19405.     protected function getNelmioAlice_Generator_Resolver_FixtureSet_RemoveConflictingObjectsService()
  19406.     {
  19407.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/FixtureSetResolverInterface.php';
  19408.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/FixtureSet/RemoveConflictingObjectsResolver.php';
  19409.         return $this->privates['nelmio_alice.generator.resolver.fixture_set.remove_conflicting_objects'] = new \Nelmio\Alice\Generator\Resolver\FixtureSet\RemoveConflictingObjectsResolver(($this->privates['nelmio_alice.generator.resolver.fixture_set.simple'] ?? $this->getNelmioAlice_Generator_Resolver_FixtureSet_SimpleService()));
  19410.     }
  19411.     /**
  19412.      * Gets the private 'nelmio_alice.generator.resolver.fixture_set.simple' shared service.
  19413.      *
  19414.      * @return \Nelmio\Alice\Generator\Resolver\FixtureSet\SimpleFixtureSetResolver
  19415.      */
  19416.     protected function getNelmioAlice_Generator_Resolver_FixtureSet_SimpleService()
  19417.     {
  19418.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/FixtureSetResolverInterface.php';
  19419.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/FixtureSet/SimpleFixtureSetResolver.php';
  19420.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/FixtureBagResolverInterface.php';
  19421.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/Fixture/TemplateFixtureBagResolver.php';
  19422.         return $this->privates['nelmio_alice.generator.resolver.fixture_set.simple'] = new \Nelmio\Alice\Generator\Resolver\FixtureSet\SimpleFixtureSetResolver(($this->privates['nelmio_alice.generator.resolver.parameter_bag.remove_conflicting_parameters'] ?? $this->getNelmioAlice_Generator_Resolver_ParameterBag_RemoveConflictingParametersService()), ($this->privates['nelmio_alice.generator.resolver.fixture_bag.template_bag'] ?? ($this->privates['nelmio_alice.generator.resolver.fixture_bag.template_bag'] = new \Nelmio\Alice\Generator\Resolver\Fixture\TemplateFixtureBagResolver())));
  19423.     }
  19424.     /**
  19425.      * Gets the private 'nelmio_alice.generator.resolver.parameter.chainable.array_parameter_resolver' shared service.
  19426.      *
  19427.      * @return \Nelmio\Alice\Generator\Resolver\Parameter\Chainable\ArrayParameterResolver
  19428.      */
  19429.     protected function getNelmioAlice_Generator_Resolver_Parameter_Chainable_ArrayParameterResolverService()
  19430.     {
  19431.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/ParameterResolverInterface.php';
  19432.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/ChainableParameterResolverInterface.php';
  19433.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/ParameterResolverAwareInterface.php';
  19434.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/Parameter/Chainable/ArrayParameterResolver.php';
  19435.         return $this->privates['nelmio_alice.generator.resolver.parameter.chainable.array_parameter_resolver'] = new \Nelmio\Alice\Generator\Resolver\Parameter\Chainable\ArrayParameterResolver();
  19436.     }
  19437.     /**
  19438.      * Gets the private 'nelmio_alice.generator.resolver.parameter.chainable.recursive_parameter_resolver' shared service.
  19439.      *
  19440.      * @return \Nelmio\Alice\Generator\Resolver\Parameter\Chainable\RecursiveParameterResolver
  19441.      */
  19442.     protected function getNelmioAlice_Generator_Resolver_Parameter_Chainable_RecursiveParameterResolverService()
  19443.     {
  19444.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/ParameterResolverInterface.php';
  19445.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/ChainableParameterResolverInterface.php';
  19446.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/ParameterResolverAwareInterface.php';
  19447.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/Parameter/Chainable/RecursiveParameterResolver.php';
  19448.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/Parameter/Chainable/StringParameterResolver.php';
  19449.         return $this->privates['nelmio_alice.generator.resolver.parameter.chainable.recursive_parameter_resolver'] = new \Nelmio\Alice\Generator\Resolver\Parameter\Chainable\RecursiveParameterResolver(($this->privates['nelmio_alice.generator.resolver.parameter.chainable.string_parameter_resolver'] ?? ($this->privates['nelmio_alice.generator.resolver.parameter.chainable.string_parameter_resolver'] = new \Nelmio\Alice\Generator\Resolver\Parameter\Chainable\StringParameterResolver())), 5);
  19450.     }
  19451.     /**
  19452.      * Gets the private 'nelmio_alice.generator.resolver.parameter.chainable.static_parameter_resolver' shared service.
  19453.      *
  19454.      * @return \Nelmio\Alice\Generator\Resolver\Parameter\Chainable\StaticParameterResolver
  19455.      */
  19456.     protected function getNelmioAlice_Generator_Resolver_Parameter_Chainable_StaticParameterResolverService()
  19457.     {
  19458.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/ParameterResolverInterface.php';
  19459.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/ChainableParameterResolverInterface.php';
  19460.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/Parameter/Chainable/StaticParameterResolver.php';
  19461.         return $this->privates['nelmio_alice.generator.resolver.parameter.chainable.static_parameter_resolver'] = new \Nelmio\Alice\Generator\Resolver\Parameter\Chainable\StaticParameterResolver();
  19462.     }
  19463.     /**
  19464.      * Gets the private 'nelmio_alice.generator.resolver.parameter.chainable.string_parameter_resolver' shared service.
  19465.      *
  19466.      * @return \Nelmio\Alice\Generator\Resolver\Parameter\Chainable\StringParameterResolver
  19467.      */
  19468.     protected function getNelmioAlice_Generator_Resolver_Parameter_Chainable_StringParameterResolverService()
  19469.     {
  19470.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/ParameterResolverInterface.php';
  19471.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/ChainableParameterResolverInterface.php';
  19472.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/ParameterResolverAwareInterface.php';
  19473.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/Parameter/Chainable/StringParameterResolver.php';
  19474.         return $this->privates['nelmio_alice.generator.resolver.parameter.chainable.string_parameter_resolver'] = new \Nelmio\Alice\Generator\Resolver\Parameter\Chainable\StringParameterResolver();
  19475.     }
  19476.     /**
  19477.      * Gets the private 'nelmio_alice.generator.resolver.parameter.registry' shared service.
  19478.      *
  19479.      * @return \Nelmio\Alice\Generator\Resolver\Parameter\ParameterResolverRegistry
  19480.      */
  19481.     protected function getNelmioAlice_Generator_Resolver_Parameter_RegistryService()
  19482.     {
  19483.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/ParameterResolverInterface.php';
  19484.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/Parameter/ParameterResolverRegistry.php';
  19485.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/ChainableParameterResolverInterface.php';
  19486.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/Parameter/Chainable/StaticParameterResolver.php';
  19487.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/ParameterResolverAwareInterface.php';
  19488.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/Parameter/Chainable/ArrayParameterResolver.php';
  19489.         return $this->privates['nelmio_alice.generator.resolver.parameter.registry'] = new \Nelmio\Alice\Generator\Resolver\Parameter\ParameterResolverRegistry([=> ($this->privates['nelmio_alice.generator.resolver.parameter.chainable.static_parameter_resolver'] ?? ($this->privates['nelmio_alice.generator.resolver.parameter.chainable.static_parameter_resolver'] = new \Nelmio\Alice\Generator\Resolver\Parameter\Chainable\StaticParameterResolver())), => ($this->privates['nelmio_alice.generator.resolver.parameter.chainable.array_parameter_resolver'] ?? ($this->privates['nelmio_alice.generator.resolver.parameter.chainable.array_parameter_resolver'] = new \Nelmio\Alice\Generator\Resolver\Parameter\Chainable\ArrayParameterResolver())), => ($this->privates['nelmio_alice.generator.resolver.parameter.chainable.recursive_parameter_resolver'] ?? $this->getNelmioAlice_Generator_Resolver_Parameter_Chainable_RecursiveParameterResolverService())]);
  19490.     }
  19491.     /**
  19492.      * Gets the private 'nelmio_alice.generator.resolver.parameter_bag.remove_conflicting_parameters' shared service.
  19493.      *
  19494.      * @return \Nelmio\Alice\Generator\Resolver\Parameter\RemoveConflictingParametersParameterBagResolver
  19495.      */
  19496.     protected function getNelmioAlice_Generator_Resolver_ParameterBag_RemoveConflictingParametersService()
  19497.     {
  19498.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/ParameterBagResolverInterface.php';
  19499.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/Parameter/RemoveConflictingParametersParameterBagResolver.php';
  19500.         return $this->privates['nelmio_alice.generator.resolver.parameter_bag.remove_conflicting_parameters'] = new \Nelmio\Alice\Generator\Resolver\Parameter\RemoveConflictingParametersParameterBagResolver(($this->privates['nelmio_alice.generator.resolver.parameter_bag.simple'] ?? $this->getNelmioAlice_Generator_Resolver_ParameterBag_SimpleService()));
  19501.     }
  19502.     /**
  19503.      * Gets the private 'nelmio_alice.generator.resolver.parameter_bag.simple' shared service.
  19504.      *
  19505.      * @return \Nelmio\Alice\Generator\Resolver\Parameter\SimpleParameterBagResolver
  19506.      */
  19507.     protected function getNelmioAlice_Generator_Resolver_ParameterBag_SimpleService()
  19508.     {
  19509.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/ParameterBagResolverInterface.php';
  19510.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/Parameter/SimpleParameterBagResolver.php';
  19511.         return $this->privates['nelmio_alice.generator.resolver.parameter_bag.simple'] = new \Nelmio\Alice\Generator\Resolver\Parameter\SimpleParameterBagResolver(($this->privates['nelmio_alice.generator.resolver.parameter.registry'] ?? $this->getNelmioAlice_Generator_Resolver_Parameter_RegistryService()));
  19512.     }
  19513.     /**
  19514.      * Gets the private 'nelmio_alice.generator.resolver.value.chainable.array_value_resolver' shared service.
  19515.      *
  19516.      * @return \Nelmio\Alice\Generator\Resolver\Value\Chainable\ArrayValueResolver
  19517.      */
  19518.     protected function getNelmioAlice_Generator_Resolver_Value_Chainable_ArrayValueResolverService()
  19519.     {
  19520.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/ValueResolverInterface.php';
  19521.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/Value/ChainableValueResolverInterface.php';
  19522.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/ValueResolverAwareInterface.php';
  19523.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/Value/Chainable/ArrayValueResolver.php';
  19524.         return $this->privates['nelmio_alice.generator.resolver.value.chainable.array_value_resolver'] = new \Nelmio\Alice\Generator\Resolver\Value\Chainable\ArrayValueResolver();
  19525.     }
  19526.     /**
  19527.      * Gets the private 'nelmio_alice.generator.resolver.value.chainable.dynamic_array_value_resolver' shared service.
  19528.      *
  19529.      * @return \Nelmio\Alice\Generator\Resolver\Value\Chainable\DynamicArrayValueResolver
  19530.      */
  19531.     protected function getNelmioAlice_Generator_Resolver_Value_Chainable_DynamicArrayValueResolverService()
  19532.     {
  19533.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/ValueResolverInterface.php';
  19534.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/Value/ChainableValueResolverInterface.php';
  19535.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/ValueResolverAwareInterface.php';
  19536.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/Value/Chainable/DynamicArrayValueResolver.php';
  19537.         return $this->privates['nelmio_alice.generator.resolver.value.chainable.dynamic_array_value_resolver'] = new \Nelmio\Alice\Generator\Resolver\Value\Chainable\DynamicArrayValueResolver();
  19538.     }
  19539.     /**
  19540.      * Gets the private 'nelmio_alice.generator.resolver.value.chainable.evaluated_value_resolver' shared service.
  19541.      *
  19542.      * @return \Nelmio\Alice\Generator\Resolver\Value\Chainable\EvaluatedValueResolver
  19543.      */
  19544.     protected function getNelmioAlice_Generator_Resolver_Value_Chainable_EvaluatedValueResolverService()
  19545.     {
  19546.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/ValueResolverInterface.php';
  19547.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/Value/ChainableValueResolverInterface.php';
  19548.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/Value/Chainable/EvaluatedValueResolver.php';
  19549.         return $this->privates['nelmio_alice.generator.resolver.value.chainable.evaluated_value_resolver'] = new \Nelmio\Alice\Generator\Resolver\Value\Chainable\EvaluatedValueResolver();
  19550.     }
  19551.     /**
  19552.      * Gets the private 'nelmio_alice.generator.resolver.value.chainable.faker_value_resolver' shared service.
  19553.      *
  19554.      * @return \Nelmio\Alice\Generator\Resolver\Value\Chainable\FakerFunctionCallValueResolver
  19555.      */
  19556.     protected function getNelmioAlice_Generator_Resolver_Value_Chainable_FakerValueResolverService()
  19557.     {
  19558.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/ValueResolverInterface.php';
  19559.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/Value/ChainableValueResolverInterface.php';
  19560.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/Value/Chainable/FakerFunctionCallValueResolver.php';
  19561.         return $this->privates['nelmio_alice.generator.resolver.value.chainable.faker_value_resolver'] = new \Nelmio\Alice\Generator\Resolver\Value\Chainable\FakerFunctionCallValueResolver(($this->services['Faker\\Generator'] ?? $this->getGeneratorService()));
  19562.     }
  19563.     /**
  19564.      * Gets the private 'nelmio_alice.generator.resolver.value.chainable.fixture_method_call_reference_resolver' shared service.
  19565.      *
  19566.      * @return \Nelmio\Alice\Generator\Resolver\Value\Chainable\FixtureMethodCallReferenceResolver
  19567.      */
  19568.     protected function getNelmioAlice_Generator_Resolver_Value_Chainable_FixtureMethodCallReferenceResolverService()
  19569.     {
  19570.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/ValueResolverInterface.php';
  19571.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/Value/ChainableValueResolverInterface.php';
  19572.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/ValueResolverAwareInterface.php';
  19573.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/Value/Chainable/FixtureMethodCallReferenceResolver.php';
  19574.         return $this->privates['nelmio_alice.generator.resolver.value.chainable.fixture_method_call_reference_resolver'] = new \Nelmio\Alice\Generator\Resolver\Value\Chainable\FixtureMethodCallReferenceResolver();
  19575.     }
  19576.     /**
  19577.      * Gets the private 'nelmio_alice.generator.resolver.value.chainable.fixture_property_reference_resolver' shared service.
  19578.      *
  19579.      * @return \Nelmio\Alice\Generator\Resolver\Value\Chainable\FixturePropertyReferenceResolver
  19580.      */
  19581.     protected function getNelmioAlice_Generator_Resolver_Value_Chainable_FixturePropertyReferenceResolverService()
  19582.     {
  19583.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/ValueResolverInterface.php';
  19584.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/Value/ChainableValueResolverInterface.php';
  19585.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/ValueResolverAwareInterface.php';
  19586.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/Value/Chainable/FixturePropertyReferenceResolver.php';
  19587.         return $this->privates['nelmio_alice.generator.resolver.value.chainable.fixture_property_reference_resolver'] = new \Nelmio\Alice\Generator\Resolver\Value\Chainable\FixturePropertyReferenceResolver(($this->privates['nelmio_alice.property_accessor.std'] ?? $this->getNelmioAlice_PropertyAccessor_StdService()));
  19588.     }
  19589.     /**
  19590.      * Gets the private 'nelmio_alice.generator.resolver.value.chainable.fixture_reference_resolver' shared service.
  19591.      *
  19592.      * @return \Nelmio\Alice\Generator\Resolver\Value\Chainable\FixtureReferenceResolver
  19593.      */
  19594.     protected function getNelmioAlice_Generator_Resolver_Value_Chainable_FixtureReferenceResolverService()
  19595.     {
  19596.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/ValueResolverInterface.php';
  19597.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/Value/ChainableValueResolverInterface.php';
  19598.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/ObjectGeneratorAwareInterface.php';
  19599.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/Value/Chainable/FixtureReferenceResolver.php';
  19600.         return $this->privates['nelmio_alice.generator.resolver.value.chainable.fixture_reference_resolver'] = new \Nelmio\Alice\Generator\Resolver\Value\Chainable\FixtureReferenceResolver();
  19601.     }
  19602.     /**
  19603.      * Gets the private 'nelmio_alice.generator.resolver.value.chainable.fixture_wildcard_reference_resolver' shared service.
  19604.      *
  19605.      * @return \Nelmio\Alice\Generator\Resolver\Value\Chainable\FixtureWildcardReferenceResolver
  19606.      */
  19607.     protected function getNelmioAlice_Generator_Resolver_Value_Chainable_FixtureWildcardReferenceResolverService()
  19608.     {
  19609.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/ValueResolverInterface.php';
  19610.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/Value/ChainableValueResolverInterface.php';
  19611.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/ValueResolverAwareInterface.php';
  19612.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/Value/Chainable/FixtureWildcardReferenceResolver.php';
  19613.         return $this->privates['nelmio_alice.generator.resolver.value.chainable.fixture_wildcard_reference_resolver'] = new \Nelmio\Alice\Generator\Resolver\Value\Chainable\FixtureWildcardReferenceResolver();
  19614.     }
  19615.     /**
  19616.      * Gets the private 'nelmio_alice.generator.resolver.value.chainable.function_argument_resolver' shared service.
  19617.      *
  19618.      * @return \Nelmio\Alice\Generator\Resolver\Value\Chainable\FunctionCallArgumentResolver
  19619.      */
  19620.     protected function getNelmioAlice_Generator_Resolver_Value_Chainable_FunctionArgumentResolverService()
  19621.     {
  19622.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/ValueResolverInterface.php';
  19623.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/Value/ChainableValueResolverInterface.php';
  19624.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/ValueResolverAwareInterface.php';
  19625.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/Value/Chainable/FunctionCallArgumentResolver.php';
  19626.         return $this->privates['nelmio_alice.generator.resolver.value.chainable.function_argument_resolver'] = new \Nelmio\Alice\Generator\Resolver\Value\Chainable\FunctionCallArgumentResolver(($this->privates['nelmio_alice.generator.resolver.value.chainable.php_value_resolver'] ?? $this->getNelmioAlice_Generator_Resolver_Value_Chainable_PhpValueResolverService()));
  19627.     }
  19628.     /**
  19629.      * Gets the private 'nelmio_alice.generator.resolver.value.chainable.list_value_resolver' shared service.
  19630.      *
  19631.      * @return \Nelmio\Alice\Generator\Resolver\Value\Chainable\ListValueResolver
  19632.      */
  19633.     protected function getNelmioAlice_Generator_Resolver_Value_Chainable_ListValueResolverService()
  19634.     {
  19635.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/ValueResolverInterface.php';
  19636.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/Value/ChainableValueResolverInterface.php';
  19637.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/ValueResolverAwareInterface.php';
  19638.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/Value/Chainable/ListValueResolver.php';
  19639.         return $this->privates['nelmio_alice.generator.resolver.value.chainable.list_value_resolver'] = new \Nelmio\Alice\Generator\Resolver\Value\Chainable\ListValueResolver();
  19640.     }
  19641.     /**
  19642.      * Gets the private 'nelmio_alice.generator.resolver.value.chainable.optional_value_resolver' shared service.
  19643.      *
  19644.      * @return \Nelmio\Alice\Generator\Resolver\Value\Chainable\OptionalValueResolver
  19645.      */
  19646.     protected function getNelmioAlice_Generator_Resolver_Value_Chainable_OptionalValueResolverService()
  19647.     {
  19648.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/ValueResolverInterface.php';
  19649.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/Value/ChainableValueResolverInterface.php';
  19650.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/ValueResolverAwareInterface.php';
  19651.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/Value/Chainable/OptionalValueResolver.php';
  19652.         return $this->privates['nelmio_alice.generator.resolver.value.chainable.optional_value_resolver'] = new \Nelmio\Alice\Generator\Resolver\Value\Chainable\OptionalValueResolver();
  19653.     }
  19654.     /**
  19655.      * Gets the private 'nelmio_alice.generator.resolver.value.chainable.parameter_value_resolver' shared service.
  19656.      *
  19657.      * @return \Nelmio\Alice\Generator\Resolver\Value\Chainable\ParameterValueResolver
  19658.      */
  19659.     protected function getNelmioAlice_Generator_Resolver_Value_Chainable_ParameterValueResolverService()
  19660.     {
  19661.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/ValueResolverInterface.php';
  19662.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/Value/ChainableValueResolverInterface.php';
  19663.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/Value/Chainable/ParameterValueResolver.php';
  19664.         return $this->privates['nelmio_alice.generator.resolver.value.chainable.parameter_value_resolver'] = new \Nelmio\Alice\Generator\Resolver\Value\Chainable\ParameterValueResolver();
  19665.     }
  19666.     /**
  19667.      * Gets the private 'nelmio_alice.generator.resolver.value.chainable.php_value_resolver' shared service.
  19668.      *
  19669.      * @return \Nelmio\Alice\Generator\Resolver\Value\Chainable\PhpFunctionCallValueResolver
  19670.      */
  19671.     protected function getNelmioAlice_Generator_Resolver_Value_Chainable_PhpValueResolverService()
  19672.     {
  19673.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/ValueResolverInterface.php';
  19674.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/Value/ChainableValueResolverInterface.php';
  19675.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/Value/Chainable/PhpFunctionCallValueResolver.php';
  19676.         return $this->privates['nelmio_alice.generator.resolver.value.chainable.php_value_resolver'] = new \Nelmio\Alice\Generator\Resolver\Value\Chainable\PhpFunctionCallValueResolver($this->parameters['nelmio_alice.functions_blacklist'], ($this->privates['nelmio_alice.generator.resolver.value.chainable.faker_value_resolver'] ?? $this->getNelmioAlice_Generator_Resolver_Value_Chainable_FakerValueResolverService()));
  19677.     }
  19678.     /**
  19679.      * Gets the private 'nelmio_alice.generator.resolver.value.chainable.self_fixture_reference_resolver' shared service.
  19680.      *
  19681.      * @return \Nelmio\Alice\Generator\Resolver\Value\Chainable\SelfFixtureReferenceResolver
  19682.      */
  19683.     protected function getNelmioAlice_Generator_Resolver_Value_Chainable_SelfFixtureReferenceResolverService()
  19684.     {
  19685.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/ValueResolverInterface.php';
  19686.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/Value/ChainableValueResolverInterface.php';
  19687.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/ObjectGeneratorAwareInterface.php';
  19688.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/ValueResolverAwareInterface.php';
  19689.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/Value/Chainable/SelfFixtureReferenceResolver.php';
  19690.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/Value/Chainable/FixtureReferenceResolver.php';
  19691.         return $this->privates['nelmio_alice.generator.resolver.value.chainable.self_fixture_reference_resolver'] = new \Nelmio\Alice\Generator\Resolver\Value\Chainable\SelfFixtureReferenceResolver(($this->privates['nelmio_alice.generator.resolver.value.chainable.fixture_reference_resolver'] ?? ($this->privates['nelmio_alice.generator.resolver.value.chainable.fixture_reference_resolver'] = new \Nelmio\Alice\Generator\Resolver\Value\Chainable\FixtureReferenceResolver())));
  19692.     }
  19693.     /**
  19694.      * Gets the private 'nelmio_alice.generator.resolver.value.chainable.unique_value_resolver' shared service.
  19695.      *
  19696.      * @return \Nelmio\Alice\Generator\Resolver\Value\Chainable\UniqueValueResolver
  19697.      */
  19698.     protected function getNelmioAlice_Generator_Resolver_Value_Chainable_UniqueValueResolverService()
  19699.     {
  19700.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/ValueResolverInterface.php';
  19701.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/Value/ChainableValueResolverInterface.php';
  19702.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/ValueResolverAwareInterface.php';
  19703.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/Value/Chainable/UniqueValueResolver.php';
  19704.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/UniqueValuesPool.php';
  19705.         return $this->privates['nelmio_alice.generator.resolver.value.chainable.unique_value_resolver'] = new \Nelmio\Alice\Generator\Resolver\Value\Chainable\UniqueValueResolver(($this->privates['nelmio_alice.generator.resolver.value.unique_values_pool'] ?? ($this->privates['nelmio_alice.generator.resolver.value.unique_values_pool'] = new \Nelmio\Alice\Generator\Resolver\UniqueValuesPool())), NULL150);
  19706.     }
  19707.     /**
  19708.      * Gets the private 'nelmio_alice.generator.resolver.value.chainable.unresolved_fixture_reference_resolver' shared service.
  19709.      *
  19710.      * @return \Nelmio\Alice\Generator\Resolver\Value\Chainable\UnresolvedFixtureReferenceIdResolver
  19711.      */
  19712.     protected function getNelmioAlice_Generator_Resolver_Value_Chainable_UnresolvedFixtureReferenceResolverService()
  19713.     {
  19714.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/ValueResolverInterface.php';
  19715.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/Value/ChainableValueResolverInterface.php';
  19716.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/ObjectGeneratorAwareInterface.php';
  19717.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/ValueResolverAwareInterface.php';
  19718.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/Value/Chainable/UnresolvedFixtureReferenceIdResolver.php';
  19719.         return $this->privates['nelmio_alice.generator.resolver.value.chainable.unresolved_fixture_reference_resolver'] = new \Nelmio\Alice\Generator\Resolver\Value\Chainable\UnresolvedFixtureReferenceIdResolver(($this->privates['nelmio_alice.generator.resolver.value.chainable.self_fixture_reference_resolver'] ?? $this->getNelmioAlice_Generator_Resolver_Value_Chainable_SelfFixtureReferenceResolverService()));
  19720.     }
  19721.     /**
  19722.      * Gets the private 'nelmio_alice.generator.resolver.value.chainable.value_for_current_value_resolver' shared service.
  19723.      *
  19724.      * @return \Nelmio\Alice\Generator\Resolver\Value\Chainable\ValueForCurrentValueResolver
  19725.      */
  19726.     protected function getNelmioAlice_Generator_Resolver_Value_Chainable_ValueForCurrentValueResolverService()
  19727.     {
  19728.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/ValueResolverInterface.php';
  19729.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/Value/ChainableValueResolverInterface.php';
  19730.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/Value/Chainable/ValueForCurrentValueResolver.php';
  19731.         return $this->privates['nelmio_alice.generator.resolver.value.chainable.value_for_current_value_resolver'] = new \Nelmio\Alice\Generator\Resolver\Value\Chainable\ValueForCurrentValueResolver();
  19732.     }
  19733.     /**
  19734.      * Gets the private 'nelmio_alice.generator.resolver.value.chainable.variable_value_resolver' shared service.
  19735.      *
  19736.      * @return \Nelmio\Alice\Generator\Resolver\Value\Chainable\VariableValueResolver
  19737.      */
  19738.     protected function getNelmioAlice_Generator_Resolver_Value_Chainable_VariableValueResolverService()
  19739.     {
  19740.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/ValueResolverInterface.php';
  19741.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/Value/ChainableValueResolverInterface.php';
  19742.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/Value/Chainable/VariableValueResolver.php';
  19743.         return $this->privates['nelmio_alice.generator.resolver.value.chainable.variable_value_resolver'] = new \Nelmio\Alice\Generator\Resolver\Value\Chainable\VariableValueResolver();
  19744.     }
  19745.     /**
  19746.      * Gets the private 'nelmio_alice.generator.resolver.value.registry' shared service.
  19747.      *
  19748.      * @return \Nelmio\Alice\Generator\Resolver\Value\ValueResolverRegistry
  19749.      */
  19750.     protected function getNelmioAlice_Generator_Resolver_Value_RegistryService()
  19751.     {
  19752.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/ValueResolverInterface.php';
  19753.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/ObjectGeneratorAwareInterface.php';
  19754.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/Value/ValueResolverRegistry.php';
  19755.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/Value/ChainableValueResolverInterface.php';
  19756.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/ValueResolverAwareInterface.php';
  19757.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/Value/Chainable/ArrayValueResolver.php';
  19758.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/Value/Chainable/DynamicArrayValueResolver.php';
  19759.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/Value/Chainable/EvaluatedValueResolver.php';
  19760.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/Value/Chainable/FixtureMethodCallReferenceResolver.php';
  19761.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/Value/Chainable/FixtureWildcardReferenceResolver.php';
  19762.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/Value/Chainable/ListValueResolver.php';
  19763.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/Value/Chainable/OptionalValueResolver.php';
  19764.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/Value/Chainable/ParameterValueResolver.php';
  19765.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/Value/Chainable/ValueForCurrentValueResolver.php';
  19766.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/Value/Chainable/VariableValueResolver.php';
  19767.         return $this->privates['nelmio_alice.generator.resolver.value.registry'] = new \Nelmio\Alice\Generator\Resolver\Value\ValueResolverRegistry([=> ($this->privates['nelmio_alice.generator.resolver.value.chainable.array_value_resolver'] ?? ($this->privates['nelmio_alice.generator.resolver.value.chainable.array_value_resolver'] = new \Nelmio\Alice\Generator\Resolver\Value\Chainable\ArrayValueResolver())), => ($this->privates['nelmio_alice.generator.resolver.value.chainable.dynamic_array_value_resolver'] ?? ($this->privates['nelmio_alice.generator.resolver.value.chainable.dynamic_array_value_resolver'] = new \Nelmio\Alice\Generator\Resolver\Value\Chainable\DynamicArrayValueResolver())), => ($this->privates['nelmio_alice.generator.resolver.value.chainable.evaluated_value_resolver'] ?? ($this->privates['nelmio_alice.generator.resolver.value.chainable.evaluated_value_resolver'] = new \Nelmio\Alice\Generator\Resolver\Value\Chainable\EvaluatedValueResolver())), => ($this->privates['nelmio_alice.generator.resolver.value.chainable.function_argument_resolver'] ?? $this->getNelmioAlice_Generator_Resolver_Value_Chainable_FunctionArgumentResolverService()), => ($this->privates['nelmio_alice.generator.resolver.value.chainable.fixture_property_reference_resolver'] ?? $this->getNelmioAlice_Generator_Resolver_Value_Chainable_FixturePropertyReferenceResolverService()), => ($this->privates['nelmio_alice.generator.resolver.value.chainable.fixture_method_call_reference_resolver'] ?? ($this->privates['nelmio_alice.generator.resolver.value.chainable.fixture_method_call_reference_resolver'] = new \Nelmio\Alice\Generator\Resolver\Value\Chainable\FixtureMethodCallReferenceResolver())), => ($this->privates['nelmio_alice.generator.resolver.value.chainable.unresolved_fixture_reference_resolver'] ?? $this->getNelmioAlice_Generator_Resolver_Value_Chainable_UnresolvedFixtureReferenceResolverService()), => ($this->privates['nelmio_alice.generator.resolver.value.chainable.fixture_wildcard_reference_resolver'] ?? ($this->privates['nelmio_alice.generator.resolver.value.chainable.fixture_wildcard_reference_resolver'] = new \Nelmio\Alice\Generator\Resolver\Value\Chainable\FixtureWildcardReferenceResolver())), => ($this->privates['nelmio_alice.generator.resolver.value.chainable.list_value_resolver'] ?? ($this->privates['nelmio_alice.generator.resolver.value.chainable.list_value_resolver'] = new \Nelmio\Alice\Generator\Resolver\Value\Chainable\ListValueResolver())), => ($this->privates['nelmio_alice.generator.resolver.value.chainable.optional_value_resolver'] ?? ($this->privates['nelmio_alice.generator.resolver.value.chainable.optional_value_resolver'] = new \Nelmio\Alice\Generator\Resolver\Value\Chainable\OptionalValueResolver())), 10 => ($this->privates['nelmio_alice.generator.resolver.value.chainable.parameter_value_resolver'] ?? ($this->privates['nelmio_alice.generator.resolver.value.chainable.parameter_value_resolver'] = new \Nelmio\Alice\Generator\Resolver\Value\Chainable\ParameterValueResolver())), 11 => ($this->privates['nelmio_alice.generator.resolver.value.chainable.unique_value_resolver'] ?? $this->getNelmioAlice_Generator_Resolver_Value_Chainable_UniqueValueResolverService()), 12 => ($this->privates['nelmio_alice.generator.resolver.value.chainable.value_for_current_value_resolver'] ?? ($this->privates['nelmio_alice.generator.resolver.value.chainable.value_for_current_value_resolver'] = new \Nelmio\Alice\Generator\Resolver\Value\Chainable\ValueForCurrentValueResolver())), 13 => ($this->privates['nelmio_alice.generator.resolver.value.chainable.variable_value_resolver'] ?? ($this->privates['nelmio_alice.generator.resolver.value.chainable.variable_value_resolver'] = new \Nelmio\Alice\Generator\Resolver\Value\Chainable\VariableValueResolver()))]);
  19768.     }
  19769.     /**
  19770.      * Gets the private 'nelmio_alice.generator.resolver.value.unique_values_pool' shared service.
  19771.      *
  19772.      * @return \Nelmio\Alice\Generator\Resolver\UniqueValuesPool
  19773.      */
  19774.     protected function getNelmioAlice_Generator_Resolver_Value_UniqueValuesPoolService()
  19775.     {
  19776.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/UniqueValuesPool.php';
  19777.         return $this->privates['nelmio_alice.generator.resolver.value.unique_values_pool'] = new \Nelmio\Alice\Generator\Resolver\UniqueValuesPool();
  19778.     }
  19779.     /**
  19780.      * Gets the private 'nelmio_alice.property_accessor.std' shared service.
  19781.      *
  19782.      * @return \Nelmio\Alice\PropertyAccess\StdPropertyAccessor
  19783.      */
  19784.     protected function getNelmioAlice_PropertyAccessor_StdService()
  19785.     {
  19786.         include_once \dirname(__DIR__4).'/vendor/symfony/property-access/PropertyAccessorInterface.php';
  19787.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/PropertyAccess/StdPropertyAccessor.php';
  19788.         return $this->privates['nelmio_alice.property_accessor.std'] = new \Nelmio\Alice\PropertyAccess\StdPropertyAccessor(($this->privates['property_accessor'] ?? $this->getPropertyAccessorService()));
  19789.     }
  19790.     /**
  19791.      * Gets the private 'nelmio_api_doc.controller_reflector' shared service.
  19792.      *
  19793.      * @return \Nelmio\ApiDocBundle\Util\ControllerReflector
  19794.      */
  19795.     protected function getNelmioApiDoc_ControllerReflectorService()
  19796.     {
  19797.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Util/ControllerReflector.php';
  19798.         return $this->privates['nelmio_api_doc.controller_reflector'] = new \Nelmio\ApiDocBundle\Util\ControllerReflector($this);
  19799.     }
  19800.     /**
  19801.      * Gets the private 'nelmio_api_doc.describers.config' shared service.
  19802.      *
  19803.      * @return \Nelmio\ApiDocBundle\Describer\ExternalDocDescriber
  19804.      */
  19805.     protected function getNelmioApiDoc_Describers_ConfigService()
  19806.     {
  19807.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Describer/DescriberInterface.php';
  19808.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Describer/ExternalDocDescriber.php';
  19809.         return $this->privates['nelmio_api_doc.describers.config'] = new \Nelmio\ApiDocBundle\Describer\ExternalDocDescriber(['info' => ['title' => 'LMS''description' => 'Always code as if the guy who ends up maintaining your code will be a violent psychopath who knows where you live''version' => '2.0.0'], 'components' => ['securitySchemes' => ['Bearer' => ['type' => 'apiKey''description' => 'Value: Bearer {jwt}''name' => 'Authorization''in' => 'header']]], 'security' => [=> ['Bearer' => []]]]);
  19810.     }
  19811.     /**
  19812.      * Gets the private 'nelmio_api_doc.describers.config.default' shared service.
  19813.      *
  19814.      * @return \Nelmio\ApiDocBundle\Describer\ExternalDocDescriber
  19815.      */
  19816.     protected function getNelmioApiDoc_Describers_Config_DefaultService()
  19817.     {
  19818.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Describer/DescriberInterface.php';
  19819.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Describer/ExternalDocDescriber.php';
  19820.         return $this->privates['nelmio_api_doc.describers.config.default'] = new \Nelmio\ApiDocBundle\Describer\ExternalDocDescriber([], true);
  19821.     }
  19822.     /**
  19823.      * Gets the private 'nelmio_api_doc.describers.default' shared service.
  19824.      *
  19825.      * @return \Nelmio\ApiDocBundle\Describer\DefaultDescriber
  19826.      */
  19827.     protected function getNelmioApiDoc_Describers_DefaultService()
  19828.     {
  19829.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Describer/DescriberInterface.php';
  19830.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Describer/DefaultDescriber.php';
  19831.         return $this->privates['nelmio_api_doc.describers.default'] = new \Nelmio\ApiDocBundle\Describer\DefaultDescriber();
  19832.     }
  19833.     /**
  19834.      * Gets the private 'nelmio_api_doc.describers.openapi_php.default' shared service.
  19835.      *
  19836.      * @return \Nelmio\ApiDocBundle\Describer\OpenApiPhpDescriber
  19837.      */
  19838.     protected function getNelmioApiDoc_Describers_OpenapiPhp_DefaultService()
  19839.     {
  19840.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Util/SetsContextTrait.php';
  19841.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Describer/OpenApiPhpDescriber.php';
  19842.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Util/ControllerReflector.php';
  19843.         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()));
  19844.     }
  19845.     /**
  19846.      * Gets the private 'nelmio_api_doc.describers.route.default' shared service.
  19847.      *
  19848.      * @return \Nelmio\ApiDocBundle\Describer\RouteDescriber
  19849.      */
  19850.     protected function getNelmioApiDoc_Describers_Route_DefaultService()
  19851.     {
  19852.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Describer/DescriberInterface.php';
  19853.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Describer/ModelRegistryAwareInterface.php';
  19854.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Describer/ModelRegistryAwareTrait.php';
  19855.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Describer/RouteDescriber.php';
  19856.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Util/ControllerReflector.php';
  19857.         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 () {
  19858.             yield => ($this->privates['nelmio_api_doc.route_describers.php_doc'] ?? ($this->privates['nelmio_api_doc.route_describers.php_doc'] = new \Nelmio\ApiDocBundle\RouteDescriber\PhpDocDescriber()));
  19859.             yield => ($this->privates['nelmio_api_doc.route_describers.route_metadata'] ?? ($this->privates['nelmio_api_doc.route_describers.route_metadata'] = new \Nelmio\ApiDocBundle\RouteDescriber\RouteMetadataDescriber()));
  19860.         }, 2));
  19861.     }
  19862.     /**
  19863.      * Gets the private 'nelmio_api_doc.form.documentation_extension' shared service.
  19864.      *
  19865.      * @return \Nelmio\ApiDocBundle\Form\Extension\DocumentationExtension
  19866.      */
  19867.     protected function getNelmioApiDoc_Form_DocumentationExtensionService()
  19868.     {
  19869.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  19870.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractTypeExtension.php';
  19871.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Form/Extension/DocumentationExtension.php';
  19872.         return $this->privates['nelmio_api_doc.form.documentation_extension'] = new \Nelmio\ApiDocBundle\Form\Extension\DocumentationExtension();
  19873.     }
  19874.     /**
  19875.      * Gets the private 'nelmio_api_doc.generator_locator' shared service.
  19876.      *
  19877.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  19878.      */
  19879.     protected function getNelmioApiDoc_GeneratorLocatorService()
  19880.     {
  19881.         return $this->privates['nelmio_api_doc.generator_locator'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  19882.             'default' => ['services''nelmio_api_doc.generator.default''getNelmioApiDoc_Generator_DefaultService'false],
  19883.         ], [
  19884.             'default' => '?',
  19885.         ]);
  19886.     }
  19887.     /**
  19888.      * Gets the private 'nelmio_api_doc.model_describers.enum' shared service.
  19889.      *
  19890.      * @return \Nelmio\ApiDocBundle\ModelDescriber\EnumModelDescriber
  19891.      */
  19892.     protected function getNelmioApiDoc_ModelDescribers_EnumService()
  19893.     {
  19894.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/ModelDescriber/ModelDescriberInterface.php';
  19895.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/ModelDescriber/EnumModelDescriber.php';
  19896.         return $this->privates['nelmio_api_doc.model_describers.enum'] = new \Nelmio\ApiDocBundle\ModelDescriber\EnumModelDescriber();
  19897.     }
  19898.     /**
  19899.      * Gets the private 'nelmio_api_doc.model_describers.form' shared service.
  19900.      *
  19901.      * @return \Nelmio\ApiDocBundle\ModelDescriber\FormModelDescriber
  19902.      */
  19903.     protected function getNelmioApiDoc_ModelDescribers_FormService()
  19904.     {
  19905.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/ModelDescriber/ModelDescriberInterface.php';
  19906.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Describer/ModelRegistryAwareInterface.php';
  19907.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Describer/ModelRegistryAwareTrait.php';
  19908.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/ModelDescriber/FormModelDescriber.php';
  19909.         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'], false);
  19910.     }
  19911.     /**
  19912.      * Gets the private 'nelmio_api_doc.model_describers.jms' shared service.
  19913.      *
  19914.      * @return \Nelmio\ApiDocBundle\ModelDescriber\JMSModelDescriber
  19915.      */
  19916.     protected function getNelmioApiDoc_ModelDescribers_JmsService()
  19917.     {
  19918.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/ModelDescriber/ModelDescriberInterface.php';
  19919.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Describer/ModelRegistryAwareInterface.php';
  19920.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Describer/ModelRegistryAwareTrait.php';
  19921.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/ModelDescriber/JMSModelDescriber.php';
  19922.         return $this->privates['nelmio_api_doc.model_describers.jms'] = new \Nelmio\ApiDocBundle\ModelDescriber\JMSModelDescriber(($this->privates['jms_serializer.traceable_metadata_factory'] ?? $this->getJmsSerializer_TraceableMetadataFactoryService()), ($this->privates['annotations.reader'] ?? $this->getAnnotations_ReaderService()), [=> 'json'], NULLfalse, ($this->services['jms_serializer.serialization_context_factory'] ?? ($this->services['jms_serializer.serialization_context_factory'] = new \JMS\SerializerBundle\ContextFactory\ConfiguredContextFactory())));
  19923.     }
  19924.     /**
  19925.      * Gets the private 'nelmio_api_doc.model_describers.object' shared service.
  19926.      *
  19927.      * @return \Nelmio\ApiDocBundle\ModelDescriber\ObjectModelDescriber
  19928.      */
  19929.     protected function getNelmioApiDoc_ModelDescribers_ObjectService()
  19930.     {
  19931.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/ModelDescriber/ModelDescriberInterface.php';
  19932.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Describer/ModelRegistryAwareInterface.php';
  19933.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Describer/ModelRegistryAwareTrait.php';
  19934.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/ModelDescriber/ApplyOpenApiDiscriminatorTrait.php';
  19935.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/ModelDescriber/ObjectModelDescriber.php';
  19936.         return $this->privates['nelmio_api_doc.model_describers.object'] = new \Nelmio\ApiDocBundle\ModelDescriber\ObjectModelDescriber(($this->privates['property_info'] ?? $this->getPropertyInfoService()), ($this->privates['serializer.mapping.class_metadata_factory'] ?? $this->getSerializer_Mapping_ClassMetadataFactoryService()), ($this->privates['annotations.reader'] ?? $this->getAnnotations_ReaderService()), new RewindableGenerator(function () {
  19937.             yield => ($this->privates['nelmio_api_doc.object_model.property_describers.array'] ?? $this->getNelmioApiDoc_ObjectModel_PropertyDescribers_ArrayService());
  19938.             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()));
  19939.             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()));
  19940.             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()));
  19941.             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()));
  19942.             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()));
  19943.             yield => ($this->privates['nelmio_api_doc.object_model.property_describers.object'] ?? ($this->privates['nelmio_api_doc.object_model.property_describers.object'] = new \Nelmio\ApiDocBundle\PropertyDescriber\ObjectPropertyDescriber()));
  19944.             yield => ($this->privates['nelmio_api_doc.object_model.property_describers.compound'] ?? $this->getNelmioApiDoc_ObjectModel_PropertyDescribers_CompoundService());
  19945.         }, 8), [=> 'json'], ($this->privates['serializer.name_converter.metadata_aware'] ?? $this->getSerializer_NameConverter_MetadataAwareService()), false);
  19946.     }
  19947.     /**
  19948.      * Gets the private 'nelmio_api_doc.model_describers.object_fallback' shared service.
  19949.      *
  19950.      * @return \Nelmio\ApiDocBundle\ModelDescriber\FallbackObjectModelDescriber
  19951.      */
  19952.     protected function getNelmioApiDoc_ModelDescribers_ObjectFallbackService()
  19953.     {
  19954.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/ModelDescriber/ModelDescriberInterface.php';
  19955.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/ModelDescriber/FallbackObjectModelDescriber.php';
  19956.         return $this->privates['nelmio_api_doc.model_describers.object_fallback'] = new \Nelmio\ApiDocBundle\ModelDescriber\FallbackObjectModelDescriber();
  19957.     }
  19958.     /**
  19959.      * Gets the private 'nelmio_api_doc.object_model.property_describers.array' shared service.
  19960.      *
  19961.      * @return \Nelmio\ApiDocBundle\PropertyDescriber\ArrayPropertyDescriber
  19962.      */
  19963.     protected function getNelmioApiDoc_ObjectModel_PropertyDescribers_ArrayService()
  19964.     {
  19965.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/PropertyDescriber/PropertyDescriberInterface.php';
  19966.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Describer/ModelRegistryAwareInterface.php';
  19967.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Describer/ModelRegistryAwareTrait.php';
  19968.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/PropertyDescriber/NullablePropertyTrait.php';
  19969.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/PropertyDescriber/ArrayPropertyDescriber.php';
  19970.         return $this->privates['nelmio_api_doc.object_model.property_describers.array'] = new \Nelmio\ApiDocBundle\PropertyDescriber\ArrayPropertyDescriber(new RewindableGenerator(function () {
  19971.             yield => ($this->privates['nelmio_api_doc.object_model.property_describers.array'] ?? $this->getNelmioApiDoc_ObjectModel_PropertyDescribers_ArrayService());
  19972.             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()));
  19973.             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()));
  19974.             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()));
  19975.             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()));
  19976.             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()));
  19977.             yield => ($this->privates['nelmio_api_doc.object_model.property_describers.object'] ?? ($this->privates['nelmio_api_doc.object_model.property_describers.object'] = new \Nelmio\ApiDocBundle\PropertyDescriber\ObjectPropertyDescriber()));
  19978.             yield => ($this->privates['nelmio_api_doc.object_model.property_describers.compound'] ?? $this->getNelmioApiDoc_ObjectModel_PropertyDescribers_CompoundService());
  19979.         }, 8));
  19980.     }
  19981.     /**
  19982.      * Gets the private 'nelmio_api_doc.object_model.property_describers.boolean' shared service.
  19983.      *
  19984.      * @return \Nelmio\ApiDocBundle\PropertyDescriber\BooleanPropertyDescriber
  19985.      */
  19986.     protected function getNelmioApiDoc_ObjectModel_PropertyDescribers_BooleanService()
  19987.     {
  19988.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/PropertyDescriber/PropertyDescriberInterface.php';
  19989.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/PropertyDescriber/NullablePropertyTrait.php';
  19990.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/PropertyDescriber/BooleanPropertyDescriber.php';
  19991.         return $this->privates['nelmio_api_doc.object_model.property_describers.boolean'] = new \Nelmio\ApiDocBundle\PropertyDescriber\BooleanPropertyDescriber();
  19992.     }
  19993.     /**
  19994.      * Gets the private 'nelmio_api_doc.object_model.property_describers.compound' shared service.
  19995.      *
  19996.      * @return \Nelmio\ApiDocBundle\PropertyDescriber\CompoundPropertyDescriber
  19997.      */
  19998.     protected function getNelmioApiDoc_ObjectModel_PropertyDescribers_CompoundService()
  19999.     {
  20000.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/PropertyDescriber/PropertyDescriberInterface.php';
  20001.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Describer/ModelRegistryAwareInterface.php';
  20002.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Describer/ModelRegistryAwareTrait.php';
  20003.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/PropertyDescriber/CompoundPropertyDescriber.php';
  20004.         return $this->privates['nelmio_api_doc.object_model.property_describers.compound'] = new \Nelmio\ApiDocBundle\PropertyDescriber\CompoundPropertyDescriber(new RewindableGenerator(function () {
  20005.             yield => ($this->privates['nelmio_api_doc.object_model.property_describers.array'] ?? $this->getNelmioApiDoc_ObjectModel_PropertyDescribers_ArrayService());
  20006.             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()));
  20007.             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()));
  20008.             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()));
  20009.             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()));
  20010.             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()));
  20011.             yield => ($this->privates['nelmio_api_doc.object_model.property_describers.object'] ?? ($this->privates['nelmio_api_doc.object_model.property_describers.object'] = new \Nelmio\ApiDocBundle\PropertyDescriber\ObjectPropertyDescriber()));
  20012.             yield => ($this->privates['nelmio_api_doc.object_model.property_describers.compound'] ?? $this->getNelmioApiDoc_ObjectModel_PropertyDescribers_CompoundService());
  20013.         }, 8));
  20014.     }
  20015.     /**
  20016.      * Gets the private 'nelmio_api_doc.object_model.property_describers.date_time' shared service.
  20017.      *
  20018.      * @return \Nelmio\ApiDocBundle\PropertyDescriber\DateTimePropertyDescriber
  20019.      */
  20020.     protected function getNelmioApiDoc_ObjectModel_PropertyDescribers_DateTimeService()
  20021.     {
  20022.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/PropertyDescriber/PropertyDescriberInterface.php';
  20023.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/PropertyDescriber/NullablePropertyTrait.php';
  20024.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/PropertyDescriber/DateTimePropertyDescriber.php';
  20025.         return $this->privates['nelmio_api_doc.object_model.property_describers.date_time'] = new \Nelmio\ApiDocBundle\PropertyDescriber\DateTimePropertyDescriber();
  20026.     }
  20027.     /**
  20028.      * Gets the private 'nelmio_api_doc.object_model.property_describers.float' shared service.
  20029.      *
  20030.      * @return \Nelmio\ApiDocBundle\PropertyDescriber\FloatPropertyDescriber
  20031.      */
  20032.     protected function getNelmioApiDoc_ObjectModel_PropertyDescribers_FloatService()
  20033.     {
  20034.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/PropertyDescriber/PropertyDescriberInterface.php';
  20035.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/PropertyDescriber/NullablePropertyTrait.php';
  20036.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/PropertyDescriber/FloatPropertyDescriber.php';
  20037.         return $this->privates['nelmio_api_doc.object_model.property_describers.float'] = new \Nelmio\ApiDocBundle\PropertyDescriber\FloatPropertyDescriber();
  20038.     }
  20039.     /**
  20040.      * Gets the private 'nelmio_api_doc.object_model.property_describers.integer' shared service.
  20041.      *
  20042.      * @return \Nelmio\ApiDocBundle\PropertyDescriber\IntegerPropertyDescriber
  20043.      */
  20044.     protected function getNelmioApiDoc_ObjectModel_PropertyDescribers_IntegerService()
  20045.     {
  20046.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/PropertyDescriber/PropertyDescriberInterface.php';
  20047.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/PropertyDescriber/NullablePropertyTrait.php';
  20048.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/PropertyDescriber/IntegerPropertyDescriber.php';
  20049.         return $this->privates['nelmio_api_doc.object_model.property_describers.integer'] = new \Nelmio\ApiDocBundle\PropertyDescriber\IntegerPropertyDescriber();
  20050.     }
  20051.     /**
  20052.      * Gets the private 'nelmio_api_doc.object_model.property_describers.object' shared service.
  20053.      *
  20054.      * @return \Nelmio\ApiDocBundle\PropertyDescriber\ObjectPropertyDescriber
  20055.      */
  20056.     protected function getNelmioApiDoc_ObjectModel_PropertyDescribers_ObjectService()
  20057.     {
  20058.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/PropertyDescriber/PropertyDescriberInterface.php';
  20059.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Describer/ModelRegistryAwareInterface.php';
  20060.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Describer/ModelRegistryAwareTrait.php';
  20061.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/PropertyDescriber/ObjectPropertyDescriber.php';
  20062.         return $this->privates['nelmio_api_doc.object_model.property_describers.object'] = new \Nelmio\ApiDocBundle\PropertyDescriber\ObjectPropertyDescriber();
  20063.     }
  20064.     /**
  20065.      * Gets the private 'nelmio_api_doc.object_model.property_describers.string' shared service.
  20066.      *
  20067.      * @return \Nelmio\ApiDocBundle\PropertyDescriber\StringPropertyDescriber
  20068.      */
  20069.     protected function getNelmioApiDoc_ObjectModel_PropertyDescribers_StringService()
  20070.     {
  20071.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/PropertyDescriber/PropertyDescriberInterface.php';
  20072.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/PropertyDescriber/NullablePropertyTrait.php';
  20073.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/PropertyDescriber/StringPropertyDescriber.php';
  20074.         return $this->privates['nelmio_api_doc.object_model.property_describers.string'] = new \Nelmio\ApiDocBundle\PropertyDescriber\StringPropertyDescriber();
  20075.     }
  20076.     /**
  20077.      * Gets the private 'nelmio_api_doc.render_docs.html' shared service.
  20078.      *
  20079.      * @return \Nelmio\ApiDocBundle\Render\Html\HtmlOpenApiRenderer
  20080.      */
  20081.     protected function getNelmioApiDoc_RenderDocs_HtmlService()
  20082.     {
  20083.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Render/OpenApiRenderer.php';
  20084.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Render/Html/HtmlOpenApiRenderer.php';
  20085.         return $this->privates['nelmio_api_doc.render_docs.html'] = new \Nelmio\ApiDocBundle\Render\Html\HtmlOpenApiRenderer(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  20086.     }
  20087.     /**
  20088.      * Gets the private 'nelmio_api_doc.render_docs.html.asset' shared service.
  20089.      *
  20090.      * @return \Nelmio\ApiDocBundle\Render\Html\GetNelmioAsset
  20091.      */
  20092.     protected function getNelmioApiDoc_RenderDocs_Html_AssetService()
  20093.     {
  20094.         return $this->privates['nelmio_api_doc.render_docs.html.asset'] = new \Nelmio\ApiDocBundle\Render\Html\GetNelmioAsset(($this->privates['twig.extension.assets'] ?? $this->getTwig_Extension_AssetsService()));
  20095.     }
  20096.     /**
  20097.      * Gets the private 'nelmio_api_doc.render_docs.json' shared service.
  20098.      *
  20099.      * @return \Nelmio\ApiDocBundle\Render\Json\JsonOpenApiRenderer
  20100.      */
  20101.     protected function getNelmioApiDoc_RenderDocs_JsonService()
  20102.     {
  20103.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Render/OpenApiRenderer.php';
  20104.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Render/Json/JsonOpenApiRenderer.php';
  20105.         return $this->privates['nelmio_api_doc.render_docs.json'] = new \Nelmio\ApiDocBundle\Render\Json\JsonOpenApiRenderer();
  20106.     }
  20107.     /**
  20108.      * Gets the private 'nelmio_api_doc.render_docs.yaml' shared service.
  20109.      *
  20110.      * @return \Nelmio\ApiDocBundle\Render\Yaml\YamlOpenApiRenderer
  20111.      */
  20112.     protected function getNelmioApiDoc_RenderDocs_YamlService()
  20113.     {
  20114.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Render/OpenApiRenderer.php';
  20115.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Render/Yaml/YamlOpenApiRenderer.php';
  20116.         return $this->privates['nelmio_api_doc.render_docs.yaml'] = new \Nelmio\ApiDocBundle\Render\Yaml\YamlOpenApiRenderer();
  20117.     }
  20118.     /**
  20119.      * Gets the private 'nelmio_api_doc.route_describers.php_doc' shared service.
  20120.      *
  20121.      * @return \Nelmio\ApiDocBundle\RouteDescriber\PhpDocDescriber
  20122.      */
  20123.     protected function getNelmioApiDoc_RouteDescribers_PhpDocService()
  20124.     {
  20125.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/RouteDescriber/RouteDescriberInterface.php';
  20126.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/RouteDescriber/RouteDescriberTrait.php';
  20127.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/RouteDescriber/PhpDocDescriber.php';
  20128.         return $this->privates['nelmio_api_doc.route_describers.php_doc'] = new \Nelmio\ApiDocBundle\RouteDescriber\PhpDocDescriber();
  20129.     }
  20130.     /**
  20131.      * Gets the private 'nelmio_api_doc.route_describers.route_metadata' shared service.
  20132.      *
  20133.      * @return \Nelmio\ApiDocBundle\RouteDescriber\RouteMetadataDescriber
  20134.      */
  20135.     protected function getNelmioApiDoc_RouteDescribers_RouteMetadataService()
  20136.     {
  20137.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/RouteDescriber/RouteDescriberInterface.php';
  20138.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/RouteDescriber/RouteDescriberTrait.php';
  20139.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/RouteDescriber/RouteMetadataDescriber.php';
  20140.         return $this->privates['nelmio_api_doc.route_describers.route_metadata'] = new \Nelmio\ApiDocBundle\RouteDescriber\RouteMetadataDescriber();
  20141.     }
  20142.     /**
  20143.      * Gets the private 'nelmio_api_doc.routes.default' shared service.
  20144.      *
  20145.      * @return \Symfony\Component\Routing\RouteCollection
  20146.      */
  20147.     protected function getNelmioApiDoc_Routes_DefaultService()
  20148.     {
  20149.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/RouteCollection.php';
  20150.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Routing/FilteredRouteCollectionBuilder.php';
  20151.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Util/ControllerReflector.php';
  20152.         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' => [=> '^/lms-api(?!/docs$)'=> '^/public-api(?!/docs$)'], 'host_patterns' => [], 'name_patterns' => [], 'with_annotation' => false'disable_default_routes' => false]))->filter(($this->services['router'] ?? $this->getRouterService())->getRouteCollection());
  20153.     }
  20154.     /**
  20155.      * Gets the private 'nelmio_cors.cacheable_response_vary_listener' shared service.
  20156.      *
  20157.      * @return \Nelmio\CorsBundle\EventListener\CacheableResponseVaryListener
  20158.      */
  20159.     protected function getNelmioCors_CacheableResponseVaryListenerService()
  20160.     {
  20161.         return $this->privates['nelmio_cors.cacheable_response_vary_listener'] = new \Nelmio\CorsBundle\EventListener\CacheableResponseVaryListener();
  20162.     }
  20163.     /**
  20164.      * Gets the private 'nelmio_cors.cors_listener' shared service.
  20165.      *
  20166.      * @return \Nelmio\CorsBundle\EventListener\CorsListener
  20167.      */
  20168.     protected function getNelmioCors_CorsListenerService()
  20169.     {
  20170.         return $this->privates['nelmio_cors.cors_listener'] = new \Nelmio\CorsBundle\EventListener\CorsListener(($this->privates['nelmio_cors.options_resolver'] ?? $this->getNelmioCors_OptionsResolverService()));
  20171.     }
  20172.     /**
  20173.      * Gets the private 'nelmio_cors.options_provider.config' shared service.
  20174.      *
  20175.      * @return \Nelmio\CorsBundle\Options\ConfigProvider
  20176.      */
  20177.     protected function getNelmioCors_OptionsProvider_ConfigService()
  20178.     {
  20179.         return $this->privates['nelmio_cors.options_provider.config'] = new \Nelmio\CorsBundle\Options\ConfigProvider($this->parameters['nelmio_cors.map'], $this->getParameter('nelmio_cors.defaults'));
  20180.     }
  20181.     /**
  20182.      * Gets the private 'nelmio_cors.options_resolver' shared service.
  20183.      *
  20184.      * @return \Nelmio\CorsBundle\Options\Resolver
  20185.      */
  20186.     protected function getNelmioCors_OptionsResolverService()
  20187.     {
  20188.         return $this->privates['nelmio_cors.options_resolver'] = new \Nelmio\CorsBundle\Options\Resolver([=> ($this->privates['nelmio_cors.options_provider.config'] ?? $this->getNelmioCors_OptionsProvider_ConfigService())]);
  20189.     }
  20190.     /**
  20191.      * Gets the private 'nyholm.psr7.psr17_factory' shared service.
  20192.      *
  20193.      * @return \Nyholm\Psr7\Factory\Psr17Factory
  20194.      */
  20195.     protected function getNyholm_Psr7_Psr17FactoryService()
  20196.     {
  20197.         return $this->privates['nyholm.psr7.psr17_factory'] = new \Nyholm\Psr7\Factory\Psr17Factory();
  20198.     }
  20199.     /**
  20200.      * Gets the private 'parameter_bag' shared service.
  20201.      *
  20202.      * @return \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag
  20203.      */
  20204.     protected function getParameterBagService()
  20205.     {
  20206.         return $this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this);
  20207.     }
  20208.     /**
  20209.      * Gets the private 'profiler.storage' shared service.
  20210.      *
  20211.      * @return \Symfony\Component\HttpKernel\Profiler\FileProfilerStorage
  20212.      */
  20213.     protected function getProfiler_StorageService()
  20214.     {
  20215.         return $this->privates['profiler.storage'] = new \Symfony\Component\HttpKernel\Profiler\FileProfilerStorage(('file:'.$this->targetDir.''.'/profiler'));
  20216.     }
  20217.     /**
  20218.      * Gets the private 'profiler_listener' shared service.
  20219.      *
  20220.      * @return \Symfony\Component\HttpKernel\EventListener\ProfilerListener
  20221.      */
  20222.     protected function getProfilerListenerService()
  20223.     {
  20224.         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);
  20225.     }
  20226.     /**
  20227.      * Gets the private 'property_accessor' shared service.
  20228.      *
  20229.      * @return \Symfony\Component\PropertyAccess\PropertyAccessor
  20230.      */
  20231.     protected function getPropertyAccessorService()
  20232.     {
  20233.         include_once \dirname(__DIR__4).'/vendor/symfony/property-access/PropertyAccessorInterface.php';
  20234.         include_once \dirname(__DIR__4).'/vendor/symfony/property-access/PropertyAccessor.php';
  20235.         include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/ArrayAdapter.php';
  20236.         include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyReadInfoExtractorInterface.php';
  20237.         include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyWriteInfoExtractorInterface.php';
  20238.         include_once \dirname(__DIR__4).'/vendor/symfony/property-info/Extractor/ConstructorArgumentTypeExtractorInterface.php';
  20239.         include_once \dirname(__DIR__4).'/vendor/symfony/property-info/Extractor/ReflectionExtractor.php';
  20240.         $a = ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  20241.         return $this->privates['property_accessor'] = new \Symfony\Component\PropertyAccess\PropertyAccessor(32, ($this->privates['cache.property_access'] ?? ($this->privates['cache.property_access'] = new \Symfony\Component\Cache\Adapter\ArrayAdapter(0false))), $a$a);
  20242.     }
  20243.     /**
  20244.      * Gets the private 'property_info' shared service.
  20245.      *
  20246.      * @return \Symfony\Component\PropertyInfo\PropertyInfoExtractor
  20247.      */
  20248.     protected function getPropertyInfoService()
  20249.     {
  20250.         return $this->privates['property_info'] = new \Symfony\Component\PropertyInfo\PropertyInfoExtractor(new RewindableGenerator(function () {
  20251.             yield => ($this->privates['property_info.serializer_extractor'] ?? $this->getPropertyInfo_SerializerExtractorService());
  20252.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  20253.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService());
  20254.         }, 3), new RewindableGenerator(function () {
  20255.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService());
  20256.             yield => ($this->privates['property_info.phpstan_extractor'] ?? ($this->privates['property_info.phpstan_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\PhpStanExtractor()));
  20257.             yield => ($this->privates['property_info.php_doc_extractor'] ?? ($this->privates['property_info.php_doc_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\PhpDocExtractor()));
  20258.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  20259.         }, 4), new RewindableGenerator(function () {
  20260.             yield => ($this->privates['property_info.php_doc_extractor'] ?? ($this->privates['property_info.php_doc_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\PhpDocExtractor()));
  20261.         }, 1), new RewindableGenerator(function () {
  20262.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService());
  20263.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  20264.         }, 2), new RewindableGenerator(function () {
  20265.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  20266.         }, 1));
  20267.     }
  20268.     /**
  20269.      * Gets the private 'property_info.php_doc_extractor' shared service.
  20270.      *
  20271.      * @return \Symfony\Component\PropertyInfo\Extractor\PhpDocExtractor
  20272.      */
  20273.     protected function getPropertyInfo_PhpDocExtractorService()
  20274.     {
  20275.         include_once \dirname(__DIR__4).'/vendor/symfony/property-info/Extractor/ConstructorArgumentTypeExtractorInterface.php';
  20276.         include_once \dirname(__DIR__4).'/vendor/symfony/property-info/Extractor/PhpDocExtractor.php';
  20277.         return $this->privates['property_info.php_doc_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\PhpDocExtractor();
  20278.     }
  20279.     /**
  20280.      * Gets the private 'property_info.phpstan_extractor' shared service.
  20281.      *
  20282.      * @return \Symfony\Component\PropertyInfo\Extractor\PhpStanExtractor
  20283.      */
  20284.     protected function getPropertyInfo_PhpstanExtractorService()
  20285.     {
  20286.         include_once \dirname(__DIR__4).'/vendor/symfony/property-info/Extractor/ConstructorArgumentTypeExtractorInterface.php';
  20287.         include_once \dirname(__DIR__4).'/vendor/symfony/property-info/Extractor/PhpStanExtractor.php';
  20288.         return $this->privates['property_info.phpstan_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\PhpStanExtractor();
  20289.     }
  20290.     /**
  20291.      * Gets the private 'property_info.reflection_extractor' shared service.
  20292.      *
  20293.      * @return \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor
  20294.      */
  20295.     protected function getPropertyInfo_ReflectionExtractorService()
  20296.     {
  20297.         include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyReadInfoExtractorInterface.php';
  20298.         include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyWriteInfoExtractorInterface.php';
  20299.         include_once \dirname(__DIR__4).'/vendor/symfony/property-info/Extractor/ConstructorArgumentTypeExtractorInterface.php';
  20300.         include_once \dirname(__DIR__4).'/vendor/symfony/property-info/Extractor/ReflectionExtractor.php';
  20301.         return $this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor();
  20302.     }
  20303.     /**
  20304.      * Gets the private 'property_info.serializer_extractor' shared service.
  20305.      *
  20306.      * @return \Symfony\Component\PropertyInfo\Extractor\SerializerExtractor
  20307.      */
  20308.     protected function getPropertyInfo_SerializerExtractorService()
  20309.     {
  20310.         include_once \dirname(__DIR__4).'/vendor/symfony/property-info/Extractor/SerializerExtractor.php';
  20311.         return $this->privates['property_info.serializer_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\SerializerExtractor(($this->privates['serializer.mapping.class_metadata_factory'] ?? $this->getSerializer_Mapping_ClassMetadataFactoryService()));
  20312.     }
  20313.     /**
  20314.      * Gets the private 'response_cache.traceable.inner' shared service.
  20315.      *
  20316.      * @return \Symfony\Component\Cache\Adapter\RedisTagAwareAdapter
  20317.      */
  20318.     protected function getResponseCache_Traceable_InnerService()
  20319.     {
  20320.         $this->privates['response_cache.traceable.inner'] = $instance = new \Symfony\Component\Cache\Adapter\RedisTagAwareAdapter(($this->privates['.cache_connection.VkIJQtB'] ?? $this->get_CacheConnection_VkIJQtBService()), 'y32+4DWXq3'0, ($this->privates['cache.default_marshaller'] ?? ($this->privates['cache.default_marshaller'] = new \Symfony\Component\Cache\Marshaller\DefaultMarshaller(NULLtrue))));
  20321.         $instance->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  20322.         return $instance;
  20323.     }
  20324.     /**
  20325.      * Gets the private 'response_cache.traceable.recorder_inner' shared service.
  20326.      *
  20327.      * @return \Sentry\SentryBundle\Tracing\Cache\TraceableTagAwareCacheAdapter
  20328.      */
  20329.     protected function getResponseCache_Traceable_RecorderInnerService()
  20330.     {
  20331.         return $this->privates['response_cache.traceable.recorder_inner'] = new \Sentry\SentryBundle\Tracing\Cache\TraceableTagAwareCacheAdapter(($this->privates['Sentry\\State\\HubInterface'] ?? $this->getHubInterfaceService()), ($this->privates['response_cache.traceable.inner'] ?? $this->getResponseCache_Traceable_InnerService()));
  20332.     }
  20333.     /**
  20334.      * Gets the private 'response_listener' shared service.
  20335.      *
  20336.      * @return \Symfony\Component\HttpKernel\EventListener\ResponseListener
  20337.      */
  20338.     protected function getResponseListenerService()
  20339.     {
  20340.         return $this->privates['response_listener'] = new \Symfony\Component\HttpKernel\EventListener\ResponseListener('UTF-8'false);
  20341.     }
  20342.     /**
  20343.      * Gets the private 'router.cache_warmer' shared service.
  20344.      *
  20345.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\RouterCacheWarmer
  20346.      */
  20347.     protected function getRouter_CacheWarmerService()
  20348.     {
  20349.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  20350.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/RouterCacheWarmer.php';
  20351.         return $this->privates['router.cache_warmer'] = new \Symfony\Bundle\FrameworkBundle\CacheWarmer\RouterCacheWarmer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  20352.             'router' => ['services''router''getRouterService'false],
  20353.         ], [
  20354.             'router' => '?',
  20355.         ]))->withContext('router.cache_warmer'$this));
  20356.     }
  20357.     /**
  20358.      * Gets the private 'router.expression_language_provider' shared service.
  20359.      *
  20360.      * @return \Symfony\Component\Routing\Matcher\ExpressionLanguageProvider
  20361.      */
  20362.     protected function getRouter_ExpressionLanguageProviderService()
  20363.     {
  20364.         return $this->privates['router.expression_language_provider'] = new \Symfony\Component\Routing\Matcher\ExpressionLanguageProvider(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  20365.             'env' => ['privates''container.getenv''getContainer_GetenvService'false],
  20366.         ], [
  20367.             'env' => 'Closure',
  20368.         ]));
  20369.     }
  20370.     /**
  20371.      * Gets the private 'router.request_context' shared service.
  20372.      *
  20373.      * @return \Symfony\Component\Routing\RequestContext
  20374.      */
  20375.     protected function getRouter_RequestContextService()
  20376.     {
  20377.         $this->privates['router.request_context'] = $instance \Symfony\Component\Routing\RequestContext::fromUri('''dev-lms.coderslab.pl''https'80443);
  20378.         $instance->setParameter('_functions', ($this->privates['router.expression_language_provider'] ?? $this->getRouter_ExpressionLanguageProviderService()));
  20379.         return $instance;
  20380.     }
  20381.     /**
  20382.      * Gets the private 'router_listener' shared service.
  20383.      *
  20384.      * @return \Symfony\Component\HttpKernel\EventListener\RouterListener
  20385.      */
  20386.     protected function getRouterListenerService()
  20387.     {
  20388.         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);
  20389.     }
  20390.     /**
  20391.      * Gets the private 'routing.loader.annotation' shared service.
  20392.      *
  20393.      * @return \Symfony\Bundle\FrameworkBundle\Routing\AnnotatedRouteControllerLoader
  20394.      */
  20395.     protected function getRouting_Loader_AnnotationService()
  20396.     {
  20397.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/LoaderInterface.php';
  20398.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/AnnotationClassLoader.php';
  20399.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Routing/AnnotatedRouteControllerLoader.php';
  20400.         return $this->privates['routing.loader.annotation'] = new \Symfony\Bundle\FrameworkBundle\Routing\AnnotatedRouteControllerLoader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()), 'dev');
  20401.     }
  20402.     /**
  20403.      * Gets the private 'routing.loader.annotation.directory' shared service.
  20404.      *
  20405.      * @return \Symfony\Component\Routing\Loader\AnnotationDirectoryLoader
  20406.      */
  20407.     protected function getRouting_Loader_Annotation_DirectoryService()
  20408.     {
  20409.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/LoaderInterface.php';
  20410.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/Loader.php';
  20411.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/FileLoader.php';
  20412.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/AnnotationFileLoader.php';
  20413.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/AnnotationDirectoryLoader.php';
  20414.         include_once \dirname(__DIR__4).'/vendor/symfony/config/FileLocatorInterface.php';
  20415.         include_once \dirname(__DIR__4).'/vendor/symfony/config/FileLocator.php';
  20416.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Config/FileLocator.php';
  20417.         return $this->privates['routing.loader.annotation.directory'] = new \Symfony\Component\Routing\Loader\AnnotationDirectoryLoader(($this->privates['file_locator'] ?? ($this->privates['file_locator'] = new \Symfony\Component\HttpKernel\Config\FileLocator(($this->services['kernel'] ?? $this->get('kernel'1))))), ($this->privates['routing.loader.annotation'] ?? $this->getRouting_Loader_AnnotationService()));
  20418.     }
  20419.     /**
  20420.      * Gets the private 'routing.loader.annotation.file' shared service.
  20421.      *
  20422.      * @return \Symfony\Component\Routing\Loader\AnnotationFileLoader
  20423.      */
  20424.     protected function getRouting_Loader_Annotation_FileService()
  20425.     {
  20426.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/LoaderInterface.php';
  20427.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/Loader.php';
  20428.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/FileLoader.php';
  20429.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/AnnotationFileLoader.php';
  20430.         include_once \dirname(__DIR__4).'/vendor/symfony/config/FileLocatorInterface.php';
  20431.         include_once \dirname(__DIR__4).'/vendor/symfony/config/FileLocator.php';
  20432.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Config/FileLocator.php';
  20433.         return $this->privates['routing.loader.annotation.file'] = new \Symfony\Component\Routing\Loader\AnnotationFileLoader(($this->privates['file_locator'] ?? ($this->privates['file_locator'] = new \Symfony\Component\HttpKernel\Config\FileLocator(($this->services['kernel'] ?? $this->get('kernel'1))))), ($this->privates['routing.loader.annotation'] ?? $this->getRouting_Loader_AnnotationService()));
  20434.     }
  20435.     /**
  20436.      * Gets the private 'routing.loader.container' shared service.
  20437.      *
  20438.      * @return \Symfony\Component\Routing\Loader\ContainerLoader
  20439.      */
  20440.     protected function getRouting_Loader_ContainerService()
  20441.     {
  20442.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/LoaderInterface.php';
  20443.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/Loader.php';
  20444.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/ObjectLoader.php';
  20445.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/ContainerLoader.php';
  20446.         return $this->privates['routing.loader.container'] = new \Symfony\Component\Routing\Loader\ContainerLoader(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  20447.             'kernel' => ['services''kernel''getKernelService'false],
  20448.         ], [
  20449.             'kernel' => 'AppBundle\\Kernel',
  20450.         ]), 'dev');
  20451.     }
  20452.     /**
  20453.      * Gets the private 'routing.loader.directory' shared service.
  20454.      *
  20455.      * @return \Symfony\Component\Routing\Loader\DirectoryLoader
  20456.      */
  20457.     protected function getRouting_Loader_DirectoryService()
  20458.     {
  20459.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/LoaderInterface.php';
  20460.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/Loader.php';
  20461.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/FileLoader.php';
  20462.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/DirectoryLoader.php';
  20463.         include_once \dirname(__DIR__4).'/vendor/symfony/config/FileLocatorInterface.php';
  20464.         include_once \dirname(__DIR__4).'/vendor/symfony/config/FileLocator.php';
  20465.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Config/FileLocator.php';
  20466.         return $this->privates['routing.loader.directory'] = new \Symfony\Component\Routing\Loader\DirectoryLoader(($this->privates['file_locator'] ?? ($this->privates['file_locator'] = new \Symfony\Component\HttpKernel\Config\FileLocator(($this->services['kernel'] ?? $this->get('kernel'1))))), 'dev');
  20467.     }
  20468.     /**
  20469.      * Gets the private 'routing.loader.glob' shared service.
  20470.      *
  20471.      * @return \Symfony\Component\Routing\Loader\GlobFileLoader
  20472.      */
  20473.     protected function getRouting_Loader_GlobService()
  20474.     {
  20475.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/LoaderInterface.php';
  20476.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/Loader.php';
  20477.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/FileLoader.php';
  20478.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/GlobFileLoader.php';
  20479.         include_once \dirname(__DIR__4).'/vendor/symfony/config/FileLocatorInterface.php';
  20480.         include_once \dirname(__DIR__4).'/vendor/symfony/config/FileLocator.php';
  20481.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Config/FileLocator.php';
  20482.         return $this->privates['routing.loader.glob'] = new \Symfony\Component\Routing\Loader\GlobFileLoader(($this->privates['file_locator'] ?? ($this->privates['file_locator'] = new \Symfony\Component\HttpKernel\Config\FileLocator(($this->services['kernel'] ?? $this->get('kernel'1))))), 'dev');
  20483.     }
  20484.     /**
  20485.      * Gets the private 'routing.loader.php' shared service.
  20486.      *
  20487.      * @return \Symfony\Component\Routing\Loader\PhpFileLoader
  20488.      */
  20489.     protected function getRouting_Loader_PhpService()
  20490.     {
  20491.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/LoaderInterface.php';
  20492.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/Loader.php';
  20493.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/FileLoader.php';
  20494.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/PhpFileLoader.php';
  20495.         include_once \dirname(__DIR__4).'/vendor/symfony/config/FileLocatorInterface.php';
  20496.         include_once \dirname(__DIR__4).'/vendor/symfony/config/FileLocator.php';
  20497.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Config/FileLocator.php';
  20498.         return $this->privates['routing.loader.php'] = new \Symfony\Component\Routing\Loader\PhpFileLoader(($this->privates['file_locator'] ?? ($this->privates['file_locator'] = new \Symfony\Component\HttpKernel\Config\FileLocator(($this->services['kernel'] ?? $this->get('kernel'1))))), 'dev');
  20499.     }
  20500.     /**
  20501.      * Gets the private 'routing.loader.xml' shared service.
  20502.      *
  20503.      * @return \Symfony\Component\Routing\Loader\XmlFileLoader
  20504.      */
  20505.     protected function getRouting_Loader_XmlService()
  20506.     {
  20507.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/LoaderInterface.php';
  20508.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/Loader.php';
  20509.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/FileLoader.php';
  20510.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/Configurator/Traits/HostTrait.php';
  20511.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/Configurator/Traits/LocalizedRouteTrait.php';
  20512.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/Configurator/Traits/PrefixTrait.php';
  20513.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/XmlFileLoader.php';
  20514.         include_once \dirname(__DIR__4).'/vendor/symfony/config/FileLocatorInterface.php';
  20515.         include_once \dirname(__DIR__4).'/vendor/symfony/config/FileLocator.php';
  20516.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Config/FileLocator.php';
  20517.         return $this->privates['routing.loader.xml'] = new \Symfony\Component\Routing\Loader\XmlFileLoader(($this->privates['file_locator'] ?? ($this->privates['file_locator'] = new \Symfony\Component\HttpKernel\Config\FileLocator(($this->services['kernel'] ?? $this->get('kernel'1))))), 'dev');
  20518.     }
  20519.     /**
  20520.      * Gets the private 'routing.loader.yml' shared service.
  20521.      *
  20522.      * @return \Symfony\Component\Routing\Loader\YamlFileLoader
  20523.      */
  20524.     protected function getRouting_Loader_YmlService()
  20525.     {
  20526.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/LoaderInterface.php';
  20527.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/Loader.php';
  20528.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/FileLoader.php';
  20529.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/Configurator/Traits/HostTrait.php';
  20530.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/Configurator/Traits/LocalizedRouteTrait.php';
  20531.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/Configurator/Traits/PrefixTrait.php';
  20532.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/YamlFileLoader.php';
  20533.         include_once \dirname(__DIR__4).'/vendor/symfony/config/FileLocatorInterface.php';
  20534.         include_once \dirname(__DIR__4).'/vendor/symfony/config/FileLocator.php';
  20535.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Config/FileLocator.php';
  20536.         return $this->privates['routing.loader.yml'] = new \Symfony\Component\Routing\Loader\YamlFileLoader(($this->privates['file_locator'] ?? ($this->privates['file_locator'] = new \Symfony\Component\HttpKernel\Config\FileLocator(($this->services['kernel'] ?? $this->get('kernel'1))))), 'dev');
  20537.     }
  20538.     /**
  20539.      * Gets the private 'routing.resolver' shared service.
  20540.      *
  20541.      * @return \Symfony\Component\Config\Loader\LoaderResolver
  20542.      */
  20543.     protected function getRouting_ResolverService()
  20544.     {
  20545.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/LoaderResolverInterface.php';
  20546.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/LoaderResolver.php';
  20547.         $this->privates['routing.resolver'] = $instance = new \Symfony\Component\Config\Loader\LoaderResolver();
  20548.         $instance->addLoader(($this->privates['routing.loader.xml'] ?? $this->getRouting_Loader_XmlService()));
  20549.         $instance->addLoader(($this->privates['routing.loader.yml'] ?? $this->getRouting_Loader_YmlService()));
  20550.         $instance->addLoader(($this->privates['routing.loader.php'] ?? $this->getRouting_Loader_PhpService()));
  20551.         $instance->addLoader(($this->privates['routing.loader.glob'] ?? $this->getRouting_Loader_GlobService()));
  20552.         $instance->addLoader(($this->privates['routing.loader.directory'] ?? $this->getRouting_Loader_DirectoryService()));
  20553.         $instance->addLoader(($this->privates['routing.loader.container'] ?? $this->getRouting_Loader_ContainerService()));
  20554.         $instance->addLoader(($this->privates['routing.loader.annotation'] ?? $this->getRouting_Loader_AnnotationService()));
  20555.         $instance->addLoader(($this->privates['routing.loader.annotation.directory'] ?? $this->getRouting_Loader_Annotation_DirectoryService()));
  20556.         $instance->addLoader(($this->privates['routing.loader.annotation.file'] ?? $this->getRouting_Loader_Annotation_FileService()));
  20557.         return $instance;
  20558.     }
  20559.     /**
  20560.      * Gets the private 'secrets.decryption_key' shared service.
  20561.      *
  20562.      * @return \Symfony\Component\String\LazyString
  20563.      */
  20564.     protected function getSecrets_DecryptionKeyService()
  20565.     {
  20566.         include_once \dirname(__DIR__4).'/vendor/symfony/string/LazyString.php';
  20567.         return $this->privates['secrets.decryption_key'] = \Symfony\Component\String\LazyString::fromCallable(($this->privates['container.getenv'] ?? $this->getContainer_GetenvService()), 'base64:default::SYMFONY_DECRYPTION_SECRET');
  20568.     }
  20569.     /**
  20570.      * Gets the private 'secrets.local_vault' shared service.
  20571.      *
  20572.      * @return \Symfony\Bundle\FrameworkBundle\Secrets\DotenvVault
  20573.      */
  20574.     protected function getSecrets_LocalVaultService()
  20575.     {
  20576.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  20577.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  20578.         return $this->privates['secrets.local_vault'] = new \Symfony\Bundle\FrameworkBundle\Secrets\DotenvVault((\dirname(__DIR__4).'/.env.dev.local'));
  20579.     }
  20580.     /**
  20581.      * Gets the private 'secrets.vault' shared service.
  20582.      *
  20583.      * @return \Symfony\Bundle\FrameworkBundle\Secrets\SodiumVault
  20584.      */
  20585.     protected function getSecrets_VaultService()
  20586.     {
  20587.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  20588.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/EnvVarLoaderInterface.php';
  20589.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/SodiumVault.php';
  20590.         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')), ($this->privates['secrets.decryption_key'] ?? $this->getSecrets_DecryptionKeyService()));
  20591.     }
  20592.     /**
  20593.      * Gets the private 'security.access.authenticated_voter' shared service.
  20594.      *
  20595.      * @return \Symfony\Component\Security\Core\Authorization\Voter\AuthenticatedVoter
  20596.      */
  20597.     protected function getSecurity_Access_AuthenticatedVoterService()
  20598.     {
  20599.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
  20600.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/CacheableVoterInterface.php';
  20601.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/AuthenticatedVoter.php';
  20602.         return $this->privates['security.access.authenticated_voter'] = 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())));
  20603.     }
  20604.     /**
  20605.      * Gets the private 'security.access.expression_voter' shared service.
  20606.      *
  20607.      * @return \Symfony\Component\Security\Core\Authorization\Voter\ExpressionVoter
  20608.      */
  20609.     protected function getSecurity_Access_ExpressionVoterService()
  20610.     {
  20611.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
  20612.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/CacheableVoterInterface.php';
  20613.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/ExpressionVoter.php';
  20614.         return $this->privates['security.access.expression_voter'] = new \Symfony\Component\Security\Core\Authorization\Voter\ExpressionVoter(($this->privates['security.expression_language'] ?? $this->getSecurity_ExpressionLanguageService()), ($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()));
  20615.     }
  20616.     /**
  20617.      * Gets the private 'security.access.role_hierarchy_voter' shared service.
  20618.      *
  20619.      * @return \Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter
  20620.      */
  20621.     protected function getSecurity_Access_RoleHierarchyVoterService()
  20622.     {
  20623.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
  20624.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/CacheableVoterInterface.php';
  20625.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/RoleVoter.php';
  20626.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/RoleHierarchyVoter.php';
  20627.         return $this->privates['security.access.role_hierarchy_voter'] = new \Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter(($this->privates['security.role_hierarchy'] ?? $this->getSecurity_RoleHierarchyService()));
  20628.     }
  20629.     /**
  20630.      * Gets the private 'security.access_listener' shared service.
  20631.      *
  20632.      * @return \Symfony\Component\Security\Http\Firewall\AccessListener
  20633.      */
  20634.     protected function getSecurity_AccessListenerService()
  20635.     {
  20636.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/FirewallListenerInterface.php';
  20637.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  20638.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AccessListener.php';
  20639.         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()), ($this->privates['security.authentication.manager'] ?? $this->getSecurity_Authentication_ManagerService()));
  20640.     }
  20641.     /**
  20642.      * Gets the private 'security.access_map' shared service.
  20643.      *
  20644.      * @return \Symfony\Component\Security\Http\AccessMap
  20645.      */
  20646.     protected function getSecurity_AccessMapService()
  20647.     {
  20648.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/AccessMapInterface.php';
  20649.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/AccessMap.php';
  20650.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/RequestMatcherInterface.php';
  20651.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/RequestMatcher.php';
  20652.         $this->privates['security.access_map'] = $instance = new \Symfony\Component\Security\Http\AccessMap();
  20653.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/webhooks'), [=> 'PUBLIC_ACCESS'], NULL);
  20654.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/public-api'), [=> 'PUBLIC_ACCESS'], NULL);
  20655.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/auth'), [=> 'PUBLIC_ACCESS'], NULL);
  20656.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/api'), [=> 'PUBLIC_ACCESS'], NULL);
  20657.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/lms-api/'), [=> 'IS_AUTHENTICATED_FULLY'], NULL);
  20658.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/app/'), [=> 'IS_AUTHENTICATED_FULLY'], NULL);
  20659.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/connect'), [=> 'PUBLIC_ACCESS'], NULL);
  20660.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/set_lang'), [=> 'PUBLIC_ACCESS'], NULL);
  20661.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/avatar'), [=> 'PUBLIC_ACCESS'], NULL);
  20662.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/_profiler'), [=> 'PUBLIC_ACCESS'], NULL);
  20663.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/_snap'), [=> 'PUBLIC_ACCESS'], NULL);
  20664.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/inject_notify'), [=> 'PUBLIC_ACCESS'], NULL);
  20665.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/login$'), [=> 'PUBLIC_ACCESS'], NULL);
  20666.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/register'), [=> 'PUBLIC_ACCESS'], NULL);
  20667.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/signup'), [=> 'PUBLIC_ACCESS'], NULL);
  20668.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/resetting'), [=> 'PUBLIC_ACCESS'], NULL);
  20669.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/hook/push'), [=> 'PUBLIC_ACCESS'], NULL);
  20670.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/admin/'), [=> 'ROLE_MENTOR'], NULL);
  20671.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/partner-company-mail'), [=> 'ROLE_HR'], NULL);
  20672.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/partner-company'), [=> 'ROLE_SELLER'], NULL);
  20673.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/'), [=> 'ROLE_USER'], NULL);
  20674.         return $instance;
  20675.     }
  20676.     /**
  20677.      * Gets the private 'security.authentication.failure_handler.main.form_login' shared service.
  20678.      *
  20679.      * @return \Symfony\Component\Security\Http\Authentication\DefaultAuthenticationFailureHandler
  20680.      */
  20681.     protected function getSecurity_Authentication_FailureHandler_Main_FormLoginService()
  20682.     {
  20683.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/AuthenticationFailureHandlerInterface.php';
  20684.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/DefaultAuthenticationFailureHandler.php';
  20685.         $this->privates['security.authentication.failure_handler.main.form_login'] = $instance = new \Symfony\Component\Security\Http\Authentication\DefaultAuthenticationFailureHandler(($this->services['http_kernel'] ?? $this->getHttpKernelService()), ($this->privates['security.http_utils'] ?? $this->getSecurity_HttpUtilsService()), [], ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()));
  20686.         $instance->setOptions(['login_path' => '/login''failure_path' => NULL'failure_forward' => false'failure_path_parameter' => '_failure_path']);
  20687.         return $instance;
  20688.     }
  20689.     /**
  20690.      * Gets the private 'security.authentication.failure_handler.main.oauth' shared service.
  20691.      *
  20692.      * @return \Symfony\Component\Security\Http\Authentication\DefaultAuthenticationFailureHandler
  20693.      */
  20694.     protected function getSecurity_Authentication_FailureHandler_Main_OauthService()
  20695.     {
  20696.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/AuthenticationFailureHandlerInterface.php';
  20697.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/DefaultAuthenticationFailureHandler.php';
  20698.         $this->privates['security.authentication.failure_handler.main.oauth'] = $instance = new \Symfony\Component\Security\Http\Authentication\DefaultAuthenticationFailureHandler(($this->services['http_kernel'] ?? $this->getHttpKernelService()), ($this->privates['security.http_utils'] ?? $this->getSecurity_HttpUtilsService()), [], ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()));
  20699.         $instance->setOptions(['login_path' => '/login''failure_path' => '/login''failure_forward' => false'failure_path_parameter' => '_failure_path']);
  20700.         return $instance;
  20701.     }
  20702.     /**
  20703.      * Gets the private 'security.authentication.form_entry_point.main' shared service.
  20704.      *
  20705.      * @return \Symfony\Component\Security\Http\EntryPoint\FormAuthenticationEntryPoint
  20706.      */
  20707.     protected function getSecurity_Authentication_FormEntryPoint_MainService()
  20708.     {
  20709.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EntryPoint/AuthenticationEntryPointInterface.php';
  20710.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EntryPoint/FormAuthenticationEntryPoint.php';
  20711.         return $this->privates['security.authentication.form_entry_point.main'] = new \Symfony\Component\Security\Http\EntryPoint\FormAuthenticationEntryPoint(($this->services['http_kernel'] ?? $this->getHttpKernelService()), ($this->privates['security.http_utils'] ?? $this->getSecurity_HttpUtilsService()), '/login'false);
  20712.     }
  20713.     /**
  20714.      * Gets the private 'security.authentication.guard_handler' shared service.
  20715.      *
  20716.      * @return \Symfony\Component\Security\Guard\GuardAuthenticatorHandler
  20717.      *
  20718.      * @deprecated Since symfony/security-bundle 5.3: The "security.authentication.guard_handler" service is deprecated, use the new authenticator system instead.
  20719.      */
  20720.     protected function getSecurity_Authentication_GuardHandlerService()
  20721.     {
  20722.         trigger_deprecation('symfony/security-bundle''5.3''The "security.authentication.guard_handler" service is deprecated, use the new authenticator system instead.');
  20723.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Session/SessionAuthenticationStrategyInterface.php';
  20724.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Session/SessionAuthenticationStrategy.php';
  20725.         $this->privates['security.authentication.guard_handler'] = $instance = new \Symfony\Component\Security\Guard\GuardAuthenticatorHandler(($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), [=> 'lms_api']);
  20726.         $instance->setSessionAuthenticationStrategy(($this->privates['security.authentication.session_strategy'] ?? ($this->privates['security.authentication.session_strategy'] = new \Symfony\Component\Security\Http\Session\SessionAuthenticationStrategy('migrate'))));
  20727.         return $instance;
  20728.     }
  20729.     /**
  20730.      * Gets the private 'security.authentication.listener.anonymous.main' shared service.
  20731.      *
  20732.      * @return \Symfony\Component\Security\Http\Firewall\AnonymousAuthenticationListener
  20733.      *
  20734.      * @deprecated Since symfony/security-bundle 5.3: The "security.authentication.listener.anonymous.main" service is deprecated, use the new authenticator system instead.
  20735.      */
  20736.     protected function getSecurity_Authentication_Listener_Anonymous_MainService()
  20737.     {
  20738.         trigger_deprecation('symfony/security-bundle''5.3''The "security.authentication.listener.anonymous.main" service is deprecated, use the new authenticator system instead.');
  20739.         return $this->privates['security.authentication.listener.anonymous.main'] = new \Symfony\Component\Security\Http\Firewall\AnonymousAuthenticationListener(($this->privates['security.untracked_token_storage'] ?? ($this->privates['security.untracked_token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())), $this->getParameter('container.build_hash'), ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), ($this->privates['security.authentication.manager'] ?? $this->getSecurity_Authentication_ManagerService()));
  20740.     }
  20741.     /**
  20742.      * Gets the private 'security.authentication.listener.anonymous.public_api' shared service.
  20743.      *
  20744.      * @return \Symfony\Component\Security\Http\Firewall\AnonymousAuthenticationListener
  20745.      *
  20746.      * @deprecated Since symfony/security-bundle 5.3: The "security.authentication.listener.anonymous.public_api" service is deprecated, use the new authenticator system instead.
  20747.      */
  20748.     protected function getSecurity_Authentication_Listener_Anonymous_PublicApiService()
  20749.     {
  20750.         trigger_deprecation('symfony/security-bundle''5.3''The "security.authentication.listener.anonymous.public_api" service is deprecated, use the new authenticator system instead.');
  20751.         return $this->privates['security.authentication.listener.anonymous.public_api'] = new \Symfony\Component\Security\Http\Firewall\AnonymousAuthenticationListener(($this->privates['security.untracked_token_storage'] ?? ($this->privates['security.untracked_token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())), $this->getParameter('container.build_hash'), ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), ($this->privates['security.authentication.manager'] ?? $this->getSecurity_Authentication_ManagerService()));
  20752.     }
  20753.     /**
  20754.      * Gets the private 'security.authentication.listener.anonymous.webhooks' shared service.
  20755.      *
  20756.      * @return \Symfony\Component\Security\Http\Firewall\AnonymousAuthenticationListener
  20757.      *
  20758.      * @deprecated Since symfony/security-bundle 5.3: The "security.authentication.listener.anonymous.webhooks" service is deprecated, use the new authenticator system instead.
  20759.      */
  20760.     protected function getSecurity_Authentication_Listener_Anonymous_WebhooksService()
  20761.     {
  20762.         trigger_deprecation('symfony/security-bundle''5.3''The "security.authentication.listener.anonymous.webhooks" service is deprecated, use the new authenticator system instead.');
  20763.         return $this->privates['security.authentication.listener.anonymous.webhooks'] = new \Symfony\Component\Security\Http\Firewall\AnonymousAuthenticationListener(($this->privates['security.untracked_token_storage'] ?? ($this->privates['security.untracked_token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())), $this->getParameter('container.build_hash'), ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), ($this->privates['security.authentication.manager'] ?? $this->getSecurity_Authentication_ManagerService()));
  20764.     }
  20765.     /**
  20766.      * Gets the private 'security.authentication.listener.form.main' shared service.
  20767.      *
  20768.      * @return \Symfony\Component\Security\Http\Firewall\UsernamePasswordFormAuthenticationListener
  20769.      *
  20770.      * @deprecated Since symfony/security-bundle 5.3: The "security.authentication.listener.form.main" service is deprecated, use the new authenticator system instead.
  20771.      */
  20772.     protected function getSecurity_Authentication_Listener_Form_MainService()
  20773.     {
  20774.         trigger_deprecation('symfony/security-bundle''5.3''The "security.authentication.listener.form.main" service is deprecated, use the new authenticator system instead.');
  20775.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Session/SessionAuthenticationStrategyInterface.php';
  20776.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Session/SessionAuthenticationStrategy.php';
  20777.         $this->privates['security.authentication.listener.form.main'] = $instance = new \Symfony\Component\Security\Http\Firewall\UsernamePasswordFormAuthenticationListener(($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), ($this->privates['security.authentication.manager'] ?? $this->getSecurity_Authentication_ManagerService()), ($this->privates['security.authentication.session_strategy'] ?? ($this->privates['security.authentication.session_strategy'] = new \Symfony\Component\Security\Http\Session\SessionAuthenticationStrategy('migrate'))), ($this->privates['security.http_utils'] ?? $this->getSecurity_HttpUtilsService()), 'main', ($this->privates['security.authentication.success_handler.main.form_login'] ?? $this->getSecurity_Authentication_SuccessHandler_Main_FormLoginService()), ($this->privates['security.authentication.failure_handler.main.form_login'] ?? $this->getSecurity_Authentication_FailureHandler_Main_FormLoginService()), ['check_path' => '/login_check''use_forward' => false'require_previous_session' => false'login_path' => '/login''username_parameter' => '_username''password_parameter' => '_password''csrf_parameter' => '_csrf_token''csrf_token_id' => 'authenticate''enable_csrf' => false'post_only' => true'form_only' => false], ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), NULL);
  20778.         $instance->setRememberMeServices(($this->privates['security.authentication.rememberme.services.simplehash.main'] ?? $this->getSecurity_Authentication_Rememberme_Services_Simplehash_MainService()));
  20779.         return $instance;
  20780.     }
  20781.     /**
  20782.      * Gets the private 'security.authentication.listener.guard.lms_api' shared service.
  20783.      *
  20784.      * @return \Symfony\Component\Security\Guard\Firewall\GuardAuthenticationListener
  20785.      *
  20786.      * @deprecated Since symfony/security-bundle 5.3: The "security.authentication.listener.guard.lms_api" service is deprecated, use the new authenticator system instead.
  20787.      */
  20788.     protected function getSecurity_Authentication_Listener_Guard_LmsApiService()
  20789.     {
  20790.         trigger_deprecation('symfony/security-bundle''5.3''The "security.authentication.listener.guard.lms_api" service is deprecated, use the new authenticator system instead.');
  20791.         return $this->privates['security.authentication.listener.guard.lms_api'] = new \Symfony\Component\Security\Guard\Firewall\GuardAuthenticationListener(($this->privates['security.authentication.guard_handler'] ?? $this->getSecurity_Authentication_GuardHandlerService()), ($this->privates['security.authentication.manager'] ?? $this->getSecurity_Authentication_ManagerService()), 'lms_api', new RewindableGenerator(function () {
  20792.             yield => ($this->privates['lexik_jwt_authentication.security.guard.jwt_token_authenticator'] ?? $this->getLexikJwtAuthentication_Security_Guard_JwtTokenAuthenticatorService());
  20793.         }, 1), ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), true);
  20794.     }
  20795.     /**
  20796.      * Gets the private 'security.authentication.listener.rememberme.main' shared service.
  20797.      *
  20798.      * @return \Symfony\Component\Security\Http\Firewall\RememberMeListener
  20799.      *
  20800.      * @deprecated Since symfony/security-bundle 5.3: The "security.authentication.listener.rememberme.main" service is deprecated, use the new authenticator system instead.
  20801.      */
  20802.     protected function getSecurity_Authentication_Listener_Rememberme_MainService()
  20803.     {
  20804.         trigger_deprecation('symfony/security-bundle''5.3''The "security.authentication.listener.rememberme.main" service is deprecated, use the new authenticator system instead.');
  20805.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Session/SessionAuthenticationStrategyInterface.php';
  20806.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Session/SessionAuthenticationStrategy.php';
  20807.         return $this->privates['security.authentication.listener.rememberme.main'] = new \Symfony\Component\Security\Http\Firewall\RememberMeListener(($this->privates['security.untracked_token_storage'] ?? ($this->privates['security.untracked_token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())), ($this->privates['security.authentication.rememberme.services.simplehash.main'] ?? $this->getSecurity_Authentication_Rememberme_Services_Simplehash_MainService()), ($this->privates['security.authentication.manager'] ?? $this->getSecurity_Authentication_ManagerService()), ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), true, ($this->privates['security.authentication.session_strategy'] ?? ($this->privates['security.authentication.session_strategy'] = new \Symfony\Component\Security\Http\Session\SessionAuthenticationStrategy('migrate'))));
  20808.     }
  20809.     /**
  20810.      * Gets the private 'security.authentication.manager' shared service.
  20811.      *
  20812.      * @return \Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager
  20813.      *
  20814.      * @deprecated Since symfony/security-bundle 5.3: The "security.authentication.manager" service is deprecated, use the new authenticator system instead.
  20815.      */
  20816.     protected function getSecurity_Authentication_ManagerService()
  20817.     {
  20818.         trigger_deprecation('symfony/security-bundle''5.3''The "security.authentication.manager" service is deprecated, use the new authenticator system instead.');
  20819.         $this->privates['security.authentication.manager'] = $instance = new \Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager(new RewindableGenerator(function () {
  20820.             yield => ($this->privates['security.authentication.provider.anonymous.webhooks'] ?? $this->getSecurity_Authentication_Provider_Anonymous_WebhooksService());
  20821.             yield => ($this->privates['security.authentication.provider.anonymous.public_api'] ?? $this->getSecurity_Authentication_Provider_Anonymous_PublicApiService());
  20822.             yield => ($this->privates['security.authentication.provider.guard.lms_api'] ?? $this->getSecurity_Authentication_Provider_Guard_LmsApiService());
  20823.             yield => ($this->privates['hwi_oauth.authentication.provider.oauth.main'] ?? $this->getHwiOauth_Authentication_Provider_Oauth_MainService());
  20824.             yield => ($this->privates['security.authentication.provider.dao.main'] ?? $this->getSecurity_Authentication_Provider_Dao_MainService());
  20825.             yield => ($this->privates['security.authentication.provider.rememberme.main'] ?? $this->getSecurity_Authentication_Provider_Rememberme_MainService());
  20826.             yield => ($this->privates['security.authentication.provider.anonymous.main'] ?? $this->getSecurity_Authentication_Provider_Anonymous_MainService());
  20827.         }, 7), true);
  20828.         $instance->setEventDispatcher(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  20829.         return $instance;
  20830.     }
  20831.     /**
  20832.      * Gets the private 'security.authentication.provider.anonymous.main' shared service.
  20833.      *
  20834.      * @return \Symfony\Component\Security\Core\Authentication\Provider\AnonymousAuthenticationProvider
  20835.      *
  20836.      * @deprecated Since symfony/security-bundle 5.3: The "security.authentication.provider.anonymous.main" service is deprecated, use the new authenticator system instead.
  20837.      */
  20838.     protected function getSecurity_Authentication_Provider_Anonymous_MainService()
  20839.     {
  20840.         trigger_deprecation('symfony/security-bundle''5.3''The "security.authentication.provider.anonymous.main" service is deprecated, use the new authenticator system instead.');
  20841.         return $this->privates['security.authentication.provider.anonymous.main'] = new \Symfony\Component\Security\Core\Authentication\Provider\AnonymousAuthenticationProvider($this->getParameter('container.build_hash'));
  20842.     }
  20843.     /**
  20844.      * Gets the private 'security.authentication.provider.anonymous.public_api' shared service.
  20845.      *
  20846.      * @return \Symfony\Component\Security\Core\Authentication\Provider\AnonymousAuthenticationProvider
  20847.      *
  20848.      * @deprecated Since symfony/security-bundle 5.3: The "security.authentication.provider.anonymous.public_api" service is deprecated, use the new authenticator system instead.
  20849.      */
  20850.     protected function getSecurity_Authentication_Provider_Anonymous_PublicApiService()
  20851.     {
  20852.         trigger_deprecation('symfony/security-bundle''5.3''The "security.authentication.provider.anonymous.public_api" service is deprecated, use the new authenticator system instead.');
  20853.         return $this->privates['security.authentication.provider.anonymous.public_api'] = new \Symfony\Component\Security\Core\Authentication\Provider\AnonymousAuthenticationProvider($this->getParameter('container.build_hash'));
  20854.     }
  20855.     /**
  20856.      * Gets the private 'security.authentication.provider.anonymous.webhooks' shared service.
  20857.      *
  20858.      * @return \Symfony\Component\Security\Core\Authentication\Provider\AnonymousAuthenticationProvider
  20859.      *
  20860.      * @deprecated Since symfony/security-bundle 5.3: The "security.authentication.provider.anonymous.webhooks" service is deprecated, use the new authenticator system instead.
  20861.      */
  20862.     protected function getSecurity_Authentication_Provider_Anonymous_WebhooksService()
  20863.     {
  20864.         trigger_deprecation('symfony/security-bundle''5.3''The "security.authentication.provider.anonymous.webhooks" service is deprecated, use the new authenticator system instead.');
  20865.         return $this->privates['security.authentication.provider.anonymous.webhooks'] = new \Symfony\Component\Security\Core\Authentication\Provider\AnonymousAuthenticationProvider($this->getParameter('container.build_hash'));
  20866.     }
  20867.     /**
  20868.      * Gets the private 'security.authentication.provider.dao.main' shared service.
  20869.      *
  20870.      * @return \Symfony\Component\Security\Core\Authentication\Provider\DaoAuthenticationProvider
  20871.      *
  20872.      * @deprecated Since symfony/security-bundle 5.3: The "security.authentication.provider.dao.main" service is deprecated, use the new authenticator system instead.
  20873.      */
  20874.     protected function getSecurity_Authentication_Provider_Dao_MainService()
  20875.     {
  20876.         trigger_deprecation('symfony/security-bundle''5.3''The "security.authentication.provider.dao.main" service is deprecated, use the new authenticator system instead.');
  20877.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/UserCheckerInterface.php';
  20878.         include_once \dirname(__DIR__4).'/src/Lms/SharedKernel/Infrastructure/Security/UserChecker.php';
  20879.         return $this->privates['security.authentication.provider.dao.main'] = new \Symfony\Component\Security\Core\Authentication\Provider\DaoAuthenticationProvider(($this->privates['fos_user.user_provider.username_email'] ?? $this->getFosUser_UserProvider_UsernameEmailService()), ($this->services['CodersLab\\Lms\\SharedKernel\\Infrastructure\\Security\\UserChecker'] ?? ($this->services['CodersLab\\Lms\\SharedKernel\\Infrastructure\\Security\\UserChecker'] = new \CodersLab\Lms\SharedKernel\Infrastructure\Security\UserChecker())), 'main', ($this->privates['security.password_hasher_factory'] ?? $this->getSecurity_PasswordHasherFactoryService()), true);
  20880.     }
  20881.     /**
  20882.      * Gets the private 'security.authentication.provider.guard.lms_api' shared service.
  20883.      *
  20884.      * @return \Symfony\Component\Security\Guard\Provider\GuardAuthenticationProvider
  20885.      *
  20886.      * @deprecated Since symfony/security-bundle 5.3: The "security.authentication.provider.guard.lms_api" service is deprecated, use the new authenticator system instead.
  20887.      */
  20888.     protected function getSecurity_Authentication_Provider_Guard_LmsApiService()
  20889.     {
  20890.         trigger_deprecation('symfony/security-bundle''5.3''The "security.authentication.provider.guard.lms_api" service is deprecated, use the new authenticator system instead.');
  20891.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/UserCheckerInterface.php';
  20892.         include_once \dirname(__DIR__4).'/src/Lms/SharedKernel/Infrastructure/Security/UserChecker.php';
  20893.         return $this->privates['security.authentication.provider.guard.lms_api'] = new \Symfony\Component\Security\Guard\Provider\GuardAuthenticationProvider(new RewindableGenerator(function () {
  20894.             yield => ($this->privates['lexik_jwt_authentication.security.guard.jwt_token_authenticator'] ?? $this->getLexikJwtAuthentication_Security_Guard_JwtTokenAuthenticatorService());
  20895.         }, 1), ($this->privates['fos_user.user_provider.username_email'] ?? $this->getFosUser_UserProvider_UsernameEmailService()), 'lms_api', ($this->services['CodersLab\\Lms\\SharedKernel\\Infrastructure\\Security\\UserChecker'] ?? ($this->services['CodersLab\\Lms\\SharedKernel\\Infrastructure\\Security\\UserChecker'] = new \CodersLab\Lms\SharedKernel\Infrastructure\Security\UserChecker())), ($this->services['security.user_password_hasher'] ?? $this->getSecurity_UserPasswordHasherService()));
  20896.     }
  20897.     /**
  20898.      * Gets the private 'security.authentication.provider.rememberme.main' shared service.
  20899.      *
  20900.      * @return \Symfony\Component\Security\Core\Authentication\Provider\RememberMeAuthenticationProvider
  20901.      *
  20902.      * @deprecated Since symfony/security-bundle 5.3: The "security.authentication.provider.rememberme.main" service is deprecated, use the new authenticator system instead.
  20903.      */
  20904.     protected function getSecurity_Authentication_Provider_Rememberme_MainService()
  20905.     {
  20906.         trigger_deprecation('symfony/security-bundle''5.3''The "security.authentication.provider.rememberme.main" service is deprecated, use the new authenticator system instead.');
  20907.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/UserCheckerInterface.php';
  20908.         include_once \dirname(__DIR__4).'/src/Lms/SharedKernel/Infrastructure/Security/UserChecker.php';
  20909.         return $this->privates['security.authentication.provider.rememberme.main'] = new \Symfony\Component\Security\Core\Authentication\Provider\RememberMeAuthenticationProvider(($this->services['CodersLab\\Lms\\SharedKernel\\Infrastructure\\Security\\UserChecker'] ?? ($this->services['CodersLab\\Lms\\SharedKernel\\Infrastructure\\Security\\UserChecker'] = new \CodersLab\Lms\SharedKernel\Infrastructure\Security\UserChecker())), $this->getEnv('APP_SECRET'), 'main');
  20910.     }
  20911.     /**
  20912.      * Gets the private 'security.authentication.rememberme.services.simplehash.main' shared service.
  20913.      *
  20914.      * @return \Symfony\Component\Security\Http\RememberMe\TokenBasedRememberMeServices
  20915.      */
  20916.     protected function getSecurity_Authentication_Rememberme_Services_Simplehash_MainService()
  20917.     {
  20918.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/RememberMe/RememberMeServicesInterface.php';
  20919.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Logout/LogoutHandlerInterface.php';
  20920.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/RememberMe/AbstractRememberMeServices.php';
  20921.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/RememberMe/TokenBasedRememberMeServices.php';
  20922.         return $this->privates['security.authentication.rememberme.services.simplehash.main'] = new \Symfony\Component\Security\Http\RememberMe\TokenBasedRememberMeServices(new RewindableGenerator(function () {
  20923.             yield => ($this->privates['fos_user.user_provider.username_email'] ?? $this->getFosUser_UserProvider_UsernameEmailService());
  20924.         }, 1), $this->getEnv('APP_SECRET'), 'main', ['lifetime' => 31536000'path' => '/''remember_me_parameter' => '_rememberMe''name' => 'REMEMBERME''domain' => NULL'secure' => false'httponly' => true'samesite' => NULL'always_remember_me' => false], ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()));
  20925.     }
  20926.     /**
  20927.      * Gets the private 'security.authentication.session_strategy' shared service.
  20928.      *
  20929.      * @return \Symfony\Component\Security\Http\Session\SessionAuthenticationStrategy
  20930.      */
  20931.     protected function getSecurity_Authentication_SessionStrategyService()
  20932.     {
  20933.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Session/SessionAuthenticationStrategyInterface.php';
  20934.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Session/SessionAuthenticationStrategy.php';
  20935.         return $this->privates['security.authentication.session_strategy'] = new \Symfony\Component\Security\Http\Session\SessionAuthenticationStrategy('migrate');
  20936.     }
  20937.     /**
  20938.      * Gets the private 'security.authentication.success_handler.main.form_login' shared service.
  20939.      *
  20940.      * @return \Symfony\Component\Security\Http\Authentication\DefaultAuthenticationSuccessHandler
  20941.      */
  20942.     protected function getSecurity_Authentication_SuccessHandler_Main_FormLoginService()
  20943.     {
  20944.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/AuthenticationSuccessHandlerInterface.php';
  20945.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Util/TargetPathTrait.php';
  20946.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/DefaultAuthenticationSuccessHandler.php';
  20947.         $this->privates['security.authentication.success_handler.main.form_login'] = $instance = new \Symfony\Component\Security\Http\Authentication\DefaultAuthenticationSuccessHandler(($this->privates['security.http_utils'] ?? $this->getSecurity_HttpUtilsService()), [], ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  20948.         $instance->setOptions(['login_path' => '/login''always_use_default_target_path' => false'default_target_path' => '/''target_path_parameter' => '_target_path''use_referer' => false]);
  20949.         $instance->setFirewallName('main');
  20950.         return $instance;
  20951.     }
  20952.     /**
  20953.      * Gets the private 'security.authentication.success_handler.main.oauth' shared service.
  20954.      *
  20955.      * @return \Symfony\Component\Security\Http\Authentication\DefaultAuthenticationSuccessHandler
  20956.      */
  20957.     protected function getSecurity_Authentication_SuccessHandler_Main_OauthService()
  20958.     {
  20959.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/AuthenticationSuccessHandlerInterface.php';
  20960.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Util/TargetPathTrait.php';
  20961.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/DefaultAuthenticationSuccessHandler.php';
  20962.         $this->privates['security.authentication.success_handler.main.oauth'] = $instance = new \Symfony\Component\Security\Http\Authentication\DefaultAuthenticationSuccessHandler(($this->privates['security.http_utils'] ?? $this->getSecurity_HttpUtilsService()), [], ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  20963.         $instance->setOptions(['login_path' => '/login''always_use_default_target_path' => false'default_target_path' => '/''target_path_parameter' => '_target_path''use_referer' => false]);
  20964.         $instance->setFirewallName('main');
  20965.         return $instance;
  20966.     }
  20967.     /**
  20968.      * Gets the private 'security.authentication.trust_resolver' shared service.
  20969.      *
  20970.      * @return \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver
  20971.      */
  20972.     protected function getSecurity_Authentication_TrustResolverService()
  20973.     {
  20974.         return $this->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver();
  20975.     }
  20976.     /**
  20977.      * Gets the private 'security.authentication_utils' shared service.
  20978.      *
  20979.      * @return \Symfony\Component\Security\Http\Authentication\AuthenticationUtils
  20980.      */
  20981.     protected function getSecurity_AuthenticationUtilsService()
  20982.     {
  20983.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/AuthenticationUtils.php';
  20984.         return $this->privates['security.authentication_utils'] = new \Symfony\Component\Security\Http\Authentication\AuthenticationUtils(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  20985.     }
  20986.     /**
  20987.      * Gets the private 'security.channel_listener' shared service.
  20988.      *
  20989.      * @return \Symfony\Component\Security\Http\Firewall\ChannelListener
  20990.      */
  20991.     protected function getSecurity_ChannelListenerService()
  20992.     {
  20993.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/FirewallListenerInterface.php';
  20994.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  20995.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ChannelListener.php';
  20996.         $a = ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService());
  20997.         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());
  20998.     }
  20999.     /**
  21000.      * Gets the private 'security.command.debug_firewall' shared service.
  21001.      *
  21002.      * @return \Symfony\Bundle\SecurityBundle\Command\DebugFirewallCommand
  21003.      */
  21004.     protected function getSecurity_Command_DebugFirewallService()
  21005.     {
  21006.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  21007.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Command/DebugFirewallCommand.php';
  21008.         $this->privates['security.command.debug_firewall'] = $instance = new \Symfony\Bundle\SecurityBundle\Command\DebugFirewallCommand($this->parameters['security.firewalls'], ($this->privates['.service_locator.V0VSF2r'] ?? $this->get_ServiceLocator_V0VSF2rService()), ($this->privates['.service_locator.b0HYDVb'] ?? $this->get_ServiceLocator_B0HYDVbService()), [], false);
  21009.         $instance->setName('debug:firewall');
  21010.         $instance->setDescription('Display information about your security firewall(s)');
  21011.         return $instance;
  21012.     }
  21013.     /**
  21014.      * Gets the private 'security.command.user_password_encoder' shared service.
  21015.      *
  21016.      * @return \Symfony\Bundle\SecurityBundle\Command\UserPasswordEncoderCommand
  21017.      *
  21018.      * @deprecated Since symfony/security-bundle 5.3: The "security.command.user_password_encoder" service is deprecated, use "security.command.user_password_hash" instead.
  21019.      */
  21020.     protected function getSecurity_Command_UserPasswordEncoderService()
  21021.     {
  21022.         trigger_deprecation('symfony/security-bundle''5.3''The "security.command.user_password_encoder" service is deprecated, use "security.command.user_password_hash" instead.');
  21023.         $this->privates['security.command.user_password_encoder'] = $instance = new \Symfony\Bundle\SecurityBundle\Command\UserPasswordEncoderCommand(($this->privates['security.encoder_factory.generic'] ?? $this->getSecurity_EncoderFactory_GenericService()), [=> 'AppBundle\\Entity\\User'=> 'CodersLab\\Lms\\SharedKernel\\Application\\SecurityContext\\IUser']);
  21024.         $instance->setName('security:encode-password');
  21025.         $instance->setDescription('Encode a password');
  21026.         return $instance;
  21027.     }
  21028.     /**
  21029.      * Gets the private 'security.command.user_password_hash' shared service.
  21030.      *
  21031.      * @return \Symfony\Component\PasswordHasher\Command\UserPasswordHashCommand
  21032.      */
  21033.     protected function getSecurity_Command_UserPasswordHashService()
  21034.     {
  21035.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  21036.         include_once \dirname(__DIR__4).'/vendor/symfony/password-hasher/Command/UserPasswordHashCommand.php';
  21037.         $this->privates['security.command.user_password_hash'] = $instance = new \Symfony\Component\PasswordHasher\Command\UserPasswordHashCommand(($this->privates['security.password_hasher_factory'] ?? $this->getSecurity_PasswordHasherFactoryService()), [=> 'AppBundle\\Entity\\User'=> 'CodersLab\\Lms\\SharedKernel\\Application\\SecurityContext\\IUser']);
  21038.         $instance->setName('security:hash-password');
  21039.         $instance->setDescription('Hash a user password');
  21040.         return $instance;
  21041.     }
  21042.     /**
  21043.      * Gets the private 'security.context_listener.0' shared service.
  21044.      *
  21045.      * @return \Symfony\Component\Security\Http\Firewall\ContextListener
  21046.      */
  21047.     protected function getSecurity_ContextListener_0Service()
  21048.     {
  21049.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/FirewallListenerInterface.php';
  21050.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  21051.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ContextListener.php';
  21052.         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 () {
  21053.             yield => ($this->privates['fos_user.user_provider.username_email'] ?? $this->getFosUser_UserProvider_UsernameEmailService());
  21054.         }, 1), 'webhooks', ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($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']);
  21055.     }
  21056.     /**
  21057.      * Gets the private 'security.context_listener.1' shared service.
  21058.      *
  21059.      * @return \Symfony\Component\Security\Http\Firewall\ContextListener
  21060.      */
  21061.     protected function getSecurity_ContextListener_1Service()
  21062.     {
  21063.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/FirewallListenerInterface.php';
  21064.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  21065.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ContextListener.php';
  21066.         return $this->privates['security.context_listener.1'] = 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 () {
  21067.             yield => ($this->privates['fos_user.user_provider.username_email'] ?? $this->getFosUser_UserProvider_UsernameEmailService());
  21068.         }, 1), 'public_api', ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($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']);
  21069.     }
  21070.     /**
  21071.      * Gets the private 'security.context_listener.2' shared service.
  21072.      *
  21073.      * @return \Symfony\Component\Security\Http\Firewall\ContextListener
  21074.      */
  21075.     protected function getSecurity_ContextListener_2Service()
  21076.     {
  21077.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/FirewallListenerInterface.php';
  21078.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  21079.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ContextListener.php';
  21080.         $this->privates['security.context_listener.2'] = $instance = 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 () {
  21081.             yield => ($this->privates['fos_user.user_provider.username_email'] ?? $this->getFosUser_UserProvider_UsernameEmailService());
  21082.         }, 1), 'main', ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($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']);
  21083.         $instance->setRememberMeServices(($this->privates['security.authentication.rememberme.services.simplehash.main'] ?? $this->getSecurity_Authentication_Rememberme_Services_Simplehash_MainService()));
  21084.         return $instance;
  21085.     }
  21086.     /**
  21087.      * Gets the private 'security.encoder_factory.generic' shared service.
  21088.      *
  21089.      * @return \Symfony\Component\Security\Core\Encoder\EncoderFactory
  21090.      *
  21091.      * @deprecated Since symfony/security-bundle 5.3: The "security.encoder_factory.generic" service is deprecated, use "security.password_hasher_factory" instead.
  21092.      */
  21093.     protected function getSecurity_EncoderFactory_GenericService()
  21094.     {
  21095.         trigger_deprecation('symfony/security-bundle''5.3''The "security.encoder_factory.generic" service is deprecated, use "security.password_hasher_factory" instead.');
  21096.         return $this->privates['security.encoder_factory.generic'] = new \Symfony\Component\Security\Core\Encoder\EncoderFactory(['AppBundle\\Entity\\User' => ['algorithm' => 'sodium''migrate_from' => [=> 'bcrypt'], 'hash_algorithm' => 'sha512''key_length' => 40'ignore_case' => false'encode_as_base64' => true'iterations' => 5000'cost' => NULL'memory_cost' => NULL'time_cost' => NULL], 'CodersLab\\Lms\\SharedKernel\\Application\\SecurityContext\\IUser' => ['algorithm' => 'sodium''migrate_from' => [=> 'bcrypt'], 'hash_algorithm' => 'sha512''key_length' => 40'ignore_case' => false'encode_as_base64' => true'iterations' => 5000'cost' => NULL'memory_cost' => NULL'time_cost' => NULL]]);
  21097.     }
  21098.     /**
  21099.      * Gets the private 'security.event_dispatcher.lms_api' shared service.
  21100.      *
  21101.      * @return \Symfony\Component\EventDispatcher\EventDispatcher
  21102.      */
  21103.     protected function getSecurity_EventDispatcher_LmsApiService()
  21104.     {
  21105.         $this->privates['security.event_dispatcher.lms_api'] = $instance = new \Symfony\Component\EventDispatcher\EventDispatcher();
  21106.         $instance->addListener('security.interactive_login', [=> function () {
  21107.             return ($this->services['AppBundle\\EventListener\\AuthenticationSuccessListener'] ?? $this->getAuthenticationSuccessListenerService());
  21108.         }, => 'onSecurityInteractiveLogin'], 0);
  21109.         $instance->addListener('security.interactive_login', [=> function () {
  21110.             return ($this->privates['fos_user.security.interactive_login_listener'] ?? $this->getFosUser_Security_InteractiveLoginListenerService());
  21111.         }, => 'onSecurityInteractiveLogin'], 0);
  21112.         return $instance;
  21113.     }
  21114.     /**
  21115.      * Gets the private 'security.event_dispatcher.main' shared service.
  21116.      *
  21117.      * @return \Symfony\Component\EventDispatcher\EventDispatcher
  21118.      */
  21119.     protected function getSecurity_EventDispatcher_MainService()
  21120.     {
  21121.         $this->privates['security.event_dispatcher.main'] = $instance = new \Symfony\Component\EventDispatcher\EventDispatcher();
  21122.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  21123.             return ($this->services['CodersLab\\Lms\\SharedKernel\\Application\\Listener\\AuthLogoutListener'] ?? ($this->services['CodersLab\\Lms\\SharedKernel\\Application\\Listener\\AuthLogoutListener'] = new \CodersLab\Lms\SharedKernel\Application\Listener\AuthLogoutListener()));
  21124.         }, => 'onSymfonyComponentSecurityHttpEventLogoutEvent'], 0);
  21125.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  21126.             return ($this->privates['security.logout.listener.default.main'] ?? $this->getSecurity_Logout_Listener_Default_MainService());
  21127.         }, => 'onLogout'], 64);
  21128.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  21129.             return ($this->privates['security.logout.listener.session.main'] ?? ($this->privates['security.logout.listener.session.main'] = new \Symfony\Component\Security\Http\EventListener\SessionLogoutListener()));
  21130.         }, => 'onLogout'], 0);
  21131.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  21132.             return ($this->privates['security.logout.listener.remember_me.main'] ?? $this->getSecurity_Logout_Listener_RememberMe_MainService());
  21133.         }, => 'onLogout'], 0);
  21134.         $instance->addListener('security.interactive_login', [=> function () {
  21135.             return ($this->services['AppBundle\\EventListener\\AuthenticationSuccessListener'] ?? $this->getAuthenticationSuccessListenerService());
  21136.         }, => 'onSecurityInteractiveLogin'], 0);
  21137.         $instance->addListener('security.interactive_login', [=> function () {
  21138.             return ($this->privates['fos_user.security.interactive_login_listener'] ?? $this->getFosUser_Security_InteractiveLoginListenerService());
  21139.         }, => 'onSecurityInteractiveLogin'], 0);
  21140.         return $instance;
  21141.     }
  21142.     /**
  21143.      * Gets the private 'security.event_dispatcher.public_api' shared service.
  21144.      *
  21145.      * @return \Symfony\Component\EventDispatcher\EventDispatcher
  21146.      */
  21147.     protected function getSecurity_EventDispatcher_PublicApiService()
  21148.     {
  21149.         $this->privates['security.event_dispatcher.public_api'] = $instance = new \Symfony\Component\EventDispatcher\EventDispatcher();
  21150.         $instance->addListener('security.interactive_login', [=> function () {
  21151.             return ($this->services['AppBundle\\EventListener\\AuthenticationSuccessListener'] ?? $this->getAuthenticationSuccessListenerService());
  21152.         }, => 'onSecurityInteractiveLogin'], 0);
  21153.         $instance->addListener('security.interactive_login', [=> function () {
  21154.             return ($this->privates['fos_user.security.interactive_login_listener'] ?? $this->getFosUser_Security_InteractiveLoginListenerService());
  21155.         }, => 'onSecurityInteractiveLogin'], 0);
  21156.         return $instance;
  21157.     }
  21158.     /**
  21159.      * Gets the private 'security.event_dispatcher.webhooks' shared service.
  21160.      *
  21161.      * @return \Symfony\Component\EventDispatcher\EventDispatcher
  21162.      */
  21163.     protected function getSecurity_EventDispatcher_WebhooksService()
  21164.     {
  21165.         $this->privates['security.event_dispatcher.webhooks'] = $instance = new \Symfony\Component\EventDispatcher\EventDispatcher();
  21166.         $instance->addListener('security.interactive_login', [=> function () {
  21167.             return ($this->services['AppBundle\\EventListener\\AuthenticationSuccessListener'] ?? $this->getAuthenticationSuccessListenerService());
  21168.         }, => 'onSecurityInteractiveLogin'], 0);
  21169.         $instance->addListener('security.interactive_login', [=> function () {
  21170.             return ($this->privates['fos_user.security.interactive_login_listener'] ?? $this->getFosUser_Security_InteractiveLoginListenerService());
  21171.         }, => 'onSecurityInteractiveLogin'], 0);
  21172.         return $instance;
  21173.     }
  21174.     /**
  21175.      * Gets the private 'security.exception_listener.lms_api' shared service.
  21176.      *
  21177.      * @return \Symfony\Component\Security\Http\Firewall\ExceptionListener
  21178.      */
  21179.     protected function getSecurity_ExceptionListener_LmsApiService()
  21180.     {
  21181.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Util/TargetPathTrait.php';
  21182.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ExceptionListener.php';
  21183.         return $this->privates['security.exception_listener.lms_api'] = 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()), 'lms_api', ($this->privates['lexik_jwt_authentication.security.guard.jwt_token_authenticator'] ?? $this->getLexikJwtAuthentication_Security_Guard_JwtTokenAuthenticatorService()), NULLNULL, ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), true);
  21184.     }
  21185.     /**
  21186.      * Gets the private 'security.exception_listener.main' shared service.
  21187.      *
  21188.      * @return \Symfony\Component\Security\Http\Firewall\ExceptionListener
  21189.      */
  21190.     protected function getSecurity_ExceptionListener_MainService()
  21191.     {
  21192.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Util/TargetPathTrait.php';
  21193.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ExceptionListener.php';
  21194.         return $this->privates['security.exception_listener.main'] = 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()), 'main', ($this->privates['security.authentication.form_entry_point.main'] ?? $this->getSecurity_Authentication_FormEntryPoint_MainService()), NULLNULL, ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), false);
  21195.     }
  21196.     /**
  21197.      * Gets the private 'security.exception_listener.public_api' shared service.
  21198.      *
  21199.      * @return \Symfony\Component\Security\Http\Firewall\ExceptionListener
  21200.      */
  21201.     protected function getSecurity_ExceptionListener_PublicApiService()
  21202.     {
  21203.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Util/TargetPathTrait.php';
  21204.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ExceptionListener.php';
  21205.         return $this->privates['security.exception_listener.public_api'] = 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()), 'public_api'NULLNULLNULL, ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), false);
  21206.     }
  21207.     /**
  21208.      * Gets the private 'security.exception_listener.webhooks' shared service.
  21209.      *
  21210.      * @return \Symfony\Component\Security\Http\Firewall\ExceptionListener
  21211.      */
  21212.     protected function getSecurity_ExceptionListener_WebhooksService()
  21213.     {
  21214.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Util/TargetPathTrait.php';
  21215.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ExceptionListener.php';
  21216.         return $this->privates['security.exception_listener.webhooks'] = 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()), 'webhooks'NULLNULLNULL, ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), false);
  21217.     }
  21218.     /**
  21219.      * Gets the private 'security.expression_language' shared service.
  21220.      *
  21221.      * @return \Symfony\Component\Security\Core\Authorization\ExpressionLanguage
  21222.      */
  21223.     protected function getSecurity_ExpressionLanguageService()
  21224.     {
  21225.         return $this->privates['security.expression_language'] = new \Symfony\Component\Security\Core\Authorization\ExpressionLanguage(($this->privates['cache.security_expression_language.traceable'] ?? $this->getCache_SecurityExpressionLanguage_TraceableService()));
  21226.     }
  21227.     /**
  21228.      * Gets the private 'security.firewall.map' shared service.
  21229.      *
  21230.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallMap
  21231.      */
  21232.     protected function getSecurity_Firewall_MapService()
  21233.     {
  21234.         return $this->privates['security.firewall.map'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallMap(($this->privates['.service_locator.V0VSF2r'] ?? $this->get_ServiceLocator_V0VSF2rService()), new RewindableGenerator(function () {
  21235.             yield 'security.firewall.map.context.webhooks' => ($this->privates['.security.request_matcher.tOCuDd2'] ?? ($this->privates['.security.request_matcher.tOCuDd2'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/webhooks/')));
  21236.             yield 'security.firewall.map.context.public_api' => ($this->privates['.security.request_matcher.4aXhBvZ'] ?? ($this->privates['.security.request_matcher.4aXhBvZ'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/public-api')));
  21237.             yield 'security.firewall.map.context.lms_api' => ($this->privates['.security.request_matcher.ezB6pYy'] ?? ($this->privates['.security.request_matcher.ezB6pYy'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/lms-api/')));
  21238.             yield 'security.firewall.map.context.main' => ($this->privates['.security.request_matcher.3UEFixr'] ?? ($this->privates['.security.request_matcher.3UEFixr'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/')));
  21239.         }, 4));
  21240.     }
  21241.     /**
  21242.      * Gets the private 'security.firewall.map.config.lms_api' shared service.
  21243.      *
  21244.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallConfig
  21245.      */
  21246.     protected function getSecurity_Firewall_Map_Config_LmsApiService()
  21247.     {
  21248.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallConfig.php';
  21249.         return $this->privates['security.firewall.map.config.lms_api'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallConfig('lms_api''CodersLab\\Lms\\SharedKernel\\Infrastructure\\Security\\UserChecker''.security.request_matcher.ezB6pYy'truetrue'fos_user.user_provider.username_email'NULL'lexik_jwt_authentication.jwt_token_authenticator'NULLNULL, [=> 'guard'], NULL);
  21250.     }
  21251.     /**
  21252.      * Gets the private 'security.firewall.map.config.main' shared service.
  21253.      *
  21254.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallConfig
  21255.      */
  21256.     protected function getSecurity_Firewall_Map_Config_MainService()
  21257.     {
  21258.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallConfig.php';
  21259.         return $this->privates['security.firewall.map.config.main'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallConfig('main''CodersLab\\Lms\\SharedKernel\\Infrastructure\\Security\\UserChecker''.security.request_matcher.3UEFixr'truefalse'fos_user.user_provider.username_email''main''security.authentication.form_entry_point.main'NULLNULL, [=> 'oauth'=> 'form_login'=> 'remember_me'=> 'anonymous'], NULL);
  21260.     }
  21261.     /**
  21262.      * Gets the private 'security.firewall.map.config.public_api' shared service.
  21263.      *
  21264.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallConfig
  21265.      */
  21266.     protected function getSecurity_Firewall_Map_Config_PublicApiService()
  21267.     {
  21268.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallConfig.php';
  21269.         return $this->privates['security.firewall.map.config.public_api'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallConfig('public_api''security.user_checker''.security.request_matcher.4aXhBvZ'truefalse'fos_user.user_provider.username_email''public_api'NULLNULLNULL, [=> 'anonymous'], NULL);
  21270.     }
  21271.     /**
  21272.      * Gets the private 'security.firewall.map.config.webhooks' shared service.
  21273.      *
  21274.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallConfig
  21275.      */
  21276.     protected function getSecurity_Firewall_Map_Config_WebhooksService()
  21277.     {
  21278.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallConfig.php';
  21279.         return $this->privates['security.firewall.map.config.webhooks'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallConfig('webhooks''security.user_checker''.security.request_matcher.tOCuDd2'truefalse'fos_user.user_provider.username_email''webhooks'NULLNULLNULL, [=> 'anonymous'], NULL);
  21280.     }
  21281.     /**
  21282.      * Gets the private 'security.firewall.map.context.lms_api' shared service.
  21283.      *
  21284.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallContext
  21285.      */
  21286.     protected function getSecurity_Firewall_Map_Context_LmsApiService()
  21287.     {
  21288.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallContext.php';
  21289.         return $this->privates['security.firewall.map.context.lms_api'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallContext(new RewindableGenerator(function () {
  21290.             yield => ($this->privates['security.channel_listener'] ?? $this->getSecurity_ChannelListenerService());
  21291.             yield => ($this->privates['security.authentication.listener.guard.lms_api'] ?? $this->getSecurity_Authentication_Listener_Guard_LmsApiService());
  21292.             yield => ($this->privates['security.access_listener'] ?? $this->getSecurity_AccessListenerService());
  21293.         }, 3), ($this->privates['security.exception_listener.lms_api'] ?? $this->getSecurity_ExceptionListener_LmsApiService()), NULL, ($this->privates['security.firewall.map.config.lms_api'] ?? $this->getSecurity_Firewall_Map_Config_LmsApiService()));
  21294.     }
  21295.     /**
  21296.      * Gets the private 'security.firewall.map.context.main' shared service.
  21297.      *
  21298.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallContext
  21299.      */
  21300.     protected function getSecurity_Firewall_Map_Context_MainService()
  21301.     {
  21302.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallContext.php';
  21303.         return $this->privates['security.firewall.map.context.main'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallContext(new RewindableGenerator(function () {
  21304.             yield => ($this->privates['security.channel_listener'] ?? $this->getSecurity_ChannelListenerService());
  21305.             yield => ($this->privates['security.context_listener.2'] ?? $this->getSecurity_ContextListener_2Service());
  21306.             yield => ($this->privates['hwi_oauth.authentication.listener.oauth.main'] ?? $this->getHwiOauth_Authentication_Listener_Oauth_MainService());
  21307.             yield => ($this->privates['hwi_oauth.context_listener.token_refresher.main'] ?? $this->getHwiOauth_ContextListener_TokenRefresher_MainService());
  21308.             yield => ($this->privates['security.authentication.listener.form.main'] ?? $this->getSecurity_Authentication_Listener_Form_MainService());
  21309.             yield => ($this->privates['security.authentication.listener.rememberme.main'] ?? $this->getSecurity_Authentication_Listener_Rememberme_MainService());
  21310.             yield => ($this->privates['security.authentication.listener.anonymous.main'] ?? $this->getSecurity_Authentication_Listener_Anonymous_MainService());
  21311.             yield => ($this->privates['security.access_listener'] ?? $this->getSecurity_AccessListenerService());
  21312.         }, 8), ($this->privates['security.exception_listener.main'] ?? $this->getSecurity_ExceptionListener_MainService()), ($this->privates['security.logout_listener.main'] ?? $this->getSecurity_LogoutListener_MainService()), ($this->privates['security.firewall.map.config.main'] ?? $this->getSecurity_Firewall_Map_Config_MainService()));
  21313.     }
  21314.     /**
  21315.      * Gets the private 'security.firewall.map.context.public_api' shared service.
  21316.      *
  21317.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallContext
  21318.      */
  21319.     protected function getSecurity_Firewall_Map_Context_PublicApiService()
  21320.     {
  21321.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallContext.php';
  21322.         return $this->privates['security.firewall.map.context.public_api'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallContext(new RewindableGenerator(function () {
  21323.             yield => ($this->privates['security.channel_listener'] ?? $this->getSecurity_ChannelListenerService());
  21324.             yield => ($this->privates['security.context_listener.1'] ?? $this->getSecurity_ContextListener_1Service());
  21325.             yield => ($this->privates['security.authentication.listener.anonymous.public_api'] ?? $this->getSecurity_Authentication_Listener_Anonymous_PublicApiService());
  21326.             yield => ($this->privates['security.access_listener'] ?? $this->getSecurity_AccessListenerService());
  21327.         }, 4), ($this->privates['security.exception_listener.public_api'] ?? $this->getSecurity_ExceptionListener_PublicApiService()), NULL, ($this->privates['security.firewall.map.config.public_api'] ?? $this->getSecurity_Firewall_Map_Config_PublicApiService()));
  21328.     }
  21329.     /**
  21330.      * Gets the private 'security.firewall.map.context.webhooks' shared service.
  21331.      *
  21332.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallContext
  21333.      */
  21334.     protected function getSecurity_Firewall_Map_Context_WebhooksService()
  21335.     {
  21336.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallContext.php';
  21337.         return $this->privates['security.firewall.map.context.webhooks'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallContext(new RewindableGenerator(function () {
  21338.             yield => ($this->privates['security.channel_listener'] ?? $this->getSecurity_ChannelListenerService());
  21339.             yield => ($this->privates['security.context_listener.0'] ?? $this->getSecurity_ContextListener_0Service());
  21340.             yield => ($this->privates['security.authentication.listener.anonymous.webhooks'] ?? $this->getSecurity_Authentication_Listener_Anonymous_WebhooksService());
  21341.             yield => ($this->privates['security.access_listener'] ?? $this->getSecurity_AccessListenerService());
  21342.         }, 4), ($this->privates['security.exception_listener.webhooks'] ?? $this->getSecurity_ExceptionListener_WebhooksService()), NULL, ($this->privates['security.firewall.map.config.webhooks'] ?? $this->getSecurity_Firewall_Map_Config_WebhooksService()));
  21343.     }
  21344.     /**
  21345.      * Gets the private 'security.helper' shared service.
  21346.      *
  21347.      * @return \Symfony\Component\Security\Core\Security
  21348.      */
  21349.     protected function getSecurity_HelperService()
  21350.     {
  21351.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Security.php';
  21352.         return $this->privates['security.helper'] = new \Symfony\Component\Security\Core\Security(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  21353.             'security.authorization_checker' => ['services''.container.private.security.authorization_checker''get_Container_Private_Security_AuthorizationCheckerService'false],
  21354.             'security.token_storage' => ['services''.container.private.security.token_storage''get_Container_Private_Security_TokenStorageService'false],
  21355.         ], [
  21356.             'security.authorization_checker' => '?',
  21357.             'security.token_storage' => '?',
  21358.         ]));
  21359.     }
  21360.     /**
  21361.      * Gets the private 'security.http_utils' shared service.
  21362.      *
  21363.      * @return \Symfony\Component\Security\Http\HttpUtils
  21364.      */
  21365.     protected function getSecurity_HttpUtilsService()
  21366.     {
  21367.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/HttpUtils.php';
  21368.         $a = ($this->services['router'] ?? $this->getRouterService());
  21369.         return $this->privates['security.http_utils'] = new \Symfony\Component\Security\Http\HttpUtils($a$a'{^https?://%s$}i'NULL);
  21370.     }
  21371.     /**
  21372.      * Gets the private 'security.impersonate_url_generator' shared service.
  21373.      *
  21374.      * @return \Symfony\Component\Security\Http\Impersonate\ImpersonateUrlGenerator
  21375.      */
  21376.     protected function getSecurity_ImpersonateUrlGeneratorService()
  21377.     {
  21378.         return $this->privates['security.impersonate_url_generator'] = new \Symfony\Component\Security\Http\Impersonate\ImpersonateUrlGenerator(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->privates['security.firewall.map'] ?? $this->getSecurity_Firewall_MapService()), ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()));
  21379.     }
  21380.     /**
  21381.      * Gets the private 'security.logout.listener.default.main' shared service.
  21382.      *
  21383.      * @return \Symfony\Component\Security\Http\EventListener\DefaultLogoutListener
  21384.      */
  21385.     protected function getSecurity_Logout_Listener_Default_MainService()
  21386.     {
  21387.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EventListener/DefaultLogoutListener.php';
  21388.         return $this->privates['security.logout.listener.default.main'] = new \Symfony\Component\Security\Http\EventListener\DefaultLogoutListener(($this->privates['security.http_utils'] ?? $this->getSecurity_HttpUtilsService()), '/');
  21389.     }
  21390.     /**
  21391.      * Gets the private 'security.logout.listener.remember_me.main' shared service.
  21392.      *
  21393.      * @return \Symfony\Component\Security\Http\EventListener\RememberMeLogoutListener
  21394.      */
  21395.     protected function getSecurity_Logout_Listener_RememberMe_MainService()
  21396.     {
  21397.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EventListener/RememberMeLogoutListener.php';
  21398.         return $this->privates['security.logout.listener.remember_me.main'] = new \Symfony\Component\Security\Http\EventListener\RememberMeLogoutListener(($this->privates['security.authentication.rememberme.services.simplehash.main'] ?? $this->getSecurity_Authentication_Rememberme_Services_Simplehash_MainService()));
  21399.     }
  21400.     /**
  21401.      * Gets the private 'security.logout.listener.session.main' shared service.
  21402.      *
  21403.      * @return \Symfony\Component\Security\Http\EventListener\SessionLogoutListener
  21404.      */
  21405.     protected function getSecurity_Logout_Listener_Session_MainService()
  21406.     {
  21407.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EventListener/SessionLogoutListener.php';
  21408.         return $this->privates['security.logout.listener.session.main'] = new \Symfony\Component\Security\Http\EventListener\SessionLogoutListener();
  21409.     }
  21410.     /**
  21411.      * Gets the private 'security.logout_listener.main' shared service.
  21412.      *
  21413.      * @return \Symfony\Component\Security\Http\Firewall\LogoutListener
  21414.      */
  21415.     protected function getSecurity_LogoutListener_MainService()
  21416.     {
  21417.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/FirewallListenerInterface.php';
  21418.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  21419.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/LogoutListener.php';
  21420.         return $this->privates['security.logout_listener.main'] = new \Symfony\Component\Security\Http\Firewall\LogoutListener(($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), ($this->privates['security.http_utils'] ?? $this->getSecurity_HttpUtilsService()), ($this->privates['security.event_dispatcher.main'] ?? $this->getSecurity_EventDispatcher_MainService()), ['csrf_parameter' => '_csrf_token''csrf_token_id' => 'logout''logout_path' => '/logout']);
  21421.     }
  21422.     /**
  21423.      * Gets the private 'security.logout_url_generator' shared service.
  21424.      *
  21425.      * @return \Symfony\Component\Security\Http\Logout\LogoutUrlGenerator
  21426.      */
  21427.     protected function getSecurity_LogoutUrlGeneratorService()
  21428.     {
  21429.         $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()));
  21430.         $instance->registerListener('main''/logout''logout''_csrf_token'NULLNULL);
  21431.         return $instance;
  21432.     }
  21433.     /**
  21434.      * Gets the private 'security.password_hasher_factory' shared service.
  21435.      *
  21436.      * @return \Symfony\Component\PasswordHasher\Hasher\PasswordHasherFactory
  21437.      */
  21438.     protected function getSecurity_PasswordHasherFactoryService()
  21439.     {
  21440.         include_once \dirname(__DIR__4).'/vendor/symfony/password-hasher/Hasher/PasswordHasherFactoryInterface.php';
  21441.         include_once \dirname(__DIR__4).'/vendor/symfony/password-hasher/Hasher/PasswordHasherFactory.php';
  21442.         return $this->privates['security.password_hasher_factory'] = new \Symfony\Component\PasswordHasher\Hasher\PasswordHasherFactory(['AppBundle\\Entity\\User' => ['algorithm' => 'sodium''migrate_from' => [=> 'bcrypt'], 'hash_algorithm' => 'sha512''key_length' => 40'ignore_case' => false'encode_as_base64' => true'iterations' => 5000'cost' => NULL'memory_cost' => NULL'time_cost' => NULL], 'CodersLab\\Lms\\SharedKernel\\Application\\SecurityContext\\IUser' => ['algorithm' => 'sodium''migrate_from' => [=> 'bcrypt'], 'hash_algorithm' => 'sha512''key_length' => 40'ignore_case' => false'encode_as_base64' => true'iterations' => 5000'cost' => NULL'memory_cost' => NULL'time_cost' => NULL]]);
  21443.     }
  21444.     /**
  21445.      * Gets the private 'security.rememberme.response_listener' shared service.
  21446.      *
  21447.      * @return \Symfony\Component\Security\Http\RememberMe\ResponseListener
  21448.      */
  21449.     protected function getSecurity_Rememberme_ResponseListenerService()
  21450.     {
  21451.         return $this->privates['security.rememberme.response_listener'] = new \Symfony\Component\Security\Http\RememberMe\ResponseListener();
  21452.     }
  21453.     /**
  21454.      * Gets the private 'security.role_hierarchy' shared service.
  21455.      *
  21456.      * @return \Symfony\Component\Security\Core\Role\RoleHierarchy
  21457.      */
  21458.     protected function getSecurity_RoleHierarchyService()
  21459.     {
  21460.         return $this->privates['security.role_hierarchy'] = new \Symfony\Component\Security\Core\Role\RoleHierarchy($this->parameters['security.role_hierarchy.roles']);
  21461.     }
  21462.     /**
  21463.      * Gets the private 'security.untracked_token_storage' shared service.
  21464.      *
  21465.      * @return \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage
  21466.      */
  21467.     protected function getSecurity_UntrackedTokenStorageService()
  21468.     {
  21469.         return $this->privates['security.untracked_token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage();
  21470.     }
  21471.     /**
  21472.      * Gets the private 'security.validator.user_password' shared service.
  21473.      *
  21474.      * @return \Symfony\Component\Security\Core\Validator\Constraints\UserPasswordValidator
  21475.      */
  21476.     protected function getSecurity_Validator_UserPasswordService()
  21477.     {
  21478.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  21479.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  21480.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Validator/Constraints/UserPasswordValidator.php';
  21481.         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()));
  21482.     }
  21483.     /**
  21484.      * Gets the private 'sensio_framework_extra.cache.listener' shared service.
  21485.      *
  21486.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener
  21487.      */
  21488.     protected function getSensioFrameworkExtra_Cache_ListenerService()
  21489.     {
  21490.         return $this->privates['sensio_framework_extra.cache.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener();
  21491.     }
  21492.     /**
  21493.      * Gets the private 'sensio_framework_extra.controller.listener' shared service.
  21494.      *
  21495.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener
  21496.      */
  21497.     protected function getSensioFrameworkExtra_Controller_ListenerService()
  21498.     {
  21499.         return $this->privates['sensio_framework_extra.controller.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  21500.     }
  21501.     /**
  21502.      * Gets the private 'sensio_framework_extra.converter.doctrine.orm' shared service.
  21503.      *
  21504.      * @return \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\DoctrineParamConverter
  21505.      */
  21506.     protected function getSensioFrameworkExtra_Converter_Doctrine_OrmService()
  21507.     {
  21508.         return $this->privates['sensio_framework_extra.converter.doctrine.orm'] = new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\DoctrineParamConverter(($this->services['doctrine'] ?? $this->getDoctrineService()), ($this->privates['sensio_framework_extra.converter.doctrine.orm.expression_language.default'] ?? ($this->privates['sensio_framework_extra.converter.doctrine.orm.expression_language.default'] = new \Symfony\Component\ExpressionLanguage\ExpressionLanguage())));
  21509.     }
  21510.     /**
  21511.      * Gets the private 'sensio_framework_extra.converter.doctrine.orm.expression_language.default' shared service.
  21512.      *
  21513.      * @return \Symfony\Component\ExpressionLanguage\ExpressionLanguage
  21514.      */
  21515.     protected function getSensioFrameworkExtra_Converter_Doctrine_Orm_ExpressionLanguage_DefaultService()
  21516.     {
  21517.         return $this->privates['sensio_framework_extra.converter.doctrine.orm.expression_language.default'] = new \Symfony\Component\ExpressionLanguage\ExpressionLanguage();
  21518.     }
  21519.     /**
  21520.      * Gets the private 'sensio_framework_extra.converter.listener' shared service.
  21521.      *
  21522.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener
  21523.      */
  21524.     protected function getSensioFrameworkExtra_Converter_ListenerService()
  21525.     {
  21526.         return $this->privates['sensio_framework_extra.converter.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener(($this->privates['sensio_framework_extra.converter.manager'] ?? $this->getSensioFrameworkExtra_Converter_ManagerService()), true);
  21527.     }
  21528.     /**
  21529.      * Gets the private 'sensio_framework_extra.converter.manager' shared service.
  21530.      *
  21531.      * @return \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\ParamConverterManager
  21532.      */
  21533.     protected function getSensioFrameworkExtra_Converter_ManagerService()
  21534.     {
  21535.         $this->privates['sensio_framework_extra.converter.manager'] = $instance = new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\ParamConverterManager();
  21536.         $instance->add(($this->privates['CodersLab\\Lms\\UserInterface\\Rest\\RequestConverter\\MaterialReviewRequestConverter'] ?? ($this->privates['CodersLab\\Lms\\UserInterface\\Rest\\RequestConverter\\MaterialReviewRequestConverter'] = new \CodersLab\Lms\UserInterface\Rest\RequestConverter\MaterialReviewRequestConverter())), -2'material_review_converter');
  21537.         $instance->add(($this->privates['CodersLab\\Lms\\UserInterface\\Rest\\RequestConverter\\ExamAccessRequestConverter'] ?? ($this->privates['CodersLab\\Lms\\UserInterface\\Rest\\RequestConverter\\ExamAccessRequestConverter'] = new \CodersLab\Lms\UserInterface\Rest\RequestConverter\ExamAccessRequestConverter())), -2'exam_access_converter');
  21538.         $instance->add(($this->privates['CodersLab\\Lms\\UserInterface\\Rest\\RequestConverter\\IssueRequestConverter'] ?? $this->getIssueRequestConverterService()), -2'presentation_issue_converter');
  21539.         $instance->add(($this->privates['CodersLab\\Lms\\UserInterface\\Rest\\RequestConverter\\UserRequestConverter'] ?? ($this->privates['CodersLab\\Lms\\UserInterface\\Rest\\RequestConverter\\UserRequestConverter'] = new \CodersLab\Lms\UserInterface\Rest\RequestConverter\UserRequestConverter())), -2'user_converter');
  21540.         $instance->add(($this->privates['CodersLab\\Lms\\UserInterface\\Rest\\RequestConverter\\ChangePasswordConverter'] ?? ($this->privates['CodersLab\\Lms\\UserInterface\\Rest\\RequestConverter\\ChangePasswordConverter'] = new \CodersLab\Lms\UserInterface\Rest\RequestConverter\ChangePasswordConverter())), -2'user_converter');
  21541.         $instance->add(($this->privates['sensio_framework_extra.converter.doctrine.orm'] ?? $this->getSensioFrameworkExtra_Converter_Doctrine_OrmService()), 0'doctrine.orm');
  21542.         $instance->add(($this->privates['framework_extra_bundle.date_time_param_converter'] ?? ($this->privates['framework_extra_bundle.date_time_param_converter'] = new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\DateTimeParamConverter())), 0'datetime');
  21543.         return $instance;
  21544.     }
  21545.     /**
  21546.      * Gets the private 'sensio_framework_extra.security.expression_language.default' shared service.
  21547.      *
  21548.      * @return \Sensio\Bundle\FrameworkExtraBundle\Security\ExpressionLanguage
  21549.      */
  21550.     protected function getSensioFrameworkExtra_Security_ExpressionLanguage_DefaultService()
  21551.     {
  21552.         return $this->privates['sensio_framework_extra.security.expression_language.default'] = new \Sensio\Bundle\FrameworkExtraBundle\Security\ExpressionLanguage();
  21553.     }
  21554.     /**
  21555.      * Gets the private 'sensio_framework_extra.security.listener' shared service.
  21556.      *
  21557.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\SecurityListener
  21558.      */
  21559.     protected function getSensioFrameworkExtra_Security_ListenerService()
  21560.     {
  21561.         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()), ($this->privates['sensio_framework_extra.security.expression_language.default'] ?? ($this->privates['sensio_framework_extra.security.expression_language.default'] = 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()));
  21562.     }
  21563.     /**
  21564.      * Gets the private 'sensio_framework_extra.view.guesser' shared service.
  21565.      *
  21566.      * @return \Sensio\Bundle\FrameworkExtraBundle\Templating\TemplateGuesser
  21567.      */
  21568.     protected function getSensioFrameworkExtra_View_GuesserService()
  21569.     {
  21570.         return $this->privates['sensio_framework_extra.view.guesser'] = new \Sensio\Bundle\FrameworkExtraBundle\Templating\TemplateGuesser(($this->services['kernel'] ?? $this->get('kernel'1)));
  21571.     }
  21572.     /**
  21573.      * Gets the private 'sensio_framework_extra.view.listener' shared service.
  21574.      *
  21575.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\TemplateListener
  21576.      */
  21577.     protected function getSensioFrameworkExtra_View_ListenerService()
  21578.     {
  21579.         $this->privates['sensio_framework_extra.view.listener'] = $instance = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\TemplateListener(($this->privates['sensio_framework_extra.view.guesser'] ?? ($this->privates['sensio_framework_extra.view.guesser'] = new \Sensio\Bundle\FrameworkExtraBundle\Templating\TemplateGuesser(($this->services['kernel'] ?? $this->get('kernel'1))))));
  21580.         $instance->setContainer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  21581.             'twig' => ['services''.container.private.twig''get_Container_Private_TwigService'false],
  21582.         ], [
  21583.             'twig' => '?',
  21584.         ]))->withContext('sensio_framework_extra.view.listener'$this));
  21585.         return $instance;
  21586.     }
  21587.     /**
  21588.      * Gets the private 'sentry.client' shared service.
  21589.      *
  21590.      * @return \Sentry\Client
  21591.      */
  21592.     protected function getSentry_ClientService()
  21593.     {
  21594.         $a = ($this->privates['sentry.client.options'] ?? $this->getSentry_Client_OptionsService());
  21595.         $b = new \Sentry\ClientBuilder($a);
  21596.         $b->setSdkIdentifier('sentry.php.symfony');
  21597.         $b->setSdkVersion('4.3.0');
  21598.         $b->setTransportFactory(($this->privates['Sentry\\Transport\\TransportFactoryInterface'] ?? $this->getTransportFactoryInterfaceService()));
  21599.         $b->setSerializer(new \Sentry\Serializer\Serializer($a));
  21600.         $b->setRepresentationSerializer(new \Sentry\Serializer\RepresentationSerializer($a));
  21601.         if ($this->has('Psr\\Log\\NullLogger')) {
  21602.             $b->setLogger(($this->services['Psr\\Log\\NullLogger'] ?? $this->get('Psr\\Log\\NullLogger'/* ContainerInterface::NULL_ON_INVALID_REFERENCE */ 2)));
  21603.         }
  21604.         return $this->privates['sentry.client'] = $b->getClient();
  21605.     }
  21606.     /**
  21607.      * Gets the private 'sentry.client.options' shared service.
  21608.      *
  21609.      * @return \Sentry\Options
  21610.      */
  21611.     protected function getSentry_Client_OptionsService()
  21612.     {
  21613.         return $this->privates['sentry.client.options'] = new \Sentry\Options(['enable_compression' => true'traces_sample_rate' => 1.0'integrations' => [=> ($this->services['Sentry\\Integration\\IgnoreErrorsIntegration'] ?? $this->getIgnoreErrorsIntegrationService()), => new \Sentry\Integration\RequestIntegration(($this->privates['Sentry\\Integration\\RequestFetcherInterface'] ?? $this->getRequestFetcherInterfaceService()))], 'class_serializers' => ['CodersLab\\Lms\\SharedKernel\\Domain\\Identity\\Uuid' => ($this->services['CodersLab\\Lms\\SharedKernel\\Infrastructure\\Serialization\\Sentry\\UuidSentrySerializer'] ?? ($this->services['CodersLab\\Lms\\SharedKernel\\Infrastructure\\Serialization\\Sentry\\UuidSentrySerializer'] = new \CodersLab\Lms\SharedKernel\Infrastructure\Serialization\Sentry\UuidSentrySerializer()))], 'send_default_pii' => true'prefixes' => [=> \dirname(__DIR__4), => '.'=> (\dirname(__DIR__7).'/local/lib/php')], 'environment' => 'dev''release' => 'dev-develop@2069c4e''tags' => [], 'in_app_exclude' => [=> $this->targetDir.''=> $this->targetDir.''=> (\dirname(__DIR__4).'/vendor')], 'in_app_include' => [], 'dsn' => 'https://c6cdb97fdeb9434ba7667832256afe34@sentry.io/1860754']);
  21614.     }
  21615.     /**
  21616.      * Gets the private 'serializer.denormalizer.array' shared service.
  21617.      *
  21618.      * @return \Symfony\Component\Serializer\Normalizer\ArrayDenormalizer
  21619.      */
  21620.     protected function getSerializer_Denormalizer_ArrayService()
  21621.     {
  21622.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DenormalizerInterface.php';
  21623.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ContextAwareDenormalizerInterface.php';
  21624.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DenormalizerAwareInterface.php';
  21625.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/SerializerAwareInterface.php';
  21626.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/CacheableSupportsMethodInterface.php';
  21627.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DenormalizerAwareTrait.php';
  21628.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ArrayDenormalizer.php';
  21629.         return $this->privates['serializer.denormalizer.array'] = new \Symfony\Component\Serializer\Normalizer\ArrayDenormalizer();
  21630.     }
  21631.     /**
  21632.      * Gets the private 'serializer.denormalizer.unwrapping' shared service.
  21633.      *
  21634.      * @return \Symfony\Component\Serializer\Normalizer\UnwrappingDenormalizer
  21635.      */
  21636.     protected function getSerializer_Denormalizer_UnwrappingService()
  21637.     {
  21638.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DenormalizerInterface.php';
  21639.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/SerializerAwareInterface.php';
  21640.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/CacheableSupportsMethodInterface.php';
  21641.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/SerializerAwareTrait.php';
  21642.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/UnwrappingDenormalizer.php';
  21643.         return $this->privates['serializer.denormalizer.unwrapping'] = new \Symfony\Component\Serializer\Normalizer\UnwrappingDenormalizer(($this->privates['property_accessor'] ?? $this->getPropertyAccessorService()));
  21644.     }
  21645.     /**
  21646.      * Gets the private 'serializer.encoder.csv' shared service.
  21647.      *
  21648.      * @return \Symfony\Component\Serializer\Encoder\CsvEncoder
  21649.      */
  21650.     protected function getSerializer_Encoder_CsvService()
  21651.     {
  21652.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/EncoderInterface.php';
  21653.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/DecoderInterface.php';
  21654.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/CsvEncoder.php';
  21655.         return $this->privates['serializer.encoder.csv'] = new \Symfony\Component\Serializer\Encoder\CsvEncoder();
  21656.     }
  21657.     /**
  21658.      * Gets the private 'serializer.encoder.json' shared service.
  21659.      *
  21660.      * @return \Symfony\Component\Serializer\Encoder\JsonEncoder
  21661.      */
  21662.     protected function getSerializer_Encoder_JsonService()
  21663.     {
  21664.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/EncoderInterface.php';
  21665.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/DecoderInterface.php';
  21666.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/JsonEncoder.php';
  21667.         return $this->privates['serializer.encoder.json'] = new \Symfony\Component\Serializer\Encoder\JsonEncoder();
  21668.     }
  21669.     /**
  21670.      * Gets the private 'serializer.encoder.xml' shared service.
  21671.      *
  21672.      * @return \Symfony\Component\Serializer\Encoder\XmlEncoder
  21673.      */
  21674.     protected function getSerializer_Encoder_XmlService()
  21675.     {
  21676.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/EncoderInterface.php';
  21677.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/DecoderInterface.php';
  21678.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/NormalizationAwareInterface.php';
  21679.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/SerializerAwareInterface.php';
  21680.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/SerializerAwareTrait.php';
  21681.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/XmlEncoder.php';
  21682.         return $this->privates['serializer.encoder.xml'] = new \Symfony\Component\Serializer\Encoder\XmlEncoder();
  21683.     }
  21684.     /**
  21685.      * Gets the private 'serializer.encoder.yaml' shared service.
  21686.      *
  21687.      * @return \Symfony\Component\Serializer\Encoder\YamlEncoder
  21688.      */
  21689.     protected function getSerializer_Encoder_YamlService()
  21690.     {
  21691.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/EncoderInterface.php';
  21692.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/DecoderInterface.php';
  21693.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/YamlEncoder.php';
  21694.         return $this->privates['serializer.encoder.yaml'] = new \Symfony\Component\Serializer\Encoder\YamlEncoder(NULLNULL);
  21695.     }
  21696.     /**
  21697.      * Gets the private 'serializer.mapping.cache_warmer' shared service.
  21698.      *
  21699.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\SerializerCacheWarmer
  21700.      */
  21701.     protected function getSerializer_Mapping_CacheWarmerService()
  21702.     {
  21703.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  21704.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/AbstractPhpFileCacheWarmer.php';
  21705.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/SerializerCacheWarmer.php';
  21706.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Loader/LoaderInterface.php';
  21707.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Loader/AnnotationLoader.php';
  21708.         return $this->privates['serializer.mapping.cache_warmer'] = new \Symfony\Bundle\FrameworkBundle\CacheWarmer\SerializerCacheWarmer([=> new \Symfony\Component\Serializer\Mapping\Loader\AnnotationLoader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()))], ($this->targetDir.''.'/serialization.php'));
  21709.     }
  21710.     /**
  21711.      * Gets the private 'serializer.mapping.chain_loader' shared service.
  21712.      *
  21713.      * @return \Symfony\Component\Serializer\Mapping\Loader\LoaderChain
  21714.      */
  21715.     protected function getSerializer_Mapping_ChainLoaderService()
  21716.     {
  21717.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Loader/LoaderInterface.php';
  21718.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Loader/LoaderChain.php';
  21719.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Loader/AnnotationLoader.php';
  21720.         return $this->privates['serializer.mapping.chain_loader'] = new \Symfony\Component\Serializer\Mapping\Loader\LoaderChain([=> new \Symfony\Component\Serializer\Mapping\Loader\AnnotationLoader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()))]);
  21721.     }
  21722.     /**
  21723.      * Gets the private 'serializer.mapping.class_discriminator_resolver' shared service.
  21724.      *
  21725.      * @return \Symfony\Component\Serializer\Mapping\ClassDiscriminatorFromClassMetadata
  21726.      */
  21727.     protected function getSerializer_Mapping_ClassDiscriminatorResolverService()
  21728.     {
  21729.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/ClassDiscriminatorResolverInterface.php';
  21730.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/ClassDiscriminatorFromClassMetadata.php';
  21731.         return $this->privates['serializer.mapping.class_discriminator_resolver'] = new \Symfony\Component\Serializer\Mapping\ClassDiscriminatorFromClassMetadata(($this->privates['serializer.mapping.class_metadata_factory'] ?? $this->getSerializer_Mapping_ClassMetadataFactoryService()));
  21732.     }
  21733.     /**
  21734.      * Gets the private 'serializer.mapping.class_metadata_factory' shared service.
  21735.      *
  21736.      * @return \Symfony\Component\Serializer\Mapping\Factory\ClassMetadataFactory
  21737.      */
  21738.     protected function getSerializer_Mapping_ClassMetadataFactoryService()
  21739.     {
  21740.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Factory/ClassMetadataFactoryInterface.php';
  21741.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Factory/ClassResolverTrait.php';
  21742.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Factory/ClassMetadataFactory.php';
  21743.         return $this->privates['serializer.mapping.class_metadata_factory'] = new \Symfony\Component\Serializer\Mapping\Factory\ClassMetadataFactory(($this->privates['serializer.mapping.chain_loader'] ?? $this->getSerializer_Mapping_ChainLoaderService()));
  21744.     }
  21745.     /**
  21746.      * Gets the private 'serializer.name_converter.metadata_aware' shared service.
  21747.      *
  21748.      * @return \Symfony\Component\Serializer\NameConverter\MetadataAwareNameConverter
  21749.      */
  21750.     protected function getSerializer_NameConverter_MetadataAwareService()
  21751.     {
  21752.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/NameConverter/NameConverterInterface.php';
  21753.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/NameConverter/AdvancedNameConverterInterface.php';
  21754.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/NameConverter/MetadataAwareNameConverter.php';
  21755.         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()));
  21756.     }
  21757.     /**
  21758.      * Gets the private 'serializer.normalizer.backed_enum' shared service.
  21759.      *
  21760.      * @return \Symfony\Component\Serializer\Normalizer\BackedEnumNormalizer
  21761.      */
  21762.     protected function getSerializer_Normalizer_BackedEnumService()
  21763.     {
  21764.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/NormalizerInterface.php';
  21765.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DenormalizerInterface.php';
  21766.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/CacheableSupportsMethodInterface.php';
  21767.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/BackedEnumNormalizer.php';
  21768.         return $this->privates['serializer.normalizer.backed_enum'] = new \Symfony\Component\Serializer\Normalizer\BackedEnumNormalizer();
  21769.     }
  21770.     /**
  21771.      * Gets the private 'serializer.normalizer.constraint_violation_list' shared service.
  21772.      *
  21773.      * @return \Symfony\Component\Serializer\Normalizer\ConstraintViolationListNormalizer
  21774.      */
  21775.     protected function getSerializer_Normalizer_ConstraintViolationListService()
  21776.     {
  21777.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/NormalizerInterface.php';
  21778.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/CacheableSupportsMethodInterface.php';
  21779.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ConstraintViolationListNormalizer.php';
  21780.         return $this->privates['serializer.normalizer.constraint_violation_list'] = new \Symfony\Component\Serializer\Normalizer\ConstraintViolationListNormalizer([], ($this->privates['serializer.name_converter.metadata_aware'] ?? $this->getSerializer_NameConverter_MetadataAwareService()));
  21781.     }
  21782.     /**
  21783.      * Gets the private 'serializer.normalizer.data_uri' shared service.
  21784.      *
  21785.      * @return \Symfony\Component\Serializer\Normalizer\DataUriNormalizer
  21786.      */
  21787.     protected function getSerializer_Normalizer_DataUriService()
  21788.     {
  21789.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/NormalizerInterface.php';
  21790.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DenormalizerInterface.php';
  21791.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/CacheableSupportsMethodInterface.php';
  21792.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DataUriNormalizer.php';
  21793.         return $this->privates['serializer.normalizer.data_uri'] = new \Symfony\Component\Serializer\Normalizer\DataUriNormalizer(($this->privates['mime_types'] ?? $this->getMimeTypesService()));
  21794.     }
  21795.     /**
  21796.      * Gets the private 'serializer.normalizer.dateinterval' shared service.
  21797.      *
  21798.      * @return \Symfony\Component\Serializer\Normalizer\DateIntervalNormalizer
  21799.      */
  21800.     protected function getSerializer_Normalizer_DateintervalService()
  21801.     {
  21802.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/NormalizerInterface.php';
  21803.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DenormalizerInterface.php';
  21804.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/CacheableSupportsMethodInterface.php';
  21805.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DateIntervalNormalizer.php';
  21806.         return $this->privates['serializer.normalizer.dateinterval'] = new \Symfony\Component\Serializer\Normalizer\DateIntervalNormalizer();
  21807.     }
  21808.     /**
  21809.      * Gets the private 'serializer.normalizer.datetime' shared service.
  21810.      *
  21811.      * @return \Symfony\Component\Serializer\Normalizer\DateTimeNormalizer
  21812.      */
  21813.     protected function getSerializer_Normalizer_DatetimeService()
  21814.     {
  21815.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/NormalizerInterface.php';
  21816.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DenormalizerInterface.php';
  21817.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/CacheableSupportsMethodInterface.php';
  21818.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DateTimeNormalizer.php';
  21819.         return $this->privates['serializer.normalizer.datetime'] = new \Symfony\Component\Serializer\Normalizer\DateTimeNormalizer();
  21820.     }
  21821.     /**
  21822.      * Gets the private 'serializer.normalizer.datetimezone' shared service.
  21823.      *
  21824.      * @return \Symfony\Component\Serializer\Normalizer\DateTimeZoneNormalizer
  21825.      */
  21826.     protected function getSerializer_Normalizer_DatetimezoneService()
  21827.     {
  21828.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/NormalizerInterface.php';
  21829.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DenormalizerInterface.php';
  21830.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/CacheableSupportsMethodInterface.php';
  21831.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DateTimeZoneNormalizer.php';
  21832.         return $this->privates['serializer.normalizer.datetimezone'] = new \Symfony\Component\Serializer\Normalizer\DateTimeZoneNormalizer();
  21833.     }
  21834.     /**
  21835.      * Gets the private 'serializer.normalizer.flatten_exception' shared service.
  21836.      *
  21837.      * @return \Symfony\Component\Messenger\Transport\Serialization\Normalizer\FlattenExceptionNormalizer
  21838.      */
  21839.     protected function getSerializer_Normalizer_FlattenExceptionService()
  21840.     {
  21841.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DenormalizerInterface.php';
  21842.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/NormalizerInterface.php';
  21843.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ContextAwareNormalizerInterface.php';
  21844.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/NormalizerAwareTrait.php';
  21845.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Serialization/Normalizer/FlattenExceptionNormalizer.php';
  21846.         return $this->privates['serializer.normalizer.flatten_exception'] = new \Symfony\Component\Messenger\Transport\Serialization\Normalizer\FlattenExceptionNormalizer();
  21847.     }
  21848.     /**
  21849.      * Gets the private 'serializer.normalizer.form_error' shared service.
  21850.      *
  21851.      * @return \Symfony\Component\Serializer\Normalizer\FormErrorNormalizer
  21852.      */
  21853.     protected function getSerializer_Normalizer_FormErrorService()
  21854.     {
  21855.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/NormalizerInterface.php';
  21856.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/CacheableSupportsMethodInterface.php';
  21857.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/FormErrorNormalizer.php';
  21858.         return $this->privates['serializer.normalizer.form_error'] = new \Symfony\Component\Serializer\Normalizer\FormErrorNormalizer();
  21859.     }
  21860.     /**
  21861.      * Gets the private 'serializer.normalizer.json_serializable' shared service.
  21862.      *
  21863.      * @return \Symfony\Component\Serializer\Normalizer\JsonSerializableNormalizer
  21864.      */
  21865.     protected function getSerializer_Normalizer_JsonSerializableService()
  21866.     {
  21867.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/NormalizerInterface.php';
  21868.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DenormalizerInterface.php';
  21869.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/SerializerAwareInterface.php';
  21870.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/CacheableSupportsMethodInterface.php';
  21871.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ObjectToPopulateTrait.php';
  21872.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/SerializerAwareTrait.php';
  21873.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/AbstractNormalizer.php';
  21874.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/JsonSerializableNormalizer.php';
  21875.         return $this->privates['serializer.normalizer.json_serializable'] = new \Symfony\Component\Serializer\Normalizer\JsonSerializableNormalizer(NULLNULL);
  21876.     }
  21877.     /**
  21878.      * Gets the private 'serializer.normalizer.mime_message' shared service.
  21879.      *
  21880.      * @return \Symfony\Component\Serializer\Normalizer\MimeMessageNormalizer
  21881.      */
  21882.     protected function getSerializer_Normalizer_MimeMessageService()
  21883.     {
  21884.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/NormalizerInterface.php';
  21885.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DenormalizerInterface.php';
  21886.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/SerializerAwareInterface.php';
  21887.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/CacheableSupportsMethodInterface.php';
  21888.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/MimeMessageNormalizer.php';
  21889.         return $this->privates['serializer.normalizer.mime_message'] = new \Symfony\Component\Serializer\Normalizer\MimeMessageNormalizer(($this->privates['serializer.normalizer.property'] ?? $this->getSerializer_Normalizer_PropertyService()));
  21890.     }
  21891.     /**
  21892.      * Gets the private 'serializer.normalizer.object' shared service.
  21893.      *
  21894.      * @return \Symfony\Component\Serializer\Normalizer\ObjectNormalizer
  21895.      */
  21896.     protected function getSerializer_Normalizer_ObjectService()
  21897.     {
  21898.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/NormalizerInterface.php';
  21899.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DenormalizerInterface.php';
  21900.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/SerializerAwareInterface.php';
  21901.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/CacheableSupportsMethodInterface.php';
  21902.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ObjectToPopulateTrait.php';
  21903.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/SerializerAwareTrait.php';
  21904.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/AbstractNormalizer.php';
  21905.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/AbstractObjectNormalizer.php';
  21906.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ObjectNormalizer.php';
  21907.         return $this->privates['serializer.normalizer.object'] = new \Symfony\Component\Serializer\Normalizer\ObjectNormalizer(($this->privates['serializer.mapping.class_metadata_factory'] ?? $this->getSerializer_Mapping_ClassMetadataFactoryService()), ($this->privates['serializer.name_converter.metadata_aware'] ?? $this->getSerializer_NameConverter_MetadataAwareService()), ($this->privates['property_accessor'] ?? $this->getPropertyAccessorService()), ($this->privates['property_info'] ?? $this->getPropertyInfoService()), ($this->privates['serializer.mapping.class_discriminator_resolver'] ?? $this->getSerializer_Mapping_ClassDiscriminatorResolverService()), NULL, []);
  21908.     }
  21909.     /**
  21910.      * Gets the private 'serializer.normalizer.problem' shared service.
  21911.      *
  21912.      * @return \Symfony\Component\Serializer\Normalizer\ProblemNormalizer
  21913.      */
  21914.     protected function getSerializer_Normalizer_ProblemService()
  21915.     {
  21916.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/NormalizerInterface.php';
  21917.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/CacheableSupportsMethodInterface.php';
  21918.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ProblemNormalizer.php';
  21919.         return $this->privates['serializer.normalizer.problem'] = new \Symfony\Component\Serializer\Normalizer\ProblemNormalizer(true);
  21920.     }
  21921.     /**
  21922.      * Gets the private 'serializer.normalizer.property' shared service.
  21923.      *
  21924.      * @return \Symfony\Component\Serializer\Normalizer\PropertyNormalizer
  21925.      */
  21926.     protected function getSerializer_Normalizer_PropertyService()
  21927.     {
  21928.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/NormalizerInterface.php';
  21929.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DenormalizerInterface.php';
  21930.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/SerializerAwareInterface.php';
  21931.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/CacheableSupportsMethodInterface.php';
  21932.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ObjectToPopulateTrait.php';
  21933.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/SerializerAwareTrait.php';
  21934.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/AbstractNormalizer.php';
  21935.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/AbstractObjectNormalizer.php';
  21936.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/PropertyNormalizer.php';
  21937.         return $this->privates['serializer.normalizer.property'] = new \Symfony\Component\Serializer\Normalizer\PropertyNormalizer(($this->privates['serializer.mapping.class_metadata_factory'] ?? $this->getSerializer_Mapping_ClassMetadataFactoryService()), ($this->privates['serializer.name_converter.metadata_aware'] ?? $this->getSerializer_NameConverter_MetadataAwareService()), ($this->privates['property_info'] ?? $this->getPropertyInfoService()), ($this->privates['serializer.mapping.class_discriminator_resolver'] ?? $this->getSerializer_Mapping_ClassDiscriminatorResolverService()), NULL, []);
  21938.     }
  21939.     /**
  21940.      * Gets the private 'serializer.normalizer.uid' shared service.
  21941.      *
  21942.      * @return \Symfony\Component\Serializer\Normalizer\UidNormalizer
  21943.      */
  21944.     protected function getSerializer_Normalizer_UidService()
  21945.     {
  21946.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/NormalizerInterface.php';
  21947.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DenormalizerInterface.php';
  21948.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/CacheableSupportsMethodInterface.php';
  21949.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/UidNormalizer.php';
  21950.         return $this->privates['serializer.normalizer.uid'] = new \Symfony\Component\Serializer\Normalizer\UidNormalizer();
  21951.     }
  21952.     /**
  21953.      * Gets the private 'session.factory' shared service.
  21954.      *
  21955.      * @return \Symfony\Component\HttpFoundation\Session\SessionFactory
  21956.      */
  21957.     protected function getSession_FactoryService()
  21958.     {
  21959.         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->privates['session.storage.factory.native'] ?? $this->getSession_Storage_Factory_NativeService()), [=> ($this->privates['test.session.listener'] ?? $this->getTest_Session_ListenerService()), => 'onSessionUsage']);
  21960.     }
  21961.     /**
  21962.      * Gets the private 'session.storage.factory.native' shared service.
  21963.      *
  21964.      * @return \Symfony\Component\HttpFoundation\Session\Storage\NativeSessionStorageFactory
  21965.      */
  21966.     protected function getSession_Storage_Factory_NativeService()
  21967.     {
  21968.         return $this->privates['session.storage.factory.native'] = new \Symfony\Component\HttpFoundation\Session\Storage\NativeSessionStorageFactory($this->getParameter('session.storage.options'), ($this->services['Symfony\\Component\\HttpFoundation\\Session\\Storage\\Handler\\RedisSessionHandler'] ?? $this->getRedisSessionHandlerService()), new \Symfony\Component\HttpFoundation\Session\Storage\MetadataBag('_sf2_meta'0), false);
  21969.     }
  21970.     /**
  21971.      * Gets the private 'simplethings_entityaudit.create_schema_listener' shared service.
  21972.      *
  21973.      * @return \SimpleThings\EntityAudit\EventListener\CreateSchemaListener
  21974.      */
  21975.     protected function getSimplethingsEntityaudit_CreateSchemaListenerService()
  21976.     {
  21977.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/lib/Doctrine/Common/EventSubscriber.php';
  21978.         include_once \dirname(__DIR__4).'/vendor/sonata-project/entity-audit-bundle/src/EventListener/CreateSchemaListener.php';
  21979.         return $this->privates['simplethings_entityaudit.create_schema_listener'] = new \SimpleThings\EntityAudit\EventListener\CreateSchemaListener(($this->services['simplethings_entityaudit.manager'] ?? $this->getSimplethingsEntityaudit_ManagerService()));
  21980.     }
  21981.     /**
  21982.      * Gets the private 'simplethings_entityaudit.log_revisions_listener' shared service.
  21983.      *
  21984.      * @return \SimpleThings\EntityAudit\EventListener\LogRevisionsListener
  21985.      */
  21986.     protected function getSimplethingsEntityaudit_LogRevisionsListenerService()
  21987.     {
  21988.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/lib/Doctrine/Common/EventSubscriber.php';
  21989.         include_once \dirname(__DIR__4).'/vendor/sonata-project/entity-audit-bundle/src/EventListener/LogRevisionsListener.php';
  21990.         return $this->privates['simplethings_entityaudit.log_revisions_listener'] = new \SimpleThings\EntityAudit\EventListener\LogRevisionsListener(($this->services['simplethings_entityaudit.manager'] ?? $this->getSimplethingsEntityaudit_ManagerService()));
  21991.     }
  21992.     /**
  21993.      * Gets the private 'simplethings_entityaudit.username_callable.token_storage' shared service.
  21994.      *
  21995.      * @return \SimpleThings\EntityAudit\User\TokenStorageUsernameCallable
  21996.      */
  21997.     protected function getSimplethingsEntityaudit_UsernameCallable_TokenStorageService()
  21998.     {
  21999.         include_once \dirname(__DIR__4).'/vendor/sonata-project/entity-audit-bundle/src/User/TokenStorageUsernameCallable.php';
  22000.         return $this->privates['simplethings_entityaudit.username_callable.token_storage'] = new \SimpleThings\EntityAudit\User\TokenStorageUsernameCallable(($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()));
  22001.     }
  22002.     /**
  22003.      * Gets the private 'slugger' shared service.
  22004.      *
  22005.      * @return \Symfony\Component\String\Slugger\AsciiSlugger
  22006.      */
  22007.     protected function getSluggerService()
  22008.     {
  22009.         include_once \dirname(__DIR__4).'/vendor/symfony/string/Slugger/SluggerInterface.php';
  22010.         include_once \dirname(__DIR__4).'/vendor/symfony/string/Slugger/AsciiSlugger.php';
  22011.         return $this->privates['slugger'] = new \Symfony\Component\String\Slugger\AsciiSlugger($this->getEnv('PRIMARY_LANG'));
  22012.     }
  22013.     /**
  22014.      * Gets the private 'streamed_response_listener' shared service.
  22015.      *
  22016.      * @return \Symfony\Component\HttpKernel\EventListener\StreamedResponseListener
  22017.      */
  22018.     protected function getStreamedResponseListenerService()
  22019.     {
  22020.         return $this->privates['streamed_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\StreamedResponseListener();
  22021.     }
  22022.     /**
  22023.      * Gets the private 'test.client.cookiejar' service.
  22024.      *
  22025.      * @return \Symfony\Component\BrowserKit\CookieJar
  22026.      */
  22027.     protected function getTest_Client_CookiejarService()
  22028.     {
  22029.         include_once \dirname(__DIR__4).'/vendor/symfony/browser-kit/CookieJar.php';
  22030.         $this->factories['service_container']['test.client.cookiejar'] = function () {
  22031.             return new \Symfony\Component\BrowserKit\CookieJar();
  22032.         };
  22033.         return $this->factories['service_container']['test.client.cookiejar']();
  22034.     }
  22035.     /**
  22036.      * Gets the private 'test.client.history' service.
  22037.      *
  22038.      * @return \Symfony\Component\BrowserKit\History
  22039.      */
  22040.     protected function getTest_Client_HistoryService()
  22041.     {
  22042.         include_once \dirname(__DIR__4).'/vendor/symfony/browser-kit/History.php';
  22043.         $this->factories['service_container']['test.client.history'] = function () {
  22044.             return new \Symfony\Component\BrowserKit\History();
  22045.         };
  22046.         return $this->factories['service_container']['test.client.history']();
  22047.     }
  22048.     /**
  22049.      * Gets the private 'test.session.listener' shared service.
  22050.      *
  22051.      * @return \Symfony\Component\HttpKernel\EventListener\SessionListener
  22052.      */
  22053.     protected function getTest_Session_ListenerService()
  22054.     {
  22055.         return $this->privates['test.session.listener'] = new \Symfony\Component\HttpKernel\EventListener\SessionListener(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  22056.             'session' => ['services''.container.private.session''get_Container_Private_SessionService'false],
  22057.             'session_factory' => ['privates''session.factory''getSession_FactoryService'false],
  22058.         ], [
  22059.             'session' => '?',
  22060.             'session_factory' => '?',
  22061.         ]), true$this->getParameter('session.storage.options'));
  22062.     }
  22063.     /**
  22064.      * Gets the private 'time.datetime_formatter' shared service.
  22065.      *
  22066.      * @return \Knp\Bundle\TimeBundle\DateTimeFormatter
  22067.      */
  22068.     protected function getTime_DatetimeFormatterService()
  22069.     {
  22070.         return $this->privates['time.datetime_formatter'] = new \Knp\Bundle\TimeBundle\DateTimeFormatter(($this->services['translator'] ?? $this->getTranslatorService()));
  22071.     }
  22072.     /**
  22073.      * Gets the private 'time.twig.extension.time' shared service.
  22074.      *
  22075.      * @return \Knp\Bundle\TimeBundle\Twig\Extension\TimeExtension
  22076.      */
  22077.     protected function getTime_Twig_Extension_TimeService()
  22078.     {
  22079.         return $this->privates['time.twig.extension.time'] = new \Knp\Bundle\TimeBundle\Twig\Extension\TimeExtension(($this->privates['time.datetime_formatter'] ?? $this->getTime_DatetimeFormatterService()));
  22080.     }
  22081.     /**
  22082.      * Gets the private 'translation.dumper.csv' shared service.
  22083.      *
  22084.      * @return \Symfony\Component\Translation\Dumper\CsvFileDumper
  22085.      */
  22086.     protected function getTranslation_Dumper_CsvService()
  22087.     {
  22088.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/DumperInterface.php';
  22089.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/FileDumper.php';
  22090.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/CsvFileDumper.php';
  22091.         return $this->privates['translation.dumper.csv'] = new \Symfony\Component\Translation\Dumper\CsvFileDumper();
  22092.     }
  22093.     /**
  22094.      * Gets the private 'translation.dumper.ini' shared service.
  22095.      *
  22096.      * @return \Symfony\Component\Translation\Dumper\IniFileDumper
  22097.      */
  22098.     protected function getTranslation_Dumper_IniService()
  22099.     {
  22100.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/DumperInterface.php';
  22101.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/FileDumper.php';
  22102.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/IniFileDumper.php';
  22103.         return $this->privates['translation.dumper.ini'] = new \Symfony\Component\Translation\Dumper\IniFileDumper();
  22104.     }
  22105.     /**
  22106.      * Gets the private 'translation.dumper.json' shared service.
  22107.      *
  22108.      * @return \Symfony\Component\Translation\Dumper\JsonFileDumper
  22109.      */
  22110.     protected function getTranslation_Dumper_JsonService()
  22111.     {
  22112.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/DumperInterface.php';
  22113.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/FileDumper.php';
  22114.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/JsonFileDumper.php';
  22115.         return $this->privates['translation.dumper.json'] = new \Symfony\Component\Translation\Dumper\JsonFileDumper();
  22116.     }
  22117.     /**
  22118.      * Gets the private 'translation.dumper.mo' shared service.
  22119.      *
  22120.      * @return \Symfony\Component\Translation\Dumper\MoFileDumper
  22121.      */
  22122.     protected function getTranslation_Dumper_MoService()
  22123.     {
  22124.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/DumperInterface.php';
  22125.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/FileDumper.php';
  22126.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/MoFileDumper.php';
  22127.         return $this->privates['translation.dumper.mo'] = new \Symfony\Component\Translation\Dumper\MoFileDumper();
  22128.     }
  22129.     /**
  22130.      * Gets the private 'translation.dumper.php' shared service.
  22131.      *
  22132.      * @return \Symfony\Component\Translation\Dumper\PhpFileDumper
  22133.      */
  22134.     protected function getTranslation_Dumper_PhpService()
  22135.     {
  22136.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/DumperInterface.php';
  22137.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/FileDumper.php';
  22138.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/PhpFileDumper.php';
  22139.         return $this->privates['translation.dumper.php'] = new \Symfony\Component\Translation\Dumper\PhpFileDumper();
  22140.     }
  22141.     /**
  22142.      * Gets the private 'translation.dumper.po' shared service.
  22143.      *
  22144.      * @return \Symfony\Component\Translation\Dumper\PoFileDumper
  22145.      */
  22146.     protected function getTranslation_Dumper_PoService()
  22147.     {
  22148.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/DumperInterface.php';
  22149.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/FileDumper.php';
  22150.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/PoFileDumper.php';
  22151.         return $this->privates['translation.dumper.po'] = new \Symfony\Component\Translation\Dumper\PoFileDumper();
  22152.     }
  22153.     /**
  22154.      * Gets the private 'translation.dumper.qt' shared service.
  22155.      *
  22156.      * @return \Symfony\Component\Translation\Dumper\QtFileDumper
  22157.      */
  22158.     protected function getTranslation_Dumper_QtService()
  22159.     {
  22160.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/DumperInterface.php';
  22161.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/FileDumper.php';
  22162.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/QtFileDumper.php';
  22163.         return $this->privates['translation.dumper.qt'] = new \Symfony\Component\Translation\Dumper\QtFileDumper();
  22164.     }
  22165.     /**
  22166.      * Gets the private 'translation.dumper.res' shared service.
  22167.      *
  22168.      * @return \Symfony\Component\Translation\Dumper\IcuResFileDumper
  22169.      */
  22170.     protected function getTranslation_Dumper_ResService()
  22171.     {
  22172.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/DumperInterface.php';
  22173.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/FileDumper.php';
  22174.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/IcuResFileDumper.php';
  22175.         return $this->privates['translation.dumper.res'] = new \Symfony\Component\Translation\Dumper\IcuResFileDumper();
  22176.     }
  22177.     /**
  22178.      * Gets the private 'translation.dumper.xliff' shared service.
  22179.      *
  22180.      * @return \Symfony\Component\Translation\Dumper\XliffFileDumper
  22181.      */
  22182.     protected function getTranslation_Dumper_XliffService()
  22183.     {
  22184.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/DumperInterface.php';
  22185.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/FileDumper.php';
  22186.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/XliffFileDumper.php';
  22187.         return $this->privates['translation.dumper.xliff'] = new \Symfony\Component\Translation\Dumper\XliffFileDumper();
  22188.     }
  22189.     /**
  22190.      * Gets the private 'translation.dumper.yaml' shared service.
  22191.      *
  22192.      * @return \Symfony\Component\Translation\Dumper\YamlFileDumper
  22193.      */
  22194.     protected function getTranslation_Dumper_YamlService()
  22195.     {
  22196.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/DumperInterface.php';
  22197.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/FileDumper.php';
  22198.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/YamlFileDumper.php';
  22199.         return $this->privates['translation.dumper.yaml'] = new \Symfony\Component\Translation\Dumper\YamlFileDumper('yaml');
  22200.     }
  22201.     /**
  22202.      * Gets the private 'translation.dumper.yml' shared service.
  22203.      *
  22204.      * @return \Symfony\Component\Translation\Dumper\YamlFileDumper
  22205.      */
  22206.     protected function getTranslation_Dumper_YmlService()
  22207.     {
  22208.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/DumperInterface.php';
  22209.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/FileDumper.php';
  22210.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/YamlFileDumper.php';
  22211.         return $this->privates['translation.dumper.yml'] = new \Symfony\Component\Translation\Dumper\YamlFileDumper();
  22212.     }
  22213.     /**
  22214.      * Gets the private 'translation.extractor' shared service.
  22215.      *
  22216.      * @return \Symfony\Component\Translation\Extractor\ChainExtractor
  22217.      */
  22218.     protected function getTranslation_ExtractorService()
  22219.     {
  22220.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Extractor/ExtractorInterface.php';
  22221.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Extractor/ChainExtractor.php';
  22222.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Extractor/AbstractFileExtractor.php';
  22223.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Extractor/PhpExtractor.php';
  22224.         $this->privates['translation.extractor'] = $instance = new \Symfony\Component\Translation\Extractor\ChainExtractor();
  22225.         $instance->addExtractor('php', ($this->privates['translation.extractor.php'] ?? ($this->privates['translation.extractor.php'] = new \Symfony\Component\Translation\Extractor\PhpExtractor())));
  22226.         $instance->addExtractor('twig', ($this->privates['twig.translation.extractor'] ?? $this->getTwig_Translation_ExtractorService()));
  22227.         return $instance;
  22228.     }
  22229.     /**
  22230.      * Gets the private 'translation.extractor.php' shared service.
  22231.      *
  22232.      * @return \Symfony\Component\Translation\Extractor\PhpExtractor
  22233.      */
  22234.     protected function getTranslation_Extractor_PhpService()
  22235.     {
  22236.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Extractor/AbstractFileExtractor.php';
  22237.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Extractor/ExtractorInterface.php';
  22238.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Extractor/PhpExtractor.php';
  22239.         return $this->privates['translation.extractor.php'] = new \Symfony\Component\Translation\Extractor\PhpExtractor();
  22240.     }
  22241.     /**
  22242.      * Gets the private 'translation.loader.csv' shared service.
  22243.      *
  22244.      * @return \Symfony\Component\Translation\Loader\CsvFileLoader
  22245.      */
  22246.     protected function getTranslation_Loader_CsvService()
  22247.     {
  22248.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  22249.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  22250.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  22251.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/CsvFileLoader.php';
  22252.         return $this->privates['translation.loader.csv'] = new \Symfony\Component\Translation\Loader\CsvFileLoader();
  22253.     }
  22254.     /**
  22255.      * Gets the private 'translation.loader.dat' shared service.
  22256.      *
  22257.      * @return \Symfony\Component\Translation\Loader\IcuDatFileLoader
  22258.      */
  22259.     protected function getTranslation_Loader_DatService()
  22260.     {
  22261.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  22262.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IcuResFileLoader.php';
  22263.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IcuDatFileLoader.php';
  22264.         return $this->privates['translation.loader.dat'] = new \Symfony\Component\Translation\Loader\IcuDatFileLoader();
  22265.     }
  22266.     /**
  22267.      * Gets the private 'translation.loader.ini' shared service.
  22268.      *
  22269.      * @return \Symfony\Component\Translation\Loader\IniFileLoader
  22270.      */
  22271.     protected function getTranslation_Loader_IniService()
  22272.     {
  22273.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  22274.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  22275.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  22276.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IniFileLoader.php';
  22277.         return $this->privates['translation.loader.ini'] = new \Symfony\Component\Translation\Loader\IniFileLoader();
  22278.     }
  22279.     /**
  22280.      * Gets the private 'translation.loader.json' shared service.
  22281.      *
  22282.      * @return \Symfony\Component\Translation\Loader\JsonFileLoader
  22283.      */
  22284.     protected function getTranslation_Loader_JsonService()
  22285.     {
  22286.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  22287.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  22288.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  22289.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/JsonFileLoader.php';
  22290.         return $this->privates['translation.loader.json'] = new \Symfony\Component\Translation\Loader\JsonFileLoader();
  22291.     }
  22292.     /**
  22293.      * Gets the private 'translation.loader.mo' shared service.
  22294.      *
  22295.      * @return \Symfony\Component\Translation\Loader\MoFileLoader
  22296.      */
  22297.     protected function getTranslation_Loader_MoService()
  22298.     {
  22299.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  22300.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  22301.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  22302.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/MoFileLoader.php';
  22303.         return $this->privates['translation.loader.mo'] = new \Symfony\Component\Translation\Loader\MoFileLoader();
  22304.     }
  22305.     /**
  22306.      * Gets the private 'translation.loader.php' shared service.
  22307.      *
  22308.      * @return \Symfony\Component\Translation\Loader\PhpFileLoader
  22309.      */
  22310.     protected function getTranslation_Loader_PhpService()
  22311.     {
  22312.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  22313.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  22314.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  22315.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/PhpFileLoader.php';
  22316.         return $this->privates['translation.loader.php'] = new \Symfony\Component\Translation\Loader\PhpFileLoader();
  22317.     }
  22318.     /**
  22319.      * Gets the private 'translation.loader.po' shared service.
  22320.      *
  22321.      * @return \Symfony\Component\Translation\Loader\PoFileLoader
  22322.      */
  22323.     protected function getTranslation_Loader_PoService()
  22324.     {
  22325.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  22326.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  22327.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  22328.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/PoFileLoader.php';
  22329.         return $this->privates['translation.loader.po'] = new \Symfony\Component\Translation\Loader\PoFileLoader();
  22330.     }
  22331.     /**
  22332.      * Gets the private 'translation.loader.qt' shared service.
  22333.      *
  22334.      * @return \Symfony\Component\Translation\Loader\QtFileLoader
  22335.      */
  22336.     protected function getTranslation_Loader_QtService()
  22337.     {
  22338.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  22339.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/QtFileLoader.php';
  22340.         return $this->privates['translation.loader.qt'] = new \Symfony\Component\Translation\Loader\QtFileLoader();
  22341.     }
  22342.     /**
  22343.      * Gets the private 'translation.loader.res' shared service.
  22344.      *
  22345.      * @return \Symfony\Component\Translation\Loader\IcuResFileLoader
  22346.      */
  22347.     protected function getTranslation_Loader_ResService()
  22348.     {
  22349.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  22350.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IcuResFileLoader.php';
  22351.         return $this->privates['translation.loader.res'] = new \Symfony\Component\Translation\Loader\IcuResFileLoader();
  22352.     }
  22353.     /**
  22354.      * Gets the private 'translation.loader.xliff' shared service.
  22355.      *
  22356.      * @return \Symfony\Component\Translation\Loader\XliffFileLoader
  22357.      */
  22358.     protected function getTranslation_Loader_XliffService()
  22359.     {
  22360.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  22361.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/XliffFileLoader.php';
  22362.         return $this->privates['translation.loader.xliff'] = new \Symfony\Component\Translation\Loader\XliffFileLoader();
  22363.     }
  22364.     /**
  22365.      * Gets the private 'translation.loader.yml' shared service.
  22366.      *
  22367.      * @return \Symfony\Component\Translation\Loader\YamlFileLoader
  22368.      */
  22369.     protected function getTranslation_Loader_YmlService()
  22370.     {
  22371.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  22372.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  22373.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  22374.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/YamlFileLoader.php';
  22375.         return $this->privates['translation.loader.yml'] = new \Symfony\Component\Translation\Loader\YamlFileLoader();
  22376.     }
  22377.     /**
  22378.      * Gets the private 'translation.provider_collection' shared service.
  22379.      *
  22380.      * @return \Symfony\Component\Translation\Provider\TranslationProviderCollection
  22381.      */
  22382.     protected function getTranslation_ProviderCollectionService()
  22383.     {
  22384.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Provider/TranslationProviderCollection.php';
  22385.         return $this->privates['translation.provider_collection'] = ($this->privates['translation.provider_collection_factory'] ?? $this->getTranslation_ProviderCollectionFactoryService())->fromConfig([]);
  22386.     }
  22387.     /**
  22388.      * Gets the private 'translation.provider_collection_factory' shared service.
  22389.      *
  22390.      * @return \Symfony\Component\Translation\Provider\TranslationProviderCollectionFactory
  22391.      */
  22392.     protected function getTranslation_ProviderCollectionFactoryService()
  22393.     {
  22394.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Provider/TranslationProviderCollectionFactory.php';
  22395.         return $this->privates['translation.provider_collection_factory'] = new \Symfony\Component\Translation\Provider\TranslationProviderCollectionFactory(new RewindableGenerator(function () {
  22396.             yield => ($this->privates['translation.provider_factory.null'] ?? ($this->privates['translation.provider_factory.null'] = new \Symfony\Component\Translation\Provider\NullProviderFactory()));
  22397.         }, 1), []);
  22398.     }
  22399.     /**
  22400.      * Gets the private 'translation.provider_factory.null' shared service.
  22401.      *
  22402.      * @return \Symfony\Component\Translation\Provider\NullProviderFactory
  22403.      */
  22404.     protected function getTranslation_ProviderFactory_NullService()
  22405.     {
  22406.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Provider/ProviderFactoryInterface.php';
  22407.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Provider/AbstractProviderFactory.php';
  22408.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Provider/NullProviderFactory.php';
  22409.         return $this->privates['translation.provider_factory.null'] = new \Symfony\Component\Translation\Provider\NullProviderFactory();
  22410.     }
  22411.     /**
  22412.      * Gets the private 'translation.reader' shared service.
  22413.      *
  22414.      * @return \Symfony\Component\Translation\Reader\TranslationReader
  22415.      */
  22416.     protected function getTranslation_ReaderService()
  22417.     {
  22418.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Reader/TranslationReaderInterface.php';
  22419.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Reader/TranslationReader.php';
  22420.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  22421.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  22422.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  22423.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/PhpFileLoader.php';
  22424.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/YamlFileLoader.php';
  22425.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/XliffFileLoader.php';
  22426.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/PoFileLoader.php';
  22427.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/MoFileLoader.php';
  22428.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/QtFileLoader.php';
  22429.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/CsvFileLoader.php';
  22430.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IcuResFileLoader.php';
  22431.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IcuDatFileLoader.php';
  22432.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IniFileLoader.php';
  22433.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/JsonFileLoader.php';
  22434.         $this->privates['translation.reader'] = $instance = new \Symfony\Component\Translation\Reader\TranslationReader();
  22435.         $a = ($this->privates['translation.loader.yml'] ?? ($this->privates['translation.loader.yml'] = new \Symfony\Component\Translation\Loader\YamlFileLoader()));
  22436.         $b = ($this->privates['translation.loader.xliff'] ?? ($this->privates['translation.loader.xliff'] = new \Symfony\Component\Translation\Loader\XliffFileLoader()));
  22437.         $instance->addLoader('php', ($this->privates['translation.loader.php'] ?? ($this->privates['translation.loader.php'] = new \Symfony\Component\Translation\Loader\PhpFileLoader())));
  22438.         $instance->addLoader('yaml'$a);
  22439.         $instance->addLoader('yml'$a);
  22440.         $instance->addLoader('xlf'$b);
  22441.         $instance->addLoader('xliff'$b);
  22442.         $instance->addLoader('po', ($this->privates['translation.loader.po'] ?? ($this->privates['translation.loader.po'] = new \Symfony\Component\Translation\Loader\PoFileLoader())));
  22443.         $instance->addLoader('mo', ($this->privates['translation.loader.mo'] ?? ($this->privates['translation.loader.mo'] = new \Symfony\Component\Translation\Loader\MoFileLoader())));
  22444.         $instance->addLoader('ts', ($this->privates['translation.loader.qt'] ?? ($this->privates['translation.loader.qt'] = new \Symfony\Component\Translation\Loader\QtFileLoader())));
  22445.         $instance->addLoader('csv', ($this->privates['translation.loader.csv'] ?? ($this->privates['translation.loader.csv'] = new \Symfony\Component\Translation\Loader\CsvFileLoader())));
  22446.         $instance->addLoader('res', ($this->privates['translation.loader.res'] ?? ($this->privates['translation.loader.res'] = new \Symfony\Component\Translation\Loader\IcuResFileLoader())));
  22447.         $instance->addLoader('dat', ($this->privates['translation.loader.dat'] ?? ($this->privates['translation.loader.dat'] = new \Symfony\Component\Translation\Loader\IcuDatFileLoader())));
  22448.         $instance->addLoader('ini', ($this->privates['translation.loader.ini'] ?? ($this->privates['translation.loader.ini'] = new \Symfony\Component\Translation\Loader\IniFileLoader())));
  22449.         $instance->addLoader('json', ($this->privates['translation.loader.json'] ?? ($this->privates['translation.loader.json'] = new \Symfony\Component\Translation\Loader\JsonFileLoader())));
  22450.         return $instance;
  22451.     }
  22452.     /**
  22453.      * Gets the private 'translation.warmer' shared service.
  22454.      *
  22455.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\TranslationsCacheWarmer
  22456.      */
  22457.     protected function getTranslation_WarmerService()
  22458.     {
  22459.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  22460.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/TranslationsCacheWarmer.php';
  22461.         return $this->privates['translation.warmer'] = new \Symfony\Bundle\FrameworkBundle\CacheWarmer\TranslationsCacheWarmer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  22462.             'translator' => ['services''translator''getTranslatorService'false],
  22463.         ], [
  22464.             'translator' => '?',
  22465.         ]))->withContext('translation.warmer'$this));
  22466.     }
  22467.     /**
  22468.      * Gets the private 'translation.writer' shared service.
  22469.      *
  22470.      * @return \Symfony\Component\Translation\Writer\TranslationWriter
  22471.      */
  22472.     protected function getTranslation_WriterService()
  22473.     {
  22474.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Writer/TranslationWriterInterface.php';
  22475.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Writer/TranslationWriter.php';
  22476.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/DumperInterface.php';
  22477.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/FileDumper.php';
  22478.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/PhpFileDumper.php';
  22479.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/XliffFileDumper.php';
  22480.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/PoFileDumper.php';
  22481.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/MoFileDumper.php';
  22482.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/YamlFileDumper.php';
  22483.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/QtFileDumper.php';
  22484.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/CsvFileDumper.php';
  22485.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/IniFileDumper.php';
  22486.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/JsonFileDumper.php';
  22487.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/IcuResFileDumper.php';
  22488.         $this->privates['translation.writer'] = $instance = new \Symfony\Component\Translation\Writer\TranslationWriter();
  22489.         $instance->addDumper('php', ($this->privates['translation.dumper.php'] ?? ($this->privates['translation.dumper.php'] = new \Symfony\Component\Translation\Dumper\PhpFileDumper())));
  22490.         $instance->addDumper('xlf', ($this->privates['translation.dumper.xliff'] ?? ($this->privates['translation.dumper.xliff'] = new \Symfony\Component\Translation\Dumper\XliffFileDumper())));
  22491.         $instance->addDumper('po', ($this->privates['translation.dumper.po'] ?? ($this->privates['translation.dumper.po'] = new \Symfony\Component\Translation\Dumper\PoFileDumper())));
  22492.         $instance->addDumper('mo', ($this->privates['translation.dumper.mo'] ?? ($this->privates['translation.dumper.mo'] = new \Symfony\Component\Translation\Dumper\MoFileDumper())));
  22493.         $instance->addDumper('yml', ($this->privates['translation.dumper.yml'] ?? ($this->privates['translation.dumper.yml'] = new \Symfony\Component\Translation\Dumper\YamlFileDumper())));
  22494.         $instance->addDumper('yaml', ($this->privates['translation.dumper.yaml'] ?? ($this->privates['translation.dumper.yaml'] = new \Symfony\Component\Translation\Dumper\YamlFileDumper('yaml'))));
  22495.         $instance->addDumper('ts', ($this->privates['translation.dumper.qt'] ?? ($this->privates['translation.dumper.qt'] = new \Symfony\Component\Translation\Dumper\QtFileDumper())));
  22496.         $instance->addDumper('csv', ($this->privates['translation.dumper.csv'] ?? ($this->privates['translation.dumper.csv'] = new \Symfony\Component\Translation\Dumper\CsvFileDumper())));
  22497.         $instance->addDumper('ini', ($this->privates['translation.dumper.ini'] ?? ($this->privates['translation.dumper.ini'] = new \Symfony\Component\Translation\Dumper\IniFileDumper())));
  22498.         $instance->addDumper('json', ($this->privates['translation.dumper.json'] ?? ($this->privates['translation.dumper.json'] = new \Symfony\Component\Translation\Dumper\JsonFileDumper())));
  22499.         $instance->addDumper('res', ($this->privates['translation.dumper.res'] ?? ($this->privates['translation.dumper.res'] = new \Symfony\Component\Translation\Dumper\IcuResFileDumper())));
  22500.         return $instance;
  22501.     }
  22502.     /**
  22503.      * Gets the private 'translator.default' shared service.
  22504.      *
  22505.      * @return \Symfony\Bundle\FrameworkBundle\Translation\Translator
  22506.      */
  22507.     protected function getTranslator_DefaultService()
  22508.     {
  22509.         $this->privates['translator.default'] = $instance = new \Symfony\Bundle\FrameworkBundle\Translation\Translator(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  22510.             'translation.loader.csv' => ['privates''translation.loader.csv''getTranslation_Loader_CsvService'false],
  22511.             'translation.loader.dat' => ['privates''translation.loader.dat''getTranslation_Loader_DatService'false],
  22512.             'translation.loader.ini' => ['privates''translation.loader.ini''getTranslation_Loader_IniService'false],
  22513.             'translation.loader.json' => ['privates''translation.loader.json''getTranslation_Loader_JsonService'false],
  22514.             'translation.loader.mo' => ['privates''translation.loader.mo''getTranslation_Loader_MoService'false],
  22515.             'translation.loader.php' => ['privates''translation.loader.php''getTranslation_Loader_PhpService'false],
  22516.             'translation.loader.po' => ['privates''translation.loader.po''getTranslation_Loader_PoService'false],
  22517.             'translation.loader.qt' => ['privates''translation.loader.qt''getTranslation_Loader_QtService'false],
  22518.             'translation.loader.res' => ['privates''translation.loader.res''getTranslation_Loader_ResService'false],
  22519.             'translation.loader.xliff' => ['privates''translation.loader.xliff''getTranslation_Loader_XliffService'false],
  22520.             'translation.loader.yml' => ['privates''translation.loader.yml''getTranslation_Loader_YmlService'false],
  22521.         ], [
  22522.             'translation.loader.csv' => '?',
  22523.             'translation.loader.dat' => '?',
  22524.             'translation.loader.ini' => '?',
  22525.             'translation.loader.json' => '?',
  22526.             'translation.loader.mo' => '?',
  22527.             'translation.loader.php' => '?',
  22528.             'translation.loader.po' => '?',
  22529.             'translation.loader.qt' => '?',
  22530.             'translation.loader.res' => '?',
  22531.             'translation.loader.xliff' => '?',
  22532.             'translation.loader.yml' => '?',
  22533.         ]), ($this->privates['translator.formatter.default'] ?? $this->getTranslator_Formatter_DefaultService()), $this->getEnv('PRIMARY_LANG'), ['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'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.af.yml')], '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/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.ar.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.ar.yml'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-time-bundle/Resources/translations/time.ar.xliff'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.ar.xliff')], 'az' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.az.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.az.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.az.xlf')], 'be' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.be.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.be.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.be.xlf')], 'bg' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.bg.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.bg.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.bg.xlf'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.bg.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.bg.yml'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-time-bundle/Resources/translations/time.bg.xliff'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.bg.xliff')], 'bs' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.bs.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.bs.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.bs.xlf')], 'ca' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.ca.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.ca.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.ca.xlf'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.ca.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.ca.yml'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-time-bundle/Resources/translations/time.ca.xliff'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.ca.xliff')], 'cs' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.cs.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.cs.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.cs.xlf'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.cs.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.cs.yml'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-time-bundle/Resources/translations/time.cs.xliff'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.cs.xliff')], '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/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.da.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.da.yml'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-time-bundle/Resources/translations/time.da.xliff'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.da.xliff')], 'de' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.de.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.de.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.de.xlf'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.de.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.de.yml'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-time-bundle/Resources/translations/time.de.xliff'), => (\dirname(__DIR__4).'/vendor/hwi/oauth-bundle/src/Resources/translations/HWIOAuthBundle.de.yml'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.de.xliff'), => (\dirname(__DIR__4).'/translations/FOSUserBundle.de.yml'), => (\dirname(__DIR__4).'/translations/email/registration_confirmation.de.yml'), 10 => (\dirname(__DIR__4).'/translations/email/reset_password.de.yml'), 11 => (\dirname(__DIR__4).'/translations/email/student_added.de.yml'), 12 => (\dirname(__DIR__4).'/translations/email/student_removed.de.yml'), 13 => (\dirname(__DIR__4).'/translations/login_clkosova.de.yml'), 14 => (\dirname(__DIR__4).'/translations/login_coderslab.de.yml'), 15 => (\dirname(__DIR__4).'/translations/login_coderslabcz.de.yml'), 16 => (\dirname(__DIR__4).'/translations/login_coderslabro.de.yml'), 17 => (\dirname(__DIR__4).'/translations/login_coderslabsi.de.yml'), 18 => (\dirname(__DIR__4).'/translations/login_producthouse.de.yml'), 19 => (\dirname(__DIR__4).'/translations/login_visuality.de.yml'), 20 => (\dirname(__DIR__4).'/translations/messages.de.yml'), 21 => (\dirname(__DIR__4).'/translations/validators.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'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.el.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.el.yml')], '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/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.en.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.en.yml'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-time-bundle/Resources/translations/time.en.xliff'), => (\dirname(__DIR__4).'/vendor/hwi/oauth-bundle/src/Resources/translations/HWIOAuthBundle.en.yml'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.en.xliff'), => (\dirname(__DIR__4).'/translations/email/registration_confirmation.en.yml'), => (\dirname(__DIR__4).'/translations/email/reset_password.en.yml'), 10 => (\dirname(__DIR__4).'/translations/email/student_added.en.yml'), 11 => (\dirname(__DIR__4).'/translations/email/student_removed.en.yml'), 12 => (\dirname(__DIR__4).'/translations/login_clkosova.en.yml'), 13 => (\dirname(__DIR__4).'/translations/login_coderslab.en.yml'), 14 => (\dirname(__DIR__4).'/translations/login_coderslabcz.en.yml'), 15 => (\dirname(__DIR__4).'/translations/login_coderslabro.en.yml'), 16 => (\dirname(__DIR__4).'/translations/login_coderslabsi.en.yml'), 17 => (\dirname(__DIR__4).'/translations/login_producthouse.en.yml'), 18 => (\dirname(__DIR__4).'/translations/login_visuality.en.yml'), 19 => (\dirname(__DIR__4).'/translations/messages.en.yml'), 20 => (\dirname(__DIR__4).'/translations/validators.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/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.es.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.es.yml'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-time-bundle/Resources/translations/time.es.xliff'), => (\dirname(__DIR__4).'/vendor/hwi/oauth-bundle/src/Resources/translations/HWIOAuthBundle.es.yml'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.es.xliff')], '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'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.et.yml')], '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/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.eu.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.eu.yml'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-time-bundle/Resources/translations/time.eu.xliff'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.eu.xliff')], 'fa' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.fa.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.fa.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.fa.xlf'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.fa.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.fa.yml'), => (\dirname(__DIR__4).'/vendor/hwi/oauth-bundle/src/Resources/translations/HWIOAuthBundle.fa.yml'), => (\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/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.fi.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.fi.yml'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-time-bundle/Resources/translations/time.fi.xliff'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.fi.xliff')], 'fr' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.fr.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.fr.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.fr.xlf'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.fr.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.fr.yml'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-time-bundle/Resources/translations/time.fr.xliff'), => (\dirname(__DIR__4).'/vendor/hwi/oauth-bundle/src/Resources/translations/HWIOAuthBundle.fr.yml'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.fr.xliff')], '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'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.gl.yml')], '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'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.he.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.he.yml')], '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/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.hr.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.hr.yml'), => (\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/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.hu.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.hu.yml'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-time-bundle/Resources/translations/time.hu.xliff'), => (\dirname(__DIR__4).'/vendor/hwi/oauth-bundle/src/Resources/translations/HWIOAuthBundle.hu.yml'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.hu.xliff')], '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/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.id.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.id.yml'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-time-bundle/Resources/translations/time.id.xliff'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.id.xliff')], 'it' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.it.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.it.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.it.xlf'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.it.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.it.yml'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-time-bundle/Resources/translations/time.it.xliff'), => (\dirname(__DIR__4).'/vendor/hwi/oauth-bundle/src/Resources/translations/HWIOAuthBundle.it.yml'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.it.xliff')], '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/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.ja.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.ja.yml'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-time-bundle/Resources/translations/time.ja.xliff'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.ja.xliff')], 'lb' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.lb.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.lb.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.lb.xlf'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.lb.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.lb.yml')], '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/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.lt.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.lt.yml'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-time-bundle/Resources/translations/time.lt.xliff'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.lt.xliff')], 'lv' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.lv.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.lv.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.lv.xlf'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.lv.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.lv.yml')], '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'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.mn.yml')], '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/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.nb.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.nb.yml'), => (\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/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.nl.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.nl.yml'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-time-bundle/Resources/translations/time.nl.xliff'), => (\dirname(__DIR__4).'/vendor/hwi/oauth-bundle/src/Resources/translations/HWIOAuthBundle.nl.yml'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.nl.xliff')], '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/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.pl.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.pl.yml'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-time-bundle/Resources/translations/time.pl.xliff'), => (\dirname(__DIR__4).'/vendor/hwi/oauth-bundle/src/Resources/translations/HWIOAuthBundle.pl.yml'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.pl.xliff'), => (\dirname(__DIR__4).'/translations/email/registration_confirmation.pl.yml'), => (\dirname(__DIR__4).'/translations/email/reset_password.pl.yml'), 10 => (\dirname(__DIR__4).'/translations/email/student_added.pl.yml'), 11 => (\dirname(__DIR__4).'/translations/email/student_removed.pl.yml'), 12 => (\dirname(__DIR__4).'/translations/login_clkosova.pl.yml'), 13 => (\dirname(__DIR__4).'/translations/login_coderslab.pl.yml'), 14 => (\dirname(__DIR__4).'/translations/login_coderslabcz.pl.yml'), 15 => (\dirname(__DIR__4).'/translations/login_coderslabro.pl.yml'), 16 => (\dirname(__DIR__4).'/translations/login_coderslabsi.pl.yml'), 17 => (\dirname(__DIR__4).'/translations/login_producthouse.pl.yml'), 18 => (\dirname(__DIR__4).'/translations/login_visuality.pl.yml'), 19 => (\dirname(__DIR__4).'/translations/messages.pl.yml'), 20 => (\dirname(__DIR__4).'/translations/validators.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/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.pt.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.pt.yml'), => (\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/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.pt_BR.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.pt_BR.yml'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-time-bundle/Resources/translations/time.pt_BR.xliff'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.pt_BR.xliff')], '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/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.ro.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.ro.yml'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-time-bundle/Resources/translations/time.ro.xliff'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.ro.xliff')], 'ru' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.ru.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.ru.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.ru.xlf'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.ru.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.ru.yml'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-time-bundle/Resources/translations/time.ru.xliff'), => (\dirname(__DIR__4).'/vendor/hwi/oauth-bundle/src/Resources/translations/HWIOAuthBundle.ru.yml'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.ru.xliff')], '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/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.sk.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.sk.yml'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-time-bundle/Resources/translations/time.sk.xliff')], '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/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.sl.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.sl.yml'), => (\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'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.sr_Latn.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.sr_Latn.yml')], '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/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.sv.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.sv.yml'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-time-bundle/Resources/translations/time.sv.xliff'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.sv.xliff')], 'th' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.th.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.th.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.th.xlf'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.th.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.th.yml'), => (\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/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.tr.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.tr.yml'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-time-bundle/Resources/translations/time.tr.xliff'), => (\dirname(__DIR__4).'/vendor/hwi/oauth-bundle/src/Resources/translations/HWIOAuthBundle.tr.yml'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.tr.xliff')], 'uk' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.uk.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.uk.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.uk.xlf'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.uk.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.uk.yml'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-time-bundle/Resources/translations/time.uk.xliff'), => (\dirname(__DIR__4).'/vendor/hwi/oauth-bundle/src/Resources/translations/HWIOAuthBundle.uk.yml'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.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/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.vi.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.vi.yml'), => (\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/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.zh_CN.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.zh_CN.yml'), => (\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')], 'bn' => [=> (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.bn.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.bn.yml')], 'bn_BD' => [=> (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.bn_BD.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.bn_BD.yml')], 'eo' => [=> (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.eo.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.eo.yml'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-time-bundle/Resources/translations/time.eo.xliff')], 'ky' => [=> (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/FOSUserBundle.ky.yml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/translations/validators.ky.yml'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-time-bundle/Resources/translations/time.ky.xliff'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.ky.xliff')], 'bs_Latn_BA' => [=> (\dirname(__DIR__4).'/vendor/knplabs/knp-time-bundle/Resources/translations/time.bs_Latn_BA.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'), => (\dirname(__DIR__4).'/vendor/hwi/oauth-bundle/src/Resources/translations/HWIOAuthBundle.zh.yml')], 'zh_HK' => [=> (\dirname(__DIR__4).'/vendor/knplabs/knp-time-bundle/Resources/translations/time.zh_HK.xliff')], 'sw' => [=> (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.sw.xliff')]], '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/friendsofsymfony/user-bundle/Resources/translations'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-time-bundle/Resources/translations'), => (\dirname(__DIR__4).'/vendor/hwi/oauth-bundle/src/Resources/translations'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations'), => (\dirname(__DIR__4).'/translations'), => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle/translations'), => (\dirname(__DIR__4).'/vendor/symfony/security-bundle/translations'), 10 => (\dirname(__DIR__4).'/vendor/symfony/twig-bundle/translations'), 11 => (\dirname(__DIR__4).'/vendor/symfony/monolog-bundle/translations'), 12 => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/translations'), 13 => (\dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/translations'), 14 => (\dirname(__DIR__4).'/src/AppBundle/translations'), 15 => (\dirname(__DIR__4).'/vendor/php-http/httplug-bundle/src/translations'), 16 => (\dirname(__DIR__4).'/vendor/jms/serializer-bundle/translations'), 17 => (\dirname(__DIR__4).'/vendor/stof/doctrine-extensions-bundle/src/translations'), 18 => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/translations'), 19 => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-fixtures-bundle/translations'), 20 => (\dirname(__DIR__4).'/vendor/sentry/sentry-symfony/src/translations'), 21 => (\dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/translations'), 22 => (\dirname(__DIR__4).'/vendor/symfony/debug-bundle/translations'), 23 => (\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/translations'), 24 => (\dirname(__DIR__4).'/vendor/nelmio/alice/src/Bridge/Symfony/translations'), 25 => (\dirname(__DIR__4).'/vendor/theofidry/alice-data-fixtures/src/Bridge/Symfony/translations'), 26 => (\dirname(__DIR__4).'/vendor/hautelook/alice-bundle/src/translations'), 27 => (\dirname(__DIR__4).'/src/SnapshotMergeToolBundle/translations'), 28 => (\dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/translations'), 29 => (\dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/translations'), 30 => (\dirname(__DIR__4).'/vendor/nelmio/cors-bundle/translations'), 31 => (\dirname(__DIR__4).'/vendor/sonata-project/entity-audit-bundle/src/translations')], 'cache_vary' => ['scanned_directories' => [=> 'vendor/symfony/validator/Resources/translations'=> 'vendor/symfony/form/Resources/translations'=> 'vendor/symfony/security-core/Resources/translations'=> 'vendor/friendsofsymfony/user-bundle/Resources/translations'=> 'vendor/knplabs/knp-time-bundle/Resources/translations'=> 'vendor/hwi/oauth-bundle/src/Resources/translations'=> 'vendor/knplabs/knp-paginator-bundle/translations'=> 'translations'=> 'vendor/symfony/framework-bundle/translations'=> 'vendor/symfony/security-bundle/translations'10 => 'vendor/symfony/twig-bundle/translations'11 => 'vendor/symfony/monolog-bundle/translations'12 => 'vendor/doctrine/doctrine-bundle/translations'13 => 'vendor/sensio/framework-extra-bundle/src/translations'14 => 'src/AppBundle/translations'15 => 'vendor/php-http/httplug-bundle/src/translations'16 => 'vendor/jms/serializer-bundle/translations'17 => 'vendor/stof/doctrine-extensions-bundle/src/translations'18 => 'vendor/doctrine/doctrine-migrations-bundle/translations'19 => 'vendor/doctrine/doctrine-fixtures-bundle/translations'20 => 'vendor/sentry/sentry-symfony/src/translations'21 => 'vendor/lexik/jwt-authentication-bundle/translations'22 => 'vendor/symfony/debug-bundle/translations'23 => 'vendor/symfony/web-profiler-bundle/translations'24 => 'vendor/nelmio/alice/src/Bridge/Symfony/translations'25 => 'vendor/theofidry/alice-data-fixtures/src/Bridge/Symfony/translations'26 => 'vendor/hautelook/alice-bundle/src/translations'27 => 'src/SnapshotMergeToolBundle/translations'28 => 'vendor/symfony/maker-bundle/src/translations'29 => 'vendor/nelmio/api-doc-bundle/translations'30 => 'vendor/nelmio/cors-bundle/translations'31 => 'vendor/sonata-project/entity-audit-bundle/src/translations']]], []);
  22534.         $instance->setConfigCacheFactory(($this->privates['config_cache_factory'] ?? $this->getConfigCacheFactoryService()));
  22535.         $instance->setFallbackLocales([=> $this->getEnv('string:PRIMARY_LANG'), => 'en']);
  22536.         return $instance;
  22537.     }
  22538.     /**
  22539.      * Gets the private 'translator.formatter.default' shared service.
  22540.      *
  22541.      * @return \Symfony\Component\Translation\Formatter\MessageFormatter
  22542.      */
  22543.     protected function getTranslator_Formatter_DefaultService()
  22544.     {
  22545.         return $this->privates['translator.formatter.default'] = new \Symfony\Component\Translation\Formatter\MessageFormatter(($this->privates['identity_translator'] ?? ($this->privates['identity_translator'] = new \Symfony\Component\Translation\IdentityTranslator())));
  22546.     }
  22547.     /**
  22548.      * Gets the private 'twig.app_variable' shared service.
  22549.      *
  22550.      * @return \Symfony\Bridge\Twig\AppVariable
  22551.      */
  22552.     protected function getTwig_AppVariableService()
  22553.     {
  22554.         $this->privates['twig.app_variable'] = $instance = new \Symfony\Bridge\Twig\AppVariable();
  22555.         $instance->setEnvironment('dev');
  22556.         $instance->setDebug(true);
  22557.         if ($this->has('.container.private.security.token_storage')) {
  22558.             $instance->setTokenStorage(($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()));
  22559.         }
  22560.         if ($this->has('request_stack')) {
  22561.             $instance->setRequestStack(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  22562.         }
  22563.         return $instance;
  22564.     }
  22565.     /**
  22566.      * Gets the private 'twig.command.debug' shared service.
  22567.      *
  22568.      * @return \Symfony\Bridge\Twig\Command\DebugCommand
  22569.      */
  22570.     protected function getTwig_Command_DebugService()
  22571.     {
  22572.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  22573.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Command/DebugCommand.php';
  22574.         $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()));
  22575.         $instance->setName('debug:twig');
  22576.         $instance->setDescription('Show a list of twig functions, filters, globals and tests');
  22577.         return $instance;
  22578.     }
  22579.     /**
  22580.      * Gets the private 'twig.command.lint' shared service.
  22581.      *
  22582.      * @return \Symfony\Bundle\TwigBundle\Command\LintCommand
  22583.      */
  22584.     protected function getTwig_Command_LintService()
  22585.     {
  22586.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  22587.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Command/LintCommand.php';
  22588.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bundle/Command/LintCommand.php';
  22589.         $this->privates['twig.command.lint'] = $instance = new \Symfony\Bundle\TwigBundle\Command\LintCommand(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  22590.         $instance->setName('lint:twig');
  22591.         $instance->setDescription('Lint a Twig template and outputs encountered errors');
  22592.         return $instance;
  22593.     }
  22594.     /**
  22595.      * Gets the private 'twig.configurator.environment' shared service.
  22596.      *
  22597.      * @return \Symfony\Bundle\TwigBundle\DependencyInjection\Configurator\EnvironmentConfigurator
  22598.      */
  22599.     protected function getTwig_Configurator_EnvironmentService()
  22600.     {
  22601.         return $this->privates['twig.configurator.environment'] = new \Symfony\Bundle\TwigBundle\DependencyInjection\Configurator\EnvironmentConfigurator('F j, Y H:i''%d days'NULL0'.'',');
  22602.     }
  22603.     /**
  22604.      * Gets the private 'twig.error_renderer.html' shared service.
  22605.      *
  22606.      * @return \Symfony\Bridge\Twig\ErrorRenderer\TwigErrorRenderer
  22607.      */
  22608.     protected function getTwig_ErrorRenderer_HtmlService()
  22609.     {
  22610.         include_once \dirname(__DIR__4).'/vendor/symfony/error-handler/ErrorRenderer/ErrorRendererInterface.php';
  22611.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/ErrorRenderer/TwigErrorRenderer.php';
  22612.         return $this->privates['twig.error_renderer.html'] = 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(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), true));
  22613.     }
  22614.     /**
  22615.      * Gets the private 'twig.extension.assets' shared service.
  22616.      *
  22617.      * @return \Symfony\Bridge\Twig\Extension\AssetExtension
  22618.      */
  22619.     protected function getTwig_Extension_AssetsService()
  22620.     {
  22621.         return $this->privates['twig.extension.assets'] = new \Symfony\Bridge\Twig\Extension\AssetExtension(($this->privates['assets.packages'] ?? $this->getAssets_PackagesService()));
  22622.     }
  22623.     /**
  22624.      * Gets the private 'twig.extension.code' shared service.
  22625.      *
  22626.      * @return \Symfony\Bridge\Twig\Extension\CodeExtension
  22627.      */
  22628.     protected function getTwig_Extension_CodeService()
  22629.     {
  22630.         return $this->privates['twig.extension.code'] = new \Symfony\Bridge\Twig\Extension\CodeExtension(($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService()), \dirname(__DIR__4), 'UTF-8');
  22631.     }
  22632.     /**
  22633.      * Gets the private 'twig.extension.debug.stopwatch' shared service.
  22634.      *
  22635.      * @return \Symfony\Bridge\Twig\Extension\StopwatchExtension
  22636.      */
  22637.     protected function getTwig_Extension_Debug_StopwatchService()
  22638.     {
  22639.         return $this->privates['twig.extension.debug.stopwatch'] = new \Symfony\Bridge\Twig\Extension\StopwatchExtension(($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))), true);
  22640.     }
  22641.     /**
  22642.      * Gets the private 'twig.extension.dump' shared service.
  22643.      *
  22644.      * @return \Symfony\Bridge\Twig\Extension\DumpExtension
  22645.      */
  22646.     protected function getTwig_Extension_DumpService()
  22647.     {
  22648.         return $this->privates['twig.extension.dump'] = new \Symfony\Bridge\Twig\Extension\DumpExtension(($this->services['var_dumper.cloner'] ?? $this->getVarDumper_ClonerService()), ($this->privates['var_dumper.html_dumper'] ?? $this->getVarDumper_HtmlDumperService()));
  22649.     }
  22650.     /**
  22651.      * Gets the private 'twig.extension.expression' shared service.
  22652.      *
  22653.      * @return \Symfony\Bridge\Twig\Extension\ExpressionExtension
  22654.      */
  22655.     protected function getTwig_Extension_ExpressionService()
  22656.     {
  22657.         return $this->privates['twig.extension.expression'] = new \Symfony\Bridge\Twig\Extension\ExpressionExtension();
  22658.     }
  22659.     /**
  22660.      * Gets the private 'twig.extension.form' shared service.
  22661.      *
  22662.      * @return \Symfony\Bridge\Twig\Extension\FormExtension
  22663.      */
  22664.     protected function getTwig_Extension_FormService()
  22665.     {
  22666.         return $this->privates['twig.extension.form'] = new \Symfony\Bridge\Twig\Extension\FormExtension(($this->services['translator'] ?? $this->getTranslatorService()));
  22667.     }
  22668.     /**
  22669.      * Gets the private 'twig.extension.httpfoundation' shared service.
  22670.      *
  22671.      * @return \Symfony\Bridge\Twig\Extension\HttpFoundationExtension
  22672.      */
  22673.     protected function getTwig_Extension_HttpfoundationService()
  22674.     {
  22675.         return $this->privates['twig.extension.httpfoundation'] = new \Symfony\Bridge\Twig\Extension\HttpFoundationExtension(($this->privates['url_helper'] ?? $this->getUrlHelperService()));
  22676.     }
  22677.     /**
  22678.      * Gets the private 'twig.extension.httpkernel' shared service.
  22679.      *
  22680.      * @return \Symfony\Bridge\Twig\Extension\HttpKernelExtension
  22681.      */
  22682.     protected function getTwig_Extension_HttpkernelService()
  22683.     {
  22684.         return $this->privates['twig.extension.httpkernel'] = new \Symfony\Bridge\Twig\Extension\HttpKernelExtension();
  22685.     }
  22686.     /**
  22687.      * Gets the private 'twig.extension.logout_url' shared service.
  22688.      *
  22689.      * @return \Symfony\Bridge\Twig\Extension\LogoutUrlExtension
  22690.      */
  22691.     protected function getTwig_Extension_LogoutUrlService()
  22692.     {
  22693.         return $this->privates['twig.extension.logout_url'] = new \Symfony\Bridge\Twig\Extension\LogoutUrlExtension(($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService()));
  22694.     }
  22695.     /**
  22696.      * Gets the private 'twig.extension.profiler' shared service.
  22697.      *
  22698.      * @return \Symfony\Bridge\Twig\Extension\ProfilerExtension
  22699.      */
  22700.     protected function getTwig_Extension_ProfilerService()
  22701.     {
  22702.         return $this->privates['twig.extension.profiler'] = new \Symfony\Bridge\Twig\Extension\ProfilerExtension(($this->privates['twig.profile'] ?? ($this->privates['twig.profile'] = new \Twig\Profiler\Profile())), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  22703.     }
  22704.     /**
  22705.      * Gets the private 'twig.extension.routing' shared service.
  22706.      *
  22707.      * @return \Symfony\Bridge\Twig\Extension\RoutingExtension
  22708.      */
  22709.     protected function getTwig_Extension_RoutingService()
  22710.     {
  22711.         return $this->privates['twig.extension.routing'] = new \Symfony\Bridge\Twig\Extension\RoutingExtension(($this->services['router'] ?? $this->getRouterService()));
  22712.     }
  22713.     /**
  22714.      * Gets the private 'twig.extension.security' shared service.
  22715.      *
  22716.      * @return \Symfony\Bridge\Twig\Extension\SecurityExtension
  22717.      */
  22718.     protected function getTwig_Extension_SecurityService()
  22719.     {
  22720.         return $this->privates['twig.extension.security'] = new \Symfony\Bridge\Twig\Extension\SecurityExtension(($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService()), ($this->privates['security.impersonate_url_generator'] ?? $this->getSecurity_ImpersonateUrlGeneratorService()));
  22721.     }
  22722.     /**
  22723.      * Gets the private 'twig.extension.serializer' shared service.
  22724.      *
  22725.      * @return \Symfony\Bridge\Twig\Extension\SerializerExtension
  22726.      */
  22727.     protected function getTwig_Extension_SerializerService()
  22728.     {
  22729.         return $this->privates['twig.extension.serializer'] = new \Symfony\Bridge\Twig\Extension\SerializerExtension();
  22730.     }
  22731.     /**
  22732.      * Gets the private 'twig.extension.trans' shared service.
  22733.      *
  22734.      * @return \Symfony\Bridge\Twig\Extension\TranslationExtension
  22735.      */
  22736.     protected function getTwig_Extension_TransService()
  22737.     {
  22738.         return $this->privates['twig.extension.trans'] = new \Symfony\Bridge\Twig\Extension\TranslationExtension(($this->services['translator'] ?? $this->getTranslatorService()));
  22739.     }
  22740.     /**
  22741.      * Gets the private 'twig.extension.webprofiler' shared service.
  22742.      *
  22743.      * @return \Symfony\Bundle\WebProfilerBundle\Twig\WebProfilerExtension
  22744.      */
  22745.     protected function getTwig_Extension_WebprofilerService()
  22746.     {
  22747.         $a = new \Symfony\Component\VarDumper\Dumper\HtmlDumper(NULL'UTF-8'1);
  22748.         $a->setDisplayOptions(['maxStringLength' => 4096'fileLinkFormat' => ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService())]);
  22749.         return $this->privates['twig.extension.webprofiler'] = new \Symfony\Bundle\WebProfilerBundle\Twig\WebProfilerExtension($a);
  22750.     }
  22751.     /**
  22752.      * Gets the private 'twig.extension.yaml' shared service.
  22753.      *
  22754.      * @return \Symfony\Bridge\Twig\Extension\YamlExtension
  22755.      */
  22756.     protected function getTwig_Extension_YamlService()
  22757.     {
  22758.         return $this->privates['twig.extension.yaml'] = new \Symfony\Bridge\Twig\Extension\YamlExtension();
  22759.     }
  22760.     /**
  22761.      * Gets the private 'twig.form.engine' shared service.
  22762.      *
  22763.      * @return \Symfony\Bridge\Twig\Form\TwigRendererEngine
  22764.      */
  22765.     protected function getTwig_Form_EngineService()
  22766.     {
  22767.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormRendererEngineInterface.php';
  22768.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractRendererEngine.php';
  22769.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Form/TwigRendererEngine.php';
  22770.         return $this->privates['twig.form.engine'] = new \Symfony\Bridge\Twig\Form\TwigRendererEngine($this->parameters['twig.form.resources'], ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  22771.     }
  22772.     /**
  22773.      * Gets the private 'twig.form.renderer' shared service.
  22774.      *
  22775.      * @return \Symfony\Component\Form\FormRenderer
  22776.      */
  22777.     protected function getTwig_Form_RendererService()
  22778.     {
  22779.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormRendererInterface.php';
  22780.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormRenderer.php';
  22781.         return $this->privates['twig.form.renderer'] = new \Symfony\Component\Form\FormRenderer(($this->privates['twig.form.engine'] ?? $this->getTwig_Form_EngineService()), NULL);
  22782.     }
  22783.     /**
  22784.      * Gets the private 'twig.loader.native_filesystem' shared service.
  22785.      *
  22786.      * @return \Twig\Loader\FilesystemLoader
  22787.      */
  22788.     protected function getTwig_Loader_NativeFilesystemService()
  22789.     {
  22790.         $this->privates['twig.loader.native_filesystem'] = $instance = new \Twig\Loader\FilesystemLoader([], \dirname(__DIR__4));
  22791.         $instance->addPath((\dirname(__DIR__4).'/vendor/symfony/security-bundle/Resources/views'), 'Security');
  22792.         $instance->addPath((\dirname(__DIR__4).'/vendor/symfony/security-bundle/Resources/views'), '!Security');
  22793.         $instance->addPath((\dirname(__DIR__4).'/templates/bundles/TwigBundle'), 'Twig');
  22794.         $instance->addPath((\dirname(__DIR__4).'/templates/bundles/TwigBundle'), '!Twig');
  22795.         $instance->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Resources/views'), 'Doctrine');
  22796.         $instance->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Resources/views'), '!Doctrine');
  22797.         $instance->addPath((\dirname(__DIR__4).'/templates/bundles/FOSUserBundle'), 'FOSUser');
  22798.         $instance->addPath((\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/views'), 'FOSUser');
  22799.         $instance->addPath((\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/views'), '!FOSUser');
  22800.         $instance->addPath((\dirname(__DIR__4).'/vendor/php-http/httplug-bundle/src/Resources/views'), 'Httplug');
  22801.         $instance->addPath((\dirname(__DIR__4).'/vendor/php-http/httplug-bundle/src/Resources/views'), '!Httplug');
  22802.         $instance->addPath((\dirname(__DIR__4).'/vendor/hwi/oauth-bundle/src/Resources/views'), 'HWIOAuth');
  22803.         $instance->addPath((\dirname(__DIR__4).'/vendor/hwi/oauth-bundle/src/Resources/views'), '!HWIOAuth');
  22804.         $instance->addPath((\dirname(__DIR__4).'/vendor/jms/serializer-bundle/Resources/views'), 'JMSSerializer');
  22805.         $instance->addPath((\dirname(__DIR__4).'/vendor/jms/serializer-bundle/Resources/views'), '!JMSSerializer');
  22806.         $instance->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Resources/views'), 'DoctrineMigrations');
  22807.         $instance->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Resources/views'), '!DoctrineMigrations');
  22808.         $instance->addPath((\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/templates'), 'KnpPaginator');
  22809.         $instance->addPath((\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/templates'), '!KnpPaginator');
  22810.         $instance->addPath((\dirname(__DIR__4).'/vendor/symfony/debug-bundle/Resources/views'), 'Debug');
  22811.         $instance->addPath((\dirname(__DIR__4).'/vendor/symfony/debug-bundle/Resources/views'), '!Debug');
  22812.         $instance->addPath((\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Resources/views'), 'WebProfiler');
  22813.         $instance->addPath((\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Resources/views'), '!WebProfiler');
  22814.         $instance->addPath((\dirname(__DIR__4).'/src/SnapshotMergeToolBundle/Resources/views'), 'SnapshotMergeTool');
  22815.         $instance->addPath((\dirname(__DIR__4).'/src/SnapshotMergeToolBundle/Resources/views'), '!SnapshotMergeTool');
  22816.         $instance->addPath((\dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Resources/views'), 'NelmioApiDoc');
  22817.         $instance->addPath((\dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Resources/views'), '!NelmioApiDoc');
  22818.         $instance->addPath((\dirname(__DIR__4).'/templates/bundles/SimpleThingsEntityAuditBundle'), 'SimpleThingsEntityAudit');
  22819.         $instance->addPath((\dirname(__DIR__4).'/vendor/sonata-project/entity-audit-bundle/src/Resources/views'), 'SimpleThingsEntityAudit');
  22820.         $instance->addPath((\dirname(__DIR__4).'/vendor/sonata-project/entity-audit-bundle/src/Resources/views'), '!SimpleThingsEntityAudit');
  22821.         $instance->addPath((\dirname(__DIR__4).'/templates'));
  22822.         $instance->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Email'), 'email');
  22823.         $instance->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Email'), '!email');
  22824.         $instance->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Form'));
  22825.         return $instance;
  22826.     }
  22827.     /**
  22828.      * Gets the private 'twig.mailer.message_listener' shared service.
  22829.      *
  22830.      * @return \Symfony\Component\Mailer\EventListener\MessageListener
  22831.      */
  22832.     protected function getTwig_Mailer_MessageListenerService()
  22833.     {
  22834.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/EventListener/MessageListener.php';
  22835.         return $this->privates['twig.mailer.message_listener'] = new \Symfony\Component\Mailer\EventListener\MessageListener(NULL, ($this->privates['twig.mime_body_renderer'] ?? $this->getTwig_MimeBodyRendererService()));
  22836.     }
  22837.     /**
  22838.      * Gets the private 'twig.mime_body_renderer' shared service.
  22839.      *
  22840.      * @return \Symfony\Bridge\Twig\Mime\BodyRenderer
  22841.      */
  22842.     protected function getTwig_MimeBodyRendererService()
  22843.     {
  22844.         include_once \dirname(__DIR__4).'/vendor/symfony/mime/BodyRendererInterface.php';
  22845.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Mime/BodyRenderer.php';
  22846.         return $this->privates['twig.mime_body_renderer'] = new \Symfony\Bridge\Twig\Mime\BodyRenderer(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  22847.     }
  22848.     /**
  22849.      * Gets the private 'twig.profile' shared service.
  22850.      *
  22851.      * @return \Twig\Profiler\Profile
  22852.      */
  22853.     protected function getTwig_ProfileService()
  22854.     {
  22855.         return $this->privates['twig.profile'] = new \Twig\Profiler\Profile();
  22856.     }
  22857.     /**
  22858.      * Gets the private 'twig.runtime.httpkernel' shared service.
  22859.      *
  22860.      * @return \Symfony\Bridge\Twig\Extension\HttpKernelRuntime
  22861.      */
  22862.     protected function getTwig_Runtime_HttpkernelService()
  22863.     {
  22864.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/HttpKernelRuntime.php';
  22865.         return $this->privates['twig.runtime.httpkernel'] = new \Symfony\Bridge\Twig\Extension\HttpKernelRuntime(($this->privates['fragment.handler'] ?? $this->getFragment_HandlerService()), ($this->privates['fragment.uri_generator'] ?? $this->getFragment_UriGeneratorService()));
  22866.     }
  22867.     /**
  22868.      * Gets the private 'twig.runtime.serializer' shared service.
  22869.      *
  22870.      * @return \Symfony\Bridge\Twig\Extension\SerializerRuntime
  22871.      */
  22872.     protected function getTwig_Runtime_SerializerService()
  22873.     {
  22874.         include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/RuntimeExtensionInterface.php';
  22875.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/SerializerRuntime.php';
  22876.         return $this->privates['twig.runtime.serializer'] = new \Symfony\Bridge\Twig\Extension\SerializerRuntime(($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService()));
  22877.     }
  22878.     /**
  22879.      * Gets the private 'twig.runtime_loader' shared service.
  22880.      *
  22881.      * @return \Twig\RuntimeLoader\ContainerRuntimeLoader
  22882.      */
  22883.     protected function getTwig_RuntimeLoaderService()
  22884.     {
  22885.         return $this->privates['twig.runtime_loader'] = new \Twig\RuntimeLoader\ContainerRuntimeLoader(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  22886.             'Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => ['privates''twig.runtime.httpkernel''getTwig_Runtime_HttpkernelService'false],
  22887.             'Symfony\\Bridge\\Twig\\Extension\\SerializerRuntime' => ['privates''twig.runtime.serializer''getTwig_Runtime_SerializerService'false],
  22888.             'Symfony\\Component\\Form\\FormRenderer' => ['privates''twig.form.renderer''getTwig_Form_RendererService'false],
  22889.             'HWI\\Bundle\\OAuthBundle\\Twig\\Extension\\OAuthRuntime' => ['privates''hwi_oauth.twig.extension.oauth.runtime''getHwiOauth_Twig_Extension_Oauth_RuntimeService'false],
  22890.             'JMS\\Serializer\\Twig\\SerializerRuntimeHelper' => ['privates''jms_serializer.twig_extension.serializer_runtime_helper''getJmsSerializer_TwigExtension_SerializerRuntimeHelperService'false],
  22891.         ], [
  22892.             'Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => '?',
  22893.             'Symfony\\Bridge\\Twig\\Extension\\SerializerRuntime' => '?',
  22894.             'Symfony\\Component\\Form\\FormRenderer' => '?',
  22895.             'HWI\\Bundle\\OAuthBundle\\Twig\\Extension\\OAuthRuntime' => '?',
  22896.             'JMS\\Serializer\\Twig\\SerializerRuntimeHelper' => '?',
  22897.         ]));
  22898.     }
  22899.     /**
  22900.      * Gets the private 'twig.template_cache_warmer' shared service.
  22901.      *
  22902.      * @return \Symfony\Bundle\TwigBundle\CacheWarmer\TemplateCacheWarmer
  22903.      */
  22904.     protected function getTwig_TemplateCacheWarmerService()
  22905.     {
  22906.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  22907.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bundle/CacheWarmer/TemplateCacheWarmer.php';
  22908.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bundle/TemplateIterator.php';
  22909.         return $this->privates['twig.template_cache_warmer'] = new \Symfony\Bundle\TwigBundle\CacheWarmer\TemplateCacheWarmer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  22910.             'twig' => ['services''.container.private.twig''get_Container_Private_TwigService'false],
  22911.         ], [
  22912.             'twig' => '?',
  22913.         ]))->withContext('twig.template_cache_warmer'$this), ($this->privates['twig.template_iterator'] ?? ($this->privates['twig.template_iterator'] = new \Symfony\Bundle\TwigBundle\TemplateIterator(($this->services['kernel'] ?? $this->get('kernel'1)), [(\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Email') => 'email', (\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Form') => NULL], (\dirname(__DIR__4).'/templates')))));
  22914.     }
  22915.     /**
  22916.      * Gets the private 'twig.template_iterator' shared service.
  22917.      *
  22918.      * @return \Symfony\Bundle\TwigBundle\TemplateIterator
  22919.      */
  22920.     protected function getTwig_TemplateIteratorService()
  22921.     {
  22922.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bundle/TemplateIterator.php';
  22923.         return $this->privates['twig.template_iterator'] = new \Symfony\Bundle\TwigBundle\TemplateIterator(($this->services['kernel'] ?? $this->get('kernel'1)), [(\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Email') => 'email', (\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Form') => NULL], (\dirname(__DIR__4).'/templates'));
  22924.     }
  22925.     /**
  22926.      * Gets the private 'twig.translation.extractor' shared service.
  22927.      *
  22928.      * @return \Symfony\Bridge\Twig\Translation\TwigExtractor
  22929.      */
  22930.     protected function getTwig_Translation_ExtractorService()
  22931.     {
  22932.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Extractor/AbstractFileExtractor.php';
  22933.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Extractor/ExtractorInterface.php';
  22934.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Translation/TwigExtractor.php';
  22935.         return $this->privates['twig.translation.extractor'] = new \Symfony\Bridge\Twig\Translation\TwigExtractor(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  22936.     }
  22937.     /**
  22938.      * Gets the private 'uri_signer' shared service.
  22939.      *
  22940.      * @return \Symfony\Component\HttpKernel\UriSigner
  22941.      */
  22942.     protected function getUriSignerService()
  22943.     {
  22944.         return $this->privates['uri_signer'] = new \Symfony\Component\HttpKernel\UriSigner($this->getEnv('APP_SECRET'));
  22945.     }
  22946.     /**
  22947.      * Gets the private 'url_helper' shared service.
  22948.      *
  22949.      * @return \Symfony\Component\HttpFoundation\UrlHelper
  22950.      */
  22951.     protected function getUrlHelperService()
  22952.     {
  22953.         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()));
  22954.     }
  22955.     /**
  22956.      * Gets the private 'validate_request_listener' shared service.
  22957.      *
  22958.      * @return \Symfony\Component\HttpKernel\EventListener\ValidateRequestListener
  22959.      */
  22960.     protected function getValidateRequestListenerService()
  22961.     {
  22962.         return $this->privates['validate_request_listener'] = new \Symfony\Component\HttpKernel\EventListener\ValidateRequestListener();
  22963.     }
  22964.     /**
  22965.      * Gets the private 'validator.builder' shared service.
  22966.      *
  22967.      * @return \Symfony\Component\Validator\ValidatorBuilder
  22968.      */
  22969.     protected function getValidator_BuilderService()
  22970.     {
  22971.         $this->privates['validator.builder'] = $instance \Symfony\Component\Validator\Validation::createValidatorBuilder();
  22972.         $instance->setConstraintValidatorFactory(($this->privates['validator.validator_factory'] ?? $this->getValidator_ValidatorFactoryService()));
  22973.         if ($this->has('translator')) {
  22974.             $instance->setTranslator(($this->services['translator'] ?? $this->getTranslatorService()));
  22975.         }
  22976.         $instance->setTranslationDomain('validators');
  22977.         $instance->addXmlMappings([=> (\dirname(__DIR__4).'/vendor/symfony/form/Resources/config/validation.xml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/Resources/config/validation.xml')]);
  22978.         $instance->enableAnnotationMapping(true);
  22979.         $instance->setDoctrineAnnotationReader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  22980.         $instance->addMethodMapping('loadValidatorMetadata');
  22981.         $instance->addObjectInitializers([=> ($this->privates['doctrine.orm.validator_initializer'] ?? $this->getDoctrine_Orm_ValidatorInitializerService()), => ($this->privates['fos_user.validator.initializer'] ?? $this->getFosUser_Validator_InitializerService())]);
  22982.         $instance->addLoader(($this->privates['validator.property_info_loader'] ?? $this->getValidator_PropertyInfoLoaderService()));
  22983.         $instance->addLoader(($this->privates['doctrine.orm.default_entity_manager.validator_loader'] ?? $this->getDoctrine_Orm_DefaultEntityManager_ValidatorLoaderService()));
  22984.         $instance->addXmlMapping((\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle/DependencyInjection/Compiler/../../Resources/config/storage-validation/orm.xml'));
  22985.         return $instance;
  22986.     }
  22987.     /**
  22988.      * Gets the private 'validator.email' shared service.
  22989.      *
  22990.      * @return \Symfony\Component\Validator\Constraints\EmailValidator
  22991.      */
  22992.     protected function getValidator_EmailService()
  22993.     {
  22994.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  22995.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  22996.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/Constraints/EmailValidator.php';
  22997.         return $this->privates['validator.email'] = new \Symfony\Component\Validator\Constraints\EmailValidator('html5');
  22998.     }
  22999.     /**
  23000.      * Gets the private 'validator.expression' shared service.
  23001.      *
  23002.      * @return \Symfony\Component\Validator\Constraints\ExpressionValidator
  23003.      */
  23004.     protected function getValidator_ExpressionService()
  23005.     {
  23006.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  23007.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  23008.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/Constraints/ExpressionValidator.php';
  23009.         return $this->privates['validator.expression'] = new \Symfony\Component\Validator\Constraints\ExpressionValidator(($this->privates['validator.expression_language'] ?? $this->getValidator_ExpressionLanguageService()));
  23010.     }
  23011.     /**
  23012.      * Gets the private 'validator.expression_language' shared service.
  23013.      *
  23014.      * @return \Symfony\Component\ExpressionLanguage\ExpressionLanguage
  23015.      */
  23016.     protected function getValidator_ExpressionLanguageService()
  23017.     {
  23018.         return $this->privates['validator.expression_language'] = new \Symfony\Component\ExpressionLanguage\ExpressionLanguage(($this->services['cache.validator_expression_language'] ?? $this->getCache_ValidatorExpressionLanguageService()));
  23019.     }
  23020.     /**
  23021.      * Gets the private 'validator.mapping.cache_warmer' shared service.
  23022.      *
  23023.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\ValidatorCacheWarmer
  23024.      */
  23025.     protected function getValidator_Mapping_CacheWarmerService()
  23026.     {
  23027.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  23028.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/AbstractPhpFileCacheWarmer.php';
  23029.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/ValidatorCacheWarmer.php';
  23030.         return $this->privates['validator.mapping.cache_warmer'] = new \Symfony\Bundle\FrameworkBundle\CacheWarmer\ValidatorCacheWarmer(($this->privates['validator.builder'] ?? $this->getValidator_BuilderService()), ($this->targetDir.''.'/validation.php'));
  23031.     }
  23032.     /**
  23033.      * Gets the private 'validator.not_compromised_password' shared service.
  23034.      *
  23035.      * @return \Symfony\Component\Validator\Constraints\NotCompromisedPasswordValidator
  23036.      */
  23037.     protected function getValidator_NotCompromisedPasswordService()
  23038.     {
  23039.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  23040.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  23041.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/Constraints/NotCompromisedPasswordValidator.php';
  23042.         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);
  23043.     }
  23044.     /**
  23045.      * Gets the private 'validator.property_info_loader' shared service.
  23046.      *
  23047.      * @return \Symfony\Component\Validator\Mapping\Loader\PropertyInfoLoader
  23048.      */
  23049.     protected function getValidator_PropertyInfoLoaderService()
  23050.     {
  23051.         $a = ($this->privates['property_info'] ?? $this->getPropertyInfoService());
  23052.         return $this->privates['validator.property_info_loader'] = new \Symfony\Component\Validator\Mapping\Loader\PropertyInfoLoader($a$a$aNULL);
  23053.     }
  23054.     /**
  23055.      * Gets the private 'validator.validator_factory' shared service.
  23056.      *
  23057.      * @return \Symfony\Component\Validator\ContainerConstraintValidatorFactory
  23058.      */
  23059.     protected function getValidator_ValidatorFactoryService()
  23060.     {
  23061.         return $this->privates['validator.validator_factory'] = new \Symfony\Component\Validator\ContainerConstraintValidatorFactory(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  23062.             'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator' => ['privates''doctrine.orm.validator.unique''getDoctrine_Orm_Validator_UniqueService'false],
  23063.             'Symfony\\Component\\Security\\Core\\Validator\\Constraints\\UserPasswordValidator' => ['privates''security.validator.user_password''getSecurity_Validator_UserPasswordService'false],
  23064.             'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => ['privates''validator.email''getValidator_EmailService'false],
  23065.             'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => ['privates''validator.expression''getValidator_ExpressionService'false],
  23066.             'Symfony\\Component\\Validator\\Constraints\\NotCompromisedPasswordValidator' => ['privates''validator.not_compromised_password''getValidator_NotCompromisedPasswordService'false],
  23067.             'doctrine.orm.validator.unique' => ['privates''doctrine.orm.validator.unique''getDoctrine_Orm_Validator_UniqueService'false],
  23068.             'security.validator.user_password' => ['privates''security.validator.user_password''getSecurity_Validator_UserPasswordService'false],
  23069.             'validator.expression' => ['privates''validator.expression''getValidator_ExpressionService'false],
  23070.         ], [
  23071.             'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator' => '?',
  23072.             'Symfony\\Component\\Security\\Core\\Validator\\Constraints\\UserPasswordValidator' => '?',
  23073.             'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => '?',
  23074.             'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => '?',
  23075.             'Symfony\\Component\\Validator\\Constraints\\NotCompromisedPasswordValidator' => '?',
  23076.             'doctrine.orm.validator.unique' => '?',
  23077.             'security.validator.user_password' => '?',
  23078.             'validator.expression' => '?',
  23079.         ]));
  23080.     }
  23081.     /**
  23082.      * Gets the private 'var_dumper.command.server_dump' shared service.
  23083.      *
  23084.      * @return \Symfony\Component\VarDumper\Command\ServerDumpCommand
  23085.      */
  23086.     protected function getVarDumper_Command_ServerDumpService()
  23087.     {
  23088.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  23089.         include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Command/ServerDumpCommand.php';
  23090.         include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Command/Descriptor/DumpDescriptorInterface.php';
  23091.         include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Command/Descriptor/CliDescriptor.php';
  23092.         include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Command/Descriptor/HtmlDescriptor.php';
  23093.         $this->privates['var_dumper.command.server_dump'] = $instance = new \Symfony\Component\VarDumper\Command\ServerDumpCommand(($this->privates['var_dumper.dump_server'] ?? $this->getVarDumper_DumpServerService()), ['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()))]);
  23094.         $instance->setName('server:dump');
  23095.         $instance->setDescription('Start a dump server that collects and displays dumps in a single place');
  23096.         return $instance;
  23097.     }
  23098.     /**
  23099.      * Gets the private 'var_dumper.contextualized_cli_dumper' shared service.
  23100.      *
  23101.      * @return \Symfony\Component\VarDumper\Dumper\ContextualizedDumper
  23102.      */
  23103.     protected function getVarDumper_ContextualizedCliDumperService()
  23104.     {
  23105.         include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextualizedDumper.php';
  23106.         return $this->privates['var_dumper.contextualized_cli_dumper'] = 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()))]);
  23107.     }
  23108.     /**
  23109.      * Gets the private 'var_dumper.contextualized_cli_dumper.inner' shared service.
  23110.      *
  23111.      * @return \Symfony\Component\VarDumper\Dumper\CliDumper
  23112.      */
  23113.     protected function getVarDumper_ContextualizedCliDumper_InnerService()
  23114.     {
  23115.         $this->privates['var_dumper.contextualized_cli_dumper.inner'] = $instance = new \Symfony\Component\VarDumper\Dumper\CliDumper(NULL'UTF-8'0);
  23116.         $instance->setDisplayOptions(['fileLinkFormat' => ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService())]);
  23117.         return $instance;
  23118.     }
  23119.     /**
  23120.      * Gets the private 'var_dumper.dump_server' shared service.
  23121.      *
  23122.      * @return \Symfony\Component\VarDumper\Server\DumpServer
  23123.      */
  23124.     protected function getVarDumper_DumpServerService()
  23125.     {
  23126.         include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Server/DumpServer.php';
  23127.         return $this->privates['var_dumper.dump_server'] = new \Symfony\Component\VarDumper\Server\DumpServer('tcp://'.$this->getEnv('string:VAR_DUMPER_SERVER'), ($this->privates['monolog.logger.debug'] ?? $this->getMonolog_Logger_DebugService()));
  23128.     }
  23129.     /**
  23130.      * Gets the private 'var_dumper.html_dumper' shared service.
  23131.      *
  23132.      * @return \Symfony\Component\VarDumper\Dumper\HtmlDumper
  23133.      */
  23134.     protected function getVarDumper_HtmlDumperService()
  23135.     {
  23136.         $this->privates['var_dumper.html_dumper'] = $instance = new \Symfony\Component\VarDumper\Dumper\HtmlDumper(NULL'UTF-8'0);
  23137.         $instance->setDisplayOptions(['fileLinkFormat' => ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService())]);
  23138.         return $instance;
  23139.     }
  23140.     /**
  23141.      * Gets the private 'var_dumper.server_connection' shared service.
  23142.      *
  23143.      * @return \Symfony\Component\VarDumper\Server\Connection
  23144.      */
  23145.     protected function getVarDumper_ServerConnectionService()
  23146.     {
  23147.         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()]);
  23148.     }
  23149.     /**
  23150.      * Gets the private 'web_profiler.csp.handler' shared service.
  23151.      *
  23152.      * @return \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler
  23153.      */
  23154.     protected function getWebProfiler_Csp_HandlerService()
  23155.     {
  23156.         return $this->privates['web_profiler.csp.handler'] = new \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler(new \Symfony\Bundle\WebProfilerBundle\Csp\NonceGenerator());
  23157.     }
  23158.     /**
  23159.      * Gets the private 'web_profiler.debug_toolbar' shared service.
  23160.      *
  23161.      * @return \Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener
  23162.      */
  23163.     protected function getWebProfiler_DebugToolbarService()
  23164.     {
  23165.         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()));
  23166.     }
  23167.     /**
  23168.      * Gets the public 'cache_clearer' alias.
  23169.      *
  23170.      * @return object The ".container.private.cache_clearer" service.
  23171.      */
  23172.     protected function getCacheClearerService()
  23173.     {
  23174.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "cache_clearer" service directly from the container is deprecated, use dependency injection instead.');
  23175.         return $this->get('.container.private.cache_clearer');
  23176.     }
  23177.     /**
  23178.      * Gets the public 'filesystem' alias.
  23179.      *
  23180.      * @return object The ".container.private.filesystem" service.
  23181.      */
  23182.     protected function getFilesystemService()
  23183.     {
  23184.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "filesystem" service directly from the container is deprecated, use dependency injection instead.');
  23185.         return $this->get('.container.private.filesystem');
  23186.     }
  23187.     /**
  23188.      * Gets the public 'serializer' alias.
  23189.      *
  23190.      * @return object The ".container.private.serializer" service.
  23191.      */
  23192.     protected function getSerializerService()
  23193.     {
  23194.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "serializer" service directly from the container is deprecated, use dependency injection instead.');
  23195.         return $this->get('.container.private.serializer');
  23196.     }
  23197.     /**
  23198.      * Gets the public 'form.factory' alias.
  23199.      *
  23200.      * @return object The ".container.private.form.factory" service.
  23201.      */
  23202.     protected function getForm_FactoryService()
  23203.     {
  23204.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "form.factory" service directly from the container is deprecated, use dependency injection instead.');
  23205.         return $this->get('.container.private.form.factory');
  23206.     }
  23207.     /**
  23208.      * Gets the public 'form.type.file' alias.
  23209.      *
  23210.      * @return object The ".container.private.form.type.file" service.
  23211.      */
  23212.     protected function getForm_Type_FileService()
  23213.     {
  23214.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "form.type.file" service directly from the container is deprecated, use dependency injection instead.');
  23215.         return $this->get('.container.private.form.type.file');
  23216.     }
  23217.     /**
  23218.      * Gets the public 'profiler' alias.
  23219.      *
  23220.      * @return object The ".container.private.profiler" service.
  23221.      */
  23222.     protected function getProfilerService()
  23223.     {
  23224.         trigger_deprecation('symfony/framework-bundle''5.4''Accessing the "profiler" service directly from the container is deprecated, use dependency injection instead.');
  23225.         return $this->get('.container.private.profiler');
  23226.     }
  23227.     /**
  23228.      * Gets the public 'security.authorization_checker' alias.
  23229.      *
  23230.      * @return object The ".container.private.security.authorization_checker" service.
  23231.      */
  23232.     protected function getSecurity_AuthorizationCheckerService()
  23233.     {
  23234.         trigger_deprecation('symfony/security-bundle''5.3''Accessing the "security.authorization_checker" service directly from the container is deprecated, use dependency injection instead.');
  23235.         return $this->get('.container.private.security.authorization_checker');
  23236.     }
  23237.     /**
  23238.      * Gets the public 'security.token_storage' alias.
  23239.      *
  23240.      * @return object The ".container.private.security.token_storage" service.
  23241.      */
  23242.     protected function getSecurity_TokenStorageService()
  23243.     {
  23244.         trigger_deprecation('symfony/security-bundle''5.3''Accessing the "security.token_storage" service directly from the container is deprecated, use dependency injection instead.');
  23245.         return $this->get('.container.private.security.token_storage');
  23246.     }
  23247.     /**
  23248.      * Gets the public 'twig' alias.
  23249.      *
  23250.      * @return object The ".container.private.twig" service.
  23251.      */
  23252.     protected function getTwigService()
  23253.     {
  23254.         trigger_deprecation('symfony/twig-bundle''5.2''Accessing the "twig" service directly from the container is deprecated, use dependency injection instead.');
  23255.         return $this->get('.container.private.twig');
  23256.     }
  23257.     /**
  23258.      * Gets the public 'security.password_encoder' alias.
  23259.      *
  23260.      * @return object The ".container.private.security.password_encoder" service.
  23261.      */
  23262.     protected function getSecurity_PasswordEncoderService()
  23263.     {
  23264.         trigger_deprecation('symfony/security-bundle''5.3''Accessing the "security.password_encoder" service directly from the container is deprecated, use dependency injection instead.');
  23265.         return $this->get('.container.private.security.password_encoder');
  23266.     }
  23267.     /**
  23268.      * Gets the public 'session' alias.
  23269.      *
  23270.      * @return object The ".container.private.session" service.
  23271.      */
  23272.     protected function getSessionService()
  23273.     {
  23274.         trigger_deprecation('symfony/framework-bundle''5.3''Accessing the "session" service directly from the container is deprecated, use dependency injection instead.');
  23275.         return $this->get('.container.private.session');
  23276.     }
  23277.     /**
  23278.      * Gets the public 'validator' alias.
  23279.      *
  23280.      * @return object The ".container.private.validator" service.
  23281.      */
  23282.     protected function getValidatorService()
  23283.     {
  23284.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "validator" service directly from the container is deprecated, use dependency injection instead.');
  23285.         return $this->get('.container.private.validator');
  23286.     }
  23287.     /**
  23288.      * @return array|bool|float|int|string|\UnitEnum|null
  23289.      */
  23290.     public function getParameter(string $name)
  23291.     {
  23292.         if (isset($this->buildParameters[$name])) {
  23293.             return $this->buildParameters[$name];
  23294.         }
  23295.         if (!(isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || \array_key_exists($name$this->parameters))) {
  23296.             throw new InvalidArgumentException(sprintf('The parameter "%s" must be defined.'$name));
  23297.         }
  23298.         if (isset($this->loadedDynamicParameters[$name])) {
  23299.             return $this->loadedDynamicParameters[$name] ? $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
  23300.         }
  23301.         return $this->parameters[$name];
  23302.     }
  23303.     public function hasParameter(string $name): bool
  23304.     {
  23305.         if (isset($this->buildParameters[$name])) {
  23306.             return true;
  23307.         }
  23308.         return isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || \array_key_exists($name$this->parameters);
  23309.     }
  23310.     public function setParameter(string $name$value): void
  23311.     {
  23312.         throw new LogicException('Impossible to call set() on a frozen ParameterBag.');
  23313.     }
  23314.     public function getParameterBag(): ParameterBagInterface
  23315.     {
  23316.         if (null === $this->parameterBag) {
  23317.             $parameters $this->parameters;
  23318.             foreach ($this->loadedDynamicParameters as $name => $loaded) {
  23319.                 $parameters[$name] = $loaded $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
  23320.             }
  23321.             foreach ($this->buildParameters as $name => $value) {
  23322.                 $parameters[$name] = $value;
  23323.             }
  23324.             $this->parameterBag = new FrozenParameterBag($parameters);
  23325.         }
  23326.         return $this->parameterBag;
  23327.     }
  23328.     private $loadedDynamicParameters = [
  23329.         'kernel.runtime_environment' => false,
  23330.         'kernel.build_dir' => false,
  23331.         'kernel.cache_dir' => false,
  23332.         'locale' => false,
  23333.         'env(MAIN_ORGANISATION)' => false,
  23334.         'kernel.secret' => false,
  23335.         'kernel.default_locale' => false,
  23336.         'debug.container.dump' => false,
  23337.         'serializer.mapping.cache.file' => false,
  23338.         'session.storage.options' => false,
  23339.         'session.save_path' => false,
  23340.         'validator.mapping.cache.file' => false,
  23341.         'profiler.storage.dsn' => false,
  23342.         'doctrine.orm.proxy_dir' => false,
  23343.         'stof_doctrine_extensions.default_locale' => false,
  23344.         'lexik_jwt_authentication.pass_phrase' => false,
  23345.         'lexik_jwt_authentication.token_ttl' => false,
  23346.         'nelmio_cors.defaults' => false,
  23347.     ];
  23348.     private $dynamicParameters = [];
  23349.     private function getDynamicParameter(string $name)
  23350.     {
  23351.         switch ($name) {
  23352.             case 'kernel.runtime_environment'$value $this->getEnv('default:kernel.environment:APP_RUNTIME_ENV'); break;
  23353.             case 'kernel.build_dir'$value $this->targetDir.''; break;
  23354.             case 'kernel.cache_dir'$value $this->targetDir.''; break;
  23355.             case 'locale'$value $this->getEnv('string:PRIMARY_LANG'); break;
  23356.             case 'env(MAIN_ORGANISATION)'$value $this->getEnv('default:default_organisation:ORGANISATION'); break;
  23357.             case 'kernel.secret'$value $this->getEnv('APP_SECRET'); break;
  23358.             case 'kernel.default_locale'$value $this->getEnv('PRIMARY_LANG'); break;
  23359.             case 'debug.container.dump'$value = ($this->targetDir.''.'/AppBundle_KernelDevDebugContainer.xml'); break;
  23360.             case 'serializer.mapping.cache.file'$value = ($this->targetDir.''.'/serialization.php'); break;
  23361.             case 'session.storage.options'$value = [
  23362.                 'cache_limiter' => '0',
  23363.                 'cookie_lifetime' => $this->getEnv('JWT_TOKEN_TTL'),
  23364.                 'cookie_httponly' => true,
  23365.                 'gc_probability' => 1,
  23366.             ]; break;
  23367.             case 'session.save_path'$value = ($this->targetDir.''.'/sessions'); break;
  23368.             case 'validator.mapping.cache.file'$value = ($this->targetDir.''.'/validation.php'); break;
  23369.             case 'profiler.storage.dsn'$value = ('file:'.$this->targetDir.''.'/profiler'); break;
  23370.             case 'doctrine.orm.proxy_dir'$value = ($this->targetDir.''.'/doctrine/orm/Proxies'); break;
  23371.             case 'stof_doctrine_extensions.default_locale'$value $this->getEnv('string:PRIMARY_LANG'); break;
  23372.             case 'lexik_jwt_authentication.pass_phrase'$value $this->getEnv('JWT_PASSPHRASE'); break;
  23373.             case 'lexik_jwt_authentication.token_ttl'$value $this->getEnv('JWT_TOKEN_TTL'); break;
  23374.             case 'nelmio_cors.defaults'$value = [
  23375.                 'allow_origin' => [
  23376.                     => $this->getEnv('CORS_ALLOW_ORIGIN'),
  23377.                 ],
  23378.                 'allow_credentials' => false,
  23379.                 'allow_headers' => [
  23380.                     => 'content-type',
  23381.                     => 'authorization',
  23382.                 ],
  23383.                 'expose_headers' => [
  23384.                     => 'Link',
  23385.                     => 'Content-Disposition',
  23386.                 ],
  23387.                 'allow_methods' => [
  23388.                     => 'GET',
  23389.                     => 'OPTIONS',
  23390.                     => 'POST',
  23391.                     => 'PUT',
  23392.                     => 'PATCH',
  23393.                     => 'DELETE',
  23394.                 ],
  23395.                 'max_age' => 3600,
  23396.                 'hosts' => [
  23397.                 ],
  23398.                 'origin_regex' => true,
  23399.                 'forced_allow_origin_value' => NULL,
  23400.             ]; break;
  23401.             default: throw new InvalidArgumentException(sprintf('The dynamic parameter "%s" must be defined.'$name));
  23402.         }
  23403.         $this->loadedDynamicParameters[$name] = true;
  23404.         return $this->dynamicParameters[$name] = $value;
  23405.     }
  23406.     protected function getDefaultParameters(): array
  23407.     {
  23408.         return [
  23409.             'kernel.project_dir' => \dirname(__DIR__4),
  23410.             'kernel.environment' => 'dev',
  23411.             'kernel.debug' => true,
  23412.             'kernel.logs_dir' => (\dirname(__DIR__3).'/log'),
  23413.             'kernel.bundles' => [
  23414.                 'FrameworkBundle' => 'Symfony\\Bundle\\FrameworkBundle\\FrameworkBundle',
  23415.                 'SecurityBundle' => 'Symfony\\Bundle\\SecurityBundle\\SecurityBundle',
  23416.                 'TwigBundle' => 'Symfony\\Bundle\\TwigBundle\\TwigBundle',
  23417.                 'MonologBundle' => 'Symfony\\Bundle\\MonologBundle\\MonologBundle',
  23418.                 'DoctrineBundle' => 'Doctrine\\Bundle\\DoctrineBundle\\DoctrineBundle',
  23419.                 'SensioFrameworkExtraBundle' => 'Sensio\\Bundle\\FrameworkExtraBundle\\SensioFrameworkExtraBundle',
  23420.                 'AppBundle' => 'AppBundle\\AppBundle',
  23421.                 'FOSUserBundle' => 'FOS\\UserBundle\\FOSUserBundle',
  23422.                 'KnpTimeBundle' => 'Knp\\Bundle\\TimeBundle\\KnpTimeBundle',
  23423.                 'HttplugBundle' => 'Http\\HttplugBundle\\HttplugBundle',
  23424.                 'HWIOAuthBundle' => 'HWI\\Bundle\\OAuthBundle\\HWIOAuthBundle',
  23425.                 'JMSSerializerBundle' => 'JMS\\SerializerBundle\\JMSSerializerBundle',
  23426.                 'StofDoctrineExtensionsBundle' => 'Stof\\DoctrineExtensionsBundle\\StofDoctrineExtensionsBundle',
  23427.                 'DoctrineMigrationsBundle' => 'Doctrine\\Bundle\\MigrationsBundle\\DoctrineMigrationsBundle',
  23428.                 'DoctrineFixturesBundle' => 'Doctrine\\Bundle\\FixturesBundle\\DoctrineFixturesBundle',
  23429.                 'SentryBundle' => 'Sentry\\SentryBundle\\SentryBundle',
  23430.                 'KnpPaginatorBundle' => 'Knp\\Bundle\\PaginatorBundle\\KnpPaginatorBundle',
  23431.                 'LexikJWTAuthenticationBundle' => 'Lexik\\Bundle\\JWTAuthenticationBundle\\LexikJWTAuthenticationBundle',
  23432.                 'DebugBundle' => 'Symfony\\Bundle\\DebugBundle\\DebugBundle',
  23433.                 'WebProfilerBundle' => 'Symfony\\Bundle\\WebProfilerBundle\\WebProfilerBundle',
  23434.                 'NelmioAliceBundle' => 'Nelmio\\Alice\\Bridge\\Symfony\\NelmioAliceBundle',
  23435.                 'FidryAliceDataFixturesBundle' => 'Fidry\\AliceDataFixtures\\Bridge\\Symfony\\FidryAliceDataFixturesBundle',
  23436.                 'HautelookAliceBundle' => 'Hautelook\\AliceBundle\\HautelookAliceBundle',
  23437.                 'SnapshotMergeToolBundle' => 'SnapshotMergeToolBundle\\SnapshotMergeToolBundle',
  23438.                 'MakerBundle' => 'Symfony\\Bundle\\MakerBundle\\MakerBundle',
  23439.                 'NelmioApiDocBundle' => 'Nelmio\\ApiDocBundle\\NelmioApiDocBundle',
  23440.                 'NelmioCorsBundle' => 'Nelmio\\CorsBundle\\NelmioCorsBundle',
  23441.                 'SimpleThingsEntityAuditBundle' => 'SimpleThings\\EntityAudit\\SimpleThingsEntityAuditBundle',
  23442.             ],
  23443.             'kernel.bundles_metadata' => [
  23444.                 'FrameworkBundle' => [
  23445.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle'),
  23446.                     'namespace' => 'Symfony\\Bundle\\FrameworkBundle',
  23447.                 ],
  23448.                 'SecurityBundle' => [
  23449.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/security-bundle'),
  23450.                     'namespace' => 'Symfony\\Bundle\\SecurityBundle',
  23451.                 ],
  23452.                 'TwigBundle' => [
  23453.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/twig-bundle'),
  23454.                     'namespace' => 'Symfony\\Bundle\\TwigBundle',
  23455.                 ],
  23456.                 'MonologBundle' => [
  23457.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/monolog-bundle'),
  23458.                     'namespace' => 'Symfony\\Bundle\\MonologBundle',
  23459.                 ],
  23460.                 'DoctrineBundle' => [
  23461.                     'path' => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle'),
  23462.                     'namespace' => 'Doctrine\\Bundle\\DoctrineBundle',
  23463.                 ],
  23464.                 'SensioFrameworkExtraBundle' => [
  23465.                     'path' => (\dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src'),
  23466.                     'namespace' => 'Sensio\\Bundle\\FrameworkExtraBundle',
  23467.                 ],
  23468.                 'AppBundle' => [
  23469.                     'path' => (\dirname(__DIR__4).'/src/AppBundle'),
  23470.                     'namespace' => 'AppBundle',
  23471.                 ],
  23472.                 'FOSUserBundle' => [
  23473.                     'path' => (\dirname(__DIR__4).'/vendor/friendsofsymfony/user-bundle'),
  23474.                     'namespace' => 'FOS\\UserBundle',
  23475.                 ],
  23476.                 'KnpTimeBundle' => [
  23477.                     'path' => (\dirname(__DIR__4).'/vendor/knplabs/knp-time-bundle'),
  23478.                     'namespace' => 'Knp\\Bundle\\TimeBundle',
  23479.                 ],
  23480.                 'HttplugBundle' => [
  23481.                     'path' => (\dirname(__DIR__4).'/vendor/php-http/httplug-bundle/src'),
  23482.                     'namespace' => 'Http\\HttplugBundle',
  23483.                 ],
  23484.                 'HWIOAuthBundle' => [
  23485.                     'path' => (\dirname(__DIR__4).'/vendor/hwi/oauth-bundle/src'),
  23486.                     'namespace' => 'HWI\\Bundle\\OAuthBundle',
  23487.                 ],
  23488.                 'JMSSerializerBundle' => [
  23489.                     'path' => (\dirname(__DIR__4).'/vendor/jms/serializer-bundle'),
  23490.                     'namespace' => 'JMS\\SerializerBundle',
  23491.                 ],
  23492.                 'StofDoctrineExtensionsBundle' => [
  23493.                     'path' => (\dirname(__DIR__4).'/vendor/stof/doctrine-extensions-bundle/src'),
  23494.                     'namespace' => 'Stof\\DoctrineExtensionsBundle',
  23495.                 ],
  23496.                 'DoctrineMigrationsBundle' => [
  23497.                     'path' => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle'),
  23498.                     'namespace' => 'Doctrine\\Bundle\\MigrationsBundle',
  23499.                 ],
  23500.                 'DoctrineFixturesBundle' => [
  23501.                     'path' => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-fixtures-bundle'),
  23502.                     'namespace' => 'Doctrine\\Bundle\\FixturesBundle',
  23503.                 ],
  23504.                 'SentryBundle' => [
  23505.                     'path' => (\dirname(__DIR__4).'/vendor/sentry/sentry-symfony/src'),
  23506.                     'namespace' => 'Sentry\\SentryBundle',
  23507.                 ],
  23508.                 'KnpPaginatorBundle' => [
  23509.                     'path' => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle'),
  23510.                     'namespace' => 'Knp\\Bundle\\PaginatorBundle',
  23511.                 ],
  23512.                 'LexikJWTAuthenticationBundle' => [
  23513.                     'path' => (\dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle'),
  23514.                     'namespace' => 'Lexik\\Bundle\\JWTAuthenticationBundle',
  23515.                 ],
  23516.                 'DebugBundle' => [
  23517.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/debug-bundle'),
  23518.                     'namespace' => 'Symfony\\Bundle\\DebugBundle',
  23519.                 ],
  23520.                 'WebProfilerBundle' => [
  23521.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle'),
  23522.                     'namespace' => 'Symfony\\Bundle\\WebProfilerBundle',
  23523.                 ],
  23524.                 'NelmioAliceBundle' => [
  23525.                     'path' => (\dirname(__DIR__4).'/vendor/nelmio/alice/src/Bridge/Symfony'),
  23526.                     'namespace' => 'Nelmio\\Alice\\Bridge\\Symfony',
  23527.                 ],
  23528.                 'FidryAliceDataFixturesBundle' => [
  23529.                     'path' => (\dirname(__DIR__4).'/vendor/theofidry/alice-data-fixtures/src/Bridge/Symfony'),
  23530.                     'namespace' => 'Fidry\\AliceDataFixtures\\Bridge\\Symfony',
  23531.                 ],
  23532.                 'HautelookAliceBundle' => [
  23533.                     'path' => (\dirname(__DIR__4).'/vendor/hautelook/alice-bundle/src'),
  23534.                     'namespace' => 'Hautelook\\AliceBundle',
  23535.                 ],
  23536.                 'SnapshotMergeToolBundle' => [
  23537.                     'path' => (\dirname(__DIR__4).'/src/SnapshotMergeToolBundle'),
  23538.                     'namespace' => 'SnapshotMergeToolBundle',
  23539.                 ],
  23540.                 'MakerBundle' => [
  23541.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/maker-bundle/src'),
  23542.                     'namespace' => 'Symfony\\Bundle\\MakerBundle',
  23543.                 ],
  23544.                 'NelmioApiDocBundle' => [
  23545.                     'path' => (\dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle'),
  23546.                     'namespace' => 'Nelmio\\ApiDocBundle',
  23547.                 ],
  23548.                 'NelmioCorsBundle' => [
  23549.                     'path' => (\dirname(__DIR__4).'/vendor/nelmio/cors-bundle'),
  23550.                     'namespace' => 'Nelmio\\CorsBundle',
  23551.                 ],
  23552.                 'SimpleThingsEntityAuditBundle' => [
  23553.                     'path' => (\dirname(__DIR__4).'/vendor/sonata-project/entity-audit-bundle/src'),
  23554.                     'namespace' => 'SimpleThings\\EntityAudit',
  23555.                 ],
  23556.             ],
  23557.             'kernel.charset' => 'UTF-8',
  23558.             'kernel.container_class' => 'AppBundle_KernelDevDebugContainer',
  23559.             'container.autowiring.strict_mode' => true,
  23560.             'container.dumper.inline_class_loader' => true,
  23561.             'container.dumper.inline_factories' => true,
  23562.             'router.request_context.host' => 'dev-lms.coderslab.pl',
  23563.             'router.request_context.scheme' => 'https',
  23564.             'router.request_context.base_url' => '',
  23565.             'raw_directory' => (\dirname(__DIR__4).'/Resources/raw'),
  23566.             'email.receiver' => 'krzysztof.kowalski@coderslab.pl',
  23567.             'email.sender_name' => 'LMS',
  23568.             'email.sender_email' => 'no-reply@coderslab.pl',
  23569.             'google_client_id' => '902750113591-bve9npki8lk031u5g2oogq3p6c5bbouo.apps.googleusercontent.com',
  23570.             'google_client_secret' => 'MvlXw-tKrtUivbMZ4mu7i-Hz',
  23571.             'github_client_id' => 'dcabc949f77a79ab66a7',
  23572.             'github_client_secret' => '77322700aabeb33ebfb2c43534bf8abc1f790662',
  23573.             'github_personal_token' => '002e01739e48ae25c040dc87f1b7ff52763d6134',
  23574.             'github_students_organisation' => 'CodersLab-Test',
  23575.             'github_core_organisation' => 'CodersLab-Core',
  23576.             'repository_path' => (\dirname(__DIR__4).'/Resources/repos/'),
  23577.             'berta_url' => 'https://dev-berta.coderslab.pl',
  23578.             'materialy_password' => 'passwo_rd_sostronk_<3XD8)',
  23579.             'materialy_email' => 'mateusz.sieracki@coderslab.pl',
  23580.             'jira' => [
  23581.                 'host' => 'http://145.239.29.54:8888',
  23582.                 'user' => 'jira+bot@coderslab.pl',
  23583.                 'password' => 'ImASecretBotAndWhatYouGonnaDo?!:)',
  23584.             ],
  23585.             'jira_students' => [
  23586.                 'host' => 'https://jira-kurs.coderslab.pl',
  23587.                 'user' => 'jira+botfake@coderslab.pl',
  23588.                 'password' => NULL,
  23589.                 'jira_access_group' => 'jira-software-users',
  23590.             ],
  23591.             'cv_directory' => (\dirname(__DIR__4).'/public/uploads/cvs'),
  23592.             'rodo_notification_email' => 'careerlab@coderslab.pl',
  23593.             'schedule_file_name' => 'Harmonogram.pdf',
  23594.             'sentry_dsn' => 'https://c6cdb97fdeb9434ba7667832256afe34@sentry.io/1860754',
  23595.             'lms.repos_path' => (\dirname(__DIR__3).'/lms/repos'),
  23596.             'lms.presentations_path' => (\dirname(__DIR__3).'/lms/materials'),
  23597.             'lms.pdf_presentations_path' => (\dirname(__DIR__3).'/lms/materials'),
  23598.             'lms.html_presentations_path' => (\dirname(__DIR__3).'/lms/materials'),
  23599.             'lms.materials_path' => (\dirname(__DIR__3).'/lms/materials'),
  23600.             'lms.temp_repo_path' => (\dirname(__DIR__3).'/lms/tmp_repos'),
  23601.             'lms.app_domain' => 'dev-lms.coderslab.pl',
  23602.             'elastic.index_mapping_dir' => (\dirname(__DIR__4).'/src/Lms/Modules/Materials/Infrastructure/Elasticsearch/Index'),
  23603.             'gradebook.report_emails' => [
  23604.                 => 'magdalena.sieraczynska@coderslab.pl',
  23605.             ],
  23606.             'env(ORGANISATION)' => 'coderslab',
  23607.             'default_organisation' => 'coderslab',
  23608.             'async_commands_consumer' => 'async_commands',
  23609.             'async_events_consumer' => 'async_events',
  23610.             'async_consumer' => 'async',
  23611.             'env(GITHUB_CLIENT_CLASS)' => 'AppBundle\\Service\\GitHubManager',
  23612.             'env(JWT_TOKEN_TTL)' => '31536000',
  23613.             'event_dispatcher.event_aliases' => [
  23614.                 'Symfony\\Component\\Console\\Event\\ConsoleCommandEvent' => 'console.command',
  23615.                 'Symfony\\Component\\Console\\Event\\ConsoleErrorEvent' => 'console.error',
  23616.                 'Symfony\\Component\\Console\\Event\\ConsoleSignalEvent' => 'console.signal',
  23617.                 'Symfony\\Component\\Console\\Event\\ConsoleTerminateEvent' => 'console.terminate',
  23618.                 'Symfony\\Component\\Form\\Event\\PreSubmitEvent' => 'form.pre_submit',
  23619.                 'Symfony\\Component\\Form\\Event\\SubmitEvent' => 'form.submit',
  23620.                 'Symfony\\Component\\Form\\Event\\PostSubmitEvent' => 'form.post_submit',
  23621.                 'Symfony\\Component\\Form\\Event\\PreSetDataEvent' => 'form.pre_set_data',
  23622.                 'Symfony\\Component\\Form\\Event\\PostSetDataEvent' => 'form.post_set_data',
  23623.                 'Symfony\\Component\\HttpKernel\\Event\\ControllerArgumentsEvent' => 'kernel.controller_arguments',
  23624.                 'Symfony\\Component\\HttpKernel\\Event\\ControllerEvent' => 'kernel.controller',
  23625.                 'Symfony\\Component\\HttpKernel\\Event\\ResponseEvent' => 'kernel.response',
  23626.                 'Symfony\\Component\\HttpKernel\\Event\\FinishRequestEvent' => 'kernel.finish_request',
  23627.                 'Symfony\\Component\\HttpKernel\\Event\\RequestEvent' => 'kernel.request',
  23628.                 'Symfony\\Component\\HttpKernel\\Event\\ViewEvent' => 'kernel.view',
  23629.                 'Symfony\\Component\\HttpKernel\\Event\\ExceptionEvent' => 'kernel.exception',
  23630.                 'Symfony\\Component\\HttpKernel\\Event\\TerminateEvent' => 'kernel.terminate',
  23631.                 'Symfony\\Component\\Security\\Core\\Event\\AuthenticationSuccessEvent' => 'security.authentication.success',
  23632.                 'Symfony\\Component\\Security\\Core\\Event\\AuthenticationFailureEvent' => 'security.authentication.failure',
  23633.                 'Symfony\\Component\\Security\\Http\\Event\\InteractiveLoginEvent' => 'security.interactive_login',
  23634.                 'Symfony\\Component\\Security\\Http\\Event\\SwitchUserEvent' => 'security.switch_user',
  23635.             ],
  23636.             'fragment.renderer.hinclude.global_template' => NULL,
  23637.             'fragment.path' => '/_fragment',
  23638.             'kernel.http_method_override' => true,
  23639.             'kernel.trusted_hosts' => [
  23640.             ],
  23641.             'kernel.enabled_locales' => [
  23642.             ],
  23643.             'kernel.error_controller' => 'error_controller',
  23644.             'debug.file_link_format' => NULL,
  23645.             'test.client.parameters' => [
  23646.             ],
  23647.             'asset.request_context.base_path' => NULL,
  23648.             'asset.request_context.secure' => NULL,
  23649.             'translator.logging' => false,
  23650.             'translator.default_path' => (\dirname(__DIR__4).'/translations'),
  23651.             'debug.error_handler.throw_at' => -1,
  23652.             'router.resource' => 'kernel::loadRoutes',
  23653.             'request_listener.http_port' => 80,
  23654.             'request_listener.https_port' => 443,
  23655.             'session.metadata.storage_key' => '_sf2_meta',
  23656.             'session.metadata.update_threshold' => 0,
  23657.             'form.type_extension.csrf.enabled' => false,
  23658.             'validator.translation_domain' => 'validators',
  23659.             'profiler_listener.only_exceptions' => false,
  23660.             'profiler_listener.only_main_requests' => false,
  23661.             'security.role_hierarchy.roles' => [
  23662.                 'ROLE_HR' => [
  23663.                     => 'ROLE_USER',
  23664.                 ],
  23665.                 'ROLE_SELLER' => [
  23666.                     => 'ROLE_USER',
  23667.                 ],
  23668.                 'ROLE_LECTURER' => [
  23669.                     => 'ROLE_USER',
  23670.                 ],
  23671.                 'ROLE_MENTOR' => [
  23672.                     => 'ROLE_LECTURER',
  23673.                 ],
  23674.                 'ROLE_CS' => [
  23675.                     => 'ROLE_MENTOR',
  23676.                 ],
  23677.                 'ROLE_ADMIN' => [
  23678.                     => 'ROLE_CS',
  23679.                 ],
  23680.                 'ROLE_SUPER_ADMIN' => [
  23681.                     => 'ROLE_ADMIN',
  23682.                 ],
  23683.                 'ROLE_DEV' => [
  23684.                     => 'ROLE_SUPER_ADMIN',
  23685.                 ],
  23686.             ],
  23687.             'security.access.denied_url' => NULL,
  23688.             'security.authentication.manager.erase_credentials' => true,
  23689.             'security.authentication.session_strategy.strategy' => 'migrate',
  23690.             'security.access.always_authenticate_before_granting' => false,
  23691.             'security.authentication.hide_user_not_found' => true,
  23692.             'security.firewalls' => [
  23693.                 => 'webhooks',
  23694.                 => 'public_api',
  23695.                 => 'lms_api',
  23696.                 => 'main',
  23697.             ],
  23698.             'security.webhooks._indexed_authenticators' => [
  23699.             ],
  23700.             'security.public_api._indexed_authenticators' => [
  23701.             ],
  23702.             'security.lms_api._indexed_authenticators' => [
  23703.             ],
  23704.             'hwi_oauth.resource_ownermap.configured.main' => [
  23705.                 'google' => '/login/check-google',
  23706.                 'github' => '/login/check-github',
  23707.             ],
  23708.             'security.main._indexed_authenticators' => [
  23709.             ],
  23710.             'twig.form.resources' => [
  23711.                 => 'form_div_layout.html.twig',
  23712.                 => 'bootstrap_4_layout.html.twig',
  23713.             ],
  23714.             'twig.default_path' => (\dirname(__DIR__4).'/templates'),
  23715.             'monolog.use_microseconds' => true,
  23716.             'monolog.swift_mailer.handlers' => [
  23717.             ],
  23718.             'monolog.handlers_to_channels' => [
  23719.                 'monolog.handler.server_log' => NULL,
  23720.                 'monolog.handler.console' => [
  23721.                     'type' => 'exclusive',
  23722.                     'elements' => [
  23723.                         => 'event',
  23724.                         => 'doctrine',
  23725.                         => 'console',
  23726.                     ],
  23727.                 ],
  23728.                 'monolog.handler.main' => [
  23729.                     'type' => 'exclusive',
  23730.                     'elements' => [
  23731.                         => 'event',
  23732.                         => 'messenger',
  23733.                     ],
  23734.                 ],
  23735.             ],
  23736.             'doctrine.dbal.logger.chain.class' => 'Doctrine\\DBAL\\Logging\\LoggerChain',
  23737.             'doctrine.dbal.logger.profiling.class' => 'Doctrine\\DBAL\\Logging\\DebugStack',
  23738.             'doctrine.dbal.logger.class' => 'Symfony\\Bridge\\Doctrine\\Logger\\DbalLogger',
  23739.             'doctrine.dbal.configuration.class' => 'Doctrine\\DBAL\\Configuration',
  23740.             'doctrine.data_collector.class' => 'Doctrine\\Bundle\\DoctrineBundle\\DataCollector\\DoctrineDataCollector',
  23741.             'doctrine.dbal.connection.event_manager.class' => 'Symfony\\Bridge\\Doctrine\\ContainerAwareEventManager',
  23742.             'doctrine.dbal.connection_factory.class' => 'Doctrine\\Bundle\\DoctrineBundle\\ConnectionFactory',
  23743.             'doctrine.dbal.events.mysql_session_init.class' => 'Doctrine\\DBAL\\Event\\Listeners\\MysqlSessionInit',
  23744.             'doctrine.dbal.events.oracle_session_init.class' => 'Doctrine\\DBAL\\Event\\Listeners\\OracleSessionInit',
  23745.             'doctrine.class' => 'Doctrine\\Bundle\\DoctrineBundle\\Registry',
  23746.             'doctrine.entity_managers' => [
  23747.                 'default' => 'doctrine.orm.default_entity_manager',
  23748.             ],
  23749.             'doctrine.default_entity_manager' => 'default',
  23750.             'doctrine.dbal.connection_factory.types' => [
  23751.                 'uuid' => [
  23752.                     'class' => 'CodersLab\\Lms\\SharedKernel\\Infrastructure\\Persistence\\Doctrine\\UuidType',
  23753.                     'commented' => false,
  23754.                 ],
  23755.                 'pill_material_type' => [
  23756.                     'class' => 'CodersLab\\Lms\\Modules\\Materials\\Infrastructure\\Persistence\\Doctrine\\MaterialTypeType',
  23757.                     'commented' => false,
  23758.                 ],
  23759.                 'pill_material_access' => [
  23760.                     'class' => 'CodersLab\\Lms\\Modules\\Materials\\Infrastructure\\Persistence\\Doctrine\\MaterialAccessType',
  23761.                     'commented' => false,
  23762.                 ],
  23763.                 'chapter_type' => [
  23764.                     'class' => 'CodersLab\\Lms\\Modules\\Materials\\Infrastructure\\Persistence\\Doctrine\\ChapterTypeType',
  23765.                     'commented' => false,
  23766.                 ],
  23767.                 'module_type' => [
  23768.                     'class' => 'CodersLab\\Lms\\Modules\\Materials\\Infrastructure\\Persistence\\Doctrine\\ModuleTypeType',
  23769.                     'commented' => false,
  23770.                 ],
  23771.                 'technology_id' => [
  23772.                     'class' => 'CodersLab\\Lms\\Modules\\Materials\\Infrastructure\\Persistence\\Doctrine\\TechnologyIdType',
  23773.                     'commented' => false,
  23774.                 ],
  23775.                 'student_result_author' => [
  23776.                     'class' => 'CodersLab\\Lms\\Modules\\Learning\\Infrastructure\\Persistence\\Doctrine\\ResultAuthorType',
  23777.                     'commented' => false,
  23778.                 ],
  23779.                 'student_result_status' => [
  23780.                     'class' => 'CodersLab\\Lms\\Modules\\Learning\\Infrastructure\\Persistence\\Doctrine\\ResultStatusType',
  23781.                     'commented' => false,
  23782.                 ],
  23783.                 'role' => [
  23784.                     'class' => 'CodersLab\\Lms\\Modules\\IdentityAccess\\Infrastructure\\Persistence\\Doctrine\\RoleType',
  23785.                     'commented' => false,
  23786.                 ],
  23787.                 'exercise_state' => [
  23788.                     'class' => 'CodersLab\\Lms\\Modules\\IdentityAccess\\Infrastructure\\Persistence\\Doctrine\\ExerciseStateType',
  23789.                     'commented' => false,
  23790.                 ],
  23791.                 'exercise_status' => [
  23792.                     'class' => 'CodersLab\\Lms\\Modules\\IdentityAccess\\Infrastructure\\Persistence\\Doctrine\\ExerciseStatusType',
  23793.                     'commented' => false,
  23794.                 ],
  23795.                 'user_language' => [
  23796.                     'class' => 'CodersLab\\Lms\\SharedKernel\\Infrastructure\\Persistence\\Doctrine\\UserLanguageType',
  23797.                     'commented' => false,
  23798.                 ],
  23799.             ],
  23800.             'doctrine.connections' => [
  23801.                 'default' => 'doctrine.dbal.default_connection',
  23802.             ],
  23803.             'doctrine.default_connection' => 'default',
  23804.             'doctrine.orm.configuration.class' => 'Doctrine\\ORM\\Configuration',
  23805.             'doctrine.orm.entity_manager.class' => 'Doctrine\\ORM\\EntityManager',
  23806.             'doctrine.orm.manager_configurator.class' => 'Doctrine\\Bundle\\DoctrineBundle\\ManagerConfigurator',
  23807.             'doctrine.orm.cache.array.class' => 'Doctrine\\Common\\Cache\\ArrayCache',
  23808.             'doctrine.orm.cache.apc.class' => 'Doctrine\\Common\\Cache\\ApcCache',
  23809.             'doctrine.orm.cache.memcache.class' => 'Doctrine\\Common\\Cache\\MemcacheCache',
  23810.             'doctrine.orm.cache.memcache_host' => 'localhost',
  23811.             'doctrine.orm.cache.memcache_port' => 11211,
  23812.             'doctrine.orm.cache.memcache_instance.class' => 'Memcache',
  23813.             'doctrine.orm.cache.memcached.class' => 'Doctrine\\Common\\Cache\\MemcachedCache',
  23814.             'doctrine.orm.cache.memcached_host' => 'localhost',
  23815.             'doctrine.orm.cache.memcached_port' => 11211,
  23816.             'doctrine.orm.cache.memcached_instance.class' => 'Memcached',
  23817.             'doctrine.orm.cache.redis.class' => 'Doctrine\\Common\\Cache\\RedisCache',
  23818.             'doctrine.orm.cache.redis_host' => 'localhost',
  23819.             'doctrine.orm.cache.redis_port' => 6379,
  23820.             'doctrine.orm.cache.redis_instance.class' => 'Redis',
  23821.             'doctrine.orm.cache.xcache.class' => 'Doctrine\\Common\\Cache\\XcacheCache',
  23822.             'doctrine.orm.cache.wincache.class' => 'Doctrine\\Common\\Cache\\WinCacheCache',
  23823.             'doctrine.orm.cache.zenddata.class' => 'Doctrine\\Common\\Cache\\ZendDataCache',
  23824.             'doctrine.orm.metadata.driver_chain.class' => 'Doctrine\\Persistence\\Mapping\\Driver\\MappingDriverChain',
  23825.             'doctrine.orm.metadata.annotation.class' => 'Doctrine\\ORM\\Mapping\\Driver\\AnnotationDriver',
  23826.             'doctrine.orm.metadata.xml.class' => 'Doctrine\\ORM\\Mapping\\Driver\\SimplifiedXmlDriver',
  23827.             'doctrine.orm.metadata.yml.class' => 'Doctrine\\ORM\\Mapping\\Driver\\SimplifiedYamlDriver',
  23828.             'doctrine.orm.metadata.php.class' => 'Doctrine\\ORM\\Mapping\\Driver\\PHPDriver',
  23829.             'doctrine.orm.metadata.staticphp.class' => 'Doctrine\\ORM\\Mapping\\Driver\\StaticPHPDriver',
  23830.             'doctrine.orm.metadata.attribute.class' => 'Doctrine\\ORM\\Mapping\\Driver\\AttributeDriver',
  23831.             'doctrine.orm.proxy_cache_warmer.class' => 'Symfony\\Bridge\\Doctrine\\CacheWarmer\\ProxyCacheWarmer',
  23832.             'form.type_guesser.doctrine.class' => 'Symfony\\Bridge\\Doctrine\\Form\\DoctrineOrmTypeGuesser',
  23833.             'doctrine.orm.validator.unique.class' => 'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator',
  23834.             'doctrine.orm.validator_initializer.class' => 'Symfony\\Bridge\\Doctrine\\Validator\\DoctrineInitializer',
  23835.             'doctrine.orm.security.user.provider.class' => 'Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider',
  23836.             'doctrine.orm.listeners.resolve_target_entity.class' => 'Doctrine\\ORM\\Tools\\ResolveTargetEntityListener',
  23837.             'doctrine.orm.listeners.attach_entity_listeners.class' => 'Doctrine\\ORM\\Tools\\AttachEntityListenersListener',
  23838.             'doctrine.orm.naming_strategy.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultNamingStrategy',
  23839.             'doctrine.orm.naming_strategy.underscore.class' => 'Doctrine\\ORM\\Mapping\\UnderscoreNamingStrategy',
  23840.             'doctrine.orm.quote_strategy.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultQuoteStrategy',
  23841.             'doctrine.orm.quote_strategy.ansi.class' => 'Doctrine\\ORM\\Mapping\\AnsiQuoteStrategy',
  23842.             'doctrine.orm.entity_listener_resolver.class' => 'Doctrine\\Bundle\\DoctrineBundle\\Mapping\\ContainerEntityListenerResolver',
  23843.             'doctrine.orm.second_level_cache.default_cache_factory.class' => 'Doctrine\\ORM\\Cache\\DefaultCacheFactory',
  23844.             'doctrine.orm.second_level_cache.default_region.class' => 'Doctrine\\ORM\\Cache\\Region\\DefaultRegion',
  23845.             'doctrine.orm.second_level_cache.filelock_region.class' => 'Doctrine\\ORM\\Cache\\Region\\FileLockRegion',
  23846.             'doctrine.orm.second_level_cache.logger_chain.class' => 'Doctrine\\ORM\\Cache\\Logging\\CacheLoggerChain',
  23847.             'doctrine.orm.second_level_cache.logger_statistics.class' => 'Doctrine\\ORM\\Cache\\Logging\\StatisticsCacheLogger',
  23848.             'doctrine.orm.second_level_cache.cache_configuration.class' => 'Doctrine\\ORM\\Cache\\CacheConfiguration',
  23849.             'doctrine.orm.second_level_cache.regions_configuration.class' => 'Doctrine\\ORM\\Cache\\RegionsConfiguration',
  23850.             'doctrine.orm.auto_generate_proxy_classes' => true,
  23851.             'doctrine.orm.proxy_namespace' => 'Proxies',
  23852.             'fos_user.backend_type_orm' => true,
  23853.             'fos_user.security.interactive_login_listener.class' => 'FOS\\UserBundle\\EventListener\\LastLoginListener',
  23854.             'fos_user.security.login_manager.class' => 'FOS\\UserBundle\\Security\\LoginManager',
  23855.             'fos_user.resetting.email.template' => 'email/reset_password.html.twig',
  23856.             'fos_user.registration.confirmation.template' => 'email/registration_confirmation.html.twig',
  23857.             'fos_user.registration.confirmation.from_email' => [
  23858.                 'no-reply@coderslab.pl' => 'LMS',
  23859.             ],
  23860.             'fos_user.resetting.email.from_email' => [
  23861.                 'no-reply@coderslab.pl' => 'LMS',
  23862.             ],
  23863.             'fos_user.storage' => 'orm',
  23864.             'fos_user.firewall_name' => 'main',
  23865.             'fos_user.model_manager_name' => NULL,
  23866.             'fos_user.model.user.class' => 'AppBundle\\Entity\\User',
  23867.             'fos_user.profile.form.type' => 'AppBundle\\Form\\ProfileType',
  23868.             'fos_user.profile.form.name' => 'fos_user_profile_form',
  23869.             'fos_user.profile.form.validation_groups' => [
  23870.                 => 'Profile',
  23871.                 => 'Default',
  23872.             ],
  23873.             'fos_user.registration.confirmation.enabled' => false,
  23874.             'fos_user.registration.form.type' => 'AppBundle\\Form\\RegistrationType',
  23875.             'fos_user.registration.form.name' => 'fos_user_registration_form',
  23876.             'fos_user.registration.form.validation_groups' => [
  23877.                 => 'Registration',
  23878.                 => 'Default',
  23879.             ],
  23880.             'fos_user.change_password.form.type' => 'FOS\\UserBundle\\Form\\Type\\ChangePasswordFormType',
  23881.             'fos_user.change_password.form.name' => 'fos_user_change_password_form',
  23882.             'fos_user.change_password.form.validation_groups' => [
  23883.                 => 'ChangePassword',
  23884.                 => 'Default',
  23885.             ],
  23886.             'fos_user.resetting.retry_ttl' => 7200,
  23887.             'fos_user.resetting.token_ttl' => 86400,
  23888.             'fos_user.resetting.form.type' => 'FOS\\UserBundle\\Form\\Type\\ResettingFormType',
  23889.             'fos_user.resetting.form.name' => 'fos_user_resetting_form',
  23890.             'fos_user.resetting.form.validation_groups' => [
  23891.                 => 'ResetPassword',
  23892.                 => 'Default',
  23893.             ],
  23894.             'time.datetime_formatter.class' => 'Knp\\Bundle\\TimeBundle\\DateTimeFormatter',
  23895.             'time.twig.extension.time.class' => 'Knp\\Bundle\\TimeBundle\\Twig\\Extension\\TimeExtension',
  23896.             'time.templating.helper.time.class' => 'Knp\\Bundle\\TimeBundle\\Templating\\Helper\\TimeHelper',
  23897.             'hwi_oauth.resource_owner.oauth1.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\GenericOAuth1ResourceOwner',
  23898.             'hwi_oauth.resource_owner.oauth2.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\GenericOAuth2ResourceOwner',
  23899.             'hwi_oauth.resource_owner.amazon.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\AmazonResourceOwner',
  23900.             'hwi_oauth.resource_owner.apple.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\AppleResourceOwner',
  23901.             'hwi_oauth.resource_owner.asana.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\AsanaResourceOwner',
  23902.             'hwi_oauth.resource_owner.auth0.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\Auth0ResourceOwner',
  23903.             'hwi_oauth.resource_owner.azure.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\AzureResourceOwner',
  23904.             'hwi_oauth.resource_owner.bitbucket.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\BitbucketResourceOwner',
  23905.             'hwi_oauth.resource_owner.bitbucket2.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\Bitbucket2ResourceOwner',
  23906.             'hwi_oauth.resource_owner.bitly.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\BitlyResourceOwner',
  23907.             'hwi_oauth.resource_owner.box.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\BoxResourceOwner',
  23908.             'hwi_oauth.resource_owner.bufferapp.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\BufferAppResourceOwner',
  23909.             'hwi_oauth.resource_owner.clever.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\CleverResourceOwner',
  23910.             'hwi_oauth.resource_owner.dailymotion.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\DailymotionResourceOwner',
  23911.             'hwi_oauth.resource_owner.deviantart.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\DeviantartResourceOwner',
  23912.             'hwi_oauth.resource_owner.deezer.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\DeezerResourceOwner',
  23913.             'hwi_oauth.resource_owner.discogs.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\DiscogsResourceOwner',
  23914.             'hwi_oauth.resource_owner.disqus.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\DisqusResourceOwner',
  23915.             'hwi_oauth.resource_owner.dropbox.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\DropboxResourceOwner',
  23916.             'hwi_oauth.resource_owner.eve_online.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\EveOnlineResourceOwner',
  23917.             'hwi_oauth.resource_owner.eventbrite.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\EventbriteResourceOwner',
  23918.             'hwi_oauth.resource_owner.facebook.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\FacebookResourceOwner',
  23919.             'hwi_oauth.resource_owner.fiware.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\FiwareResourceOwner',
  23920.             'hwi_oauth.resource_owner.flickr.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\FlickrResourceOwner',
  23921.             'hwi_oauth.resource_owner.foursquare.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\FoursquareResourceOwner',
  23922.             'hwi_oauth.resource_owner.genius.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\GeniusResourceOwner',
  23923.             'hwi_oauth.resource_owner.github.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\GitHubResourceOwner',
  23924.             'hwi_oauth.resource_owner.gitlab.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\GitLabResourceOwner',
  23925.             'hwi_oauth.resource_owner.google.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\GoogleResourceOwner',
  23926.             'hwi_oauth.resource_owner.youtube.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\YoutubeResourceOwner',
  23927.             'hwi_oauth.resource_owner.hubic.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\HubicResourceOwner',
  23928.             'hwi_oauth.resource_owner.instagram.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\InstagramResourceOwner',
  23929.             'hwi_oauth.resource_owner.jawbone.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\JawboneResourceOwner',
  23930.             'hwi_oauth.resource_owner.jira.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\JiraResourceOwner',
  23931.             'hwi_oauth.resource_owner.keycloak.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\KeycloakResourceOwner',
  23932.             'hwi_oauth.resource_owner.linkedin.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\LinkedinResourceOwner',
  23933.             'hwi_oauth.resource_owner.mailru.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\MailRuResourceOwner',
  23934.             'hwi_oauth.resource_owner.office365.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\Office365ResourceOwner',
  23935.             'hwi_oauth.resource_owner.paypal.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\PaypalResourceOwner',
  23936.             'hwi_oauth.resource_owner.qq.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\QQResourceOwner',
  23937.             'hwi_oauth.resource_owner.reddit.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\RedditResourceOwner',
  23938.             'hwi_oauth.resource_owner.runkeeper.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\RunKeeperResourceOwner',
  23939.             'hwi_oauth.resource_owner.salesforce.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\SalesforceResourceOwner',
  23940.             'hwi_oauth.resource_owner.sensio_connect.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\SensioConnectResourceOwner',
  23941.             'hwi_oauth.resource_owner.sina_weibo.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\SinaWeiboResourceOwner',
  23942.             'hwi_oauth.resource_owner.slack.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\SlackResourceOwner',
  23943.             'hwi_oauth.resource_owner.spotify.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\SpotifyResourceOwner',
  23944.             'hwi_oauth.resource_owner.soundcloud.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\SoundcloudResourceOwner',
  23945.             'hwi_oauth.resource_owner.stack_exchange.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\StackExchangeResourceOwner',
  23946.             'hwi_oauth.resource_owner.stereomood.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\StereomoodResourceOwner',
  23947.             'hwi_oauth.resource_owner.strava.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\StravaResourceOwner',
  23948.             'hwi_oauth.resource_owner.toshl.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\ToshlResourceOwner',
  23949.             'hwi_oauth.resource_owner.trakt.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\TraktResourceOwner',
  23950.             'hwi_oauth.resource_owner.trello.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\TrelloResourceOwner',
  23951.             'hwi_oauth.resource_owner.twitch.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\TwitchResourceOwner',
  23952.             'hwi_oauth.resource_owner.twitter.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\TwitterResourceOwner',
  23953.             'hwi_oauth.resource_owner.vkontakte.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\VkontakteResourceOwner',
  23954.             'hwi_oauth.resource_owner.windows_live.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\WindowsLiveResourceOwner',
  23955.             'hwi_oauth.resource_owner.wordpress.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\WordpressResourceOwner',
  23956.             'hwi_oauth.resource_owner.xing.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\XingResourceOwner',
  23957.             'hwi_oauth.resource_owner.yahoo.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\YahooResourceOwner',
  23958.             'hwi_oauth.resource_owner.yandex.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\YandexResourceOwner',
  23959.             'hwi_oauth.resource_owner.odnoklassniki.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\OdnoklassnikiResourceOwner',
  23960.             'hwi_oauth.resource_owner.37signals.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\ThirtySevenSignalsResourceOwner',
  23961.             'hwi_oauth.resource_owner.itembase.class' => 'HWI\\Bundle\\OAuthBundle\\OAuth\\ResourceOwner\\ItembaseResourceOwner',
  23962.             'hwi_oauth.target_path_parameter' => NULL,
  23963.             'hwi_oauth.target_path_domains_whitelist' => [
  23964.             ],
  23965.             'hwi_oauth.use_referer' => false,
  23966.             'hwi_oauth.failed_use_referer' => false,
  23967.             'hwi_oauth.failed_auth_path' => 'hwi_oauth_connect',
  23968.             'hwi_oauth.grant_rule' => 'IS_AUTHENTICATED_REMEMBERED',
  23969.             'hwi_oauth.resource_owners' => [
  23970.                 'google' => 'google',
  23971.                 'github' => 'github',
  23972.             ],
  23973.             'hwi_oauth.connect' => false,
  23974.             'hwi_oauth.connect.confirmation' => false,
  23975.             'hwi_oauth.connect.registration_form' => NULL,
  23976.             'stof_doctrine_extensions.translation_fallback' => false,
  23977.             'stof_doctrine_extensions.persist_default_translation' => false,
  23978.             'stof_doctrine_extensions.skip_translation_on_load' => false,
  23979.             'stof_doctrine_extensions.listener.translatable.class' => 'Gedmo\\Translatable\\TranslatableListener',
  23980.             'stof_doctrine_extensions.listener.timestampable.class' => 'Gedmo\\Timestampable\\TimestampableListener',
  23981.             'stof_doctrine_extensions.listener.blameable.class' => 'Gedmo\\Blameable\\BlameableListener',
  23982.             'stof_doctrine_extensions.listener.sluggable.class' => 'Gedmo\\Sluggable\\SluggableListener',
  23983.             'stof_doctrine_extensions.listener.tree.class' => 'Gedmo\\Tree\\TreeListener',
  23984.             'stof_doctrine_extensions.listener.loggable.class' => 'Gedmo\\Loggable\\LoggableListener',
  23985.             'stof_doctrine_extensions.listener.sortable.class' => 'Gedmo\\Sortable\\SortableListener',
  23986.             'stof_doctrine_extensions.listener.softdeleteable.class' => 'Gedmo\\SoftDeleteable\\SoftDeleteableListener',
  23987.             'stof_doctrine_extensions.listener.uploadable.class' => 'Gedmo\\Uploadable\\UploadableListener',
  23988.             'stof_doctrine_extensions.listener.reference_integrity.class' => 'Gedmo\\ReferenceIntegrity\\ReferenceIntegrityListener',
  23989.             'doctrine.migrations.preferred_em' => NULL,
  23990.             'doctrine.migrations.preferred_connection' => NULL,
  23991.             'sentry.tracing.enabled' => true,
  23992.             'sentry.tracing.dbal.enabled' => false,
  23993.             'sentry.tracing.dbal.connections' => [
  23994.             ],
  23995.             'sentry.tracing.cache.enabled' => true,
  23996.             'knp_paginator.template.pagination' => '@KnpPaginator/Pagination/sliding.html.twig',
  23997.             'knp_paginator.template.filtration' => '@KnpPaginator/Pagination/filtration.html.twig',
  23998.             'knp_paginator.template.sortable' => '@KnpPaginator/Pagination/sortable_link.html.twig',
  23999.             'knp_paginator.page_range' => 5,
  24000.             'knp_paginator.page_limit' => NULL,
  24001.             'lexik_jwt_authentication.clock_skew' => 0,
  24002.             'lexik_jwt_authentication.user_identity_field' => 'username',
  24003.             'lexik_jwt_authentication.allow_no_expiration' => false,
  24004.             'lexik_jwt_authentication.user_id_claim' => 'username',
  24005.             'lexik_jwt_authentication.encoder.signature_algorithm' => 'RS256',
  24006.             'lexik_jwt_authentication.encoder.crypto_engine' => 'openssl',
  24007.             'env(VAR_DUMPER_SERVER)' => '127.0.0.1:9912',
  24008.             'web_profiler.debug_toolbar.intercept_redirects' => false,
  24009.             'web_profiler.debug_toolbar.mode' => 2,
  24010.             'nelmio_alice.locale' => 'en_US',
  24011.             'nelmio_alice.seed' => 1,
  24012.             'nelmio_alice.functions_blacklist' => [
  24013.                 => 'current',
  24014.             ],
  24015.             'nelmio_alice.loading_limit' => 5,
  24016.             'nelmio_alice.max_unique_values_retry' => 150,
  24017.             'fidry_alice_data_fixtures.default_purge_mode' => 'delete',
  24018.             'hautelook_alice.fixtures_path' => [
  24019.                 => 'tests/Common/Fixtures/config',
  24020.             ],
  24021.             'hautelook_alice.root_dirs' => [
  24022.                 => \dirname(__DIR__4),
  24023.             ],
  24024.             'nelmio_api_doc.areas' => [
  24025.                 => 'default',
  24026.             ],
  24027.             'nelmio_api_doc.use_validation_groups' => false,
  24028.             'nelmio_cors.map' => [
  24029.                 '^/' => [
  24030.                 ],
  24031.             ],
  24032.             'nelmio_cors.cors_listener.class' => 'Nelmio\\CorsBundle\\EventListener\\CorsListener',
  24033.             'nelmio_cors.options_resolver.class' => 'Nelmio\\CorsBundle\\Options\\Resolver',
  24034.             'nelmio_cors.options_provider.config.class' => 'Nelmio\\CorsBundle\\Options\\ConfigProvider',
  24035.             'simplethings.entityaudit.connection' => 'default',
  24036.             'simplethings.entityaudit.entity_manager' => 'default',
  24037.             'simplethings.entityaudit.audited_entities' => [
  24038.                 => 'AppBundle\\Entity\\User',
  24039.                 => 'AppBundle\\Entity\\Instance',
  24040.                 => 'AppBundle\\Entity\\InstanceUser',
  24041.                 => 'AppBundle\\Entity\\UserTerms',
  24042.             ],
  24043.             'simplethings.entityaudit.global_ignore_columns' => [
  24044.             ],
  24045.             'simplethings.entityaudit.table_prefix' => '',
  24046.             'simplethings.entityaudit.table_suffix' => '_audit',
  24047.             'simplethings.entityaudit.revision_field_name' => 'rev',
  24048.             'simplethings.entityaudit.revision_type_field_name' => 'revtype',
  24049.             'simplethings.entityaudit.revision_table_name' => 'revisions',
  24050.             'simplethings.entityaudit.revision_id_field_type' => 'integer',
  24051.             'data_collector.templates' => [
  24052.                 'data_collector.request' => [
  24053.                     => 'request',
  24054.                     => '@WebProfiler/Collector/request.html.twig',
  24055.                 ],
  24056.                 'data_collector.time' => [
  24057.                     => 'time',
  24058.                     => '@WebProfiler/Collector/time.html.twig',
  24059.                 ],
  24060.                 'data_collector.memory' => [
  24061.                     => 'memory',
  24062.                     => '@WebProfiler/Collector/memory.html.twig',
  24063.                 ],
  24064.                 'data_collector.validator' => [
  24065.                     => 'validator',
  24066.                     => '@WebProfiler/Collector/validator.html.twig',
  24067.                 ],
  24068.                 'data_collector.ajax' => [
  24069.                     => 'ajax',
  24070.                     => '@WebProfiler/Collector/ajax.html.twig',
  24071.                 ],
  24072.                 'data_collector.form' => [
  24073.                     => 'form',
  24074.                     => '@WebProfiler/Collector/form.html.twig',
  24075.                 ],
  24076.                 'data_collector.exception' => [
  24077.                     => 'exception',
  24078.                     => '@WebProfiler/Collector/exception.html.twig',
  24079.                 ],
  24080.                 'data_collector.logger' => [
  24081.                     => 'logger',
  24082.                     => '@WebProfiler/Collector/logger.html.twig',
  24083.                 ],
  24084.                 'data_collector.events' => [
  24085.                     => 'events',
  24086.                     => '@WebProfiler/Collector/events.html.twig',
  24087.                 ],
  24088.                 'data_collector.router' => [
  24089.                     => 'router',
  24090.                     => '@WebProfiler/Collector/router.html.twig',
  24091.                 ],
  24092.                 'data_collector.cache' => [
  24093.                     => 'cache',
  24094.                     => '@WebProfiler/Collector/cache.html.twig',
  24095.                 ],
  24096.                 'data_collector.translation' => [
  24097.                     => 'translation',
  24098.                     => '@WebProfiler/Collector/translation.html.twig',
  24099.                 ],
  24100.                 'data_collector.security' => [
  24101.                     => 'security',
  24102.                     => '@Security/Collector/security.html.twig',
  24103.                 ],
  24104.                 'data_collector.twig' => [
  24105.                     => 'twig',
  24106.                     => '@WebProfiler/Collector/twig.html.twig',
  24107.                 ],
  24108.                 'data_collector.http_client' => [
  24109.                     => 'http_client',
  24110.                     => '@WebProfiler/Collector/http_client.html.twig',
  24111.                 ],
  24112.                 'data_collector.doctrine' => [
  24113.                     => 'db',
  24114.                     => '@Doctrine/Collector/db.html.twig',
  24115.                 ],
  24116.                 'data_collector.dump' => [
  24117.                     => 'dump',
  24118.                     => '@Debug/Profiler/dump.html.twig',
  24119.                 ],
  24120.                 'httplug.collector.collector' => [
  24121.                     => 'httplug',
  24122.                     => '@Httplug/webprofiler.html.twig',
  24123.                 ],
  24124.                 'data_collector.messenger' => [
  24125.                     => 'messenger',
  24126.                     => '@WebProfiler/Collector/messenger.html.twig',
  24127.                 ],
  24128.                 'mailer.data_collector' => [
  24129.                     => 'mailer',
  24130.                     => '@WebProfiler/Collector/mailer.html.twig',
  24131.                 ],
  24132.                 'data_collector.jms_serializer' => [
  24133.                     => 'jms_serializer',
  24134.                     => '@JMSSerializer/Collector/panel.html.twig',
  24135.                 ],
  24136.                 'data_collector.config' => [
  24137.                     => 'config',
  24138.                     => '@WebProfiler/Collector/config.html.twig',
  24139.                 ],
  24140.             ],
  24141.             'console.command.ids' => [
  24142.                 => 'console.command.public_alias.CodersLab\\Lms\\UserInterface\\Cli\\Command\\ConsumeExerciseQueueCommand',
  24143.                 => 'console.command.public_alias.CodersLab\\Lms\\UserInterface\\Cli\\Command\\ConsumeIssueQueueCommand',
  24144.                 => 'console.command.public_alias.CodersLab\\Lms\\UserInterface\\Cli\\Command\\CourseProgressReportCommand',
  24145.                 => 'console.command.public_alias.CodersLab\\Lms\\UserInterface\\Cli\\Command\\CreateNewUserCommand',
  24146.                 => 'console.command.public_alias.CodersLab\\Lms\\UserInterface\\Cli\\Command\\DeleteElasticsearchIndexesCommand',
  24147.                 => 'console.command.public_alias.CodersLab\\Lms\\UserInterface\\Cli\\Command\\GradebookScoresReportCommand',
  24148.                 => 'console.command.public_alias.CodersLab\\Lms\\UserInterface\\Cli\\Command\\InitializeElasticsearchIndexesCommand',
  24149.                 => 'console.command.public_alias.CodersLab\\Lms\\UserInterface\\Cli\\Command\\MigrateGithubLoginToIdCommand',
  24150.                 => 'console.command.public_alias.CodersLab\\Lms\\UserInterface\\Cli\\Command\\ParseRepoCommand',
  24151.                 => 'console.command.public_alias.CodersLab\\Lms\\UserInterface\\Cli\\Command\\QuizInitCommand',
  24152.                 10 => 'console.command.public_alias.CodersLab\\Lms\\UserInterface\\Cli\\Command\\QuizListUninitializedCommand',
  24153.                 11 => 'console.command.public_alias.CodersLab\\Lms\\UserInterface\\Cli\\Command\\QuizReinitializeCommand',
  24154.                 12 => 'console.command.public_alias.CodersLab\\Lms\\UserInterface\\Cli\\Command\\QuizSaveResponseCommand',
  24155.                 13 => 'console.command.public_alias.CodersLab\\Lms\\UserInterface\\Cli\\Command\\ReinitializeAllQuizzesForCourseCommand',
  24156.                 14 => 'console.command.public_alias.CodersLab\\Lms\\UserInterface\\Cli\\Command\\ReinitializeElasticsearchDocumentsForCourseCommand',
  24157.                 15 => 'console.command.public_alias.CodersLab\\Lms\\UserInterface\\Cli\\Command\\ReinitializeScheduleUrlForAllCoursesCommand',
  24158.                 16 => 'console.command.public_alias.CodersLab\\Lms\\UserInterface\\Cli\\Command\\ReinitializeTreeCommand',
  24159.                 17 => 'console.command.public_alias.CodersLab\\Lms\\UserInterface\\Cli\\Command\\ResultReportCommand',
  24160.                 18 => 'console.command.public_alias.CodersLab\\Lms\\UserInterface\\Cli\\Command\\SurveyMonkeyLimitBotCommand',
  24161.                 19 => 'console.command.public_alias.CodersLab\\Lms\\UserInterface\\Cli\\Command\\UserTokenCommand',
  24162.                 20 => 'console.command.public_alias.CodersLab\\Lms\\UserInterface\\Cli\\Command\\QuizReinitAllWithState',
  24163.                 21 => 'console.command.public_alias.CodersLab\\Lms\\UserInterface\\Cli\\Command\\SendActivationReminder',
  24164.                 22 => 'console.command.public_alias.CodersLab\\Lms\\UserInterface\\Cli\\Command\\SendActivationExpirationReminder',
  24165.                 23 => 'app.command.load_users',
  24166.             ],
  24167.         ];
  24168.     }
  24169.     protected function throw($message)
  24170.     {
  24171.         throw new RuntimeException($message);
  24172.     }
  24173. }