var/cache/dev/ContainerNHYOkJ5/App_KernelDevDebugContainer.php line 2159

Open in your IDE?
  1. <?php
  2. namespace ContainerNHYOkJ5;
  3. use Symfony\Component\DependencyInjection\Argument\RewindableGenerator;
  4. use Symfony\Component\DependencyInjection\ContainerInterface;
  5. use Symfony\Component\DependencyInjection\Container;
  6. use Symfony\Component\DependencyInjection\Exception\InvalidArgumentException;
  7. use Symfony\Component\DependencyInjection\Exception\LogicException;
  8. use Symfony\Component\DependencyInjection\Exception\RuntimeException;
  9. use Symfony\Component\DependencyInjection\ParameterBag\FrozenParameterBag;
  10. use Symfony\Component\DependencyInjection\ParameterBag\ParameterBagInterface;
  11. /**
  12.  * @internal This class has been auto-generated by the Symfony Dependency Injection Component.
  13.  */
  14. class App_KernelDevDebugContainer extends Container
  15. {
  16.     protected $containerDir;
  17.     protected $targetDir;
  18.     protected $parameters = [];
  19.     private $buildParameters;
  20.     protected $getService;
  21.     public function __construct(array $buildParameters = [], $containerDir __DIR__)
  22.     {
  23.         $this->getService \Closure::fromCallable([$this'getService']);
  24.         $this->buildParameters $buildParameters;
  25.         $this->containerDir $containerDir;
  26.         $this->targetDir \dirname($containerDir);
  27.         $this->parameters $this->getDefaultParameters();
  28.         $this->services $this->privates = [];
  29.         $this->syntheticIds = [
  30.             'kernel' => true,
  31.         ];
  32.         $this->methodMap = [
  33.             '.container.private.filesystem' => 'get_Container_Private_FilesystemService',
  34.             '.container.private.profiler' => 'get_Container_Private_ProfilerService',
  35.             '.container.private.security.authorization_checker' => 'get_Container_Private_Security_AuthorizationCheckerService',
  36.             '.container.private.security.token_storage' => 'get_Container_Private_Security_TokenStorageService',
  37.             '.container.private.serializer' => 'get_Container_Private_SerializerService',
  38.             '.container.private.twig' => 'get_Container_Private_TwigService',
  39.             '.container.private.validator' => 'get_Container_Private_ValidatorService',
  40.             'cache.app' => 'getCache_AppService',
  41.             'cache.system' => 'getCache_SystemService',
  42.             'cache.validator_expression_language' => 'getCache_ValidatorExpressionLanguageService',
  43.             'craue_formflow_util' => 'getCraueFormflowUtilService',
  44.             'cursus_filesystem' => 'getCursusFilesystemService',
  45.             'data_collector.dump' => 'getDataCollector_DumpService',
  46.             'doctrine' => 'getDoctrineService',
  47.             'doctrine.dbal.default_connection' => 'getDoctrine_Dbal_DefaultConnectionService',
  48.             'doctrine.orm.default_entity_listener_resolver' => 'getDoctrine_Orm_DefaultEntityListenerResolverService',
  49.             'doctrine.orm.default_entity_manager' => 'getDoctrine_Orm_DefaultEntityManagerService',
  50.             'event_dispatcher' => 'getEventDispatcherService',
  51.             'http_kernel' => 'getHttpKernelService',
  52.             'knp_menu.matcher' => 'getKnpMenu_MatcherService',
  53.             'liip_imagine.cache.manager' => 'getLiipImagine_Cache_ManagerService',
  54.             'liip_imagine.cache.resolver.cursus_uploads' => 'getLiipImagine_Cache_Resolver_CursusUploadsService',
  55.             'liip_imagine.cache.resolver.default' => 'getLiipImagine_Cache_Resolver_DefaultService',
  56.             'liip_imagine.cache.resolver.no_cache_web_path' => 'getLiipImagine_Cache_Resolver_NoCacheWebPathService',
  57.             'liip_imagine.cache.resolver.organization_uploads' => 'getLiipImagine_Cache_Resolver_OrganizationUploadsService',
  58.             'liip_imagine.cache.resolver.positioning_test_uploads' => 'getLiipImagine_Cache_Resolver_PositioningTestUploadsService',
  59.             'liip_imagine.cache.signer' => 'getLiipImagine_Cache_SignerService',
  60.             'messenger.default_bus' => 'getMessenger_DefaultBusService',
  61.             'oneup_uploader.orphanage_manager' => 'getOneupUploader_OrphanageManagerService',
  62.             'oneup_uploader.templating.uploader_helper' => 'getOneupUploader_Templating_UploaderHelperService',
  63.             'oneup_uploader.twig.extension.uploader' => 'getOneupUploader_Twig_Extension_UploaderService',
  64.             'organization_filesystem' => 'getOrganizationFilesystemService',
  65.             'positioning_test_filesystem' => 'getPositioningTestFilesystemService',
  66.             'request_stack' => 'getRequestStackService',
  67.             'router' => 'getRouterService',
  68.             'translator' => 'getTranslatorService',
  69.             'var_dumper.cloner' => 'getVarDumper_ClonerService',
  70.             'cache_clearer' => 'getCacheClearerService',
  71.             'filesystem' => 'getFilesystemService',
  72.             'serializer' => 'getSerializerService',
  73.             'security.csrf.token_manager' => 'getSecurity_Csrf_TokenManagerService',
  74.             'form.factory' => 'getForm_FactoryService',
  75.             'form.type.file' => 'getForm_Type_FileService',
  76.             'profiler' => 'getProfilerService',
  77.             'twig' => 'getTwigService',
  78.             'security.authorization_checker' => 'getSecurity_AuthorizationCheckerService',
  79.             'security.token_storage' => 'getSecurity_TokenStorageService',
  80.             'security.password_encoder' => 'getSecurity_PasswordEncoderService',
  81.             'session' => 'getSessionService',
  82.             'validator' => 'getValidatorService',
  83.         ];
  84.         $this->fileMap = [
  85.             '.container.private.cache_clearer' => 'get_Container_Private_CacheClearerService',
  86.             '.container.private.form.factory' => 'get_Container_Private_Form_FactoryService',
  87.             '.container.private.form.type.file' => 'get_Container_Private_Form_Type_FileService',
  88.             '.container.private.security.csrf.token_manager' => 'get_Container_Private_Security_Csrf_TokenManagerService',
  89.             '.container.private.security.password_encoder' => 'get_Container_Private_Security_PasswordEncoderService',
  90.             '.container.private.session' => 'get_Container_Private_SessionService',
  91.             '.zenstruck_foundry.configuration' => 'get_ZenstruckFoundry_ConfigurationService',
  92.             '.zenstruck_foundry.global_state_registry' => 'get_ZenstruckFoundry_GlobalStateRegistryService',
  93.             'App\\Controller\\Account\\Async\\Channel\\PositioningTest\\Attempt\\AttemptAnswerAction' => 'getAttemptAnswerActionService',
  94.             'App\\Controller\\Account\\Async\\Channel\\PositioningTest\\Attempt\\AttemptBlockCompleteAction' => 'getAttemptBlockCompleteActionService',
  95.             'App\\Controller\\Account\\Async\\Channel\\PositioningTest\\Attempt\\AttemptBlockLaunchAction' => 'getAttemptBlockLaunchActionService',
  96.             'App\\Controller\\Account\\Async\\Cursus\\Drive\\CollectionFileAbstractCursusAction' => 'getCollectionFileAbstractCursusActionService',
  97.             'App\\Controller\\Account\\Async\\Cursus\\Drive\\DeleteFileAbstractCursusAction' => 'getDeleteFileAbstractCursusActionService',
  98.             'App\\Controller\\Account\\Async\\Cursus\\Drive\\GetCountFilesByTagsAction' => 'getGetCountFilesByTagsActionService',
  99.             'App\\Controller\\Account\\Async\\Cursus\\Drive\\GetFileAbstractCursusAction' => 'getGetFileAbstractCursusActionService',
  100.             'App\\Controller\\Account\\Async\\Cursus\\Drive\\NotifyServicesForFilesAction' => 'getNotifyServicesForFilesActionService',
  101.             'App\\Controller\\Account\\Async\\Cursus\\Drive\\PostFileAbstractCursusAction' => 'getPostFileAbstractCursusActionService',
  102.             'App\\Controller\\Account\\Async\\Cursus\\Drive\\PutFileAbstractCursusAction' => 'getPutFileAbstractCursusActionService',
  103.             'App\\Controller\\Account\\Async\\Cursus\\Drive\\RestoreFileAbstractCursusAction' => 'getRestoreFileAbstractCursusActionService',
  104.             'App\\Controller\\Account\\Async\\Cursus\\Drive\\ToRemoveFileAbstractCursusAction' => 'getToRemoveFileAbstractCursusActionService',
  105.             'App\\Controller\\Account\\Async\\Cursus\\GetCursusCertificate' => 'getGetCursusCertificateService',
  106.             'App\\Controller\\Account\\Async\\Cursus\\GetGlobalProgressionAction' => 'getGetGlobalProgressionActionService',
  107.             'App\\Controller\\Account\\Async\\Cursus\\GetLightProgressionAction' => 'getGetLightProgressionActionService',
  108.             'App\\Controller\\Account\\Async\\UpdateLastConnected' => 'getUpdateLastConnectedService',
  109.             'App\\Controller\\Account\\ChannelUserData\\ChannelUserDataDashboardRedirectAction' => 'getChannelUserDataDashboardRedirectActionService',
  110.             'App\\Controller\\Account\\ChannelUserData\\Cursus\\ShowAction' => 'getShowActionService',
  111.             'App\\Controller\\Account\\ChannelUserData\\Cursus\\ShowCertificatesAction' => 'getShowCertificatesActionService',
  112.             'App\\Controller\\Account\\ChannelUserData\\Cursus\\ShowDriveAction' => 'getShowDriveActionService',
  113.             'App\\Controller\\Account\\ChannelUserData\\Cursus\\ShowProgressAction' => 'getShowProgressActionService',
  114.             'App\\Controller\\Account\\ChannelUserData\\LearnerDashboardAction' => 'getLearnerDashboardActionService',
  115.             'App\\Controller\\Account\\ChannelUserData\\RedirectDriveNotificationAction' => 'getRedirectDriveNotificationActionService',
  116.             'App\\Controller\\Account\\Channel\\PositioningTest\\Attempt\\IndexAction' => 'getIndexActionService',
  117.             'App\\Controller\\Account\\Channel\\PositioningTest\\Attempt\\ShowAction' => 'getShowAction2Service',
  118.             'App\\Controller\\Account\\Channel\\PositioningTest\\ShowAction' => 'getShowAction3Service',
  119.             'App\\Controller\\Account\\Channel\\PositioningTest\\StartAction' => 'getStartActionService',
  120.             'App\\Controller\\Account\\EditAccountAction' => 'getEditAccountActionService',
  121.             'App\\Controller\\Account\\ForgotPassword\\AlreadyLoggedInController' => 'getAlreadyLoggedInControllerService',
  122.             'App\\Controller\\Account\\ForgotPassword\\AskController' => 'getAskControllerService',
  123.             'App\\Controller\\Account\\ForgotPassword\\AskSuccessController' => 'getAskSuccessControllerService',
  124.             'App\\Controller\\Account\\ForgotPassword\\ResetController' => 'getResetControllerService',
  125.             'App\\Controller\\Account\\HomeAction' => 'getHomeActionService',
  126.             'App\\Controller\\Account\\Notification\\NotificationSeeAllController' => 'getNotificationSeeAllControllerService',
  127.             'App\\Controller\\Account\\Register\\RegisterAction' => 'getRegisterActionService',
  128.             'App\\Controller\\Account\\Register\\RegisterVerificationAction' => 'getRegisterVerificationActionService',
  129.             'App\\Controller\\Account\\Register\\SetPasswordController' => 'getSetPasswordControllerService',
  130.             'App\\Controller\\Account\\Register\\VerifyEmailAction' => 'getVerifyEmailActionService',
  131.             'App\\Controller\\Account\\Security\\LoginAction' => 'getLoginActionService',
  132.             'App\\Controller\\Account\\Security\\LogoutAction' => 'getLogoutActionService',
  133.             'App\\Controller\\Admin\\Async\\ChannelUserData\\Cursus\\Activity\\DeleteActivityAction' => 'getDeleteActivityActionService',
  134.             'App\\Controller\\Admin\\Async\\ChannelUserData\\Cursus\\Activity\\ExportActivitiesAction' => 'getExportActivitiesActionService',
  135.             'App\\Controller\\Admin\\Async\\ChannelUserData\\Cursus\\Activity\\GetAbstractCollectionAction' => 'getGetAbstractCollectionActionService',
  136.             'App\\Controller\\Admin\\Async\\ChannelUserData\\Cursus\\Activity\\GetMeetingCollectionAction' => 'getGetMeetingCollectionActionService',
  137.             'App\\Controller\\Admin\\Async\\ChannelUserData\\Cursus\\Activity\\PostMeetingActivityAction' => 'getPostMeetingActivityActionService',
  138.             'App\\Controller\\Admin\\Async\\ChannelUserData\\Cursus\\Activity\\PostMessageActivityAction' => 'getPostMessageActivityActionService',
  139.             'App\\Controller\\Admin\\Async\\ChannelUserData\\Cursus\\Activity\\PutMeetingActivityAction' => 'getPutMeetingActivityActionService',
  140.             'App\\Controller\\Admin\\Async\\ChannelUserData\\Cursus\\Activity\\PutMessageActivityAction' => 'getPutMessageActivityActionService',
  141.             'App\\Controller\\Admin\\Async\\ChannelUserData\\Cursus\\Drive\\DeleteFileAbstractCursusAction' => 'getDeleteFileAbstractCursusAction2Service',
  142.             'App\\Controller\\Admin\\Async\\ChannelUserData\\Cursus\\Drive\\GetCollectionFileAbstractCursusAction' => 'getGetCollectionFileAbstractCursusActionService',
  143.             'App\\Controller\\Admin\\Async\\ChannelUserData\\Cursus\\Drive\\GetCountFilesByTagsAction' => 'getGetCountFilesByTagsAction2Service',
  144.             'App\\Controller\\Admin\\Async\\ChannelUserData\\Cursus\\Drive\\GetFileAbstractCursusAction' => 'getGetFileAbstractCursusAction2Service',
  145.             'App\\Controller\\Admin\\Async\\ChannelUserData\\Cursus\\Drive\\NotifyServicesForFilesAction' => 'getNotifyServicesForFilesAction2Service',
  146.             'App\\Controller\\Admin\\Async\\ChannelUserData\\Cursus\\Drive\\PostFileAbstractCursusAction' => 'getPostFileAbstractCursusAction2Service',
  147.             'App\\Controller\\Admin\\Async\\ChannelUserData\\Cursus\\Drive\\PutFileAbstractCursusAction' => 'getPutFileAbstractCursusAction2Service',
  148.             'App\\Controller\\Admin\\Async\\ChannelUserData\\Cursus\\Drive\\RestoreFileAbstractCursusAction' => 'getRestoreFileAbstractCursusAction2Service',
  149.             'App\\Controller\\Admin\\Async\\ChannelUserData\\Cursus\\Drive\\ToRemoveFileAbstractCursusAction' => 'getToRemoveFileAbstractCursusAction2Service',
  150.             'App\\Controller\\Admin\\Async\\ChannelUserData\\Cursus\\Message\\GetCollectionAction' => 'getGetCollectionActionService',
  151.             'App\\Controller\\Admin\\Async\\ChannelUserData\\Cursus\\Progress\\ExportTrainingProgression' => 'getExportTrainingProgressionService',
  152.             'App\\Controller\\Admin\\Async\\ChannelUserData\\Cursus\\Progress\\GetEventsCollectionAction' => 'getGetEventsCollectionActionService',
  153.             'App\\Controller\\Admin\\Async\\ChannelUserData\\Cursus\\Progress\\GetGlobalProgressionAction' => 'getGetGlobalProgressionAction2Service',
  154.             'App\\Controller\\Admin\\Async\\ChannelUserData\\Cursus\\Progress\\GetLightProgressionAction' => 'getGetLightProgressionAction2Service',
  155.             'App\\Controller\\Admin\\Async\\ChannelUserData\\Cursus\\Progress\\GetLightProgressionCollectionAction' => 'getGetLightProgressionCollectionActionService',
  156.             'App\\Controller\\Admin\\Async\\Channel\\CRM\\ProspectCollectionAction' => 'getProspectCollectionActionService',
  157.             'App\\Controller\\Admin\\Async\\Channel\\Certificate\\CursusStartCertificate\\GetPreviewCertificateAction' => 'getGetPreviewCertificateActionService',
  158.             'App\\Controller\\Admin\\Async\\Channel\\Company\\CollectionAction' => 'getCollectionActionService',
  159.             'App\\Controller\\Admin\\Async\\Channel\\Group\\CollectionAction' => 'getCollectionAction2Service',
  160.             'App\\Controller\\Admin\\Async\\Channel\\Organization\\CollectionAction' => 'getCollectionAction3Service',
  161.             'App\\Controller\\Admin\\Async\\Channel\\Place\\CollectionAction' => 'getCollectionAction4Service',
  162.             'App\\Controller\\Admin\\Async\\Channel\\PositioningTest\\Attempt\\AttemptAnswerAction' => 'getAttemptAnswerAction2Service',
  163.             'App\\Controller\\Admin\\Async\\Channel\\PositioningTest\\BlockCollectionAction' => 'getBlockCollectionActionService',
  164.             'App\\Controller\\Admin\\Async\\Channel\\Service\\CollectionAction' => 'getCollectionAction5Service',
  165.             'App\\Controller\\Admin\\Async\\Channel\\Session\\CollectionAction' => 'getCollectionAction6Service',
  166.             'App\\Controller\\Admin\\Async\\Channel\\Training\\CollectionAction' => 'getCollectionAction7Service',
  167.             'App\\Controller\\Admin\\Async\\Channel\\User\\LearnersCollectionByTrainingAction' => 'getLearnersCollectionByTrainingActionService',
  168.             'App\\Controller\\Admin\\Async\\Channel\\User\\TutorCollectionAction' => 'getTutorCollectionActionService',
  169.             'App\\Controller\\Admin\\ChannelUserData\\ChannelUserData\\CustomView\\DeleteCustomViewAdminAction' => 'getDeleteCustomViewAdminActionService',
  170.             'App\\Controller\\Admin\\ChannelUserData\\ChannelUserData\\CustomView\\InactivateCustomViewAdminAction' => 'getInactivateCustomViewAdminActionService',
  171.             'App\\Controller\\Admin\\ChannelUserData\\ChannelUserData\\DeleteAction' => 'getDeleteActionService',
  172.             'App\\Controller\\Admin\\ChannelUserData\\ChannelUserData\\IndexAction' => 'getIndexAction2Service',
  173.             'App\\Controller\\Admin\\ChannelUserData\\ChannelUserData\\IndexAdminsAction' => 'getIndexAdminsActionService',
  174.             'App\\Controller\\Admin\\ChannelUserData\\ChannelUserData\\IndexPositioningTestAttemptAction' => 'getIndexPositioningTestAttemptActionService',
  175.             'App\\Controller\\Admin\\ChannelUserData\\ChannelUserData\\NewAction' => 'getNewActionService',
  176.             'App\\Controller\\Admin\\ChannelUserData\\ChannelUserData\\RedirectControllerAction' => 'getRedirectControllerActionService',
  177.             'App\\Controller\\Admin\\ChannelUserData\\ChannelUserData\\RemoveChannelUserDataRoleAction' => 'getRemoveChannelUserDataRoleActionService',
  178.             'App\\Controller\\Admin\\ChannelUserData\\ChannelUserData\\ShowAction' => 'getShowAction4Service',
  179.             'App\\Controller\\Admin\\ChannelUserData\\ChannelUserData\\ShowPositioningTestAttemptAction' => 'getShowPositioningTestAttemptActionService',
  180.             'App\\Controller\\Admin\\ChannelUserData\\ChannelUserData\\SwitchChannelUserDataTypeAction' => 'getSwitchChannelUserDataTypeActionService',
  181.             'App\\Controller\\Admin\\ChannelUserData\\ChannelUserData\\ToggleActiveChannelUserDataAction' => 'getToggleActiveChannelUserDataActionService',
  182.             'App\\Controller\\Admin\\ChannelUserData\\Cursus\\Activity\\CreateMessageActivityAction' => 'getCreateMessageActivityActionService',
  183.             'App\\Controller\\Admin\\ChannelUserData\\Cursus\\Activity\\ShowActivityGeneralAction' => 'getShowActivityGeneralActionService',
  184.             'App\\Controller\\Admin\\ChannelUserData\\Cursus\\DeleteAction' => 'getDeleteAction2Service',
  185.             'App\\Controller\\Admin\\ChannelUserData\\Cursus\\DeleteAdviserAction' => 'getDeleteAdviserActionService',
  186.             'App\\Controller\\Admin\\ChannelUserData\\Cursus\\DeleteCompanyAction' => 'getDeleteCompanyActionService',
  187.             'App\\Controller\\Admin\\ChannelUserData\\Cursus\\DeleteExamAction' => 'getDeleteExamActionService',
  188.             'App\\Controller\\Admin\\ChannelUserData\\Cursus\\DeleteFounderAction' => 'getDeleteFounderActionService',
  189.             'App\\Controller\\Admin\\ChannelUserData\\Cursus\\DeleteInternshipAction' => 'getDeleteInternshipActionService',
  190.             'App\\Controller\\Admin\\ChannelUserData\\Cursus\\DeleteInternshipTutorAction' => 'getDeleteInternshipTutorActionService',
  191.             'App\\Controller\\Admin\\ChannelUserData\\Cursus\\DeleteTutorAction' => 'getDeleteTutorActionService',
  192.             'App\\Controller\\Admin\\ChannelUserData\\Cursus\\ExportIndexAction' => 'getExportIndexActionService',
  193.             'App\\Controller\\Admin\\ChannelUserData\\Cursus\\IndexAction' => 'getIndexAction3Service',
  194.             'App\\Controller\\Admin\\ChannelUserData\\Cursus\\IndexCursusAction' => 'getIndexCursusActionService',
  195.             'App\\Controller\\Admin\\ChannelUserData\\Cursus\\NewTrainingCursus' => 'getNewTrainingCursusService',
  196.             'App\\Controller\\Admin\\ChannelUserData\\Cursus\\ReactivateCursusAction' => 'getReactivateCursusActionService',
  197.             'App\\Controller\\Admin\\ChannelUserData\\Cursus\\RedirectCursusAction' => 'getRedirectCursusActionService',
  198.             'App\\Controller\\Admin\\ChannelUserData\\Cursus\\ShowChatAction' => 'getShowChatActionService',
  199.             'App\\Controller\\Admin\\ChannelUserData\\Cursus\\ShowCompanyAction' => 'getShowCompanyActionService',
  200.             'App\\Controller\\Admin\\ChannelUserData\\Cursus\\ShowDriveAction' => 'getShowDriveAction2Service',
  201.             'App\\Controller\\Admin\\ChannelUserData\\Cursus\\ShowExamAction' => 'getShowExamActionService',
  202.             'App\\Controller\\Admin\\ChannelUserData\\Cursus\\ShowFounderAction' => 'getShowFounderActionService',
  203.             'App\\Controller\\Admin\\ChannelUserData\\Cursus\\ShowInternshipAction' => 'getShowInternshipActionService',
  204.             'App\\Controller\\Admin\\ChannelUserData\\Cursus\\ShowProgressAction' => 'getShowProgressAction2Service',
  205.             'App\\Controller\\Admin\\ChannelUserData\\Learner\\ShowLearnerAction' => 'getShowLearnerActionService',
  206.             'App\\Controller\\Admin\\ChannelUserData\\Learner\\ShowProfileAction' => 'getShowProfileActionService',
  207.             'App\\Controller\\Admin\\ChannelUserData\\ShowChannelUserDataAction' => 'getShowChannelUserDataActionService',
  208.             'App\\Controller\\Admin\\Channel\\Certificate\\CursusStartCertificate\\DeleteAction' => 'getDeleteAction3Service',
  209.             'App\\Controller\\Admin\\Channel\\Certificate\\CursusStartCertificate\\EditAction' => 'getEditActionService',
  210.             'App\\Controller\\Admin\\Channel\\Certificate\\CursusStartCertificate\\NewAction' => 'getNewAction2Service',
  211.             'App\\Controller\\Admin\\Channel\\Certificate\\CursusStartCertificate\\ShowAction' => 'getShowAction5Service',
  212.             'App\\Controller\\Admin\\Channel\\Certificate\\IndexAction' => 'getIndexAction4Service',
  213.             'App\\Controller\\Admin\\Channel\\Channel\\ChannelUserRole\\ManageAction' => 'getManageActionService',
  214.             'App\\Controller\\Admin\\Channel\\Channel\\DeleteOrganizationAction' => 'getDeleteOrganizationActionService',
  215.             'App\\Controller\\Admin\\Channel\\Channel\\Index' => 'getIndexService',
  216.             'App\\Controller\\Admin\\Channel\\Channel\\ShowAction' => 'getShowAction6Service',
  217.             'App\\Controller\\Admin\\Channel\\Company\\DeleteAction' => 'getDeleteAction4Service',
  218.             'App\\Controller\\Admin\\Channel\\Company\\DeleteMultipleAction' => 'getDeleteMultipleActionService',
  219.             'App\\Controller\\Admin\\Channel\\Company\\EditAction' => 'getEditAction2Service',
  220.             'App\\Controller\\Admin\\Channel\\Company\\ExportAction' => 'getExportActionService',
  221.             'App\\Controller\\Admin\\Channel\\Company\\IndexAction' => 'getIndexAction5Service',
  222.             'App\\Controller\\Admin\\Channel\\Company\\NewAction' => 'getNewAction3Service',
  223.             'App\\Controller\\Admin\\Channel\\Company\\ShowAction' => 'getShowAction7Service',
  224.             'App\\Controller\\Admin\\Channel\\Company\\Tutor\\AddAction' => 'getAddActionService',
  225.             'App\\Controller\\Admin\\Channel\\Company\\Tutor\\RemoveAction' => 'getRemoveActionService',
  226.             'App\\Controller\\Admin\\Channel\\Company\\Tutor\\RemoveMultipleAction' => 'getRemoveMultipleActionService',
  227.             'App\\Controller\\Admin\\Channel\\CustomView\\DeleteCustomViewChannelAction' => 'getDeleteCustomViewChannelActionService',
  228.             'App\\Controller\\Admin\\Channel\\CustomView\\InactivateCustomViewChannelAction' => 'getInactivateCustomViewChannelActionService',
  229.             'App\\Controller\\Admin\\Channel\\Groups\\DeleteAction' => 'getDeleteAction5Service',
  230.             'App\\Controller\\Admin\\Channel\\Groups\\DeleteMultipleAction' => 'getDeleteMultipleAction2Service',
  231.             'App\\Controller\\Admin\\Channel\\Groups\\EditAction' => 'getEditAction3Service',
  232.             'App\\Controller\\Admin\\Channel\\Groups\\IndexAction' => 'getIndexAction6Service',
  233.             'App\\Controller\\Admin\\Channel\\Groups\\NewAction' => 'getNewAction4Service',
  234.             'App\\Controller\\Admin\\Channel\\Groups\\ShowAction' => 'getShowAction8Service',
  235.             'App\\Controller\\Admin\\Channel\\Groups\\User\\AddAction' => 'getAddAction2Service',
  236.             'App\\Controller\\Admin\\Channel\\Groups\\User\\RemoveAction' => 'getRemoveAction2Service',
  237.             'App\\Controller\\Admin\\Channel\\Groups\\User\\RemoveMultipleAction' => 'getRemoveMultipleAction2Service',
  238.             'App\\Controller\\Admin\\Channel\\Licenses\\DashboardAction' => 'getDashboardActionService',
  239.             'App\\Controller\\Admin\\Channel\\Licenses\\ValidateOrderAction' => 'getValidateOrderActionService',
  240.             'App\\Controller\\Admin\\Channel\\Material\\DeleteAction' => 'getDeleteAction6Service',
  241.             'App\\Controller\\Admin\\Channel\\Material\\DeleteMultipleAction' => 'getDeleteMultipleAction3Service',
  242.             'App\\Controller\\Admin\\Channel\\Material\\EditAction' => 'getEditAction4Service',
  243.             'App\\Controller\\Admin\\Channel\\Material\\IndexAction' => 'getIndexAction7Service',
  244.             'App\\Controller\\Admin\\Channel\\Material\\NewAction' => 'getNewAction5Service',
  245.             'App\\Controller\\Admin\\Channel\\Material\\ShowAction' => 'getShowAction9Service',
  246.             'App\\Controller\\Admin\\Channel\\Place\\DeleteAction' => 'getDeleteAction7Service',
  247.             'App\\Controller\\Admin\\Channel\\Place\\DeleteMultipleAction' => 'getDeleteMultipleAction4Service',
  248.             'App\\Controller\\Admin\\Channel\\Place\\EditAction' => 'getEditAction5Service',
  249.             'App\\Controller\\Admin\\Channel\\Place\\IndexAction' => 'getIndexAction8Service',
  250.             'App\\Controller\\Admin\\Channel\\Place\\NewAction' => 'getNewAction6Service',
  251.             'App\\Controller\\Admin\\Channel\\Place\\ShowAction' => 'getShowAction10Service',
  252.             'App\\Controller\\Admin\\Channel\\PositioningTest\\Attempt\\CreateOrSetUserAction' => 'getCreateOrSetUserActionService',
  253.             'App\\Controller\\Admin\\Channel\\PositioningTest\\Attempt\\IndexAction' => 'getIndexAction9Service',
  254.             'App\\Controller\\Admin\\Channel\\PositioningTest\\Attempt\\NewAction' => 'getNewAction7Service',
  255.             'App\\Controller\\Admin\\Channel\\PositioningTest\\Attempt\\SendReminderAction' => 'getSendReminderActionService',
  256.             'App\\Controller\\Admin\\Channel\\PositioningTest\\Attempt\\SendReminderMultipleAction' => 'getSendReminderMultipleActionService',
  257.             'App\\Controller\\Admin\\Channel\\PositioningTest\\Attempt\\ShowAction' => 'getShowAction11Service',
  258.             'App\\Controller\\Admin\\Channel\\PositioningTest\\Block\\DeleteAction' => 'getDeleteAction8Service',
  259.             'App\\Controller\\Admin\\Channel\\PositioningTest\\Block\\DeleteMultipleAction' => 'getDeleteMultipleAction5Service',
  260.             'App\\Controller\\Admin\\Channel\\PositioningTest\\Block\\DuplicateAction' => 'getDuplicateActionService',
  261.             'App\\Controller\\Admin\\Channel\\PositioningTest\\Block\\EditAction' => 'getEditAction6Service',
  262.             'App\\Controller\\Admin\\Channel\\PositioningTest\\Block\\IndexAction' => 'getIndexAction10Service',
  263.             'App\\Controller\\Admin\\Channel\\PositioningTest\\Block\\NewAction' => 'getNewAction8Service',
  264.             'App\\Controller\\Admin\\Channel\\PositioningTest\\Block\\RestoreAction' => 'getRestoreActionService',
  265.             'App\\Controller\\Admin\\Channel\\PositioningTest\\DeleteAction' => 'getDeleteAction9Service',
  266.             'App\\Controller\\Admin\\Channel\\PositioningTest\\DeleteMultipleAction' => 'getDeleteMultipleAction6Service',
  267.             'App\\Controller\\Admin\\Channel\\PositioningTest\\DuplicateAction' => 'getDuplicateAction2Service',
  268.             'App\\Controller\\Admin\\Channel\\PositioningTest\\EditAction' => 'getEditAction7Service',
  269.             'App\\Controller\\Admin\\Channel\\PositioningTest\\IndexAction' => 'getIndexAction11Service',
  270.             'App\\Controller\\Admin\\Channel\\PositioningTest\\NewAction' => 'getNewAction9Service',
  271.             'App\\Controller\\Admin\\Channel\\PositioningTest\\PositioningTestGoogleDriveAction' => 'getPositioningTestGoogleDriveActionService',
  272.             'App\\Controller\\Admin\\Channel\\PositioningTest\\RestoreAction' => 'getRestoreAction2Service',
  273.             'App\\Controller\\Admin\\Channel\\PositioningTest\\ShowAction' => 'getShowAction12Service',
  274.             'App\\Controller\\Admin\\Channel\\PurchaseOrder\\ExportIndexAction' => 'getExportIndexAction2Service',
  275.             'App\\Controller\\Admin\\Channel\\PurchaseOrder\\IndexAction' => 'getIndexAction12Service',
  276.             'App\\Controller\\Admin\\Channel\\Room\\DeleteAction' => 'getDeleteAction10Service',
  277.             'App\\Controller\\Admin\\Channel\\Room\\DeleteMultipleAction' => 'getDeleteMultipleAction7Service',
  278.             'App\\Controller\\Admin\\Channel\\Room\\EditAction' => 'getEditAction8Service',
  279.             'App\\Controller\\Admin\\Channel\\Room\\IndexAction' => 'getIndexAction13Service',
  280.             'App\\Controller\\Admin\\Channel\\Room\\NewAction' => 'getNewAction10Service',
  281.             'App\\Controller\\Admin\\Channel\\Room\\ShowAction' => 'getShowAction13Service',
  282.             'App\\Controller\\Admin\\Channel\\Service\\DeleteAction' => 'getDeleteAction11Service',
  283.             'App\\Controller\\Admin\\Channel\\Service\\DeleteMultipleAction' => 'getDeleteMultipleAction8Service',
  284.             'App\\Controller\\Admin\\Channel\\Service\\EditController' => 'getEditControllerService',
  285.             'App\\Controller\\Admin\\Channel\\Service\\IndexAction' => 'getIndexAction14Service',
  286.             'App\\Controller\\Admin\\Channel\\Service\\NewAction' => 'getNewAction11Service',
  287.             'App\\Controller\\Admin\\Channel\\Service\\ShowAction' => 'getShowAction14Service',
  288.             'App\\Controller\\Admin\\Channel\\Service\\User\\AddUserAction' => 'getAddUserActionService',
  289.             'App\\Controller\\Admin\\Channel\\Service\\User\\RemoveAction' => 'getRemoveAction3Service',
  290.             'App\\Controller\\Admin\\Channel\\Service\\User\\RemoveMultipleAction' => 'getRemoveMultipleAction3Service',
  291.             'App\\Controller\\Admin\\Channel\\Session\\DeleteAction' => 'getDeleteAction12Service',
  292.             'App\\Controller\\Admin\\Channel\\Session\\DeleteMultipleAction' => 'getDeleteMultipleAction9Service',
  293.             'App\\Controller\\Admin\\Channel\\Session\\DuplicateAction' => 'getDuplicateAction3Service',
  294.             'App\\Controller\\Admin\\Channel\\Session\\EditController' => 'getEditController2Service',
  295.             'App\\Controller\\Admin\\Channel\\Session\\IndexAction' => 'getIndexAction15Service',
  296.             'App\\Controller\\Admin\\Channel\\Session\\NewAction' => 'getNewAction12Service',
  297.             'App\\Controller\\Admin\\Channel\\Session\\ShowAction' => 'getShowAction15Service',
  298.             'App\\Controller\\Admin\\Channel\\Trainings\\LearnersCollectionAction' => 'getLearnersCollectionActionService',
  299.             'App\\Controller\\Admin\\IndexAction' => 'getIndexAction16Service',
  300.             'App\\Controller\\Api\\Security\\Profile\\GetAction' => 'getGetActionService',
  301.             'App\\Controller\\Commercial\\Channel\\LicensesDashboardAction' => 'getLicensesDashboardActionService',
  302.             'App\\Controller\\Commercial\\Channel\\ToggleSepaMandateAction' => 'getToggleSepaMandateActionService',
  303.             'App\\Controller\\Commercial\\Channel\\ValidateOrderAction' => 'getValidateOrderAction2Service',
  304.             'App\\Controller\\Commercial\\CustomVIew\\DeleteCustomViewCommercialAction' => 'getDeleteCustomViewCommercialActionService',
  305.             'App\\Controller\\Commercial\\CustomVIew\\InactivateCustomViewCommercialAction' => 'getInactivateCustomViewCommercialActionService',
  306.             'App\\Controller\\Commercial\\DashboardAction' => 'getDashboardAction2Service',
  307.             'App\\Controller\\Commercial\\LicensesOrder\\ArchiveLicensesOrderAction' => 'getArchiveLicensesOrderActionService',
  308.             'App\\Controller\\Commercial\\LicensesOrder\\EditAction' => 'getEditAction9Service',
  309.             'App\\Controller\\Commercial\\LicensesOrder\\IndexAction' => 'getIndexAction17Service',
  310.             'App\\Controller\\SuperAdmin\\Async\\User\\CollectionAction' => 'getCollectionAction8Service',
  311.             'App\\Controller\\SuperAdmin\\Async\\User\\ToggleCommercialRoleAction' => 'getToggleCommercialRoleActionService',
  312.             'App\\Controller\\SuperAdmin\\Channel\\Channel\\ChannelController' => 'getChannelControllerService',
  313.             'App\\Controller\\SuperAdmin\\Channel\\Channel\\RemoveWhiteLabelAction' => 'getRemoveWhiteLabelActionService',
  314.             'App\\Controller\\SuperAdmin\\Channel\\Channel\\ToggleApprovedActionController' => 'getToggleApprovedActionControllerService',
  315.             'App\\Controller\\SuperAdmin\\Channel\\Channel\\ToggleEnableGoogleDriveAction' => 'getToggleEnableGoogleDriveActionService',
  316.             'App\\Controller\\SuperAdmin\\Channel\\Channel\\ToggleEnabledChatBotAction' => 'getToggleEnabledChatBotActionService',
  317.             'App\\Controller\\SuperAdmin\\Channel\\Channel\\TogglePaymentAlertAction' => 'getTogglePaymentAlertActionService',
  318.             'App\\Controller\\SuperAdmin\\Channel\\Channel\\ToggleTuaProposalAction' => 'getToggleTuaProposalActionService',
  319.             'App\\Controller\\SuperAdmin\\Channel\\Channel\\WhiteLabelEditAction' => 'getWhiteLabelEditActionService',
  320.             'App\\Controller\\SuperAdmin\\Channel\\GroupController' => 'getGroupControllerService',
  321.             'App\\Controller\\SuperAdmin\\Channel\\UserController' => 'getUserControllerService',
  322.             'App\\Controller\\SuperAdmin\\CustomVIew\\DeleteCustomViewSuperAdminAction' => 'getDeleteCustomViewSuperAdminActionService',
  323.             'App\\Controller\\SuperAdmin\\CustomVIew\\InactivateCustomViewSuperAdminAction' => 'getInactivateCustomViewSuperAdminActionService',
  324.             'App\\Controller\\SuperAdmin\\DashboardAction' => 'getDashboardAction3Service',
  325.             'App\\Controller\\SuperAdmin\\Google\\GoogleDriveFolderIndexAction' => 'getGoogleDriveFolderIndexActionService',
  326.             'App\\Controller\\SuperAdmin\\Google\\GoogleDriveShareItemAction' => 'getGoogleDriveShareItemActionService',
  327.             'App\\Controller\\SuperAdmin\\UserController' => 'getUserController2Service',
  328.             'App\\Controller\\SuperAdmin\\UserExportController' => 'getUserExportControllerService',
  329.             'App\\Controller\\Sync\\Account\\User\\CollectionAction' => 'getCollectionAction9Service',
  330.             'App\\Controller\\Sync\\Account\\User\\GetAction' => 'getGetAction2Service',
  331.             'App\\Controller\\Sync\\Account\\User\\PutAction' => 'getPutActionService',
  332.             'App\\Controller\\Sync\\Account\\User\\UpdateLastConnected' => 'getUpdateLastConnected2Service',
  333.             'App\\Controller\\Sync\\AdditionalData\\HandleAdditionalDataActionAction' => 'getHandleAdditionalDataActionActionService',
  334.             'App\\Controller\\Sync\\ChannelUserData\\AbstractCursus\\CollectionAction' => 'getCollectionAction10Service',
  335.             'App\\Controller\\Sync\\ChannelUserData\\AbstractCursus\\GetAction' => 'getGetAction3Service',
  336.             'App\\Controller\\Sync\\ChannelUserData\\AbstractCursus\\PostFileAbstractCursusAction' => 'getPostFileAbstractCursusAction3Service',
  337.             'App\\Controller\\Sync\\ChannelUserData\\CollectionAction' => 'getCollectionAction11Service',
  338.             'App\\Controller\\Sync\\ChannelUserData\\GetAction' => 'getGetAction4Service',
  339.             'App\\Controller\\Sync\\ChannelUserData\\PatchMenuDisplayedAction' => 'getPatchMenuDisplayedActionService',
  340.             'App\\Controller\\Sync\\Channel\\ChannelUserCursusPermission\\CollectionAction' => 'getCollectionAction12Service',
  341.             'App\\Controller\\Sync\\Channel\\ChannelUserCursusPermission\\GetAction' => 'getGetAction5Service',
  342.             'App\\Controller\\Sync\\Channel\\ChannelUserRole\\CollectionAction' => 'getCollectionAction13Service',
  343.             'App\\Controller\\Sync\\Channel\\ChannelUserRole\\GetAction' => 'getGetAction6Service',
  344.             'App\\Controller\\Sync\\Channel\\ChannelUserServicePermission\\CollectionAction' => 'getCollectionAction14Service',
  345.             'App\\Controller\\Sync\\Channel\\ChannelUserServicePermission\\GetAction' => 'getGetAction7Service',
  346.             'App\\Controller\\Sync\\Channel\\ChannelUserSessionPermission\\CollectionAction' => 'getCollectionAction15Service',
  347.             'App\\Controller\\Sync\\Channel\\ChannelUserSessionPermission\\GetAction' => 'getGetAction8Service',
  348.             'App\\Controller\\Sync\\Channel\\ChannelUserTrainingPermission\\CollectionAction' => 'getCollectionAction16Service',
  349.             'App\\Controller\\Sync\\Channel\\ChannelUserTrainingPermission\\GetAction' => 'getGetAction9Service',
  350.             'App\\Controller\\Sync\\Channel\\ChannelWhiteLabel\\CollectionAction' => 'getCollectionAction17Service',
  351.             'App\\Controller\\Sync\\Channel\\ChannelWhiteLabel\\GetAction' => 'getGetAction10Service',
  352.             'App\\Controller\\Sync\\Channel\\CollectionAction' => 'getCollectionAction18Service',
  353.             'App\\Controller\\Sync\\Channel\\GetAction' => 'getGetAction11Service',
  354.             'App\\Controller\\Sync\\Channel\\Group\\CollectionAction' => 'getCollectionAction19Service',
  355.             'App\\Controller\\Sync\\Channel\\Group\\GetAction' => 'getGetAction12Service',
  356.             'App\\Controller\\Sync\\Channel\\Place\\CollectionAction' => 'getCollectionAction20Service',
  357.             'App\\Controller\\Sync\\Channel\\Place\\GetAction' => 'getGetAction13Service',
  358.             'App\\Controller\\Sync\\Channel\\Room\\CollectionAction' => 'getCollectionAction21Service',
  359.             'App\\Controller\\Sync\\Channel\\Room\\GetAction' => 'getGetAction14Service',
  360.             'App\\Controller\\Sync\\Channel\\Service\\CollectionAction' => 'getCollectionAction22Service',
  361.             'App\\Controller\\Sync\\Channel\\Service\\GetAction' => 'getGetAction15Service',
  362.             'App\\Controller\\Sync\\Channel\\Session\\CollectionAction' => 'getCollectionAction23Service',
  363.             'App\\Controller\\Sync\\Channel\\Session\\GetAction' => 'getGetAction16Service',
  364.             'App\\Controller\\Sync\\Channel\\Training\\CollectionAction' => 'getCollectionAction24Service',
  365.             'App\\Controller\\Sync\\Channel\\Training\\DeleteAction' => 'getDeleteAction13Service',
  366.             'App\\Controller\\Sync\\Channel\\Training\\GetAction' => 'getGetAction17Service',
  367.             'App\\Controller\\Sync\\Channel\\Training\\PostAction' => 'getPostActionService',
  368.             'App\\Controller\\Sync\\Channel\\Training\\PutAction' => 'getPutAction2Service',
  369.             'App\\Controller\\Sync\\Channel\\UserFromChannel\\CollectionAction' => 'getCollectionAction25Service',
  370.             'App\\Controller\\Sync\\Channel\\UserFromChannel\\GetAction' => 'getGetAction18Service',
  371.             'App\\Controller\\Sync\\Proxy\\GetAction' => 'getGetAction19Service',
  372.             'App\\Controller\\Sync\\Routing\\CollectionAction' => 'getCollectionAction26Service',
  373.             'Doctrine\\Bundle\\DoctrineBundle\\Controller\\ProfilerController' => 'getProfilerControllerService',
  374.             'DrosalysWeb\\ObjectExtensions\\Bridge\\Symfony\\DoctrineBlamer.App\\Entity\\Account\\User' => 'getUserService',
  375.             'Faker\\Generator' => 'getGeneratorService',
  376.             'Liip\\ImagineBundle\\Controller\\ImagineController' => 'getImagineControllerService',
  377.             'Nellapp\\Bundle\\SDKBundle\\GlobalGetters\\Routing\\Controller\\Async\\ChannelUserRole\\CollectionAction' => 'getCollectionAction27Service',
  378.             'Nellapp\\Bundle\\SDKBundle\\GlobalGetters\\Routing\\Controller\\Async\\ChatNotification\\ChatNotificationController' => 'getChatNotificationControllerService',
  379.             'Nellapp\\Bundle\\SDKBundle\\GlobalGetters\\Routing\\Controller\\Async\\User\\ChannelAdminCollectionAction' => 'getChannelAdminCollectionActionService',
  380.             'Nellapp\\Bundle\\SDKBundle\\GlobalGetters\\Routing\\Controller\\Async\\User\\ChannelLearnerCollectionAction' => 'getChannelLearnerCollectionActionService',
  381.             'Nellapp\\Bundle\\SDKBundle\\GlobalGetters\\Routing\\Controller\\Async\\User\\ChannelUserCollectionAction' => 'getChannelUserCollectionActionService',
  382.             'Nellapp\\Bundle\\SDKBundle\\Permission\\Controller\\Async\\ChannelResourceAccessCacheController' => 'getChannelResourceAccessCacheControllerService',
  383.             'Nellapp\\Bundle\\SDKBundle\\Permission\\Controller\\Crud\\DeleteAction' => 'getDeleteAction14Service',
  384.             'Nellapp\\Bundle\\SDKBundle\\Permission\\Controller\\Crud\\EditAction' => 'getEditAction10Service',
  385.             'Nellapp\\Bundle\\SDKBundle\\Permission\\Controller\\Crud\\IndexAction' => 'getIndexAction18Service',
  386.             'Nellapp\\Bundle\\SDKBundle\\Permission\\Controller\\Crud\\NewAction' => 'getNewAction13Service',
  387.             'Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController' => 'getRedirectControllerService',
  388.             'Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController' => 'getTemplateControllerService',
  389.             'app.file_abstract_cursus_namer' => 'getApp_FileAbstractCursusNamerService',
  390.             'app.organization_file_namer' => 'getApp_OrganizationFileNamerService',
  391.             'app.positioning_test_file_namer' => 'getApp_PositioningTestFileNamerService',
  392.             'bazinga.jstranslation.controller' => 'getBazinga_Jstranslation_ControllerService',
  393.             'bazinga.jstranslation.dump_command' => 'getBazinga_Jstranslation_DumpCommandService',
  394.             'bazinga.jstranslation.translation_dumper' => 'getBazinga_Jstranslation_TranslationDumperService',
  395.             'bazinga.jstranslation.translation_finder' => 'getBazinga_Jstranslation_TranslationFinderService',
  396.             'cache.app_clearer' => 'getCache_AppClearerService',
  397.             'cache.global_clearer' => 'getCache_GlobalClearerService',
  398.             'cache.system_clearer' => 'getCache_SystemClearerService',
  399.             'cache_warmer' => 'getCacheWarmerService',
  400.             'console.command_loader' => 'getConsole_CommandLoaderService',
  401.             'container.env_var_processors_locator' => 'getContainer_EnvVarProcessorsLocatorService',
  402.             'craue.form.flow.storage' => 'getCraue_Form_Flow_StorageService',
  403.             'error_controller' => 'getErrorControllerService',
  404.             'fidry_alice_data_fixtures.loader.doctrine' => 'getFidryAliceDataFixtures_Loader_DoctrineService',
  405.             'fidry_alice_data_fixtures.persistence.persister.doctrine' => 'getFidryAliceDataFixtures_Persistence_Persister_DoctrineService',
  406.             'fidry_alice_data_fixtures.persistence.purger_factory.doctrine' => 'getFidryAliceDataFixtures_Persistence_PurgerFactory_DoctrineService',
  407.             'fos_oauth_server.controller.authorize' => 'getFosOauthServer_Controller_AuthorizeService',
  408.             'fos_oauth_server.controller.token' => 'getFosOauthServer_Controller_TokenService',
  409.             'hautelook_alice.console.command.doctrine.doctrine_orm_load_data_fixtures_command' => 'getHautelookAlice_Console_Command_Doctrine_DoctrineOrmLoadDataFixturesCommandService',
  410.             'hautelook_alice.data_fixtures.append_loader' => 'getHautelookAlice_DataFixtures_AppendLoaderService',
  411.             'hautelook_alice.data_fixtures.purge_loader' => 'getHautelookAlice_DataFixtures_PurgeLoaderService',
  412.             'hautelook_alice.loader' => 'getHautelookAlice_LoaderService',
  413.             'hautelook_alice.locator' => 'getHautelookAlice_LocatorService',
  414.             'hautelook_alice.resolver.bundle' => 'getHautelookAlice_Resolver_BundleService',
  415.             'hautelook_alice.resolver.file' => 'getHautelookAlice_Resolver_FileService',
  416.             'jms_serializer' => 'getJmsSerializerService',
  417.             'jms_serializer.deserialization_context_factory' => 'getJmsSerializer_DeserializationContextFactoryService',
  418.             'jms_serializer.metadata_driver' => 'getJmsSerializer_MetadataDriverService',
  419.             'jms_serializer.serialization_context_factory' => 'getJmsSerializer_SerializationContextFactoryService',
  420.             'jms_serializer.twig_extension.serializer_runtime_helper' => 'getJmsSerializer_TwigExtension_SerializerRuntimeHelperService',
  421.             'knp_menu.factory' => 'getKnpMenu_FactoryService',
  422.             'knp_paginator' => 'getKnpPaginatorService',
  423.             'liip_imagine.binary.loader.cursus_uploads' => 'getLiipImagine_Binary_Loader_CursusUploadsService',
  424.             'liip_imagine.binary.loader.default' => 'getLiipImagine_Binary_Loader_DefaultService',
  425.             'liip_imagine.binary.loader.organization_uploads' => 'getLiipImagine_Binary_Loader_OrganizationUploadsService',
  426.             'liip_imagine.binary.loader.positioning_test_uploads' => 'getLiipImagine_Binary_Loader_PositioningTestUploadsService',
  427.             'liip_imagine.config.stack_collection' => 'getLiipImagine_Config_StackCollectionService',
  428.             'liip_imagine.data.manager' => 'getLiipImagine_Data_ManagerService',
  429.             'liip_imagine.filter.loader.downscale' => 'getLiipImagine_Filter_Loader_DownscaleService',
  430.             'liip_imagine.filter.loader.fixed' => 'getLiipImagine_Filter_Loader_FixedService',
  431.             'liip_imagine.filter.loader.flip' => 'getLiipImagine_Filter_Loader_FlipService',
  432.             'liip_imagine.filter.loader.grayscale' => 'getLiipImagine_Filter_Loader_GrayscaleService',
  433.             'liip_imagine.filter.loader.interlace' => 'getLiipImagine_Filter_Loader_InterlaceService',
  434.             'liip_imagine.filter.loader.resample' => 'getLiipImagine_Filter_Loader_ResampleService',
  435.             'liip_imagine.filter.loader.rotate' => 'getLiipImagine_Filter_Loader_RotateService',
  436.             'liip_imagine.filter.manager' => 'getLiipImagine_Filter_ManagerService',
  437.             'nelmio_alice.data_loader' => 'getNelmioAlice_DataLoaderService',
  438.             'nelmio_alice.file_loader' => 'getNelmioAlice_FileLoaderService',
  439.             'nelmio_alice.files_loader' => 'getNelmioAlice_FilesLoaderService',
  440.             'nelmio_api_doc.command.dump' => 'getNelmioApiDoc_Command_DumpService',
  441.             'nelmio_api_doc.controller.swagger_json' => 'getNelmioApiDoc_Controller_SwaggerJsonService',
  442.             'nelmio_api_doc.controller.swagger_ui' => 'getNelmioApiDoc_Controller_SwaggerUiService',
  443.             'nelmio_api_doc.controller.swagger_yaml' => 'getNelmioApiDoc_Controller_SwaggerYamlService',
  444.             'nelmio_api_doc.generator.app_sync' => 'getNelmioApiDoc_Generator_AppSyncService',
  445.             'nelmio_api_doc.generator.default' => 'getNelmioApiDoc_Generator_DefaultService',
  446.             'nelmio_api_doc.generator.super_admin_async' => 'getNelmioApiDoc_Generator_SuperAdminAsyncService',
  447.             'nelmio_api_doc.render_docs' => 'getNelmioApiDoc_RenderDocsService',
  448.             'oneup_flysystem.mount_manager' => 'getOneupFlysystem_MountManagerService',
  449.             'oneup_uploader.chunk_manager' => 'getOneupUploader_ChunkManagerService',
  450.             'oneup_uploader.controller.cursus_upload' => 'getOneupUploader_Controller_CursusUploadService',
  451.             'oneup_uploader.controller.organization_upload' => 'getOneupUploader_Controller_OrganizationUploadService',
  452.             'oneup_uploader.controller.positioning_test_upload' => 'getOneupUploader_Controller_PositioningTestUploadService',
  453.             'oneup_uploader.namer.uniqid' => 'getOneupUploader_Namer_UniqidService',
  454.             'oneup_uploader.orphanage.cursus_upload' => 'getOneupUploader_Orphanage_CursusUploadService',
  455.             'oneup_uploader.orphanage.organization_upload' => 'getOneupUploader_Orphanage_OrganizationUploadService',
  456.             'oneup_uploader.orphanage.positioning_test_upload' => 'getOneupUploader_Orphanage_PositioningTestUploadService',
  457.             'oneup_uploader.routing.loader' => 'getOneupUploader_Routing_LoaderService',
  458.             'routing.loader' => 'getRouting_LoaderService',
  459.             'services_resetter' => 'getServicesResetterService',
  460.             'spiriit_form_filter.filter_prepare' => 'getSpiriitFormFilter_FilterPrepareService',
  461.             'spiriit_form_filter.query_builder_updater' => 'getSpiriitFormFilter_QueryBuilderUpdaterService',
  462.             'web_profiler.controller.exception_panel' => 'getWebProfiler_Controller_ExceptionPanelService',
  463.             'web_profiler.controller.profiler' => 'getWebProfiler_Controller_ProfilerService',
  464.             'web_profiler.controller.router' => 'getWebProfiler_Controller_RouterService',
  465.         ];
  466.         $this->aliases = [
  467.             'App\\Kernel' => 'kernel',
  468.             'database_connection' => 'doctrine.dbal.default_connection',
  469.             'doctrine.orm.entity_manager' => 'doctrine.orm.default_entity_manager',
  470.             'jms_serializer.authorization_checker' => '.container.private.security.authorization_checker',
  471.             'liip_imagine.controller' => 'Liip\\ImagineBundle\\Controller\\ImagineController',
  472.             'nelmio_api_doc.controller.swagger' => 'nelmio_api_doc.controller.swagger_json',
  473.             'nelmio_api_doc.generator' => 'nelmio_api_doc.generator.default',
  474.         ];
  475.         $this->privates['service_container'] = function () {
  476.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/HttpKernelInterface.php';
  477.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/KernelInterface.php';
  478.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/RebootableInterface.php';
  479.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/TerminableInterface.php';
  480.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Kernel.php';
  481.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Kernel/MicroKernelTrait.php';
  482.             include_once \dirname(__DIR__4).'/src/Kernel.php';
  483.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventSubscriberInterface.php';
  484.             include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/EventSubscriber/AbstractForceUserFromSetupSubscriber.php';
  485.             include_once \dirname(__DIR__4).'/src/EventSubscriber/ForceUserFromSetupSubscriber.php';
  486.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
  487.             include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  488.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  489.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  490.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  491.             include_once \dirname(__DIR__4).'/src/Repository/App/AppRepository.php';
  492.             include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Routing/Loader/RouteCollectionLoaderInterface.php';
  493.             include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Routing/Loader/AbstractRouteCollectionLoader.php';
  494.             include_once \dirname(__DIR__4).'/src/Service/Sync/Routing/Loader/RouteCollectionLoader.php';
  495.             include_once \dirname(__DIR__4).'/src/Service/Sync/Routing/Routing.php';
  496.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/ExtensionInterface.php';
  497.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/AbstractExtension.php';
  498.             include_once \dirname(__DIR__4).'/src/Twig/Extension/Channel/ChannelUserExtension.php';
  499.             include_once \dirname(__DIR__4).'/src/Twig/Extension/Channel/PositioningTest/PositioningTestExtension.php';
  500.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/ControllerMetadata/ArgumentMetadataFactoryInterface.php';
  501.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/ControllerMetadata/ArgumentMetadataFactory.php';
  502.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ResponseListener.php';
  503.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/StreamedResponseListener.php';
  504.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/LocaleListener.php';
  505.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ValidateRequestListener.php';
  506.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/DisallowRobotsIndexingListener.php';
  507.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ErrorListener.php';
  508.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ParameterBagInterface.php';
  509.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ParameterBag.php';
  510.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/FrozenParameterBag.php';
  511.             include_once \dirname(__DIR__4).'/vendor/psr/container/src/ContainerInterface.php';
  512.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ContainerBagInterface.php';
  513.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ContainerBag.php';
  514.             include_once \dirname(__DIR__4).'/vendor/symfony/runtime/RunnerInterface.php';
  515.             include_once \dirname(__DIR__4).'/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php';
  516.             include_once \dirname(__DIR__4).'/vendor/symfony/runtime/Runner/Symfony/ResponseRunner.php';
  517.             include_once \dirname(__DIR__4).'/vendor/symfony/runtime/RuntimeInterface.php';
  518.             include_once \dirname(__DIR__4).'/vendor/symfony/runtime/GenericRuntime.php';
  519.             include_once \dirname(__DIR__4).'/vendor/symfony/runtime/SymfonyRuntime.php';
  520.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/HttpKernel.php';
  521.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ControllerResolverInterface.php';
  522.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/TraceableControllerResolver.php';
  523.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ControllerResolver.php';
  524.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php';
  525.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerResolver.php';
  526.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/RequestStack.php';
  527.             include_once \dirname(__DIR__4).'/vendor/symfony/config/ConfigCacheFactoryInterface.php';
  528.             include_once \dirname(__DIR__4).'/vendor/symfony/config/ResourceCheckerConfigCacheFactory.php';
  529.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/LocaleAwareListener.php';
  530.             include_once \dirname(__DIR__4).'/vendor/psr/cache/src/CacheItemPoolInterface.php';
  531.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/AdapterInterface.php';
  532.             include_once \dirname(__DIR__4).'/vendor/symfony/cache-contracts/CacheInterface.php';
  533.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/PruneableInterface.php';
  534.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ResetInterface.php';
  535.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/ResettableInterface.php';
  536.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/TraceableAdapter.php';
  537.             include_once \dirname(__DIR__4).'/vendor/psr/log/src/LoggerAwareInterface.php';
  538.             include_once \dirname(__DIR__4).'/vendor/psr/log/src/LoggerAwareTrait.php';
  539.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/AbstractAdapterTrait.php';
  540.             include_once \dirname(__DIR__4).'/vendor/symfony/cache-contracts/CacheTrait.php';
  541.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/ContractsTrait.php';
  542.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/AbstractAdapter.php';
  543.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/RedisTrait.php';
  544.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/RedisAdapter.php';
  545.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Marshaller/MarshallerInterface.php';
  546.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Marshaller/DefaultMarshaller.php';
  547.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Packages.php';
  548.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/PackageInterface.php';
  549.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Package.php';
  550.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/PathPackage.php';
  551.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Context/ContextInterface.php';
  552.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Context/RequestStackContext.php';
  553.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/VersionStrategy/VersionStrategyInterface.php';
  554.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/VersionStrategy/EmptyVersionStrategy.php';
  555.             include_once \dirname(__DIR__4).'/vendor/symfony/translation-contracts/TranslatorInterface.php';
  556.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/TranslatorBagInterface.php';
  557.             include_once \dirname(__DIR__4).'/vendor/symfony/translation-contracts/LocaleAwareInterface.php';
  558.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Translator.php';
  559.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/WarmableInterface.php';
  560.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Translation/Translator.php';
  561.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ServiceProviderInterface.php';
  562.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ServiceLocatorTrait.php';
  563.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ServiceLocator.php';
  564.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/MessageFormatterInterface.php';
  565.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/IntlFormatterInterface.php';
  566.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/MessageFormatter.php';
  567.             include_once \dirname(__DIR__4).'/vendor/symfony/translation-contracts/TranslatorTrait.php';
  568.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/IdentityTranslator.php';
  569.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/DebugHandlersListener.php';
  570.             include_once \dirname(__DIR__4).'/vendor/psr/log/src/LoggerInterface.php';
  571.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/ResettableInterface.php';
  572.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Logger.php';
  573.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Log/DebugLoggerInterface.php';
  574.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Logger.php';
  575.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Debug/FileLinkFormatter.php';
  576.             include_once \dirname(__DIR__4).'/vendor/symfony/stopwatch/Stopwatch.php';
  577.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolverInterface.php';
  578.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/TraceableArgumentResolver.php';
  579.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver.php';
  580.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Processor/DebugProcessor.php';
  581.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RequestContext.php';
  582.             include_once \dirname(__DIR__4).'/vendor/symfony/expression-language/ExpressionFunctionProviderInterface.php';
  583.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Matcher/ExpressionLanguageProvider.php';
  584.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/RouterListener.php';
  585.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Reader.php';
  586.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationReader.php';
  587.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationRegistry.php';
  588.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/PsrCachedReader.php';
  589.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/ProxyTrait.php';
  590.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/PhpArrayAdapter.php';
  591.             include_once \dirname(__DIR__4).'/vendor/symfony/property-access/PropertyAccessorInterface.php';
  592.             include_once \dirname(__DIR__4).'/vendor/symfony/property-access/PropertyAccessor.php';
  593.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/ArrayAdapter.php';
  594.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Factory/ClassMetadataFactoryInterface.php';
  595.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Factory/ClassResolverTrait.php';
  596.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Factory/ClassMetadataFactory.php';
  597.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Loader/LoaderInterface.php';
  598.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Loader/LoaderChain.php';
  599.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Loader/AnnotationLoader.php';
  600.             include_once \dirname(__DIR__4).'/vendor/drosalys/api-bundle/src/Serializer/Adapter/Symfony/Mapping/Loader/AttributeLoader.php';
  601.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Loader/FileLoader.php';
  602.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Loader/YamlFileLoader.php';
  603.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/NameConverter/NameConverterInterface.php';
  604.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/NameConverter/AdvancedNameConverterInterface.php';
  605.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/NameConverter/MetadataAwareNameConverter.php';
  606.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyTypeExtractorInterface.php';
  607.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyDescriptionExtractorInterface.php';
  608.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyAccessExtractorInterface.php';
  609.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyListExtractorInterface.php';
  610.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyInfoExtractorInterface.php';
  611.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyInitializableExtractorInterface.php';
  612.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyInfoExtractor.php';
  613.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyReadInfoExtractorInterface.php';
  614.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyWriteInfoExtractorInterface.php';
  615.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/Extractor/ConstructorArgumentTypeExtractorInterface.php';
  616.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/Extractor/ReflectionExtractor.php';
  617.             include_once \dirname(__DIR__4).'/vendor/symfony/web-link/EventListener/AddLinkHeaderListener.php';
  618.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/AbstractSessionListener.php';
  619.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/SessionListener.php';
  620.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ValidatorBuilder.php';
  621.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validation.php';
  622.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorFactoryInterface.php';
  623.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ContainerConstraintValidatorFactory.php';
  624.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ObjectInitializerInterface.php';
  625.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Validator/DoctrineInitializer.php';
  626.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Loader/LoaderInterface.php';
  627.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Loader/AutoMappingTrait.php';
  628.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Loader/PropertyInfoLoader.php';
  629.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Validator/DoctrineLoader.php';
  630.             include_once \dirname(__DIR__4).'/vendor/symfony/notifier/EventListener/NotificationLoggerListener.php';
  631.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ProfilerListener.php';
  632.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/DataCollectorInterface.php';
  633.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/DataCollector.php';
  634.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/LateDataCollectorInterface.php';
  635.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php';
  636.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/RouterDataCollector.php';
  637.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/DataCollector/RouterDataCollector.php';
  638.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataCollectorInterface.php';
  639.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataCollector.php';
  640.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataExtractorInterface.php';
  641.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataExtractor.php';
  642.             include_once \dirname(__DIR__4).'/vendor/symfony/mime/MimeTypeGuesserInterface.php';
  643.             include_once \dirname(__DIR__4).'/vendor/symfony/mime/MimeTypesInterface.php';
  644.             include_once \dirname(__DIR__4).'/vendor/symfony/mime/MimeTypes.php';
  645.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/ControllerListener.php';
  646.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/ParamConverterListener.php';
  647.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/ParamConverterManager.php';
  648.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/ParamConverterInterface.php';
  649.             include_once \dirname(__DIR__4).'/vendor/drosalys/api-bundle/src/Request/ActionRequestTrait.php';
  650.             include_once \dirname(__DIR__4).'/vendor/drosalys/api-bundle/src/Request/ParamConverter/AutoInstanceObjectParamConverter.php';
  651.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/DoctrineParamConverter.php';
  652.             include_once \dirname(__DIR__4).'/vendor/symfony/expression-language/ExpressionLanguage.php';
  653.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/DateTimeParamConverter.php';
  654.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ServiceSubscriberInterface.php';
  655.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/TemplateListener.php';
  656.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Templating/TemplateGuesser.php';
  657.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/HttpCacheListener.php';
  658.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/SecurityListener.php';
  659.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/ExpressionLanguage.php';
  660.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Security/ExpressionLanguage.php';
  661.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/IsGrantedListener.php';
  662.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ArgumentNameConverter.php';
  663.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Profiler/Profile.php';
  664.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Csp/ContentSecurityPolicyHandler.php';
  665.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Csp/NonceGenerator.php';
  666.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/EventListener/WebDebugToolbarListener.php';
  667.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/HandlerInterface.php';
  668.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/Handler.php';
  669.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/AbstractHandler.php';
  670.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/ProcessableHandlerInterface.php';
  671.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/FormattableHandlerInterface.php';
  672.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/ProcessableHandlerTrait.php';
  673.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/FormattableHandlerTrait.php';
  674.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/AbstractProcessingHandler.php';
  675.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/StreamHandler.php';
  676.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Processor/ProcessorInterface.php';
  677.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Processor/PsrLogMessageProcessor.php';
  678.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Handler/ConsoleHandler.php';
  679.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/DataDumperInterface.php';
  680.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/DumpDataCollector.php';
  681.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/ClonerInterface.php';
  682.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/AbstractCloner.php';
  683.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/VarCloner.php';
  684.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/DumperInterface.php';
  685.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/AbstractDumper.php';
  686.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/CliDumper.php';
  687.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/HtmlDumper.php';
  688.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Server/Connection.php';
  689.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/ContextProviderInterface.php';
  690.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/SourceContextProvider.php';
  691.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/RequestContextProvider.php';
  692.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/CliContextProvider.php';
  693.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ConnectionRegistry.php';
  694.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ManagerRegistry.php';
  695.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/AbstractManagerRegistry.php';
  696.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/ManagerRegistry.php';
  697.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Registry.php';
  698.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Logging/SQLLogger.php';
  699.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Logging/DebugStack.php';
  700.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Connection.php';
  701.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/ConnectionFactory.php';
  702.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Configuration.php';
  703.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Driver/Middleware.php';
  704.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Logging/Middleware.php';
  705.             include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventManager.php';
  706.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/ContainerAwareEventManager.php';
  707.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/MappingDriver.php';
  708.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/ColocatedMappingDriver.php';
  709.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/AnnotationDriver.php';
  710.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/CompatibilityAnnotationDriver.php';
  711.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/AttributeDriver.php';
  712.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/FileDriver.php';
  713.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/XmlDriver.php';
  714.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/SimplifiedXmlDriver.php';
  715.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/EntityListenerResolver.php';
  716.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Mapping/EntityListenerServiceResolver.php';
  717.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Mapping/ContainerEntityListenerResolver.php';
  718.             include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/DependencyFactory.php';
  719.             include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Configuration/Migration/ConfigurationLoader.php';
  720.             include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Configuration/Migration/ExistingConfiguration.php';
  721.             include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Configuration/Configuration.php';
  722.             include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Metadata/Storage/MetadataStorageConfiguration.php';
  723.             include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Metadata/Storage/TableMetadataStorageConfiguration.php';
  724.             include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Configuration/EntityManager/EntityManagerLoader.php';
  725.             include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Configuration/EntityManager/ManagerRegistryEntityManager.php';
  726.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Token/Storage/TokenStorageInterface.php';
  727.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Token/Storage/TokenStorage.php';
  728.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AuthorizationCheckerInterface.php';
  729.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Security.php';
  730.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/AuthenticationTrustResolverInterface.php';
  731.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/AuthenticationTrustResolver.php';
  732.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Role/RoleHierarchyInterface.php';
  733.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Role/RoleHierarchy.php';
  734.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/FirewallMapInterface.php';
  735.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallMap.php';
  736.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Logout/LogoutUrlGenerator.php';
  737.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/RememberMe/ResponseListener.php';
  738.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AccessDecisionManagerInterface.php';
  739.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/TraceableAccessDecisionManager.php';
  740.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AccessDecisionManager.php';
  741.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Strategy/AccessDecisionStrategyInterface.php';
  742.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Strategy/AffirmativeStrategy.php';
  743.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall.php';
  744.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/EventListener/FirewallListener.php';
  745.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php';
  746.             include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/EventSubscriber/ControllerEntityResolverSubscriber.php';
  747.             include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/EventSubscriber/RequestChannelDomainSubscriber.php';
  748.             include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/EventSubscriber/RouteSecuritySubscriber.php';
  749.             include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/GlobalGetters/GlobalEntitiesService.php';
  750.             include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/GlobalGetters/GlobalEntityKeys.php';
  751.             include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Permission/ChannelUserPermissionManager.php';
  752.             include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Permission/ChannelUserPermissionService.php';
  753.             include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Permission/Enum/ChannelUserPermissionEnumManager.php';
  754.             include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Permission/Security/Hierarchy/ChannelUserPermissionHierarchyManager.php';
  755.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/RuntimeExtensionInterface.php';
  756.             include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Permission/Twig/Runtime/Info/ChannelUserDataPermissionRuntime.php';
  757.             include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Permission/UserOwner/UserOwnerGetter.php';
  758.             include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Routing/Utils/ChannelMainDomainUtils.php';
  759.             include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Routing/Utils/DomainsRoutingUtils.php';
  760.             include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Uploader/Service/NellappFileService.php';
  761.             include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Uploader/NellappFileStorageConfig.php';
  762.             include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Routing/UrlGeneratorInterface.php';
  763.             include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Routing/ChannelMainDomain/ChannelMainDomainInterface.php';
  764.             include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Routing/ChannelMainDomain/ChannelMainDomainTrait.php';
  765.             include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Routing/AbstractUrlGenerator.php';
  766.             include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Routing/UrlGenerator.php';
  767.             include_once \dirname(__DIR__4).'/vendor/drosalys/api-bundle/src/Action/ActionRetriever.php';
  768.             include_once \dirname(__DIR__4).'/vendor/drosalys/api-bundle/src/EventSubscriber/ActionControllerSubscriber.php';
  769.             include_once \dirname(__DIR__4).'/vendor/drosalys/api-bundle/src/EventSubscriber/DeserializeActionControllerSubscriber.php';
  770.             include_once \dirname(__DIR__4).'/vendor/drosalys/api-bundle/src/Serializer/SerializerInterface.php';
  771.             include_once \dirname(__DIR__4).'/vendor/drosalys/api-bundle/src/Serializer/Adapter/Symfony/SerializerAdapter.php';
  772.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/src/Subscriber/SlidingPaginationSubscriber.php';
  773.             include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/Asset/EntrypointLookupCollectionInterface.php';
  774.             include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/Asset/EntrypointLookupCollection.php';
  775.             include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/Asset/TagRenderer.php';
  776.             include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/EventListener/PreLoadAssetsEventListener.php';
  777.             include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/EventListener/ResetAssetsEventListener.php';
  778.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Matcher/MatcherInterface.php';
  779.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Matcher/Matcher.php';
  780.             include_once \dirname(__DIR__4).'/vendor/craue/formflow-bundle/Util/FormFlowUtil.php';
  781.             include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Cache/Resolver/ResolverInterface.php';
  782.             include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Cache/Resolver/WebPathResolver.php';
  783.             include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Cache/Resolver/FlysystemV2Resolver.php';
  784.             include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Cache/CacheManager.php';
  785.             include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/FilterConfiguration.php';
  786.             include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Cache/Resolver/NoCacheWebPathResolver.php';
  787.             include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Cache/SignerInterface.php';
  788.             include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Cache/Signer.php';
  789.             include_once \dirname(__DIR__4).'/vendor/oneup/uploader-bundle/src/Uploader/Orphanage/OrphanageManager.php';
  790.             include_once \dirname(__DIR__4).'/vendor/oneup/uploader-bundle/src/Templating/Helper/UploaderHelper.php';
  791.             include_once \dirname(__DIR__4).'/vendor/oneup/uploader-bundle/src/Twig/Extension/UploaderExtension.php';
  792.             include_once \dirname(__DIR__4).'/vendor/nelmio/cors-bundle/EventListener/CorsListener.php';
  793.             include_once \dirname(__DIR__4).'/vendor/nelmio/cors-bundle/Options/ResolverInterface.php';
  794.             include_once \dirname(__DIR__4).'/vendor/nelmio/cors-bundle/Options/Resolver.php';
  795.             include_once \dirname(__DIR__4).'/vendor/nelmio/cors-bundle/Options/ProviderInterface.php';
  796.             include_once \dirname(__DIR__4).'/vendor/nelmio/cors-bundle/Options/ConfigProvider.php';
  797.             include_once \dirname(__DIR__4).'/vendor/nelmio/cors-bundle/EventListener/CacheableResponseVaryListener.php';
  798.             include_once \dirname(__DIR__4).'/vendor/symfony/http-client-contracts/HttpClientInterface.php';
  799.             include_once \dirname(__DIR__4).'/vendor/symfony/http-client/TraceableHttpClient.php';
  800.             include_once \dirname(__DIR__4).'/vendor/symfony/http-client/HttpClient.php';
  801.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/DataCollectorTranslator.php';
  802.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RequestContextAwareInterface.php';
  803.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Matcher/UrlMatcherInterface.php';
  804.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Generator/UrlGeneratorInterface.php';
  805.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RouterInterface.php';
  806.             include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Routing/SymfonyUrlGenerator.php';
  807.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Matcher/RequestMatcherInterface.php';
  808.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Router.php';
  809.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Routing/Router.php';
  810.             include_once \dirname(__DIR__4).'/vendor/symfony/messenger/MessageBusInterface.php';
  811.             include_once \dirname(__DIR__4).'/vendor/symfony/messenger/TraceableMessageBus.php';
  812.             include_once \dirname(__DIR__4).'/vendor/symfony/messenger/MessageBus.php';
  813.             include_once \dirname(__DIR__4).'/vendor/league/flysystem/src/FilesystemReader.php';
  814.             include_once \dirname(__DIR__4).'/vendor/league/flysystem/src/FilesystemWriter.php';
  815.             include_once \dirname(__DIR__4).'/vendor/league/flysystem/src/FilesystemOperator.php';
  816.             include_once \dirname(__DIR__4).'/vendor/league/flysystem/src/CalculateChecksumFromStream.php';
  817.             include_once \dirname(__DIR__4).'/vendor/league/flysystem/src/Filesystem.php';
  818.             include_once \dirname(__DIR__4).'/vendor/league/flysystem/src/FilesystemAdapter.php';
  819.             include_once \dirname(__DIR__4).'/vendor/league/flysystem/src/ChecksumProvider.php';
  820.             include_once \dirname(__DIR__4).'/vendor/league/flysystem-local/LocalFilesystemAdapter.php';
  821.             include_once \dirname(__DIR__4).'/vendor/psr/event-dispatcher/src/EventDispatcherInterface.php';
  822.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher-contracts/EventDispatcherInterface.php';
  823.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventDispatcherInterface.php';
  824.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php';
  825.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Debug/TraceableEventDispatcher.php';
  826.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventDispatcher.php';
  827.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/NullHandler.php';
  828.             include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  829.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/SerializerInterface.php';
  830.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/NormalizerInterface.php';
  831.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ContextAwareNormalizerInterface.php';
  832.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DenormalizerInterface.php';
  833.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ContextAwareDenormalizerInterface.php';
  834.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/EncoderInterface.php';
  835.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/ContextAwareEncoderInterface.php';
  836.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/DecoderInterface.php';
  837.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/ContextAwareDecoderInterface.php';
  838.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Serializer.php';
  839.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/SerializerAwareInterface.php';
  840.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/CacheableSupportsMethodInterface.php';
  841.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/SerializerAwareTrait.php';
  842.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/UnwrappingDenormalizer.php';
  843.             include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Uploader/Serializer/NellappFileNormalizer.php';
  844.             include_once \dirname(__DIR__4).'/src/Serializer/Normalizer/FileAbstractCursusNormalizer.php';
  845.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ObjectToPopulateTrait.php';
  846.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/AbstractNormalizer.php';
  847.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/AbstractObjectNormalizer.php';
  848.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ObjectNormalizer.php';
  849.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/ClassDiscriminatorResolverInterface.php';
  850.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/ClassDiscriminatorFromClassMetadata.php';
  851.             include_once \dirname(__DIR__4).'/src/Serializer/Normalizer/UserNormalizer.php';
  852.             include_once \dirname(__DIR__4).'/vendor/drosalys/api-bundle/src/Serializer/Adapter/Symfony/Normalizer/EntityNormalizer.php';
  853.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/NormalizerAwareInterface.php';
  854.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/NormalizerAwareTrait.php';
  855.             include_once \dirname(__DIR__4).'/vendor/drosalys/api-bundle/src/Serializer/Adapter/Symfony/Normalizer/PaginationNormalizer.php';
  856.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/NameConverter/CamelCaseToSnakeCaseNameConverter.php';
  857.             include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Serialization/Normalizer/FlattenExceptionNormalizer.php';
  858.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ProblemNormalizer.php';
  859.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/UidNormalizer.php';
  860.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DateTimeNormalizer.php';
  861.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ConstraintViolationListNormalizer.php';
  862.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/MimeMessageNormalizer.php';
  863.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/PropertyNormalizer.php';
  864.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DateTimeZoneNormalizer.php';
  865.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DateIntervalNormalizer.php';
  866.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/FormErrorNormalizer.php';
  867.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DataUriNormalizer.php';
  868.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/JsonSerializableNormalizer.php';
  869.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DenormalizerAwareInterface.php';
  870.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DenormalizerAwareTrait.php';
  871.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ArrayDenormalizer.php';
  872.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/NormalizationAwareInterface.php';
  873.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/XmlEncoder.php';
  874.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/JsonEncoder.php';
  875.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/YamlEncoder.php';
  876.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/CsvEncoder.php';
  877.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/Profiler.php';
  878.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/ProfilerStorageInterface.php';
  879.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php';
  880.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/TimeDataCollector.php';
  881.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/MemoryDataCollector.php';
  882.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/DataCollector/ValidatorDataCollector.php';
  883.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/AjaxDataCollector.php';
  884.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/ExceptionDataCollector.php';
  885.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/LoggerDataCollector.php';
  886.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/EventDataCollector.php';
  887.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/DataCollector/CacheDataCollector.php';
  888.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/DataCollector/TranslationDataCollector.php';
  889.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/DataCollector/SecurityDataCollector.php';
  890.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/DataCollector/TwigDataCollector.php';
  891.             include_once \dirname(__DIR__4).'/vendor/symfony/http-client/DataCollector/HttpClientDataCollector.php';
  892.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/DataCollector/DoctrineDataCollector.php';
  893.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/DataCollector/DoctrineDataCollector.php';
  894.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Collector/MigrationsCollector.php';
  895.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Collector/MigrationsFlattener.php';
  896.             include_once \dirname(__DIR__4).'/vendor/symfony/messenger/DataCollector/MessengerDataCollector.php';
  897.             include_once \dirname(__DIR__4).'/vendor/symfony/notifier/DataCollector/NotificationDataCollector.php';
  898.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/ConfigDataCollector.php';
  899.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Cache/CacheInterface.php';
  900.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Cache/FilesystemCache.php';
  901.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/CoreExtension.php';
  902.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/EscaperExtension.php';
  903.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/OptimizerExtension.php';
  904.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/StagingExtension.php';
  905.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/ExtensionSet.php';
  906.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Template.php';
  907.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/TemplateWrapper.php';
  908.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Environment.php';
  909.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Loader/LoaderInterface.php';
  910.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Loader/FilesystemLoader.php';
  911.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/CsrfExtension.php';
  912.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/ProfilerExtension.php';
  913.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/ProfilerExtension.php';
  914.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/TranslationExtension.php';
  915.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/AssetExtension.php';
  916.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/CodeExtension.php';
  917.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/RoutingExtension.php';
  918.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/YamlExtension.php';
  919.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/StopwatchExtension.php';
  920.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/ExpressionExtension.php';
  921.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/HttpKernelExtension.php';
  922.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/HttpFoundationExtension.php';
  923.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/UrlHelper.php';
  924.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/WebLinkExtension.php';
  925.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/SerializerExtension.php';
  926.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/FormExtension.php';
  927.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/DumpExtension.php';
  928.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/LogoutUrlExtension.php';
  929.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/SecurityExtension.php';
  930.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Impersonate/ImpersonateUrlGenerator.php';
  931.             include_once \dirname(__DIR__4).'/src/Twig/Extension/Account/HeaderCalendarExtension.php';
  932.             include_once \dirname(__DIR__4).'/src/Twig/Extension/Account/NotificationExtension.php';
  933.             include_once \dirname(__DIR__4).'/src/Twig/Extension/Channel/ChannelExtension.php';
  934.             include_once \dirname(__DIR__4).'/src/Twig/Extension/Channel/ChannelLicensesExtension.php';
  935.             include_once \dirname(__DIR__4).'/src/Twig/Extension/Channel/ChannelPermissionExtension.php';
  936.             include_once \dirname(__DIR__4).'/src/Twig/Extension/Channel/ChannelSessionExtension.php';
  937.             include_once \dirname(__DIR__4).'/src/Twig/Extension/Channel/PositioningTest/Attempt/AttemptBlockExtension.php';
  938.             include_once \dirname(__DIR__4).'/src/Twig/Extension/Channel/PositioningTest/Attempt/AttemptExtension.php';
  939.             include_once \dirname(__DIR__4).'/src/Twig/Extension/ChannelUserData/ActivityExtension.php';
  940.             include_once \dirname(__DIR__4).'/src/Twig/Extension/ChannelUserData/ChannelUserDataExtension.php';
  941.             include_once \dirname(__DIR__4).'/src/Twig/Extension/ChannelUserData/CursusExtension.php';
  942.             include_once \dirname(__DIR__4).'/src/Twig/Extension/FileExtension.php';
  943.             include_once \dirname(__DIR__4).'/src/Twig/Extension/UserFromChannelExtension.php';
  944.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Twig/WebProfilerExtension.php';
  945.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Twig/DoctrineExtension.php';
  946.             include_once \dirname(__DIR__4).'/vendor/twig/intl-extra/IntlExtension.php';
  947.             include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Permission/Twig/Extension/PermissionExtension.php';
  948.             include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Routing/Twig/Extension/UrlGeneratorExtension.php';
  949.             include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Twig/Extension/AppExtension.php';
  950.             include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Twig/Extension/BooleanExtension.php';
  951.             include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Twig/Extension/ChannelExtension.php';
  952.             include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Twig/Extension/ChannelGetterExtension.php';
  953.             include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Twig/Extension/ChannelUserDataExtension.php';
  954.             include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Twig/Extension/ChatNotificationExtension.php';
  955.             include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Twig/Extension/CustomizableViewExtension.php';
  956.             include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Twig/Extension/EnvExtension.php';
  957.             include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Twig/Extension/FileExtension.php';
  958.             include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Twig/Extension/FormExtension.php';
  959.             include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Twig/Extension/HeaderExtension.php';
  960.             include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Twig/Extension/ImageExtension.php';
  961.             include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Twig/Extension/NellappFileExtension.php';
  962.             include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Twig/Extension/NellappFormatExtension.php';
  963.             include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Twig/Extension/PaginationExtension.php';
  964.             include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Twig/Extension/SerializerExtension.php';
  965.             include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Twig/Extension/SideNavExtension.php';
  966.             include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Twig/Extension/SideNavItemExtension.php';
  967.             include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Twig/Extension/UserExtension.php';
  968.             include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Twig/Extension/VersionExtension.php';
  969.             include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Twig/Extension/WebSocketExtension.php';
  970.             include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Google/Twig/Extension/GoogleDrivePermissionExtension.php';
  971.             include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Render/Html/GetNelmioAsset.php';
  972.             include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Twig/SerializerBaseExtension.php';
  973.             include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Twig/SerializerRuntimeExtension.php';
  974.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/src/Twig/Extension/PaginationExtension.php';
  975.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/src/Helper/Processor.php';
  976.             include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/Twig/EntryFilesTwigExtension.php';
  977.             include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/Twig/StimulusTwigExtension.php';
  978.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Twig/MenuExtension.php';
  979.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Twig/Helper.php';
  980.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Renderer/RendererProviderInterface.php';
  981.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Renderer/PsrProvider.php';
  982.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Provider/MenuProviderInterface.php';
  983.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Provider/ChainProvider.php';
  984.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Util/MenuManipulator.php';
  985.             include_once \dirname(__DIR__4).'/vendor/craue/formflow-bundle/Twig/Extension/FormFlowExtension.php';
  986.             include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Templating/FilterTrait.php';
  987.             include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Templating/FilterExtension.php';
  988.             include_once \dirname(__DIR__4).'/vendor/symfony/ux-twig-component/src/Twig/ComponentExtension.php';
  989.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/AppVariable.php';
  990.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/RuntimeLoader/RuntimeLoaderInterface.php';
  991.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/RuntimeLoader/ContainerRuntimeLoader.php';
  992.             include_once \dirname(__DIR__4).'/vendor/twig/extra-bundle/MissingExtensionSuggestor.php';
  993.             include_once \dirname(__DIR__4).'/vendor/symfony/ux-twig-component/src/Twig/TwigEnvironmentConfigurator.php';
  994.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bundle/DependencyInjection/Configurator/EnvironmentConfigurator.php';
  995.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AuthorizationChecker.php';
  996.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Token/Storage/UsageTrackingTokenStorage.php';
  997.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Factory/MetadataFactoryInterface.php';
  998.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validator/ValidatorInterface.php';
  999.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validator/TraceableValidator.php';
  1000.         };
  1001.     }
  1002.     public function compile(): void
  1003.     {
  1004.         throw new LogicException('You cannot compile a dumped container that was already compiled.');
  1005.     }
  1006.     public function isCompiled(): bool
  1007.     {
  1008.         return true;
  1009.     }
  1010.     public function getRemovedIds(): array
  1011.     {
  1012.         return require $this->containerDir.\DIRECTORY_SEPARATOR.'removed-ids.php';
  1013.     }
  1014.     protected function load($file$lazyLoad true)
  1015.     {
  1016.         if (class_exists($class __NAMESPACE__.'\\'.$filefalse)) {
  1017.             return $class::do($this$lazyLoad);
  1018.         }
  1019.         if ('.' === $file[-4]) {
  1020.             $class substr($class0, -4);
  1021.         } else {
  1022.             $file .= '.php';
  1023.         }
  1024.         $service = require $this->containerDir.\DIRECTORY_SEPARATOR.$file;
  1025.         return class_exists($classfalse) ? $class::do($this$lazyLoad) : $service;
  1026.     }
  1027.     protected function createProxy($class\Closure $factory)
  1028.     {
  1029.         class_exists($classfalse) || require __DIR__.'/'.$class.'.php';
  1030.         return $factory();
  1031.     }
  1032.     /**
  1033.      * Gets the public '.container.private.filesystem' shared service.
  1034.      *
  1035.      * @return \Symfony\Component\Filesystem\Filesystem
  1036.      */
  1037.     protected function get_Container_Private_FilesystemService()
  1038.     {
  1039.         return $this->services['.container.private.filesystem'] = new \Symfony\Component\Filesystem\Filesystem();
  1040.     }
  1041.     /**
  1042.      * Gets the public '.container.private.profiler' shared service.
  1043.      *
  1044.      * @return \Symfony\Component\HttpKernel\Profiler\Profiler
  1045.      */
  1046.     protected function get_Container_Private_ProfilerService()
  1047.     {
  1048.         $a = new \Symfony\Bridge\Monolog\Logger('profiler');
  1049.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1050.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  1051.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  1052.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  1053.         $this->services['.container.private.profiler'] = $instance = new \Symfony\Component\HttpKernel\Profiler\Profiler(new \Symfony\Component\HttpKernel\Profiler\FileProfilerStorage(('file:'.$this->targetDir.''.'/profiler')), $atrue);
  1054.         $b = ($this->services['kernel'] ?? $this->get('kernel'));
  1055.         $c = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  1056.         $d = new \Symfony\Component\Cache\DataCollector\CacheDataCollector();
  1057.         $d->addInstance('cache.app', ($this->services['cache.app'] ?? $this->getCache_AppService()));
  1058.         $d->addInstance('cache.system', ($this->services['cache.system'] ?? $this->getCache_SystemService()));
  1059.         $d->addInstance('cache.validator', ($this->privates['cache.validator'] ?? $this->getCache_ValidatorService()));
  1060.         $d->addInstance('cache.serializer', ($this->privates['cache.serializer'] ?? $this->getCache_SerializerService()));
  1061.         $d->addInstance('cache.annotations', ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService()));
  1062.         $d->addInstance('cache.property_info', ($this->privates['cache.property_info'] ?? $this->getCache_PropertyInfoService()));
  1063.         $d->addInstance('cache.messenger.restart_workers_signal', ($this->privates['cache.messenger.restart_workers_signal'] ?? $this->getCache_Messenger_RestartWorkersSignalService()));
  1064.         $d->addInstance('cache.validator_expression_language', ($this->services['cache.validator_expression_language'] ?? $this->getCache_ValidatorExpressionLanguageService()));
  1065.         $d->addInstance('cache.doctrine.orm.default.result', ($this->privates['cache.doctrine.orm.default.result'] ?? $this->getCache_Doctrine_Orm_Default_ResultService()));
  1066.         $d->addInstance('cache.doctrine.orm.default.query', ($this->privates['cache.doctrine.orm.default.query'] ?? $this->getCache_Doctrine_Orm_Default_QueryService()));
  1067.         $d->addInstance('cache.security_expression_language', ($this->privates['cache.security_expression_language'] ?? $this->getCache_SecurityExpressionLanguageService()));
  1068.         $d->addInstance('cache.webpack_encore', ($this->privates['cache.webpack_encore'] ?? $this->getCache_WebpackEncoreService()));
  1069.         $e = new \Symfony\Component\HttpClient\DataCollector\HttpClientDataCollector();
  1070.         $e->registerClient('http_client', ($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService()));
  1071.         $f = new \Doctrine\Bundle\DoctrineBundle\DataCollector\DoctrineDataCollector(($this->services['doctrine'] ?? $this->getDoctrineService()), trueNULL);
  1072.         $f->addLogger('default', ($this->privates['doctrine.dbal.logger.profiling.default'] ?? ($this->privates['doctrine.dbal.logger.profiling.default'] = new \Doctrine\DBAL\Logging\DebugStack())));
  1073.         $g = new \Symfony\Component\Messenger\DataCollector\MessengerDataCollector();
  1074.         $g->registerBus('messenger.bus.default', ($this->services['messenger.default_bus'] ?? $this->getMessenger_DefaultBusService()));
  1075.         $h = new \Symfony\Component\HttpKernel\DataCollector\ConfigDataCollector();
  1076.         if ($this->has('kernel')) {
  1077.             $h->setKernel($b);
  1078.         }
  1079.         $instance->add(($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService()));
  1080.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\TimeDataCollector($b, ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)))));
  1081.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\MemoryDataCollector());
  1082.         $instance->add(new \Symfony\Component\Validator\DataCollector\ValidatorDataCollector(($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService())));
  1083.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\AjaxDataCollector());
  1084.         $instance->add(($this->privates['data_collector.form'] ?? $this->getDataCollector_FormService()));
  1085.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\ExceptionDataCollector());
  1086.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\LoggerDataCollector($a, ($this->targetDir.''.'/App_KernelDevDebugContainer'), $c));
  1087.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\EventDataCollector(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), $c));
  1088.         $instance->add(($this->privates['data_collector.router'] ?? ($this->privates['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector())));
  1089.         $instance->add($d);
  1090.         $instance->add(new \Symfony\Component\Translation\DataCollector\TranslationDataCollector(($this->services['translator'] ?? $this->getTranslatorService())));
  1091.         $instance->add(new \Symfony\Bundle\SecurityBundle\DataCollector\SecurityDataCollector(($this->privates['security.untracked_token_storage'] ?? ($this->privates['security.untracked_token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())), ($this->privates['security.role_hierarchy'] ?? $this->getSecurity_RoleHierarchyService()), ($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService()), ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService()), ($this->privates['security.firewall.map'] ?? $this->getSecurity_Firewall_MapService()), ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService()), false));
  1092.         $instance->add(new \Symfony\Bridge\Twig\DataCollector\TwigDataCollector(($this->privates['twig.profile'] ?? ($this->privates['twig.profile'] = new \Twig\Profiler\Profile())), ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService())));
  1093.         $instance->add($e);
  1094.         $instance->add($f);
  1095.         $instance->add(new \Doctrine\Bundle\MigrationsBundle\Collector\MigrationsCollector(($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService()), new \Doctrine\Bundle\MigrationsBundle\Collector\MigrationsFlattener()));
  1096.         $instance->add(($this->services['data_collector.dump'] ?? $this->getDataCollector_DumpService()));
  1097.         $instance->add($g);
  1098.         $instance->add(new \Symfony\Component\Notifier\DataCollector\NotificationDataCollector(($this->privates['notifier.logger_notification_listener'] ?? ($this->privates['notifier.logger_notification_listener'] = new \Symfony\Component\Notifier\EventListener\NotificationLoggerListener()))));
  1099.         $instance->add($h);
  1100.         return $instance;
  1101.     }
  1102.     /**
  1103.      * Gets the public '.container.private.security.authorization_checker' shared service.
  1104.      *
  1105.      * @return \Symfony\Component\Security\Core\Authorization\AuthorizationChecker
  1106.      */
  1107.     protected function get_Container_Private_Security_AuthorizationCheckerService()
  1108.     {
  1109.         $a = ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService());
  1110.         if (isset($this->services['.container.private.security.authorization_checker'])) {
  1111.             return $this->services['.container.private.security.authorization_checker'];
  1112.         }
  1113.         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()), $afalse);
  1114.     }
  1115.     /**
  1116.      * Gets the public '.container.private.security.token_storage' shared service.
  1117.      *
  1118.      * @return \Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage
  1119.      */
  1120.     protected function get_Container_Private_Security_TokenStorageService()
  1121.     {
  1122.         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, [
  1123.             'request_stack' => ['services''request_stack''getRequestStackService'false],
  1124.         ], [
  1125.             'request_stack' => '?',
  1126.         ]));
  1127.     }
  1128.     /**
  1129.      * Gets the public '.container.private.serializer' shared service.
  1130.      *
  1131.      * @return \Symfony\Component\Serializer\Serializer
  1132.      */
  1133.     protected function get_Container_Private_SerializerService()
  1134.     {
  1135.         $a = ($this->privates['property_info'] ?? $this->getPropertyInfoService());
  1136.         if (isset($this->services['.container.private.serializer'])) {
  1137.             return $this->services['.container.private.serializer'];
  1138.         }
  1139.         $b = ($this->services['router'] ?? $this->getRouterService());
  1140.         if (isset($this->services['.container.private.serializer'])) {
  1141.             return $this->services['.container.private.serializer'];
  1142.         }
  1143.         $c = ($this->privates['security.helper'] ?? $this->getSecurity_HelperService());
  1144.         if (isset($this->services['.container.private.serializer'])) {
  1145.             return $this->services['.container.private.serializer'];
  1146.         }
  1147.         $d = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  1148.         if (isset($this->services['.container.private.serializer'])) {
  1149.             return $this->services['.container.private.serializer'];
  1150.         }
  1151.         $e = ($this->privates['property_accessor'] ?? $this->getPropertyAccessorService());
  1152.         $f = ($this->privates['serializer.mapping.class_metadata_factory'] ?? $this->getSerializer_Mapping_ClassMetadataFactoryService());
  1153.         $g = ($this->privates['serializer.name_converter.metadata_aware'] ?? $this->getSerializer_NameConverter_MetadataAwareService());
  1154.         $h = new \Symfony\Component\Serializer\Mapping\ClassDiscriminatorFromClassMetadata($f);
  1155.         $i = new \Symfony\Component\Serializer\Normalizer\ObjectNormalizer($f$g$e$a$hNULL);
  1156.         $j = new \Drosalys\Bundle\ApiBundle\Serializer\Adapter\Symfony\Normalizer\EntityNormalizer($f$g$e$a$hNULL);
  1157.         $j->setEm($d);
  1158.         return $this->services['.container.private.serializer'] = new \Symfony\Component\Serializer\Serializer([=> new \Symfony\Component\Serializer\Normalizer\UnwrappingDenormalizer($e), => new \App\Serializer\Normalizer\FileAbstractCursusNormalizer($i, ($this->privates['Nellapp\\Bundle\\SDKBundle\\Uploader\\Service\\NellappFileService'] ?? $this->getNellappFileServiceService()), $b), => new \App\Serializer\Normalizer\UserNormalizer($i, ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), $c), => $j=> new \Drosalys\Bundle\ApiBundle\Serializer\Adapter\Symfony\Normalizer\PaginationNormalizer(new \Symfony\Component\Serializer\NameConverter\CamelCaseToSnakeCaseNameConverter()), => new \Symfony\Component\Messenger\Transport\Serialization\Normalizer\FlattenExceptionNormalizer(), => new \Symfony\Component\Serializer\Normalizer\ProblemNormalizer(true), => new \Symfony\Component\Serializer\Normalizer\UidNormalizer(), => new \Symfony\Component\Serializer\Normalizer\DateTimeNormalizer(), => new \Symfony\Component\Serializer\Normalizer\ConstraintViolationListNormalizer([], $g), 10 => new \Symfony\Component\Serializer\Normalizer\MimeMessageNormalizer(new \Symfony\Component\Serializer\Normalizer\PropertyNormalizer($f$g$a$hNULL)), 11 => new \Symfony\Component\Serializer\Normalizer\DateTimeZoneNormalizer(), 12 => new \Symfony\Component\Serializer\Normalizer\DateIntervalNormalizer(), 13 => new \Symfony\Component\Serializer\Normalizer\FormErrorNormalizer(), 14 => new \Symfony\Component\Serializer\Normalizer\DataUriNormalizer(($this->privates['mime_types'] ?? $this->getMimeTypesService())), 15 => new \Symfony\Component\Serializer\Normalizer\JsonSerializableNormalizer(NULLNULL), 16 => new \Symfony\Component\Serializer\Normalizer\ArrayDenormalizer(), 17 => $i], [=> new \Symfony\Component\Serializer\Encoder\XmlEncoder(), => new \Symfony\Component\Serializer\Encoder\JsonEncoder(NULLNULL), => new \Symfony\Component\Serializer\Encoder\YamlEncoder(NULLNULL), => new \Symfony\Component\Serializer\Encoder\CsvEncoder()]);
  1159.     }
  1160.     /**
  1161.      * Gets the public '.container.private.twig' shared service.
  1162.      *
  1163.      * @return \Twig\Environment
  1164.      */
  1165.     protected function get_Container_Private_TwigService()
  1166.     {
  1167.         $a = new \Twig\Loader\FilesystemLoader([], \dirname(__DIR__4));
  1168.         $a->addPath((\dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Resources/views'));
  1169.         $a->addPath((\dirname(__DIR__4).'/config/caddy'), 'caddy');
  1170.         $a->addPath((\dirname(__DIR__4).'/templates/bundles/TwigBundle'), 'Twig');
  1171.         $a->addPath((\dirname(__DIR__4).'/templates/bundles/TwigBundle'), '!Twig');
  1172.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Resources/views'), 'WebProfiler');
  1173.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Resources/views'), '!WebProfiler');
  1174.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/debug-bundle/Resources/views'), 'Debug');
  1175.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/debug-bundle/Resources/views'), '!Debug');
  1176.         $a->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Resources/views'), 'Doctrine');
  1177.         $a->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Resources/views'), '!Doctrine');
  1178.         $a->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Resources/views'), 'DoctrineMigrations');
  1179.         $a->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Resources/views'), '!DoctrineMigrations');
  1180.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/security-bundle/Resources/views'), 'Security');
  1181.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/security-bundle/Resources/views'), '!Security');
  1182.         $a->addPath((\dirname(__DIR__4).'/vendor/friendsofsymfony/oauth-server-bundle/Resources/views'), 'FOSOAuthServer');
  1183.         $a->addPath((\dirname(__DIR__4).'/vendor/friendsofsymfony/oauth-server-bundle/Resources/views'), '!FOSOAuthServer');
  1184.         $a->addPath((\dirname(__DIR__4).'/templates/bundles/NellappSDKBundle'), 'NellappSDK');
  1185.         $a->addPath((\dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Resources/views'), 'NellappSDK');
  1186.         $a->addPath((\dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Resources/views'), '!NellappSDK');
  1187.         $a->addPath((\dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Resources/views'), 'NelmioApiDoc');
  1188.         $a->addPath((\dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Resources/views'), '!NelmioApiDoc');
  1189.         $a->addPath((\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/templates'), 'KnpPaginator');
  1190.         $a->addPath((\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/templates'), '!KnpPaginator');
  1191.         $a->addPath((\dirname(__DIR__4).'/vendor/knplabs/knp-menu-bundle/src/Resources/views'), 'KnpMenu');
  1192.         $a->addPath((\dirname(__DIR__4).'/vendor/knplabs/knp-menu-bundle/src/Resources/views'), '!KnpMenu');
  1193.         $a->addPath((\dirname(__DIR__4).'/vendor/drosalys-web/form-bundle/src/Resources/views'), 'DrosalysWebForm');
  1194.         $a->addPath((\dirname(__DIR__4).'/vendor/drosalys-web/form-bundle/src/Resources/views'), '!DrosalysWebForm');
  1195.         $a->addPath((\dirname(__DIR__4).'/vendor/craue/formflow-bundle/Resources/views'), 'CraueFormFlow');
  1196.         $a->addPath((\dirname(__DIR__4).'/vendor/craue/formflow-bundle/Resources/views'), '!CraueFormFlow');
  1197.         $a->addPath((\dirname(__DIR__4).'/vendor/liip/imagine-bundle/Resources/views'), 'LiipImagine');
  1198.         $a->addPath((\dirname(__DIR__4).'/vendor/liip/imagine-bundle/Resources/views'), '!LiipImagine');
  1199.         $a->addPath((\dirname(__DIR__4).'/vendor/willdurand/js-translation-bundle/Resources/views'), 'BazingaJsTranslation');
  1200.         $a->addPath((\dirname(__DIR__4).'/vendor/willdurand/js-translation-bundle/Resources/views'), '!BazingaJsTranslation');
  1201.         $a->addPath((\dirname(__DIR__4).'/vendor/karser/karser-recaptcha3-bundle/Resources/views'), 'KarserRecaptcha3');
  1202.         $a->addPath((\dirname(__DIR__4).'/vendor/karser/karser-recaptcha3-bundle/Resources/views'), '!KarserRecaptcha3');
  1203.         $a->addPath((\dirname(__DIR__4).'/vendor/spiriitlabs/form-filter-bundle/Resources/views'), 'SpiriitFormFilter');
  1204.         $a->addPath((\dirname(__DIR__4).'/vendor/spiriitlabs/form-filter-bundle/Resources/views'), '!SpiriitFormFilter');
  1205.         $a->addPath((\dirname(__DIR__4).'/templates'));
  1206.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Form'));
  1207.         $this->services['.container.private.twig'] = $instance = new \Twig\Environment($a, ['autoescape' => 'name''cache' => ($this->targetDir.''.'/twig'), 'charset' => 'UTF-8''debug' => true'strict_variables' => true]);
  1208.         $b = ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)));
  1209.         $c = ($this->services['translator'] ?? $this->getTranslatorService());
  1210.         $d = new \Symfony\Bridge\Twig\Extension\AssetExtension(($this->privates['assets.packages'] ?? $this->getAssets_PackagesService()));
  1211.         $e = ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService());
  1212.         $f = ($this->services['router'] ?? $this->getRouterService());
  1213.         $g = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  1214.         $h = ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService());
  1215.         $i = new \Symfony\Component\VarDumper\Dumper\HtmlDumper(NULL'UTF-8'1);
  1216.         $i->setDisplayOptions(['maxStringLength' => 4096'fileLinkFormat' => $e]);
  1217.         $j = new \Knp\Menu\Util\MenuManipulator();
  1218.         $k = ($this->services['knp_menu.matcher'] ?? $this->getKnpMenu_MatcherService());
  1219.         $l = new \Craue\FormFlowBundle\Twig\Extension\FormFlowExtension();
  1220.         $l->setFormFlowUtil(($this->services['craue_formflow_util'] ?? ($this->services['craue_formflow_util'] = new \Craue\FormFlowBundle\Util\FormFlowUtil())));
  1221.         $m = new \Symfony\Bridge\Twig\AppVariable();
  1222.         $m->setEnvironment('dev');
  1223.         $m->setDebug(true);
  1224.         if ($this->has('.container.private.security.token_storage')) {
  1225.             $m->setTokenStorage($h);
  1226.         }
  1227.         if ($this->has('request_stack')) {
  1228.             $m->setRequestStack($g);
  1229.         }
  1230.         $n = new \Twig\Extra\TwigExtraBundle\MissingExtensionSuggestor();
  1231.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\CsrfExtension());
  1232.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\ProfilerExtension(($this->privates['twig.profile'] ?? ($this->privates['twig.profile'] = new \Twig\Profiler\Profile())), $b));
  1233.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\TranslationExtension($c));
  1234.         $instance->addExtension($d);
  1235.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\CodeExtension($e\dirname(__DIR__4), 'UTF-8'));
  1236.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\RoutingExtension($f));
  1237.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\YamlExtension());
  1238.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\StopwatchExtension($btrue));
  1239.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\ExpressionExtension());
  1240.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\HttpKernelExtension());
  1241.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\HttpFoundationExtension(new \Symfony\Component\HttpFoundation\UrlHelper($g$f)));
  1242.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\WebLinkExtension($g));
  1243.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\SerializerExtension());
  1244.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\FormExtension($c));
  1245.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\DumpExtension(($this->services['var_dumper.cloner'] ?? $this->getVarDumper_ClonerService()), ($this->privates['var_dumper.html_dumper'] ?? $this->getVarDumper_HtmlDumperService())));
  1246.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\LogoutUrlExtension(($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService())));
  1247.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\SecurityExtension(($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService()), new \Symfony\Component\Security\Http\Impersonate\ImpersonateUrlGenerator($g, ($this->privates['security.firewall.map'] ?? $this->getSecurity_Firewall_MapService()), $h)));
  1248.         $instance->addExtension(new \App\Twig\Extension\Account\HeaderCalendarExtension());
  1249.         $instance->addExtension(new \App\Twig\Extension\Account\NotificationExtension());
  1250.         $instance->addExtension(new \App\Twig\Extension\Channel\ChannelExtension());
  1251.         $instance->addExtension(new \App\Twig\Extension\Channel\ChannelLicensesExtension());
  1252.         $instance->addExtension(new \App\Twig\Extension\Channel\ChannelPermissionExtension());
  1253.         $instance->addExtension(new \App\Twig\Extension\Channel\ChannelSessionExtension());
  1254.         $instance->addExtension(($this->privates['App\\Twig\\Extension\\Channel\\ChannelUserExtension'] ?? $this->getChannelUserExtensionService()));
  1255.         $instance->addExtension(new \App\Twig\Extension\Channel\PositioningTest\Attempt\AttemptBlockExtension());
  1256.         $instance->addExtension(new \App\Twig\Extension\Channel\PositioningTest\Attempt\AttemptExtension());
  1257.         $instance->addExtension(($this->privates['App\\Twig\\Extension\\Channel\\PositioningTest\\PositioningTestExtension'] ?? ($this->privates['App\\Twig\\Extension\\Channel\\PositioningTest\\PositioningTestExtension'] = new \App\Twig\Extension\Channel\PositioningTest\PositioningTestExtension())));
  1258.         $instance->addExtension(new \App\Twig\Extension\ChannelUserData\ActivityExtension());
  1259.         $instance->addExtension(new \App\Twig\Extension\ChannelUserData\ChannelUserDataExtension());
  1260.         $instance->addExtension(new \App\Twig\Extension\ChannelUserData\CursusExtension());
  1261.         $instance->addExtension(new \App\Twig\Extension\FileExtension());
  1262.         $instance->addExtension(new \App\Twig\Extension\UserFromChannelExtension());
  1263.         $instance->addExtension(new \Symfony\Bundle\WebProfilerBundle\Twig\WebProfilerExtension($i));
  1264.         $instance->addExtension(new \Doctrine\Bundle\DoctrineBundle\Twig\DoctrineExtension());
  1265.         $instance->addExtension(new \Twig\Extra\Intl\IntlExtension());
  1266.         $instance->addExtension(new \Nellapp\Bundle\SDKBundle\Permission\Twig\Extension\PermissionExtension());
  1267.         $instance->addExtension(new \Nellapp\Bundle\SDKBundle\Routing\Twig\Extension\UrlGeneratorExtension());
  1268.         $instance->addExtension(new \Nellapp\Bundle\SDKBundle\Twig\Extension\AppExtension());
  1269.         $instance->addExtension(new \Nellapp\Bundle\SDKBundle\Twig\Extension\BooleanExtension());
  1270.         $instance->addExtension(new \Nellapp\Bundle\SDKBundle\Twig\Extension\ChannelExtension());
  1271.         $instance->addExtension(new \Nellapp\Bundle\SDKBundle\Twig\Extension\ChannelGetterExtension());
  1272.         $instance->addExtension(new \Nellapp\Bundle\SDKBundle\Twig\Extension\ChannelUserDataExtension());
  1273.         $instance->addExtension(new \Nellapp\Bundle\SDKBundle\Twig\Extension\ChatNotificationExtension());
  1274.         $instance->addExtension(new \Nellapp\Bundle\SDKBundle\Twig\Extension\CustomizableViewExtension());
  1275.         $instance->addExtension(new \Nellapp\Bundle\SDKBundle\Twig\Extension\EnvExtension());
  1276.         $instance->addExtension(new \Nellapp\Bundle\SDKBundle\Twig\Extension\FileExtension());
  1277.         $instance->addExtension(new \Nellapp\Bundle\SDKBundle\Twig\Extension\FormExtension());
  1278.         $instance->addExtension(new \Nellapp\Bundle\SDKBundle\Twig\Extension\HeaderExtension());
  1279.         $instance->addExtension(new \Nellapp\Bundle\SDKBundle\Twig\Extension\ImageExtension());
  1280.         $instance->addExtension(new \Nellapp\Bundle\SDKBundle\Twig\Extension\NellappFileExtension());
  1281.         $instance->addExtension(new \Nellapp\Bundle\SDKBundle\Twig\Extension\NellappFormatExtension());
  1282.         $instance->addExtension(new \Nellapp\Bundle\SDKBundle\Twig\Extension\PaginationExtension());
  1283.         $instance->addExtension(new \Nellapp\Bundle\SDKBundle\Twig\Extension\SerializerExtension());
  1284.         $instance->addExtension(new \Nellapp\Bundle\SDKBundle\Twig\Extension\SideNavExtension());
  1285.         $instance->addExtension(new \Nellapp\Bundle\SDKBundle\Twig\Extension\SideNavItemExtension());
  1286.         $instance->addExtension(new \Nellapp\Bundle\SDKBundle\Twig\Extension\UserExtension());
  1287.         $instance->addExtension(new \Nellapp\Bundle\SDKBundle\Twig\Extension\VersionExtension());
  1288.         $instance->addExtension(new \Nellapp\Bundle\SDKBundle\Twig\Extension\WebSocketExtension());
  1289.         $instance->addExtension(new \Nellapp\Bundle\SDKBundle\Google\Twig\Extension\GoogleDrivePermissionExtension());
  1290.         $instance->addExtension(new \Nelmio\ApiDocBundle\Render\Html\GetNelmioAsset($d));
  1291.         $instance->addExtension(new \JMS\Serializer\Twig\SerializerRuntimeExtension());
  1292.         $instance->addExtension(new \Knp\Bundle\PaginatorBundle\Twig\Extension\PaginationExtension(new \Knp\Bundle\PaginatorBundle\Helper\Processor($f$c)));
  1293.         $instance->addExtension(new \Symfony\WebpackEncoreBundle\Twig\EntryFilesTwigExtension(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1294.             'webpack_encore.entrypoint_lookup_collection' => ['privates''webpack_encore.entrypoint_lookup_collection''getWebpackEncore_EntrypointLookupCollectionService'false],
  1295.             'webpack_encore.tag_renderer' => ['privates''webpack_encore.tag_renderer''getWebpackEncore_TagRendererService'false],
  1296.         ], [
  1297.             'webpack_encore.entrypoint_lookup_collection' => '?',
  1298.             'webpack_encore.tag_renderer' => '?',
  1299.         ])));
  1300.         $instance->addExtension(new \Symfony\WebpackEncoreBundle\Twig\StimulusTwigExtension());
  1301.         $instance->addExtension(new \Knp\Menu\Twig\MenuExtension(new \Knp\Menu\Twig\Helper(new \Knp\Menu\Renderer\PsrProvider(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1302.             'list' => ['privates''knp_menu.renderer.list''getKnpMenu_Renderer_ListService'true],
  1303.             'twig' => ['privates''knp_menu.renderer.twig''getKnpMenu_Renderer_TwigService'true],
  1304.         ], [
  1305.             'list' => '?',
  1306.             'twig' => '?',
  1307.         ]), 'twig', [], false), new \Knp\Menu\Provider\ChainProvider(new RewindableGenerator(function () {
  1308.             yield => ($this->privates['knp_menu.menu_provider.lazy'] ?? $this->load('getKnpMenu_MenuProvider_LazyService'));
  1309.             yield => ($this->privates['knp_menu.menu_provider.builder_alias'] ?? $this->load('getKnpMenu_MenuProvider_BuilderAliasService'));
  1310.         }, 2)), $j$k), $k$j));
  1311.         $instance->addExtension($l);
  1312.         $instance->addExtension(new \Liip\ImagineBundle\Templating\FilterExtension(($this->services['liip_imagine.cache.manager'] ?? $this->getLiipImagine_Cache_ManagerService())));
  1313.         $instance->addExtension(($this->services['oneup_uploader.twig.extension.uploader'] ?? $this->getOneupUploader_Twig_Extension_UploaderService()));
  1314.         $instance->addExtension(new \Symfony\UX\TwigComponent\Twig\ComponentExtension((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1315.             'Symfony\\UX\\TwigComponent\\ComponentFactory' => ['privates''ux.twig_component.component_factory''getUx_TwigComponent_ComponentFactoryService'true],
  1316.             'Symfony\\UX\\TwigComponent\\ComponentRenderer' => ['privates''ux.twig_component.component_renderer''getUx_TwigComponent_ComponentRendererService'true],
  1317.         ], [
  1318.             'Symfony\\UX\\TwigComponent\\ComponentFactory' => 'Symfony\\UX\\TwigComponent\\ComponentFactory',
  1319.             'Symfony\\UX\\TwigComponent\\ComponentRenderer' => 'Symfony\\UX\\TwigComponent\\ComponentRenderer',
  1320.         ]))->withContext('ux.twig_component.twig.component_extension'$this)));
  1321.         $instance->addGlobal('app'$m);
  1322.         $instance->addRuntimeLoader(new \Twig\RuntimeLoader\ContainerRuntimeLoader(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1323.             'App\\Twig\\Runtime\\Account\\HeaderCalendarRuntime' => ['privates''App\\Twig\\Runtime\\Account\\HeaderCalendarRuntime''getHeaderCalendarRuntimeService'true],
  1324.             'App\\Twig\\Runtime\\Account\\NotificationRuntime' => ['privates''App\\Twig\\Runtime\\Account\\NotificationRuntime''getNotificationRuntimeService'true],
  1325.             'App\\Twig\\Runtime\\Channel\\ChannelLicensesRuntime' => ['privates''App\\Twig\\Runtime\\Channel\\ChannelLicensesRuntime''getChannelLicensesRuntimeService'true],
  1326.             'App\\Twig\\Runtime\\Channel\\ChannelPermissionRuntime' => ['privates''App\\Twig\\Runtime\\Channel\\ChannelPermissionRuntime''getChannelPermissionRuntimeService'true],
  1327.             'App\\Twig\\Runtime\\Channel\\ChannelRuntime' => ['privates''App\\Twig\\Runtime\\Channel\\ChannelRuntime''getChannelRuntimeService'true],
  1328.             'App\\Twig\\Runtime\\Channel\\ChannelSessionRuntime' => ['privates''App\\Twig\\Runtime\\Channel\\ChannelSessionRuntime''getChannelSessionRuntimeService'true],
  1329.             'App\\Twig\\Runtime\\Channel\\PositioningTest\\Attempt\\AttemptBlockRuntime' => ['privates''App\\Twig\\Runtime\\Channel\\PositioningTest\\Attempt\\AttemptBlockRuntime''getAttemptBlockRuntimeService'true],
  1330.             'App\\Twig\\Runtime\\Channel\\PositioningTest\\Attempt\\AttemptRuntime' => ['privates''App\\Twig\\Runtime\\Channel\\PositioningTest\\Attempt\\AttemptRuntime''getAttemptRuntimeService'true],
  1331.             'App\\Twig\\Runtime\\Channel\\PositioningTest\\PositioningTestRuntime' => ['privates''App\\Twig\\Runtime\\Channel\\PositioningTest\\PositioningTestRuntime''getPositioningTestRuntimeService'true],
  1332.             'App\\Twig\\Runtime\\ChannelUserData\\ActivityRuntime' => ['privates''App\\Twig\\Runtime\\ChannelUserData\\ActivityRuntime''getActivityRuntimeService'true],
  1333.             'App\\Twig\\Runtime\\ChannelUserData\\ChannelUserDataRuntime' => ['privates''App\\Twig\\Runtime\\ChannelUserData\\ChannelUserDataRuntime''getChannelUserDataRuntimeService'true],
  1334.             'App\\Twig\\Runtime\\ChannelUserData\\CursusRuntime' => ['privates''App\\Twig\\Runtime\\ChannelUserData\\CursusRuntime''getCursusRuntimeService'true],
  1335.             'App\\Twig\\Runtime\\FileRuntime' => ['privates''App\\Twig\\Runtime\\FileRuntime''getFileRuntimeService'true],
  1336.             'Symfony\\Bridge\\Twig\\Extension\\CsrfRuntime' => ['privates''twig.runtime.security_csrf''getTwig_Runtime_SecurityCsrfService'true],
  1337.             'Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => ['privates''twig.runtime.httpkernel''getTwig_Runtime_HttpkernelService'true],
  1338.             'Symfony\\Bridge\\Twig\\Extension\\SerializerRuntime' => ['privates''twig.runtime.serializer''getTwig_Runtime_SerializerService'true],
  1339.             'Symfony\\Component\\Form\\FormRenderer' => ['privates''twig.form.renderer''getTwig_Form_RendererService'true],
  1340.             'Nellapp\\Bundle\\SDKBundle\\Permission\\Twig\\Runtime\\Info\\ChannelUserDataPermissionRuntime' => ['privates''Nellapp\\Bundle\\SDKBundle\\Permission\\Twig\\Runtime\\Info\\ChannelUserDataPermissionRuntime''getChannelUserDataPermissionRuntimeService'false],
  1341.             'Nellapp\\Bundle\\SDKBundle\\Permission\\Twig\\Runtime\\Info\\TranslateRuntime' => ['privates''Nellapp\\Bundle\\SDKBundle\\Permission\\Twig\\Runtime\\Info\\TranslateRuntime''getTranslateRuntimeService'true],
  1342.             'Nellapp\\Bundle\\SDKBundle\\Permission\\Twig\\Runtime\\Info\\UserOwnerRuntime' => ['privates''Nellapp\\Bundle\\SDKBundle\\Permission\\Twig\\Runtime\\Info\\UserOwnerRuntime''getUserOwnerRuntimeService'true],
  1343.             'Nellapp\\Bundle\\SDKBundle\\Routing\\Twig\\Runtime\\UrlGeneratorRuntime' => ['privates''Nellapp\\Bundle\\SDKBundle\\Routing\\Twig\\Runtime\\UrlGeneratorRuntime''getUrlGeneratorRuntimeService'true],
  1344.             'Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\AppRuntime' => ['privates''Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\AppRuntime''getAppRuntimeService'true],
  1345.             'Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\BooleanRuntime' => ['privates''Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\BooleanRuntime''getBooleanRuntimeService'true],
  1346.             'Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\ChannelGetterRuntime' => ['privates''Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\ChannelGetterRuntime''getChannelGetterRuntimeService'true],
  1347.             'Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\ChannelRuntime' => ['privates''Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\ChannelRuntime''getChannelRuntime2Service'true],
  1348.             'Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\ChannelUserDataRuntime' => ['privates''Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\ChannelUserDataRuntime''getChannelUserDataRuntime2Service'true],
  1349.             'Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\ChatNotificationRuntime' => ['privates''Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\ChatNotificationRuntime''getChatNotificationRuntimeService'true],
  1350.             'Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\CustomizableViewRuntime' => ['privates''Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\CustomizableViewRuntime''getCustomizableViewRuntimeService'true],
  1351.             'Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\EnvRuntime' => ['privates''Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\EnvRuntime''getEnvRuntimeService'true],
  1352.             'Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\FileRuntime' => ['privates''Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\FileRuntime''getFileRuntime2Service'true],
  1353.             'Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\FormRuntime' => ['privates''Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\FormRuntime''getFormRuntimeService'true],
  1354.             'Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\HeaderRuntime' => ['privates''Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\HeaderRuntime''getHeaderRuntimeService'true],
  1355.             'Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\ImageRunTime' => ['privates''Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\ImageRunTime''getImageRunTimeService'true],
  1356.             'Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\NellappFileRuntime' => ['privates''Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\NellappFileRuntime''getNellappFileRuntimeService'true],
  1357.             'Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\NellappFormatRuntime' => ['privates''Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\NellappFormatRuntime''getNellappFormatRuntimeService'true],
  1358.             'Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\PaginationRuntime' => ['privates''Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\PaginationRuntime''getPaginationRuntimeService'true],
  1359.             'Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\SerializerRuntime' => ['privates''Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\SerializerRuntime''getSerializerRuntimeService'true],
  1360.             'Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\SideNavItemRuntime' => ['privates''Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\SideNavItemRuntime''getSideNavItemRuntimeService'true],
  1361.             'Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\SideNavRuntime' => ['privates''Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\SideNavRuntime''getSideNavRuntimeService'true],
  1362.             'Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\UserRunTime' => ['privates''Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\UserRunTime''getUserRunTimeService'true],
  1363.             'Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\VersionRuntime' => ['privates''Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\VersionRuntime''getVersionRuntimeService'true],
  1364.             'Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\WebSocketRuntime' => ['privates''Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\WebSocketRuntime''getWebSocketRuntimeService'true],
  1365.             'Nellapp\\Bundle\\SDKBundle\\Google\\Twig\\Runtime\\GoogleDrivePermissionRuntime' => ['privates''Nellapp\\Bundle\\SDKBundle\\Google\\Twig\\Runtime\\GoogleDrivePermissionRuntime''getGoogleDrivePermissionRuntimeService'true],
  1366.             'JMS\\Serializer\\Twig\\SerializerRuntimeHelper' => ['services''jms_serializer.twig_extension.serializer_runtime_helper''getJmsSerializer_TwigExtension_SerializerRuntimeHelperService'true],
  1367.         ], [
  1368.             'App\\Twig\\Runtime\\Account\\HeaderCalendarRuntime' => '?',
  1369.             'App\\Twig\\Runtime\\Account\\NotificationRuntime' => '?',
  1370.             'App\\Twig\\Runtime\\Channel\\ChannelLicensesRuntime' => '?',
  1371.             'App\\Twig\\Runtime\\Channel\\ChannelPermissionRuntime' => '?',
  1372.             'App\\Twig\\Runtime\\Channel\\ChannelRuntime' => '?',
  1373.             'App\\Twig\\Runtime\\Channel\\ChannelSessionRuntime' => '?',
  1374.             'App\\Twig\\Runtime\\Channel\\PositioningTest\\Attempt\\AttemptBlockRuntime' => '?',
  1375.             'App\\Twig\\Runtime\\Channel\\PositioningTest\\Attempt\\AttemptRuntime' => '?',
  1376.             'App\\Twig\\Runtime\\Channel\\PositioningTest\\PositioningTestRuntime' => '?',
  1377.             'App\\Twig\\Runtime\\ChannelUserData\\ActivityRuntime' => '?',
  1378.             'App\\Twig\\Runtime\\ChannelUserData\\ChannelUserDataRuntime' => '?',
  1379.             'App\\Twig\\Runtime\\ChannelUserData\\CursusRuntime' => '?',
  1380.             'App\\Twig\\Runtime\\FileRuntime' => '?',
  1381.             'Symfony\\Bridge\\Twig\\Extension\\CsrfRuntime' => '?',
  1382.             'Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => '?',
  1383.             'Symfony\\Bridge\\Twig\\Extension\\SerializerRuntime' => '?',
  1384.             'Symfony\\Component\\Form\\FormRenderer' => '?',
  1385.             'Nellapp\\Bundle\\SDKBundle\\Permission\\Twig\\Runtime\\Info\\ChannelUserDataPermissionRuntime' => '?',
  1386.             'Nellapp\\Bundle\\SDKBundle\\Permission\\Twig\\Runtime\\Info\\TranslateRuntime' => '?',
  1387.             'Nellapp\\Bundle\\SDKBundle\\Permission\\Twig\\Runtime\\Info\\UserOwnerRuntime' => '?',
  1388.             'Nellapp\\Bundle\\SDKBundle\\Routing\\Twig\\Runtime\\UrlGeneratorRuntime' => '?',
  1389.             'Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\AppRuntime' => '?',
  1390.             'Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\BooleanRuntime' => '?',
  1391.             'Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\ChannelGetterRuntime' => '?',
  1392.             'Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\ChannelRuntime' => '?',
  1393.             'Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\ChannelUserDataRuntime' => '?',
  1394.             'Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\ChatNotificationRuntime' => '?',
  1395.             'Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\CustomizableViewRuntime' => '?',
  1396.             'Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\EnvRuntime' => '?',
  1397.             'Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\FileRuntime' => '?',
  1398.             'Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\FormRuntime' => '?',
  1399.             'Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\HeaderRuntime' => '?',
  1400.             'Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\ImageRunTime' => '?',
  1401.             'Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\NellappFileRuntime' => '?',
  1402.             'Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\NellappFormatRuntime' => '?',
  1403.             'Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\PaginationRuntime' => '?',
  1404.             'Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\SerializerRuntime' => '?',
  1405.             'Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\SideNavItemRuntime' => '?',
  1406.             'Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\SideNavRuntime' => '?',
  1407.             'Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\UserRunTime' => '?',
  1408.             'Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\VersionRuntime' => '?',
  1409.             'Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\WebSocketRuntime' => '?',
  1410.             'Nellapp\\Bundle\\SDKBundle\\Google\\Twig\\Runtime\\GoogleDrivePermissionRuntime' => '?',
  1411.             'JMS\\Serializer\\Twig\\SerializerRuntimeHelper' => '?',
  1412.         ])));
  1413.         $instance->registerUndefinedFilterCallback([=> $n=> 'suggestFilter']);
  1414.         $instance->registerUndefinedFunctionCallback([=> $n=> 'suggestFunction']);
  1415.         $instance->registerUndefinedTokenParserCallback([=> $n=> 'suggestTag']);
  1416.         (new \Symfony\UX\TwigComponent\Twig\TwigEnvironmentConfigurator(new \Symfony\Bundle\TwigBundle\DependencyInjection\Configurator\EnvironmentConfigurator('F j, Y H:i''%d days'NULL2','' ')))->configure($instance);
  1417.         return $instance;
  1418.     }
  1419.     /**
  1420.      * Gets the public '.container.private.validator' shared service.
  1421.      *
  1422.      * @return \Symfony\Component\Validator\Validator\TraceableValidator
  1423.      */
  1424.     protected function get_Container_Private_ValidatorService()
  1425.     {
  1426.         $a = ($this->privates['validator.builder'] ?? $this->getValidator_BuilderService());
  1427.         if (isset($this->services['.container.private.validator'])) {
  1428.             return $this->services['.container.private.validator'];
  1429.         }
  1430.         return $this->services['.container.private.validator'] = new \Symfony\Component\Validator\Validator\TraceableValidator($a->getValidator());
  1431.     }
  1432.     /**
  1433.      * Gets the public 'cache.app' shared service.
  1434.      *
  1435.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1436.      */
  1437.     protected function getCache_AppService()
  1438.     {
  1439.         $a = new \Symfony\Component\Cache\Adapter\RedisAdapter(($this->privates['.cache_connection.rCcozlq'] ?? $this->get_CacheConnection_RCcozlqService()), 'lU5aPu3o0C'0, ($this->privates['cache.default_marshaller'] ?? ($this->privates['cache.default_marshaller'] = new \Symfony\Component\Cache\Marshaller\DefaultMarshaller(NULLtrue))));
  1440.         $a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  1441.         return $this->services['cache.app'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter($a);
  1442.     }
  1443.     /**
  1444.      * Gets the public 'cache.system' shared service.
  1445.      *
  1446.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1447.      */
  1448.     protected function getCache_SystemService()
  1449.     {
  1450.         return $this->services['cache.system'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('S1QkVtB4Ec'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  1451.     }
  1452.     /**
  1453.      * Gets the public 'cache.validator_expression_language' shared service.
  1454.      *
  1455.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1456.      */
  1457.     protected function getCache_ValidatorExpressionLanguageService()
  1458.     {
  1459.         return $this->services['cache.validator_expression_language'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('rQgXhy0+nx'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  1460.     }
  1461.     /**
  1462.      * Gets the public 'craue_formflow_util' shared service.
  1463.      *
  1464.      * @return \Craue\FormFlowBundle\Util\FormFlowUtil
  1465.      */
  1466.     protected function getCraueFormflowUtilService()
  1467.     {
  1468.         return $this->services['craue_formflow_util'] = new \Craue\FormFlowBundle\Util\FormFlowUtil();
  1469.     }
  1470.     /**
  1471.      * Gets the public 'cursus_filesystem' shared service.
  1472.      *
  1473.      * @return \League\Flysystem\Filesystem
  1474.      */
  1475.     protected function getCursusFilesystemService()
  1476.     {
  1477.         return $this->services['cursus_filesystem'] = new \League\Flysystem\Filesystem(new \League\Flysystem\Local\LocalFilesystemAdapter((\dirname(__DIR__3).'/uploads/cursus/'), NULL22NULLfalse), []);
  1478.     }
  1479.     /**
  1480.      * Gets the public 'data_collector.dump' shared service.
  1481.      *
  1482.      * @return \Symfony\Component\HttpKernel\DataCollector\DumpDataCollector
  1483.      */
  1484.     protected function getDataCollector_DumpService()
  1485.     {
  1486.         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()));
  1487.     }
  1488.     /**
  1489.      * Gets the public 'doctrine' shared service.
  1490.      *
  1491.      * @return \Doctrine\Bundle\DoctrineBundle\Registry
  1492.      */
  1493.     protected function getDoctrineService()
  1494.     {
  1495.         return $this->services['doctrine'] = new \Doctrine\Bundle\DoctrineBundle\Registry($this$this->parameters['doctrine.connections'], $this->parameters['doctrine.entity_managers'], 'default''default');
  1496.     }
  1497.     /**
  1498.      * Gets the public 'doctrine.dbal.default_connection' shared service.
  1499.      *
  1500.      * @return \Doctrine\DBAL\Connection
  1501.      */
  1502.     protected function getDoctrine_Dbal_DefaultConnectionService()
  1503.     {
  1504.         $a = new \Doctrine\DBAL\Configuration();
  1505.         $b = new \Symfony\Bridge\Monolog\Logger('doctrine');
  1506.         $b->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1507.         $b->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  1508.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($b);
  1509.         $a->setSQLLogger(($this->privates['doctrine.dbal.logger.profiling.default'] ?? ($this->privates['doctrine.dbal.logger.profiling.default'] = new \Doctrine\DBAL\Logging\DebugStack())));
  1510.         $a->setMiddlewares([=> new \Doctrine\DBAL\Logging\Middleware($b)]);
  1511.         return $this->services['doctrine.dbal.default_connection'] = (new \Doctrine\Bundle\DoctrineBundle\ConnectionFactory($this->parameters['doctrine.dbal.connection_factory.types']))->createConnection(['url' => $this->getEnv('resolve:DATABASE_URL'), 'driver' => 'pdo_mysql''host' => 'localhost''port' => NULL'user' => 'root''password' => NULL'driverOptions' => [], 'serverVersion' => 'mariadb-10.5.0''defaultTableOptions' => []], $a, new \Symfony\Bridge\Doctrine\ContainerAwareEventManager(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1512.             'App\\Doctrine\\EventSubscriber\\ChannelUserData\\InternshipSubscriber' => ['privates''App\\Doctrine\\EventSubscriber\\ChannelUserData\\InternshipSubscriber''getInternshipSubscriberService'true],
  1513.             'App\\Doctrine\\EventSubscriber\\Sync\\SyncSubscriber' => ['privates''App\\Doctrine\\EventSubscriber\\Sync\\SyncSubscriber''getSyncSubscriberService'true],
  1514.             'App\\Doctrine\\EventSubscriber\\TrackEntitySubscriber' => ['privates''App\\Doctrine\\EventSubscriber\\TrackEntitySubscriber''getTrackEntitySubscriberService'true],
  1515.             'DrosalysWeb\\ObjectExtensions\\Bridge\\Doctrine\\ORM\\Subscriber\\BlameSubscriber' => ['privates''DrosalysWeb\\ObjectExtensions\\Bridge\\Doctrine\\ORM\\Subscriber\\BlameSubscriber''getBlameSubscriberService'true],
  1516.             'DrosalysWeb\\ObjectExtensions\\Bridge\\Doctrine\\ORM\\Subscriber\\Mapping\\BlameSubscriber.App\\Entity\\Account\\User' => ['privates''DrosalysWeb\\ObjectExtensions\\Bridge\\Doctrine\\ORM\\Subscriber\\Mapping\\BlameSubscriber.App\\Entity\\Account\\User''getUser6Service'true],
  1517.             'DrosalysWeb\\ObjectExtensions\\Bridge\\Doctrine\\ORM\\Subscriber\\Mapping\\TimestampSubscriber' => ['privates''DrosalysWeb\\ObjectExtensions\\Bridge\\Doctrine\\ORM\\Subscriber\\Mapping\\TimestampSubscriber''getTimestampSubscriberService'true],
  1518.             'DrosalysWeb\\ObjectExtensions\\Bridge\\Doctrine\\ORM\\Subscriber\\TimestampSubscriber' => ['privates''DrosalysWeb\\ObjectExtensions\\Bridge\\Doctrine\\ORM\\Subscriber\\TimestampSubscriber''getTimestampSubscriber2Service'true],
  1519.             'Nellapp\\Bundle\\SDKBundle\\Export\\AutoExport\\Doctrine\\EventSubscriber\\TerminateExportableSubscriber' => ['privates''Nellapp\\Bundle\\SDKBundle\\Export\\AutoExport\\Doctrine\\EventSubscriber\\TerminateExportableSubscriber''getTerminateExportableSubscriberService'true],
  1520.             'Nellapp\\Bundle\\SDKBundle\\GlobalGetters\\Doctrine\\EventSubscriber\\ValidGlobalChannelAndUserSubscriber' => ['privates''Nellapp\\Bundle\\SDKBundle\\GlobalGetters\\Doctrine\\EventSubscriber\\ValidGlobalChannelAndUserSubscriber''getValidGlobalChannelAndUserSubscriberService'true],
  1521.             'Nellapp\\Bundle\\SDKBundle\\Permission\\Doctrine\\EventSubscriber\\ChannelMenuDisplayedSubscriber' => ['privates''Nellapp\\Bundle\\SDKBundle\\Permission\\Doctrine\\EventSubscriber\\ChannelMenuDisplayedSubscriber''getChannelMenuDisplayedSubscriber2Service'true],
  1522.             'Nellapp\\Bundle\\SDKBundle\\Permission\\Doctrine\\EventSubscriber\\Mapping\\PermissionConstraintSubscriber' => ['privates''Nellapp\\Bundle\\SDKBundle\\Permission\\Doctrine\\EventSubscriber\\Mapping\\PermissionConstraintSubscriber''getPermissionConstraintSubscriberService'true],
  1523.             'Nellapp\\Bundle\\SDKBundle\\Uploader\\Doctrine\\NellappFileSubscriber' => ['privates''Nellapp\\Bundle\\SDKBundle\\Uploader\\Doctrine\\NellappFileSubscriber''getNellappFileSubscriberService'true],
  1524.             'doctrine.orm.default_listeners.attach_entity_listeners' => ['privates''doctrine.orm.default_listeners.attach_entity_listeners''getDoctrine_Orm_DefaultListeners_AttachEntityListenersService'true],
  1525.             'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber' => ['privates''doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber''getDoctrine_Orm_Listeners_DoctrineDbalCacheAdapterSchemaSubscriberService'true],
  1526.             'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber' => ['privates''doctrine.orm.listeners.doctrine_token_provider_schema_subscriber''getDoctrine_Orm_Listeners_DoctrineTokenProviderSchemaSubscriberService'true],
  1527.             'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber' => ['privates''doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber''getDoctrine_Orm_Listeners_PdoCacheAdapterDoctrineSchemaSubscriberService'true],
  1528.             'doctrine.orm.messenger.doctrine_schema_subscriber' => ['privates''doctrine.orm.messenger.doctrine_schema_subscriber''getDoctrine_Orm_Messenger_DoctrineSchemaSubscriberService'true],
  1529.             'nellapp_sdk.global_getter.channel_class_resolve_target_entity' => ['privates''nellapp_sdk.global_getter.channel_class_resolve_target_entity''getNellappSdk_GlobalGetter_ChannelClassResolveTargetEntityService'true],
  1530.             'nellapp_sdk.global_getter.channel_user_data_class_resolve_target_entity' => ['privates''nellapp_sdk.global_getter.channel_user_data_class_resolve_target_entity''getNellappSdk_GlobalGetter_ChannelUserDataClassResolveTargetEntityService'true],
  1531.             'nellapp_sdk.global_getter.channel_user_role_class_resolve_target_entity' => ['privates''nellapp_sdk.global_getter.channel_user_role_class_resolve_target_entity''getNellappSdk_GlobalGetter_ChannelUserRoleClassResolveTargetEntityService'true],
  1532.             'nellapp_sdk.global_getter.channel_white_label_class_resolve_target_entity' => ['privates''nellapp_sdk.global_getter.channel_white_label_class_resolve_target_entity''getNellappSdk_GlobalGetter_ChannelWhiteLabelClassResolveTargetEntityService'true],
  1533.             'nellapp_sdk.global_getter.user_class_resolve_target_entity' => ['privates''nellapp_sdk.global_getter.user_class_resolve_target_entity''getNellappSdk_GlobalGetter_UserClassResolveTargetEntityService'true],
  1534.         ], [
  1535.             'App\\Doctrine\\EventSubscriber\\ChannelUserData\\InternshipSubscriber' => '?',
  1536.             'App\\Doctrine\\EventSubscriber\\Sync\\SyncSubscriber' => '?',
  1537.             'App\\Doctrine\\EventSubscriber\\TrackEntitySubscriber' => '?',
  1538.             'DrosalysWeb\\ObjectExtensions\\Bridge\\Doctrine\\ORM\\Subscriber\\BlameSubscriber' => '?',
  1539.             'DrosalysWeb\\ObjectExtensions\\Bridge\\Doctrine\\ORM\\Subscriber\\Mapping\\BlameSubscriber.App\\Entity\\Account\\User' => '?',
  1540.             'DrosalysWeb\\ObjectExtensions\\Bridge\\Doctrine\\ORM\\Subscriber\\Mapping\\TimestampSubscriber' => '?',
  1541.             'DrosalysWeb\\ObjectExtensions\\Bridge\\Doctrine\\ORM\\Subscriber\\TimestampSubscriber' => '?',
  1542.             'Nellapp\\Bundle\\SDKBundle\\Export\\AutoExport\\Doctrine\\EventSubscriber\\TerminateExportableSubscriber' => '?',
  1543.             'Nellapp\\Bundle\\SDKBundle\\GlobalGetters\\Doctrine\\EventSubscriber\\ValidGlobalChannelAndUserSubscriber' => '?',
  1544.             'Nellapp\\Bundle\\SDKBundle\\Permission\\Doctrine\\EventSubscriber\\ChannelMenuDisplayedSubscriber' => '?',
  1545.             'Nellapp\\Bundle\\SDKBundle\\Permission\\Doctrine\\EventSubscriber\\Mapping\\PermissionConstraintSubscriber' => '?',
  1546.             'Nellapp\\Bundle\\SDKBundle\\Uploader\\Doctrine\\NellappFileSubscriber' => '?',
  1547.             'doctrine.orm.default_listeners.attach_entity_listeners' => '?',
  1548.             'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber' => '?',
  1549.             'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber' => '?',
  1550.             'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber' => '?',
  1551.             'doctrine.orm.messenger.doctrine_schema_subscriber' => '?',
  1552.             'nellapp_sdk.global_getter.channel_class_resolve_target_entity' => '?',
  1553.             'nellapp_sdk.global_getter.channel_user_data_class_resolve_target_entity' => '?',
  1554.             'nellapp_sdk.global_getter.channel_user_role_class_resolve_target_entity' => '?',
  1555.             'nellapp_sdk.global_getter.channel_white_label_class_resolve_target_entity' => '?',
  1556.             'nellapp_sdk.global_getter.user_class_resolve_target_entity' => '?',
  1557.         ]), [=> 'App\\Doctrine\\EventSubscriber\\ChannelUserData\\InternshipSubscriber'=> 'App\\Doctrine\\EventSubscriber\\ChannelUserData\\InternshipSubscriber'=> 'App\\Doctrine\\EventSubscriber\\Sync\\SyncSubscriber'=> 'App\\Doctrine\\EventSubscriber\\TrackEntitySubscriber'=> 'App\\Doctrine\\EventSubscriber\\TrackEntitySubscriber'=> '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'=> 'Nellapp\\Bundle\\SDKBundle\\GlobalGetters\\Doctrine\\EventSubscriber\\ValidGlobalChannelAndUserSubscriber'10 => 'Nellapp\\Bundle\\SDKBundle\\Permission\\Doctrine\\EventSubscriber\\ChannelMenuDisplayedSubscriber'11 => 'Nellapp\\Bundle\\SDKBundle\\Permission\\Doctrine\\EventSubscriber\\Mapping\\PermissionConstraintSubscriber'12 => 'Nellapp\\Bundle\\SDKBundle\\Uploader\\Doctrine\\NellappFileSubscriber'13 => 'nellapp_sdk.global_getter.channel_class_resolve_target_entity'14 => 'nellapp_sdk.global_getter.channel_white_label_class_resolve_target_entity'15 => 'nellapp_sdk.global_getter.user_class_resolve_target_entity'16 => 'nellapp_sdk.global_getter.channel_user_data_class_resolve_target_entity'17 => 'nellapp_sdk.global_getter.channel_user_role_class_resolve_target_entity'18 => 'Nellapp\\Bundle\\SDKBundle\\Export\\AutoExport\\Doctrine\\EventSubscriber\\TerminateExportableSubscriber'19 => [=> [=> 'loadClassMetadata'], => 'doctrine.orm.default_listeners.attach_entity_listeners'], 20 => [=> [=> 'prePersist'], => 'DrosalysWeb\\ObjectExtensions\\Bridge\\Doctrine\\ORM\\Subscriber\\BlameSubscriber'], 21 => [=> [=> 'preUpdate'], => 'DrosalysWeb\\ObjectExtensions\\Bridge\\Doctrine\\ORM\\Subscriber\\BlameSubscriber'], 22 => [=> [=> 'loadClassMetadata'], => 'DrosalysWeb\\ObjectExtensions\\Bridge\\Doctrine\\ORM\\Subscriber\\Mapping\\BlameSubscriber.App\\Entity\\Account\\User'], 23 => [=> [=> 'loadClassMetadata'], => 'DrosalysWeb\\ObjectExtensions\\Bridge\\Doctrine\\ORM\\Subscriber\\Mapping\\TimestampSubscriber'], 24 => [=> [=> 'prePersist'], => 'DrosalysWeb\\ObjectExtensions\\Bridge\\Doctrine\\ORM\\Subscriber\\TimestampSubscriber'], 25 => [=> [=> 'preUpdate'], => 'DrosalysWeb\\ObjectExtensions\\Bridge\\Doctrine\\ORM\\Subscriber\\TimestampSubscriber']]), []);
  1558.     }
  1559.     /**
  1560.      * Gets the public 'doctrine.orm.default_entity_listener_resolver' shared service.
  1561.      *
  1562.      * @return \Doctrine\Bundle\DoctrineBundle\Mapping\ContainerEntityListenerResolver
  1563.      */
  1564.     protected function getDoctrine_Orm_DefaultEntityListenerResolverService()
  1565.     {
  1566.         $this->services['doctrine.orm.default_entity_listener_resolver'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Mapping\ContainerEntityListenerResolver(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1567.             'App\\Doctrine\\EventEntitySubscriber\\Account\\User\\AvatarListener' => ['privates''App\\Doctrine\\EventEntitySubscriber\\Account\\User\\AvatarListener''getAvatarListenerService'true],
  1568.             'App\\Doctrine\\EventEntitySubscriber\\Account\\User\\CanonicalizerListener' => ['privates''App\\Doctrine\\EventEntitySubscriber\\Account\\User\\CanonicalizerListener''getCanonicalizerListenerService'true],
  1569.             'App\\Doctrine\\EventEntitySubscriber\\Account\\User\\UserDeleteSubscriber' => ['privates''App\\Doctrine\\EventEntitySubscriber\\Account\\User\\UserDeleteSubscriber''getUserDeleteSubscriberService'true],
  1570.             'App\\Doctrine\\EventEntitySubscriber\\Account\\User\\UserNewSubscriber' => ['privates''App\\Doctrine\\EventEntitySubscriber\\Account\\User\\UserNewSubscriber''getUserNewSubscriberService'true],
  1571.             'App\\Doctrine\\EventEntitySubscriber\\ChannelUserData\\ChannelUserDataSubscriber' => ['privates''App\\Doctrine\\EventEntitySubscriber\\ChannelUserData\\ChannelUserDataSubscriber''getChannelUserDataSubscriberService'true],
  1572.             'App\\Doctrine\\EventEntitySubscriber\\ChannelUserData\\CursusSubscriber' => ['privates''App\\Doctrine\\EventEntitySubscriber\\ChannelUserData\\CursusSubscriber''getCursusSubscriberService'true],
  1573.             'App\\Doctrine\\EventEntitySubscriber\\ChannelUserData\\FileAbstractCursusSubscriber' => ['privates''App\\Doctrine\\EventEntitySubscriber\\ChannelUserData\\FileAbstractCursusSubscriber''getFileAbstractCursusSubscriberService'true],
  1574.             'App\\Doctrine\\EventEntitySubscriber\\Channel\\ChannelSubscriber' => ['privates''App\\Doctrine\\EventEntitySubscriber\\Channel\\ChannelSubscriber''getChannelSubscriberService'true],
  1575.             'App\\Doctrine\\EventEntitySubscriber\\Channel\\ChannelUserTrainingPermissionSubscriber' => ['privates''App\\Doctrine\\EventEntitySubscriber\\Channel\\ChannelUserTrainingPermissionSubscriber''getChannelUserTrainingPermissionSubscriberService'true],
  1576.             'App\\Doctrine\\EventEntitySubscriber\\Channel\\ChannelWhiteLabelSubscriber' => ['privates''App\\Doctrine\\EventEntitySubscriber\\Channel\\ChannelWhiteLabelSubscriber''getChannelWhiteLabelSubscriberService'true],
  1577.             'App\\Doctrine\\EventEntitySubscriber\\Channel\\FileOrganizationSubscriber' => ['privates''App\\Doctrine\\EventEntitySubscriber\\Channel\\FileOrganizationSubscriber''getFileOrganizationSubscriberService'true],
  1578.             'App\\Doctrine\\EventEntitySubscriber\\Channel\\GroupSubscriber' => ['privates''App\\Doctrine\\EventEntitySubscriber\\Channel\\GroupSubscriber''getGroupSubscriberService'true],
  1579.             'App\\Doctrine\\EventEntitySubscriber\\Channel\\ImageListener' => ['privates''App\\Doctrine\\EventEntitySubscriber\\Channel\\ImageListener''getImageListenerService'true],
  1580.             'App\\Doctrine\\EventEntitySubscriber\\Channel\\LicensesOrderSubscriber' => ['privates''App\\Doctrine\\EventEntitySubscriber\\Channel\\LicensesOrderSubscriber''getLicensesOrderSubscriberService'true],
  1581.             'App\\Doctrine\\EventEntitySubscriber\\Channel\\OwnerPermissionListener' => ['privates''App\\Doctrine\\EventEntitySubscriber\\Channel\\OwnerPermissionListener''getOwnerPermissionListenerService'true],
  1582.             'App\\Doctrine\\EventEntitySubscriber\\Channel\\PositioningTest\\Attempt\\AnswerSubscriber' => ['privates''App\\Doctrine\\EventEntitySubscriber\\Channel\\PositioningTest\\Attempt\\AnswerSubscriber''getAnswerSubscriberService'true],
  1583.             'App\\Doctrine\\EventEntitySubscriber\\Channel\\PositioningTest\\Attempt\\AttemptBlockSubscriber' => ['privates''App\\Doctrine\\EventEntitySubscriber\\Channel\\PositioningTest\\Attempt\\AttemptBlockSubscriber''getAttemptBlockSubscriberService'true],
  1584.             'App\\Doctrine\\EventEntitySubscriber\\Channel\\PositioningTest\\Attempt\\AttemptSubscriber' => ['privates''App\\Doctrine\\EventEntitySubscriber\\Channel\\PositioningTest\\Attempt\\AttemptSubscriber''getAttemptSubscriberService'true],
  1585.             'App\\Doctrine\\EventEntitySubscriber\\Channel\\PositioningTest\\BlockSubscriber' => ['privates''App\\Doctrine\\EventEntitySubscriber\\Channel\\PositioningTest\\BlockSubscriber''getBlockSubscriberService'true],
  1586.             'App\\Doctrine\\EventEntitySubscriber\\Channel\\PositioningTest\\FileQuestionSubscriber' => ['privates''App\\Doctrine\\EventEntitySubscriber\\Channel\\PositioningTest\\FileQuestionSubscriber''getFileQuestionSubscriberService'true],
  1587.             'App\\Doctrine\\EventEntitySubscriber\\Channel\\PositioningTest\\PositioningTestSubscriber' => ['privates''App\\Doctrine\\EventEntitySubscriber\\Channel\\PositioningTest\\PositioningTestSubscriber''getPositioningTestSubscriberService'true],
  1588.             'App\\Doctrine\\EventEntitySubscriber\\Channel\\PositioningTest\\QuestionAnswerSubscriber' => ['privates''App\\Doctrine\\EventEntitySubscriber\\Channel\\PositioningTest\\QuestionAnswerSubscriber''getQuestionAnswerSubscriberService'true],
  1589.             'App\\Doctrine\\EventEntitySubscriber\\Channel\\PositioningTest\\QuestionSubscriber' => ['privates''App\\Doctrine\\EventEntitySubscriber\\Channel\\PositioningTest\\QuestionSubscriber''getQuestionSubscriberService'true],
  1590.             'App\\Doctrine\\EventEntitySubscriber\\Channel\\SessionSubscriber' => ['privates''App\\Doctrine\\EventEntitySubscriber\\Channel\\SessionSubscriber''getSessionSubscriberService'true],
  1591.             'App\\Doctrine\\EventEntitySubscriber\\Channel\\TrainingSubscriber' => ['privates''App\\Doctrine\\EventEntitySubscriber\\Channel\\TrainingSubscriber''getTrainingSubscriberService'true],
  1592.             'App\\Doctrine\\EventEntitySubscriber\\Channel\\UserFromChannelSubscriber' => ['privates''App\\Doctrine\\EventEntitySubscriber\\Channel\\UserFromChannelSubscriber''getUserFromChannelSubscriberService'true],
  1593.         ], [
  1594.             'App\\Doctrine\\EventEntitySubscriber\\Account\\User\\AvatarListener' => '?',
  1595.             'App\\Doctrine\\EventEntitySubscriber\\Account\\User\\CanonicalizerListener' => '?',
  1596.             'App\\Doctrine\\EventEntitySubscriber\\Account\\User\\UserDeleteSubscriber' => '?',
  1597.             'App\\Doctrine\\EventEntitySubscriber\\Account\\User\\UserNewSubscriber' => '?',
  1598.             'App\\Doctrine\\EventEntitySubscriber\\ChannelUserData\\ChannelUserDataSubscriber' => '?',
  1599.             'App\\Doctrine\\EventEntitySubscriber\\ChannelUserData\\CursusSubscriber' => '?',
  1600.             'App\\Doctrine\\EventEntitySubscriber\\ChannelUserData\\FileAbstractCursusSubscriber' => '?',
  1601.             'App\\Doctrine\\EventEntitySubscriber\\Channel\\ChannelSubscriber' => '?',
  1602.             'App\\Doctrine\\EventEntitySubscriber\\Channel\\ChannelUserTrainingPermissionSubscriber' => '?',
  1603.             'App\\Doctrine\\EventEntitySubscriber\\Channel\\ChannelWhiteLabelSubscriber' => '?',
  1604.             'App\\Doctrine\\EventEntitySubscriber\\Channel\\FileOrganizationSubscriber' => '?',
  1605.             'App\\Doctrine\\EventEntitySubscriber\\Channel\\GroupSubscriber' => '?',
  1606.             'App\\Doctrine\\EventEntitySubscriber\\Channel\\ImageListener' => '?',
  1607.             'App\\Doctrine\\EventEntitySubscriber\\Channel\\LicensesOrderSubscriber' => '?',
  1608.             'App\\Doctrine\\EventEntitySubscriber\\Channel\\OwnerPermissionListener' => '?',
  1609.             'App\\Doctrine\\EventEntitySubscriber\\Channel\\PositioningTest\\Attempt\\AnswerSubscriber' => '?',
  1610.             'App\\Doctrine\\EventEntitySubscriber\\Channel\\PositioningTest\\Attempt\\AttemptBlockSubscriber' => '?',
  1611.             'App\\Doctrine\\EventEntitySubscriber\\Channel\\PositioningTest\\Attempt\\AttemptSubscriber' => '?',
  1612.             'App\\Doctrine\\EventEntitySubscriber\\Channel\\PositioningTest\\BlockSubscriber' => '?',
  1613.             'App\\Doctrine\\EventEntitySubscriber\\Channel\\PositioningTest\\FileQuestionSubscriber' => '?',
  1614.             'App\\Doctrine\\EventEntitySubscriber\\Channel\\PositioningTest\\PositioningTestSubscriber' => '?',
  1615.             'App\\Doctrine\\EventEntitySubscriber\\Channel\\PositioningTest\\QuestionAnswerSubscriber' => '?',
  1616.             'App\\Doctrine\\EventEntitySubscriber\\Channel\\PositioningTest\\QuestionSubscriber' => '?',
  1617.             'App\\Doctrine\\EventEntitySubscriber\\Channel\\SessionSubscriber' => '?',
  1618.             'App\\Doctrine\\EventEntitySubscriber\\Channel\\TrainingSubscriber' => '?',
  1619.             'App\\Doctrine\\EventEntitySubscriber\\Channel\\UserFromChannelSubscriber' => '?',
  1620.         ]));
  1621.         $instance->registerService('App\\Doctrine\\EventEntitySubscriber\\Account\\User\\AvatarListener''App\\Doctrine\\EventEntitySubscriber\\Account\\User\\AvatarListener');
  1622.         $instance->registerService('App\\Doctrine\\EventEntitySubscriber\\Account\\User\\AvatarListener''App\\Doctrine\\EventEntitySubscriber\\Account\\User\\AvatarListener');
  1623.         $instance->registerService('App\\Doctrine\\EventEntitySubscriber\\Account\\User\\CanonicalizerListener''App\\Doctrine\\EventEntitySubscriber\\Account\\User\\CanonicalizerListener');
  1624.         $instance->registerService('App\\Doctrine\\EventEntitySubscriber\\Account\\User\\CanonicalizerListener''App\\Doctrine\\EventEntitySubscriber\\Account\\User\\CanonicalizerListener');
  1625.         $instance->registerService('App\\Doctrine\\EventEntitySubscriber\\Account\\User\\UserDeleteSubscriber''App\\Doctrine\\EventEntitySubscriber\\Account\\User\\UserDeleteSubscriber');
  1626.         $instance->registerService('App\\Doctrine\\EventEntitySubscriber\\Account\\User\\UserNewSubscriber''App\\Doctrine\\EventEntitySubscriber\\Account\\User\\UserNewSubscriber');
  1627.         $instance->registerService('App\\Doctrine\\EventEntitySubscriber\\Channel\\ChannelSubscriber''App\\Doctrine\\EventEntitySubscriber\\Channel\\ChannelSubscriber');
  1628.         $instance->registerService('App\\Doctrine\\EventEntitySubscriber\\Channel\\ChannelUserTrainingPermissionSubscriber''App\\Doctrine\\EventEntitySubscriber\\Channel\\ChannelUserTrainingPermissionSubscriber');
  1629.         $instance->registerService('App\\Doctrine\\EventEntitySubscriber\\Channel\\ChannelUserTrainingPermissionSubscriber''App\\Doctrine\\EventEntitySubscriber\\Channel\\ChannelUserTrainingPermissionSubscriber');
  1630.         $instance->registerService('App\\Doctrine\\EventEntitySubscriber\\Channel\\ChannelUserTrainingPermissionSubscriber''App\\Doctrine\\EventEntitySubscriber\\Channel\\ChannelUserTrainingPermissionSubscriber');
  1631.         $instance->registerService('App\\Doctrine\\EventEntitySubscriber\\Channel\\ChannelWhiteLabelSubscriber''App\\Doctrine\\EventEntitySubscriber\\Channel\\ChannelWhiteLabelSubscriber');
  1632.         $instance->registerService('App\\Doctrine\\EventEntitySubscriber\\Channel\\ChannelWhiteLabelSubscriber''App\\Doctrine\\EventEntitySubscriber\\Channel\\ChannelWhiteLabelSubscriber');
  1633.         $instance->registerService('App\\Doctrine\\EventEntitySubscriber\\Channel\\ChannelWhiteLabelSubscriber''App\\Doctrine\\EventEntitySubscriber\\Channel\\ChannelWhiteLabelSubscriber');
  1634.         $instance->registerService('App\\Doctrine\\EventEntitySubscriber\\Channel\\ChannelWhiteLabelSubscriber''App\\Doctrine\\EventEntitySubscriber\\Channel\\ChannelWhiteLabelSubscriber');
  1635.         $instance->registerService('App\\Doctrine\\EventEntitySubscriber\\Channel\\FileOrganizationSubscriber''App\\Doctrine\\EventEntitySubscriber\\Channel\\FileOrganizationSubscriber');
  1636.         $instance->registerService('App\\Doctrine\\EventEntitySubscriber\\Channel\\FileOrganizationSubscriber''App\\Doctrine\\EventEntitySubscriber\\Channel\\FileOrganizationSubscriber');
  1637.         $instance->registerService('App\\Doctrine\\EventEntitySubscriber\\Channel\\GroupSubscriber''App\\Doctrine\\EventEntitySubscriber\\Channel\\GroupSubscriber');
  1638.         $instance->registerService('App\\Doctrine\\EventEntitySubscriber\\Channel\\GroupSubscriber''App\\Doctrine\\EventEntitySubscriber\\Channel\\GroupSubscriber');
  1639.         $instance->registerService('App\\Doctrine\\EventEntitySubscriber\\Channel\\GroupSubscriber''App\\Doctrine\\EventEntitySubscriber\\Channel\\GroupSubscriber');
  1640.         $instance->registerService('App\\Doctrine\\EventEntitySubscriber\\Channel\\GroupSubscriber''App\\Doctrine\\EventEntitySubscriber\\Channel\\GroupSubscriber');
  1641.         $instance->registerService('App\\Doctrine\\EventEntitySubscriber\\Channel\\ImageListener''App\\Doctrine\\EventEntitySubscriber\\Channel\\ImageListener');
  1642.         $instance->registerService('App\\Doctrine\\EventEntitySubscriber\\Channel\\ImageListener''App\\Doctrine\\EventEntitySubscriber\\Channel\\ImageListener');
  1643.         $instance->registerService('App\\Doctrine\\EventEntitySubscriber\\Channel\\ImageListener''App\\Doctrine\\EventEntitySubscriber\\Channel\\ImageListener');
  1644.         $instance->registerService('App\\Doctrine\\EventEntitySubscriber\\Channel\\ImageListener''App\\Doctrine\\EventEntitySubscriber\\Channel\\ImageListener');
  1645.         $instance->registerService('App\\Doctrine\\EventEntitySubscriber\\Channel\\LicensesOrderSubscriber''App\\Doctrine\\EventEntitySubscriber\\Channel\\LicensesOrderSubscriber');
  1646.         $instance->registerService('App\\Doctrine\\EventEntitySubscriber\\Channel\\LicensesOrderSubscriber''App\\Doctrine\\EventEntitySubscriber\\Channel\\LicensesOrderSubscriber');
  1647.         $instance->registerService('App\\Doctrine\\EventEntitySubscriber\\Channel\\LicensesOrderSubscriber''App\\Doctrine\\EventEntitySubscriber\\Channel\\LicensesOrderSubscriber');
  1648.         $instance->registerService('App\\Doctrine\\EventEntitySubscriber\\Channel\\OwnerPermissionListener''App\\Doctrine\\EventEntitySubscriber\\Channel\\OwnerPermissionListener');
  1649.         $instance->registerService('App\\Doctrine\\EventEntitySubscriber\\Channel\\OwnerPermissionListener''App\\Doctrine\\EventEntitySubscriber\\Channel\\OwnerPermissionListener');
  1650.         $instance->registerService('App\\Doctrine\\EventEntitySubscriber\\Channel\\OwnerPermissionListener''App\\Doctrine\\EventEntitySubscriber\\Channel\\OwnerPermissionListener');
  1651.         $instance->registerService('App\\Doctrine\\EventEntitySubscriber\\Channel\\PositioningTest\\Attempt\\AnswerSubscriber''App\\Doctrine\\EventEntitySubscriber\\Channel\\PositioningTest\\Attempt\\AnswerSubscriber');
  1652.         $instance->registerService('App\\Doctrine\\EventEntitySubscriber\\Channel\\PositioningTest\\Attempt\\AnswerSubscriber''App\\Doctrine\\EventEntitySubscriber\\Channel\\PositioningTest\\Attempt\\AnswerSubscriber');
  1653.         $instance->registerService('App\\Doctrine\\EventEntitySubscriber\\Channel\\PositioningTest\\Attempt\\AnswerSubscriber''App\\Doctrine\\EventEntitySubscriber\\Channel\\PositioningTest\\Attempt\\AnswerSubscriber');
  1654.         $instance->registerService('App\\Doctrine\\EventEntitySubscriber\\Channel\\PositioningTest\\Attempt\\AnswerSubscriber''App\\Doctrine\\EventEntitySubscriber\\Channel\\PositioningTest\\Attempt\\AnswerSubscriber');
  1655.         $instance->registerService('App\\Doctrine\\EventEntitySubscriber\\Channel\\PositioningTest\\Attempt\\AnswerSubscriber''App\\Doctrine\\EventEntitySubscriber\\Channel\\PositioningTest\\Attempt\\AnswerSubscriber');
  1656.         $instance->registerService('App\\Doctrine\\EventEntitySubscriber\\Channel\\PositioningTest\\Attempt\\AttemptBlockSubscriber''App\\Doctrine\\EventEntitySubscriber\\Channel\\PositioningTest\\Attempt\\AttemptBlockSubscriber');
  1657.         $instance->registerService('App\\Doctrine\\EventEntitySubscriber\\Channel\\PositioningTest\\Attempt\\AttemptBlockSubscriber''App\\Doctrine\\EventEntitySubscriber\\Channel\\PositioningTest\\Attempt\\AttemptBlockSubscriber');
  1658.         $instance->registerService('App\\Doctrine\\EventEntitySubscriber\\Channel\\PositioningTest\\Attempt\\AttemptBlockSubscriber''App\\Doctrine\\EventEntitySubscriber\\Channel\\PositioningTest\\Attempt\\AttemptBlockSubscriber');
  1659.         $instance->registerService('App\\Doctrine\\EventEntitySubscriber\\Channel\\PositioningTest\\Attempt\\AttemptBlockSubscriber''App\\Doctrine\\EventEntitySubscriber\\Channel\\PositioningTest\\Attempt\\AttemptBlockSubscriber');
  1660.         $instance->registerService('App\\Doctrine\\EventEntitySubscriber\\Channel\\PositioningTest\\Attempt\\AttemptBlockSubscriber''App\\Doctrine\\EventEntitySubscriber\\Channel\\PositioningTest\\Attempt\\AttemptBlockSubscriber');
  1661.         $instance->registerService('App\\Doctrine\\EventEntitySubscriber\\Channel\\PositioningTest\\Attempt\\AttemptSubscriber''App\\Doctrine\\EventEntitySubscriber\\Channel\\PositioningTest\\Attempt\\AttemptSubscriber');
  1662.         $instance->registerService('App\\Doctrine\\EventEntitySubscriber\\Channel\\PositioningTest\\BlockSubscriber''App\\Doctrine\\EventEntitySubscriber\\Channel\\PositioningTest\\BlockSubscriber');
  1663.         $instance->registerService('App\\Doctrine\\EventEntitySubscriber\\Channel\\PositioningTest\\BlockSubscriber''App\\Doctrine\\EventEntitySubscriber\\Channel\\PositioningTest\\BlockSubscriber');
  1664.         $instance->registerService('App\\Doctrine\\EventEntitySubscriber\\Channel\\PositioningTest\\BlockSubscriber''App\\Doctrine\\EventEntitySubscriber\\Channel\\PositioningTest\\BlockSubscriber');
  1665.         $instance->registerService('App\\Doctrine\\EventEntitySubscriber\\Channel\\PositioningTest\\FileQuestionSubscriber''App\\Doctrine\\EventEntitySubscriber\\Channel\\PositioningTest\\FileQuestionSubscriber');
  1666.         $instance->registerService('App\\Doctrine\\EventEntitySubscriber\\Channel\\PositioningTest\\FileQuestionSubscriber''App\\Doctrine\\EventEntitySubscriber\\Channel\\PositioningTest\\FileQuestionSubscriber');
  1667.         $instance->registerService('App\\Doctrine\\EventEntitySubscriber\\Channel\\PositioningTest\\PositioningTestSubscriber''App\\Doctrine\\EventEntitySubscriber\\Channel\\PositioningTest\\PositioningTestSubscriber');
  1668.         $instance->registerService('App\\Doctrine\\EventEntitySubscriber\\Channel\\PositioningTest\\PositioningTestSubscriber''App\\Doctrine\\EventEntitySubscriber\\Channel\\PositioningTest\\PositioningTestSubscriber');
  1669.         $instance->registerService('App\\Doctrine\\EventEntitySubscriber\\Channel\\PositioningTest\\QuestionAnswerSubscriber''App\\Doctrine\\EventEntitySubscriber\\Channel\\PositioningTest\\QuestionAnswerSubscriber');
  1670.         $instance->registerService('App\\Doctrine\\EventEntitySubscriber\\Channel\\PositioningTest\\QuestionAnswerSubscriber''App\\Doctrine\\EventEntitySubscriber\\Channel\\PositioningTest\\QuestionAnswerSubscriber');
  1671.         $instance->registerService('App\\Doctrine\\EventEntitySubscriber\\Channel\\PositioningTest\\QuestionAnswerSubscriber''App\\Doctrine\\EventEntitySubscriber\\Channel\\PositioningTest\\QuestionAnswerSubscriber');
  1672.         $instance->registerService('App\\Doctrine\\EventEntitySubscriber\\Channel\\PositioningTest\\QuestionSubscriber''App\\Doctrine\\EventEntitySubscriber\\Channel\\PositioningTest\\QuestionSubscriber');
  1673.         $instance->registerService('App\\Doctrine\\EventEntitySubscriber\\Channel\\PositioningTest\\QuestionSubscriber''App\\Doctrine\\EventEntitySubscriber\\Channel\\PositioningTest\\QuestionSubscriber');
  1674.         $instance->registerService('App\\Doctrine\\EventEntitySubscriber\\Channel\\PositioningTest\\QuestionSubscriber''App\\Doctrine\\EventEntitySubscriber\\Channel\\PositioningTest\\QuestionSubscriber');
  1675.         $instance->registerService('App\\Doctrine\\EventEntitySubscriber\\Channel\\SessionSubscriber''App\\Doctrine\\EventEntitySubscriber\\Channel\\SessionSubscriber');
  1676.         $instance->registerService('App\\Doctrine\\EventEntitySubscriber\\Channel\\SessionSubscriber''App\\Doctrine\\EventEntitySubscriber\\Channel\\SessionSubscriber');
  1677.         $instance->registerService('App\\Doctrine\\EventEntitySubscriber\\Channel\\SessionSubscriber''App\\Doctrine\\EventEntitySubscriber\\Channel\\SessionSubscriber');
  1678.         $instance->registerService('App\\Doctrine\\EventEntitySubscriber\\Channel\\SessionSubscriber''App\\Doctrine\\EventEntitySubscriber\\Channel\\SessionSubscriber');
  1679.         $instance->registerService('App\\Doctrine\\EventEntitySubscriber\\Channel\\TrainingSubscriber''App\\Doctrine\\EventEntitySubscriber\\Channel\\TrainingSubscriber');
  1680.         $instance->registerService('App\\Doctrine\\EventEntitySubscriber\\Channel\\TrainingSubscriber''App\\Doctrine\\EventEntitySubscriber\\Channel\\TrainingSubscriber');
  1681.         $instance->registerService('App\\Doctrine\\EventEntitySubscriber\\Channel\\UserFromChannelSubscriber''App\\Doctrine\\EventEntitySubscriber\\Channel\\UserFromChannelSubscriber');
  1682.         $instance->registerService('App\\Doctrine\\EventEntitySubscriber\\ChannelUserData\\ChannelUserDataSubscriber''App\\Doctrine\\EventEntitySubscriber\\ChannelUserData\\ChannelUserDataSubscriber');
  1683.         $instance->registerService('App\\Doctrine\\EventEntitySubscriber\\ChannelUserData\\ChannelUserDataSubscriber''App\\Doctrine\\EventEntitySubscriber\\ChannelUserData\\ChannelUserDataSubscriber');
  1684.         $instance->registerService('App\\Doctrine\\EventEntitySubscriber\\ChannelUserData\\CursusSubscriber''App\\Doctrine\\EventEntitySubscriber\\ChannelUserData\\CursusSubscriber');
  1685.         $instance->registerService('App\\Doctrine\\EventEntitySubscriber\\ChannelUserData\\CursusSubscriber''App\\Doctrine\\EventEntitySubscriber\\ChannelUserData\\CursusSubscriber');
  1686.         $instance->registerService('App\\Doctrine\\EventEntitySubscriber\\ChannelUserData\\CursusSubscriber''App\\Doctrine\\EventEntitySubscriber\\ChannelUserData\\CursusSubscriber');
  1687.         $instance->registerService('App\\Doctrine\\EventEntitySubscriber\\ChannelUserData\\CursusSubscriber''App\\Doctrine\\EventEntitySubscriber\\ChannelUserData\\CursusSubscriber');
  1688.         $instance->registerService('App\\Doctrine\\EventEntitySubscriber\\ChannelUserData\\CursusSubscriber''App\\Doctrine\\EventEntitySubscriber\\ChannelUserData\\CursusSubscriber');
  1689.         $instance->registerService('App\\Doctrine\\EventEntitySubscriber\\ChannelUserData\\FileAbstractCursusSubscriber''App\\Doctrine\\EventEntitySubscriber\\ChannelUserData\\FileAbstractCursusSubscriber');
  1690.         return $instance;
  1691.     }
  1692.     /**
  1693.      * Gets the public 'doctrine.orm.default_entity_manager' shared service.
  1694.      *
  1695.      * @return \Doctrine\ORM\EntityManager
  1696.      */
  1697.     protected function getDoctrine_Orm_DefaultEntityManagerService($lazyLoad true)
  1698.     {
  1699.         if ($lazyLoad) {
  1700.             return $this->services['doctrine.orm.default_entity_manager'] = $this->createProxy('EntityManager_9a5be93', function () {
  1701.                 return \EntityManager_9a5be93::staticProxyConstructor(function (&$wrappedInstance\ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  1702.                     $wrappedInstance $this->getDoctrine_Orm_DefaultEntityManagerService(false);
  1703.                     $proxy->setProxyInitializer(null);
  1704.                     return true;
  1705.                 });
  1706.             });
  1707.         }
  1708.         include_once \dirname(__DIR__4).'/vendor/doctrine/common/src/Proxy/Autoloader.php';
  1709.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Proxy/Autoloader.php';
  1710.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ObjectManager.php';
  1711.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityManagerInterface.php';
  1712.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityManager.php';
  1713.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Configuration.php';
  1714.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Mapping/MappingDriver.php';
  1715.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/MappingDriverChain.php';
  1716.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/NamingStrategy.php';
  1717.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/UnderscoreNamingStrategy.php';
  1718.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/QuoteStrategy.php';
  1719.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Internal/SQLResultCasing.php';
  1720.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/DefaultQuoteStrategy.php';
  1721.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Repository/RepositoryFactory.php';
  1722.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ContainerRepositoryFactory.php';
  1723.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/ManagerConfigurator.php';
  1724.         $a = new \Doctrine\ORM\Configuration();
  1725.         $b = new \Doctrine\Persistence\Mapping\Driver\MappingDriverChain();
  1726.         $c = ($this->privates['doctrine.orm.default_attribute_metadata_driver'] ?? ($this->privates['doctrine.orm.default_attribute_metadata_driver'] = new \Doctrine\ORM\Mapping\Driver\AttributeDriver([=> (\dirname(__DIR__4).'/src/Entity'), => (\dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Entity')])));
  1727.         $b->addDriver($c'App\\Entity');
  1728.         $b->addDriver($c'Nellapp\\Bundle\\SDKBundle\\Entity');
  1729.         $b->addDriver(($this->privates['doctrine.orm.default_xml_metadata_driver'] ?? $this->getDoctrine_Orm_DefaultXmlMetadataDriverService()), 'FOS\\OAuthServerBundle\\Entity');
  1730.         $b->addDriver(new \Doctrine\ORM\Mapping\Driver\AttributeDriver([=> (\dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Permission/Entity')]), 'Nellapp\\Bundle\\SDKBundle\\Permission\\Entity');
  1731.         $b->addDriver(new \Doctrine\ORM\Mapping\Driver\AttributeDriver([=> (\dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Google/Entity')]), 'Nellapp\\Bundle\\SDKBundle\\Google\\Entity');
  1732.         $a->setEntityNamespaces(['App' => 'App\\Entity''NellappSDKBundle' => 'Nellapp\\Bundle\\SDKBundle\\Entity''FOSOAuthServerBundle' => 'FOS\\OAuthServerBundle\\Entity']);
  1733.         $a->setMetadataCache(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  1734.         $a->setQueryCache(($this->privates['cache.doctrine.orm.default.query'] ?? $this->getCache_Doctrine_Orm_Default_QueryService()));
  1735.         $a->setResultCache(($this->privates['cache.doctrine.orm.default.result'] ?? $this->getCache_Doctrine_Orm_Default_ResultService()));
  1736.         $a->setMetadataDriverImpl(new \Doctrine\Bundle\DoctrineBundle\Mapping\MappingDriver($b, new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1737.             'doctrine.ulid_generator' => ['privates''doctrine.ulid_generator''getDoctrine_UlidGeneratorService'true],
  1738.             'doctrine.uuid_generator' => ['privates''doctrine.uuid_generator''getDoctrine_UuidGeneratorService'true],
  1739.         ], [
  1740.             'doctrine.ulid_generator' => '?',
  1741.             'doctrine.uuid_generator' => '?',
  1742.         ])));
  1743.         $a->setProxyDir(($this->targetDir.''.'/doctrine/orm/Proxies'));
  1744.         $a->setProxyNamespace('Proxies');
  1745.         $a->setAutoGenerateProxyClasses(true);
  1746.         $a->setSchemaIgnoreClasses([]);
  1747.         $a->setClassMetadataFactoryName('Doctrine\\Bundle\\DoctrineBundle\\Mapping\\ClassMetadataFactory');
  1748.         $a->setDefaultRepositoryClassName('Doctrine\\ORM\\EntityRepository');
  1749.         $a->setNamingStrategy(new \Doctrine\ORM\Mapping\UnderscoreNamingStrategy(0true));
  1750.         $a->setQuoteStrategy(new \Doctrine\ORM\Mapping\DefaultQuoteStrategy());
  1751.         $a->setEntityListenerResolver(($this->services['doctrine.orm.default_entity_listener_resolver'] ?? $this->getDoctrine_Orm_DefaultEntityListenerResolverService()));
  1752.         $a->setRepositoryFactory(new \Doctrine\Bundle\DoctrineBundle\Repository\ContainerRepositoryFactory(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1753.             'App\\Repository\\Account\\NotificationRepository' => ['privates''App\\Repository\\Account\\NotificationRepository''getNotificationRepositoryService'true],
  1754.             'App\\Repository\\Account\\UserRepository' => ['privates''App\\Repository\\Account\\UserRepository''getUserRepositoryService'true],
  1755.             'App\\Repository\\App\\AppRepository' => ['privates''App\\Repository\\App\\AppRepository''getAppRepositoryService'false],
  1756.             'App\\Repository\\App\\SyncAdditionalDataRepository' => ['privates''App\\Repository\\App\\SyncAdditionalDataRepository''getSyncAdditionalDataRepositoryService'true],
  1757.             'App\\Repository\\ChannelUserData\\Activity\\AbstractCursusActivityRepository' => ['privates''App\\Repository\\ChannelUserData\\Activity\\AbstractCursusActivityRepository''getAbstractCursusActivityRepositoryService'true],
  1758.             'App\\Repository\\ChannelUserData\\Activity\\MeetingActivityRepository' => ['privates''App\\Repository\\ChannelUserData\\Activity\\MeetingActivityRepository''getMeetingActivityRepositoryService'true],
  1759.             'App\\Repository\\ChannelUserData\\Activity\\MessageActivityRepository' => ['privates''App\\Repository\\ChannelUserData\\Activity\\MessageActivityRepository''getMessageActivityRepositoryService'true],
  1760.             'App\\Repository\\ChannelUserData\\Activity\\TrackDataActivityRepository' => ['privates''App\\Repository\\ChannelUserData\\Activity\\TrackDataActivityRepository''getTrackDataActivityRepositoryService'true],
  1761.             'App\\Repository\\ChannelUserData\\ChannelUserDataRepository' => ['privates''App\\Repository\\ChannelUserData\\ChannelUserDataRepository''getChannelUserDataRepositoryService'true],
  1762.             'App\\Repository\\ChannelUserData\\Cursus\\AbstractCursusRepository' => ['privates''App\\Repository\\ChannelUserData\\Cursus\\AbstractCursusRepository''getAbstractCursusRepositoryService'true],
  1763.             'App\\Repository\\ChannelUserData\\Cursus\\CompanyRepository' => ['privates''App\\Repository\\ChannelUserData\\Cursus\\CompanyRepository''getCompanyRepository2Service'true],
  1764.             'App\\Repository\\ChannelUserData\\Cursus\\ExamRepository' => ['privates''App\\Repository\\ChannelUserData\\Cursus\\ExamRepository''getExamRepositoryService'true],
  1765.             'App\\Repository\\ChannelUserData\\Cursus\\FileAbstractCursusRepository' => ['privates''App\\Repository\\ChannelUserData\\Cursus\\FileAbstractCursusRepository''getFileAbstractCursusRepositoryService'true],
  1766.             'App\\Repository\\ChannelUserData\\Cursus\\FounderRepository' => ['privates''App\\Repository\\ChannelUserData\\Cursus\\FounderRepository''getFounderRepositoryService'true],
  1767.             'App\\Repository\\ChannelUserData\\Cursus\\InternshipRepository' => ['privates''App\\Repository\\ChannelUserData\\Cursus\\InternshipRepository''getInternshipRepositoryService'true],
  1768.             'App\\Repository\\ChannelUserData\\Cursus\\PurchaseOrderRepository' => ['privates''App\\Repository\\ChannelUserData\\Cursus\\PurchaseOrderRepository''getPurchaseOrderRepositoryService'true],
  1769.             'App\\Repository\\ChannelUserData\\Cursus\\SessionCursusRepository' => ['privates''App\\Repository\\ChannelUserData\\Cursus\\SessionCursusRepository''getSessionCursusRepositoryService'true],
  1770.             'App\\Repository\\ChannelUserData\\Cursus\\TrainingCursusRepository' => ['privates''App\\Repository\\ChannelUserData\\Cursus\\TrainingCursusRepository''getTrainingCursusRepositoryService'true],
  1771.             'App\\Repository\\Channel\\CRM\\ProspectRepository' => ['privates''App\\Repository\\Channel\\CRM\\ProspectRepository''getProspectRepositoryService'true],
  1772.             'App\\Repository\\Channel\\Certificate\\AbstractCertificateRepository' => ['privates''App\\Repository\\Channel\\Certificate\\AbstractCertificateRepository''getAbstractCertificateRepositoryService'true],
  1773.             'App\\Repository\\Channel\\Certificate\\CursusStartCertificateRepository' => ['privates''App\\Repository\\Channel\\Certificate\\CursusStartCertificateRepository''getCursusStartCertificateRepositoryService'true],
  1774.             'App\\Repository\\Channel\\ChannelRepository' => ['privates''App\\Repository\\Channel\\ChannelRepository''getChannelRepositoryService'true],
  1775.             'App\\Repository\\Channel\\ChannelUserCursusPermissionRepository' => ['privates''App\\Repository\\Channel\\ChannelUserCursusPermissionRepository''getChannelUserCursusPermissionRepositoryService'true],
  1776.             'App\\Repository\\Channel\\ChannelUserRoleRepository' => ['privates''App\\Repository\\Channel\\ChannelUserRoleRepository''getChannelUserRoleRepositoryService'true],
  1777.             'App\\Repository\\Channel\\ChannelUserServicePermissionRepository' => ['privates''App\\Repository\\Channel\\ChannelUserServicePermissionRepository''getChannelUserServicePermissionRepositoryService'true],
  1778.             'App\\Repository\\Channel\\ChannelUserSessionPermissionRepository' => ['privates''App\\Repository\\Channel\\ChannelUserSessionPermissionRepository''getChannelUserSessionPermissionRepositoryService'true],
  1779.             'App\\Repository\\Channel\\ChannelUserTrainingPermissionRepository' => ['privates''App\\Repository\\Channel\\ChannelUserTrainingPermissionRepository''getChannelUserTrainingPermissionRepositoryService'true],
  1780.             'App\\Repository\\Channel\\ChannelWhiteLabelRepository' => ['privates''App\\Repository\\Channel\\ChannelWhiteLabelRepository''getChannelWhiteLabelRepositoryService'true],
  1781.             'App\\Repository\\Channel\\CompanyRepository' => ['privates''App\\Repository\\Channel\\CompanyRepository''getCompanyRepositoryService'true],
  1782.             'App\\Repository\\Channel\\DataImportLogRepository' => ['privates''App\\Repository\\Channel\\DataImportLogRepository''getDataImportLogRepositoryService'true],
  1783.             'App\\Repository\\Channel\\Google\\ChannelGoogleDriveFolderRepository' => ['privates''App\\Repository\\Channel\\Google\\ChannelGoogleDriveFolderRepository''getChannelGoogleDriveFolderRepositoryService'true],
  1784.             'App\\Repository\\Channel\\GroupRepository' => ['privates''App\\Repository\\Channel\\GroupRepository''getGroupRepositoryService'true],
  1785.             'App\\Repository\\Channel\\MaterialRepository' => ['privates''App\\Repository\\Channel\\MaterialRepository''getMaterialRepositoryService'true],
  1786.             'App\\Repository\\Channel\\OrganizationRepository' => ['privates''App\\Repository\\Channel\\OrganizationRepository''getOrganizationRepositoryService'true],
  1787.             'App\\Repository\\Channel\\Payment\\LicensesOrderRepository' => ['privates''App\\Repository\\Channel\\Payment\\LicensesOrderRepository''getLicensesOrderRepositoryService'true],
  1788.             'App\\Repository\\Channel\\PlaceRepository' => ['privates''App\\Repository\\Channel\\PlaceRepository''getPlaceRepositoryService'true],
  1789.             'App\\Repository\\Channel\\PositioningTest\\Attempt\\AttemptBlockRepository' => ['privates''App\\Repository\\Channel\\PositioningTest\\Attempt\\AttemptBlockRepository''getAttemptBlockRepositoryService'true],
  1790.             'App\\Repository\\Channel\\PositioningTest\\Attempt\\AttemptRepository' => ['privates''App\\Repository\\Channel\\PositioningTest\\Attempt\\AttemptRepository''getAttemptRepositoryService'true],
  1791.             'App\\Repository\\Channel\\PositioningTest\\BlockRepository' => ['privates''App\\Repository\\Channel\\PositioningTest\\BlockRepository''getBlockRepositoryService'true],
  1792.             'App\\Repository\\Channel\\PositioningTest\\PositioningTestRepository' => ['privates''App\\Repository\\Channel\\PositioningTest\\PositioningTestRepository''getPositioningTestRepositoryService'true],
  1793.             'App\\Repository\\Channel\\ProfessionalId\\FrenchProfessionalIdRepository' => ['privates''App\\Repository\\Channel\\ProfessionalId\\FrenchProfessionalIdRepository''getFrenchProfessionalIdRepositoryService'true],
  1794.             'App\\Repository\\Channel\\ProfessionalId\\ProfessionalIdRepository' => ['privates''App\\Repository\\Channel\\ProfessionalId\\ProfessionalIdRepository''getProfessionalIdRepositoryService'true],
  1795.             'App\\Repository\\Channel\\RoomRepository' => ['privates''App\\Repository\\Channel\\RoomRepository''getRoomRepositoryService'true],
  1796.             'App\\Repository\\Channel\\ServiceRepository' => ['privates''App\\Repository\\Channel\\ServiceRepository''getServiceRepositoryService'true],
  1797.             'App\\Repository\\Channel\\SessionRepository' => ['privates''App\\Repository\\Channel\\SessionRepository''getSessionRepositoryService'true],
  1798.             'App\\Repository\\Channel\\TrainingRepository' => ['privates''App\\Repository\\Channel\\TrainingRepository''getTrainingRepositoryService'true],
  1799.             'App\\Repository\\Channel\\UserFromChannelRepository' => ['privates''App\\Repository\\Channel\\UserFromChannelRepository''getUserFromChannelRepositoryService'true],
  1800.             'App\\Repository\\Commercial\\LicensesOfferRepository' => ['privates''App\\Repository\\Commercial\\LicensesOfferRepository''getLicensesOfferRepositoryService'true],
  1801.             'App\\Repository\\Common\\FileRepository' => ['privates''App\\Repository\\Common\\FileRepository''getFileRepositoryService'true],
  1802.             'App\\Repository\\CustomizableView\\CustomViewChannelRepository' => ['privates''App\\Repository\\CustomizableView\\CustomViewChannelRepository''getCustomViewChannelRepositoryService'true],
  1803.             'App\\Repository\\CustomizableView\\CustomViewCommercialRepository' => ['privates''App\\Repository\\CustomizableView\\CustomViewCommercialRepository''getCustomViewCommercialRepositoryService'true],
  1804.             'App\\Repository\\CustomizableView\\CustomViewRepository' => ['privates''App\\Repository\\CustomizableView\\CustomViewRepository''getCustomViewRepositoryService'true],
  1805.             'App\\Repository\\CustomizableView\\CustomViewSuperAdminRepository' => ['privates''App\\Repository\\CustomizableView\\CustomViewSuperAdminRepository''getCustomViewSuperAdminRepositoryService'true],
  1806.             'App\\Repository\\OAuth\\ClientRepository' => ['privates''App\\Repository\\OAuth\\ClientRepository''getClientRepositoryService'true],
  1807.             'Nellapp\\Bundle\\SDKBundle\\Google\\Repository\\GoogleDriveFileRepository' => ['privates''Nellapp\\Bundle\\SDKBundle\\Google\\Repository\\GoogleDriveFileRepository''getGoogleDriveFileRepositoryService'true],
  1808.             'Nellapp\\Bundle\\SDKBundle\\Google\\Repository\\GoogleDriveFolderRepository' => ['privates''Nellapp\\Bundle\\SDKBundle\\Google\\Repository\\GoogleDriveFolderRepository''getGoogleDriveFolderRepositoryService'true],
  1809.             'Nellapp\\Bundle\\SDKBundle\\Google\\Repository\\GoogleDrivePermissionRepository' => ['privates''Nellapp\\Bundle\\SDKBundle\\Google\\Repository\\GoogleDrivePermissionRepository''getGoogleDrivePermissionRepositoryService'true],
  1810.         ], [
  1811.             'App\\Repository\\Account\\NotificationRepository' => '?',
  1812.             'App\\Repository\\Account\\UserRepository' => '?',
  1813.             'App\\Repository\\App\\AppRepository' => '?',
  1814.             'App\\Repository\\App\\SyncAdditionalDataRepository' => '?',
  1815.             'App\\Repository\\ChannelUserData\\Activity\\AbstractCursusActivityRepository' => '?',
  1816.             'App\\Repository\\ChannelUserData\\Activity\\MeetingActivityRepository' => '?',
  1817.             'App\\Repository\\ChannelUserData\\Activity\\MessageActivityRepository' => '?',
  1818.             'App\\Repository\\ChannelUserData\\Activity\\TrackDataActivityRepository' => '?',
  1819.             'App\\Repository\\ChannelUserData\\ChannelUserDataRepository' => '?',
  1820.             'App\\Repository\\ChannelUserData\\Cursus\\AbstractCursusRepository' => '?',
  1821.             'App\\Repository\\ChannelUserData\\Cursus\\CompanyRepository' => '?',
  1822.             'App\\Repository\\ChannelUserData\\Cursus\\ExamRepository' => '?',
  1823.             'App\\Repository\\ChannelUserData\\Cursus\\FileAbstractCursusRepository' => '?',
  1824.             'App\\Repository\\ChannelUserData\\Cursus\\FounderRepository' => '?',
  1825.             'App\\Repository\\ChannelUserData\\Cursus\\InternshipRepository' => '?',
  1826.             'App\\Repository\\ChannelUserData\\Cursus\\PurchaseOrderRepository' => '?',
  1827.             'App\\Repository\\ChannelUserData\\Cursus\\SessionCursusRepository' => '?',
  1828.             'App\\Repository\\ChannelUserData\\Cursus\\TrainingCursusRepository' => '?',
  1829.             'App\\Repository\\Channel\\CRM\\ProspectRepository' => '?',
  1830.             'App\\Repository\\Channel\\Certificate\\AbstractCertificateRepository' => '?',
  1831.             'App\\Repository\\Channel\\Certificate\\CursusStartCertificateRepository' => '?',
  1832.             'App\\Repository\\Channel\\ChannelRepository' => '?',
  1833.             'App\\Repository\\Channel\\ChannelUserCursusPermissionRepository' => '?',
  1834.             'App\\Repository\\Channel\\ChannelUserRoleRepository' => '?',
  1835.             'App\\Repository\\Channel\\ChannelUserServicePermissionRepository' => '?',
  1836.             'App\\Repository\\Channel\\ChannelUserSessionPermissionRepository' => '?',
  1837.             'App\\Repository\\Channel\\ChannelUserTrainingPermissionRepository' => '?',
  1838.             'App\\Repository\\Channel\\ChannelWhiteLabelRepository' => '?',
  1839.             'App\\Repository\\Channel\\CompanyRepository' => '?',
  1840.             'App\\Repository\\Channel\\DataImportLogRepository' => '?',
  1841.             'App\\Repository\\Channel\\Google\\ChannelGoogleDriveFolderRepository' => '?',
  1842.             'App\\Repository\\Channel\\GroupRepository' => '?',
  1843.             'App\\Repository\\Channel\\MaterialRepository' => '?',
  1844.             'App\\Repository\\Channel\\OrganizationRepository' => '?',
  1845.             'App\\Repository\\Channel\\Payment\\LicensesOrderRepository' => '?',
  1846.             'App\\Repository\\Channel\\PlaceRepository' => '?',
  1847.             'App\\Repository\\Channel\\PositioningTest\\Attempt\\AttemptBlockRepository' => '?',
  1848.             'App\\Repository\\Channel\\PositioningTest\\Attempt\\AttemptRepository' => '?',
  1849.             'App\\Repository\\Channel\\PositioningTest\\BlockRepository' => '?',
  1850.             'App\\Repository\\Channel\\PositioningTest\\PositioningTestRepository' => '?',
  1851.             'App\\Repository\\Channel\\ProfessionalId\\FrenchProfessionalIdRepository' => '?',
  1852.             'App\\Repository\\Channel\\ProfessionalId\\ProfessionalIdRepository' => '?',
  1853.             'App\\Repository\\Channel\\RoomRepository' => '?',
  1854.             'App\\Repository\\Channel\\ServiceRepository' => '?',
  1855.             'App\\Repository\\Channel\\SessionRepository' => '?',
  1856.             'App\\Repository\\Channel\\TrainingRepository' => '?',
  1857.             'App\\Repository\\Channel\\UserFromChannelRepository' => '?',
  1858.             'App\\Repository\\Commercial\\LicensesOfferRepository' => '?',
  1859.             'App\\Repository\\Common\\FileRepository' => '?',
  1860.             'App\\Repository\\CustomizableView\\CustomViewChannelRepository' => '?',
  1861.             'App\\Repository\\CustomizableView\\CustomViewCommercialRepository' => '?',
  1862.             'App\\Repository\\CustomizableView\\CustomViewRepository' => '?',
  1863.             'App\\Repository\\CustomizableView\\CustomViewSuperAdminRepository' => '?',
  1864.             'App\\Repository\\OAuth\\ClientRepository' => '?',
  1865.             'Nellapp\\Bundle\\SDKBundle\\Google\\Repository\\GoogleDriveFileRepository' => '?',
  1866.             'Nellapp\\Bundle\\SDKBundle\\Google\\Repository\\GoogleDriveFolderRepository' => '?',
  1867.             'Nellapp\\Bundle\\SDKBundle\\Google\\Repository\\GoogleDrivePermissionRepository' => '?',
  1868.         ])));
  1869.         $a->addCustomStringFunction('MATCH_AGAINST''DrosalysWeb\\DoctrineExtensions\\Functions\\MariaDB\\MatchAgainstFunction');
  1870.         $a->addCustomStringFunction('RAND''DrosalysWeb\\DoctrineExtensions\\Functions\\MariaDB\\RandFunction');
  1871.         $a->addCustomStringFunction('FIND_IN_SET''DoctrineExtensions\\Query\\Mysql\\FindInSet');
  1872.         $a->addCustomNumericFunction('CEIL''DoctrineExtensions\\Query\\Mysql\\Ceil');
  1873.         $a->addCustomNumericFunction('GREATEST''DoctrineExtensions\\Query\\Mysql\\Greatest');
  1874.         $a->addCustomDatetimeFunction('DATEDIFF''DoctrineExtensions\\Query\\Mysql\\DateDiff');
  1875.         $a->addCustomDatetimeFunction('DATE''DoctrineExtensions\\Query\\Mysql\\Date');
  1876.         $a->addCustomDatetimeFunction('TIMESTAMPDIFF''DoctrineExtensions\\Query\\Mysql\\TimestampDiff');
  1877.         $instance = new \Doctrine\ORM\EntityManager(($this->services['doctrine.dbal.default_connection'] ?? $this->getDoctrine_Dbal_DefaultConnectionService()), $a);
  1878.         (new \Doctrine\Bundle\DoctrineBundle\ManagerConfigurator([], []))->configure($instance);
  1879.         return $instance;
  1880.     }
  1881.     /**
  1882.      * Gets the public 'event_dispatcher' shared service.
  1883.      *
  1884.      * @return \Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher
  1885.      */
  1886.     protected function getEventDispatcherService()
  1887.     {
  1888.         $a = new \Symfony\Bridge\Monolog\Logger('event');
  1889.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1890.         $a->pushHandler(new \Monolog\Handler\NullHandler());
  1891.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  1892.         $this->services['event_dispatcher'] = $instance = new \Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher(new \Symfony\Component\EventDispatcher\EventDispatcher(), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))), $a, ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  1893.         $instance->addListener('oneup_uploader.post_upload', [=> function () {
  1894.             return ($this->privates['app.file_abstract_cursus_post_upload_listener'] ?? ($this->privates['app.file_abstract_cursus_post_upload_listener'] = new \App\Uploader\Event\PostUploadListener()));
  1895.         }, => 'postUpload'], 0);
  1896.         $instance->addListener('oneup_uploader.validation', [=> function () {
  1897.             return ($this->privates['app.file_abstract_cursus_validation_listener'] ?? $this->load('getApp_FileAbstractCursusValidationListenerService'));
  1898.         }, => 'onValidate'], 0);
  1899.         $instance->addListener('kernel.controller', [=> function () {
  1900.             return ($this->privates['data_collector.router'] ?? ($this->privates['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector()));
  1901.         }, => 'onKernelController'], 0);
  1902.         $instance->addListener('kernel.request', [=> function () {
  1903.             return ($this->privates['knp_paginator.subscriber.sliding_pagination'] ?? $this->getKnpPaginator_Subscriber_SlidingPaginationService());
  1904.         }, => 'onKernelRequest'], 0);
  1905.         $instance->addListener('kernel.exception', [=> function () {
  1906.             return ($this->privates['webpack_encore.exception_listener'] ?? $this->load('getWebpackEncore_ExceptionListenerService'));
  1907.         }, => 'onKernelException'], 0);
  1908.         $instance->addListener('flow.previous_step_invalid', [=> function () {
  1909.             return ($this->privates['craue.form.flow.event_listener.previous_step_invalid'] ?? $this->load('getCraue_Form_Flow_EventListener_PreviousStepInvalidService'));
  1910.         }, => 'onPreviousStepInvalid'], 0);
  1911.         $instance->addListener('flow.flow_expired', [=> function () {
  1912.             return ($this->privates['craue.form.flow.event_listener.flow_expired'] ?? $this->load('getCraue_Form_Flow_EventListener_FlowExpiredService'));
  1913.         }, => 'onFlowExpired'], 0);
  1914.         $instance->addListener('spiriit_filter.prepare', [=> function () {
  1915.             return ($this->services['spiriit_form_filter.filter_prepare'] ?? ($this->services['spiriit_form_filter.filter_prepare'] = new \Spiriit\Bundle\FormFilterBundle\Event\Listener\PrepareListener()));
  1916.         }, => 'onFilterBuilderPrepare'], 0);
  1917.         $instance->addListener('spiriit_filter.apply_filters.orm', [=> function () {
  1918.             return ($this->privates['spiriit_form_filter.apply_filter.doctrine_orm'] ?? ($this->privates['spiriit_form_filter.apply_filter.doctrine_orm'] = new \Spiriit\Bundle\FormFilterBundle\Event\Listener\DoctrineApplyFilterListener('and')));
  1919.         }, => 'onApplyFilterCondition'], 0);
  1920.         $instance->addListener('oneup_uploader.validation', [=> function () {
  1921.             return ($this->privates['Oneup\\UploaderBundle\\EventListener\\MaxSizeValidationListener'] ?? ($this->privates['Oneup\\UploaderBundle\\EventListener\\MaxSizeValidationListener'] = new \Oneup\UploaderBundle\EventListener\MaxSizeValidationListener()));
  1922.         }, => 'onValidate'], 0);
  1923.         $instance->addListener('oneup_uploader.validation', [=> function () {
  1924.             return ($this->privates['Oneup\\UploaderBundle\\EventListener\\AllowedMimetypeAndExtensionValidationListener'] ?? ($this->privates['Oneup\\UploaderBundle\\EventListener\\AllowedMimetypeAndExtensionValidationListener'] = new \Oneup\UploaderBundle\EventListener\AllowedMimetypeAndExtensionValidationListener()));
  1925.         }, => 'onValidate'], 0);
  1926.         $instance->addListener('oneup_uploader.validation', [=> function () {
  1927.             return ($this->privates['Oneup\\UploaderBundle\\EventListener\\DisallowedMimetypeValidationListener'] ?? ($this->privates['Oneup\\UploaderBundle\\EventListener\\DisallowedMimetypeValidationListener'] = new \Oneup\UploaderBundle\EventListener\DisallowedMimetypeValidationListener()));
  1928.         }, => 'onValidate'], 0);
  1929.         $instance->addListener('kernel.request', [=> function () {
  1930.             return ($this->privates['nelmio_cors.cors_listener'] ?? $this->getNelmioCors_CorsListenerService());
  1931.         }, => 'onKernelRequest'], 250);
  1932.         $instance->addListener('kernel.response', [=> function () {
  1933.             return ($this->privates['nelmio_cors.cors_listener'] ?? $this->getNelmioCors_CorsListenerService());
  1934.         }, => 'onKernelResponse'], 0);
  1935.         $instance->addListener('kernel.response', [=> function () {
  1936.             return ($this->privates['nelmio_cors.cacheable_response_vary_listener'] ?? ($this->privates['nelmio_cors.cacheable_response_vary_listener'] = new \Nelmio\CorsBundle\EventListener\CacheableResponseVaryListener()));
  1937.         }, => 'onResponse'], -10);
  1938.         $instance->addListener('knp_pager.items', [=> function () {
  1939.             return ($this->privates['App\\Event\\PaginationEventSubscriber'] ?? ($this->privates['App\\Event\\PaginationEventSubscriber'] = new \App\Event\PaginationEventSubscriber()));
  1940.         }, => 'items'], 0);
  1941.         $instance->addListener('Nellapp\\Bundle\\SDKBundle\\Permission\\Event\\ChannelMenuDisplayedEvent', [=> function () {
  1942.             return ($this->privates['App\\EventSubscriber\\ChannelMenuDisplayedSubscriber'] ?? $this->load('getChannelMenuDisplayedSubscriberService'));
  1943.         }, => '__invoke'], 0);
  1944.         $instance->addListener('kernel.request', [=> function () {
  1945.             return ($this->privates['App\\EventSubscriber\\ForceUserFromSetupSubscriber'] ?? $this->getForceUserFromSetupSubscriberService());
  1946.         }, => '__invoke'], 0);
  1947.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  1948.             return ($this->privates['App\\EventSubscriber\\LogoutSubscriber'] ?? ($this->privates['App\\EventSubscriber\\LogoutSubscriber'] = new \App\EventSubscriber\LogoutSubscriber()));
  1949.         }, => 'logout'], 0);
  1950.         $instance->addListener('FOS\\OAuthServerBundle\\Event\\PreAuthorizationEvent', [=> function () {
  1951.             return ($this->privates['App\\EventSubscriber\\OAuthSubscriber'] ?? ($this->privates['App\\EventSubscriber\\OAuthSubscriber'] = new \App\EventSubscriber\OAuthSubscriber()));
  1952.         }, => 'onPreAuthorization'], 0);
  1953.         $instance->addListener('kernel.terminate', [=> function () {
  1954.             return ($this->privates['App\\EventSubscriber\\SyncSubscriber'] ?? $this->load('getSyncSubscriber2Service'));
  1955.         }, => 'sendTracked'], 0);
  1956.         $instance->addListener('console.terminate', [=> function () {
  1957.             return ($this->privates['App\\EventSubscriber\\SyncSubscriber'] ?? $this->load('getSyncSubscriber2Service'));
  1958.         }, => 'sendTracked'], 0);
  1959.         $instance->addListener('kernel.response', [=> function () {
  1960.             return ($this->privates['response_listener'] ?? ($this->privates['response_listener'] = new \Symfony\Component\HttpKernel\EventListener\ResponseListener('UTF-8'false)));
  1961.         }, => 'onKernelResponse'], 0);
  1962.         $instance->addListener('kernel.response', [=> function () {
  1963.             return ($this->privates['streamed_response_listener'] ?? ($this->privates['streamed_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\StreamedResponseListener()));
  1964.         }, => 'onKernelResponse'], -1024);
  1965.         $instance->addListener('kernel.request', [=> function () {
  1966.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  1967.         }, => 'setDefaultLocale'], 100);
  1968.         $instance->addListener('kernel.request', [=> function () {
  1969.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  1970.         }, => 'onKernelRequest'], 16);
  1971.         $instance->addListener('kernel.finish_request', [=> function () {
  1972.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  1973.         }, => 'onKernelFinishRequest'], 0);
  1974.         $instance->addListener('kernel.request', [=> function () {
  1975.             return ($this->privates['validate_request_listener'] ?? ($this->privates['validate_request_listener'] = new \Symfony\Component\HttpKernel\EventListener\ValidateRequestListener()));
  1976.         }, => 'onKernelRequest'], 256);
  1977.         $instance->addListener('kernel.response', [=> function () {
  1978.             return ($this->privates['disallow_search_engine_index_response_listener'] ?? ($this->privates['disallow_search_engine_index_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\DisallowRobotsIndexingListener()));
  1979.         }, => 'onResponse'], -255);
  1980.         $instance->addListener('kernel.controller_arguments', [=> function () {
  1981.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  1982.         }, => 'onControllerArguments'], 0);
  1983.         $instance->addListener('kernel.exception', [=> function () {
  1984.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  1985.         }, => 'logKernelException'], 0);
  1986.         $instance->addListener('kernel.exception', [=> function () {
  1987.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  1988.         }, => 'onKernelException'], -128);
  1989.         $instance->addListener('kernel.response', [=> function () {
  1990.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  1991.         }, => 'removeCspHeader'], -128);
  1992.         $instance->addListener('kernel.request', [=> function () {
  1993.             return ($this->privates['locale_aware_listener'] ?? $this->getLocaleAwareListenerService());
  1994.         }, => 'onKernelRequest'], 15);
  1995.         $instance->addListener('kernel.finish_request', [=> function () {
  1996.             return ($this->privates['locale_aware_listener'] ?? $this->getLocaleAwareListenerService());
  1997.         }, => 'onKernelFinishRequest'], -15);
  1998.         $instance->addListener('console.error', [=> function () {
  1999.             return ($this->privates['console.error_listener'] ?? $this->load('getConsole_ErrorListenerService'));
  2000.         }, => 'onConsoleError'], -128);
  2001.         $instance->addListener('console.terminate', [=> function () {
  2002.             return ($this->privates['console.error_listener'] ?? $this->load('getConsole_ErrorListenerService'));
  2003.         }, => 'onConsoleTerminate'], -128);
  2004.         $instance->addListener('console.error', [=> function () {
  2005.             return ($this->privates['console.suggest_missing_package_subscriber'] ?? ($this->privates['console.suggest_missing_package_subscriber'] = new \Symfony\Bundle\FrameworkBundle\EventListener\SuggestMissingPackageSubscriber()));
  2006.         }, => 'onConsoleError'], 0);
  2007.         $instance->addListener('kernel.request', [=> function () {
  2008.             return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());
  2009.         }, => 'configure'], 2048);
  2010.         $instance->addListener('console.command', [=> function () {
  2011.             return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());
  2012.         }, => 'configure'], 2048);
  2013.         $instance->addListener('kernel.request', [=> function () {
  2014.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  2015.         }, => 'onKernelRequest'], 32);
  2016.         $instance->addListener('kernel.finish_request', [=> function () {
  2017.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  2018.         }, => 'onKernelFinishRequest'], 0);
  2019.         $instance->addListener('kernel.exception', [=> function () {
  2020.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  2021.         }, => 'onKernelException'], -64);
  2022.         $instance->addListener('kernel.response', [=> function () {
  2023.             return ($this->privates['web_link.add_link_header_listener'] ?? ($this->privates['web_link.add_link_header_listener'] = new \Symfony\Component\WebLink\EventListener\AddLinkHeaderListener()));
  2024.         }, => 'onKernelResponse'], 0);
  2025.         $instance->addListener('kernel.request', [=> function () {
  2026.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  2027.         }, => 'onKernelRequest'], 128);
  2028.         $instance->addListener('kernel.response', [=> function () {
  2029.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  2030.         }, => 'onKernelResponse'], -1000);
  2031.         $instance->addListener('kernel.finish_request', [=> function () {
  2032.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  2033.         }, => 'onFinishRequest'], 0);
  2034.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageFailedEvent', [=> function () {
  2035.             return ($this->privates['messenger.retry.send_failed_message_for_retry_listener'] ?? $this->load('getMessenger_Retry_SendFailedMessageForRetryListenerService'));
  2036.         }, => 'onMessageFailed'], 100);
  2037.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageFailedEvent', [=> function () {
  2038.             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()));
  2039.         }, => 'onMessageFailed'], 200);
  2040.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerStartedEvent', [=> function () {
  2041.             return ($this->privates['messenger.listener.stop_worker_on_restart_signal_listener'] ?? $this->load('getMessenger_Listener_StopWorkerOnRestartSignalListenerService'));
  2042.         }, => 'onWorkerStarted'], 0);
  2043.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerRunningEvent', [=> function () {
  2044.             return ($this->privates['messenger.listener.stop_worker_on_restart_signal_listener'] ?? $this->load('getMessenger_Listener_StopWorkerOnRestartSignalListenerService'));
  2045.         }, => 'onWorkerRunning'], 0);
  2046.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageFailedEvent', [=> function () {
  2047.             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()));
  2048.         }, => 'onMessageFailed'], 0);
  2049.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerRunningEvent', [=> function () {
  2050.             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()));
  2051.         }, => 'onWorkerRunning'], 0);
  2052.         $instance->addListener('Symfony\\Component\\Notifier\\Event\\MessageEvent', [=> function () {
  2053.             return ($this->privates['notifier.logger_notification_listener'] ?? ($this->privates['notifier.logger_notification_listener'] = new \Symfony\Component\Notifier\EventListener\NotificationLoggerListener()));
  2054.         }, => 'onNotification'], -255);
  2055.         $instance->addListener('kernel.response', [=> function () {
  2056.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  2057.         }, => 'onKernelResponse'], -100);
  2058.         $instance->addListener('kernel.exception', [=> function () {
  2059.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  2060.         }, => 'onKernelException'], 0);
  2061.         $instance->addListener('kernel.terminate', [=> function () {
  2062.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  2063.         }, => 'onKernelTerminate'], -1024);
  2064.         $instance->addListener('kernel.controller', [=> function () {
  2065.             return ($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService());
  2066.         }, => 'onKernelController'], 0);
  2067.         $instance->addListener('kernel.response', [=> function () {
  2068.             return ($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService());
  2069.         }, => 'onKernelResponse'], 0);
  2070.         $instance->addListener('kernel.controller', [=> function () {
  2071.             return ($this->privates['sensio_framework_extra.controller.listener'] ?? $this->getSensioFrameworkExtra_Controller_ListenerService());
  2072.         }, => 'onKernelController'], 0);
  2073.         $instance->addListener('kernel.controller', [=> function () {
  2074.             return ($this->privates['sensio_framework_extra.converter.listener'] ?? $this->getSensioFrameworkExtra_Converter_ListenerService());
  2075.         }, => 'onKernelController'], 0);
  2076.         $instance->addListener('kernel.controller', [=> function () {
  2077.             return ($this->privates['sensio_framework_extra.view.listener'] ?? $this->getSensioFrameworkExtra_View_ListenerService());
  2078.         }, => 'onKernelController'], -128);
  2079.         $instance->addListener('kernel.view', [=> function () {
  2080.             return ($this->privates['sensio_framework_extra.view.listener'] ?? $this->getSensioFrameworkExtra_View_ListenerService());
  2081.         }, => 'onKernelView'], 0);
  2082.         $instance->addListener('kernel.controller', [=> function () {
  2083.             return ($this->privates['sensio_framework_extra.cache.listener'] ?? ($this->privates['sensio_framework_extra.cache.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener()));
  2084.         }, => 'onKernelController'], 0);
  2085.         $instance->addListener('kernel.response', [=> function () {
  2086.             return ($this->privates['sensio_framework_extra.cache.listener'] ?? ($this->privates['sensio_framework_extra.cache.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener()));
  2087.         }, => 'onKernelResponse'], 0);
  2088.         $instance->addListener('kernel.controller_arguments', [=> function () {
  2089.             return ($this->privates['sensio_framework_extra.security.listener'] ?? $this->getSensioFrameworkExtra_Security_ListenerService());
  2090.         }, => 'onKernelControllerArguments'], 0);
  2091.         $instance->addListener('kernel.controller_arguments', [=> function () {
  2092.             return ($this->privates['framework_extra_bundle.event.is_granted'] ?? $this->getFrameworkExtraBundle_Event_IsGrantedService());
  2093.         }, => 'onKernelControllerArguments'], 0);
  2094.         $instance->addListener('kernel.response', [=> function () {
  2095.             return ($this->privates['web_profiler.debug_toolbar'] ?? $this->getWebProfiler_DebugToolbarService());
  2096.         }, => 'onKernelResponse'], -128);
  2097.         $instance->addListener('console.command', [=> function () {
  2098.             return ($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService());
  2099.         }, => 'onCommand'], 255);
  2100.         $instance->addListener('console.terminate', [=> function () {
  2101.             return ($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService());
  2102.         }, => 'onTerminate'], -255);
  2103.         $instance->addListener('console.command', [=> function () {
  2104.             return ($this->privates['debug.dump_listener'] ?? $this->load('getDebug_DumpListenerService'));
  2105.         }, => 'configure'], 1024);
  2106.         $instance->addListener('console.error', [=> function () {
  2107.             return ($this->privates['maker.console_error_listener'] ?? ($this->privates['maker.console_error_listener'] = new \Symfony\Bundle\MakerBundle\Event\ConsoleErrorSubscriber()));
  2108.         }, => 'onConsoleError'], 0);
  2109.         $instance->addListener('console.terminate', [=> function () {
  2110.             return ($this->privates['maker.console_error_listener'] ?? ($this->privates['maker.console_error_listener'] = new \Symfony\Bundle\MakerBundle\Event\ConsoleErrorSubscriber()));
  2111.         }, => 'onConsoleTerminate'], 0);
  2112.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageHandledEvent', [=> function () {
  2113.             return ($this->privates['doctrine.orm.messenger.event_subscriber.doctrine_clear_entity_manager'] ?? $this->load('getDoctrine_Orm_Messenger_EventSubscriber_DoctrineClearEntityManagerService'));
  2114.         }, => 'onWorkerMessageHandled'], 0);
  2115.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageFailedEvent', [=> function () {
  2116.             return ($this->privates['doctrine.orm.messenger.event_subscriber.doctrine_clear_entity_manager'] ?? $this->load('getDoctrine_Orm_Messenger_EventSubscriber_DoctrineClearEntityManagerService'));
  2117.         }, => 'onWorkerMessageFailed'], 0);
  2118.         $instance->addListener('kernel.response', [=> function () {
  2119.             return ($this->privates['security.rememberme.response_listener'] ?? ($this->privates['security.rememberme.response_listener'] = new \Symfony\Component\Security\Http\RememberMe\ResponseListener()));
  2120.         }, => 'onKernelResponse'], 0);
  2121.         $instance->addListener('debug.security.authorization.vote', [=> function () {
  2122.             return ($this->privates['debug.security.voter.vote_listener'] ?? $this->load('getDebug_Security_Voter_VoteListenerService'));
  2123.         }, => 'onVoterVote'], 0);
  2124.         $instance->addListener('kernel.request', [=> function () {
  2125.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  2126.         }, => 'configureLogoutUrlGenerator'], 8);
  2127.         $instance->addListener('kernel.request', [=> function () {
  2128.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  2129.         }, => 'onKernelRequest'], 8);
  2130.         $instance->addListener('kernel.finish_request', [=> function () {
  2131.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  2132.         }, => 'onKernelFinishRequest'], 0);
  2133.         $instance->addListener('kernel.controller_arguments', [=> function () {
  2134.             return ($this->privates['Nellapp\\Bundle\\SDKBundle\\EventSubscriber\\ControllerEntityResolverSubscriber'] ?? $this->getControllerEntityResolverSubscriberService());
  2135.         }, => '__invoke'], 31);
  2136.         $instance->addListener('kernel.request', [=> function () {
  2137.             return ($this->privates['Nellapp\\Bundle\\SDKBundle\\EventSubscriber\\RequestChannelDomainSubscriber'] ?? $this->getRequestChannelDomainSubscriberService());
  2138.         }, => '__invoke'], 32);
  2139.         $instance->addListener('kernel.controller_arguments', [=> function () {
  2140.             return ($this->privates['Nellapp\\Bundle\\SDKBundle\\EventSubscriber\\RouteSecuritySubscriber'] ?? ($this->privates['Nellapp\\Bundle\\SDKBundle\\EventSubscriber\\RouteSecuritySubscriber'] = new \Nellapp\Bundle\SDKBundle\EventSubscriber\RouteSecuritySubscriber()));
  2141.         }, => '__invoke'], 15);
  2142.         $instance->addListener('kernel.terminate', [=> function () {
  2143.             return ($this->privates['Nellapp\\Bundle\\SDKBundle\\Permission\\ChannelMenuDisplayed\\EventSubscriber\\TerminateMenuDisplayedSubscriber'] ?? $this->load('getTerminateMenuDisplayedSubscriberService'));
  2144.         }, => 'refreshTracked'], 0);
  2145.         $instance->addListener('console.terminate', [=> function () {
  2146.             return ($this->privates['Nellapp\\Bundle\\SDKBundle\\Permission\\ChannelMenuDisplayed\\EventSubscriber\\TerminateMenuDisplayedSubscriber'] ?? $this->load('getTerminateMenuDisplayedSubscriberService'));
  2147.         }, => 'refreshTracked'], 0);
  2148.         $instance->addListener('kernel.terminate', [=> function () {
  2149.             return ($this->privates['Nellapp\\Bundle\\SDKBundle\\Export\\AutoExport\\EventSubscriber\\TerminateExportSubscriber'] ?? $this->load('getTerminateExportSubscriberService'));
  2150.         }, => 'exportTracked'], 0);
  2151.         $instance->addListener('console.terminate', [=> function () {
  2152.             return ($this->privates['Nellapp\\Bundle\\SDKBundle\\Export\\AutoExport\\EventSubscriber\\TerminateExportSubscriber'] ?? $this->load('getTerminateExportSubscriberService'));
  2153.         }, => 'exportTracked'], 0);
  2154.         $instance->addListener('kernel.terminate', [=> function () {
  2155.             return ($this->privates['Nellapp\\Bundle\\SDKBundle\\Export\\AutoRefresh\\EventSubscriber\\TerminateRefreshSubscriber'] ?? $this->load('getTerminateRefreshSubscriberService'));
  2156.         }, => 'refreshTracked'], 0);
  2157.         $instance->addListener('console.terminate', [=> function () {
  2158.             return ($this->privates['Nellapp\\Bundle\\SDKBundle\\Export\\AutoRefresh\\EventSubscriber\\TerminateRefreshSubscriber'] ?? $this->load('getTerminateRefreshSubscriberService'));
  2159.         }, => 'refreshTracked'], 0);
  2160.         $instance->addListener('kernel.controller', [=> function () {
  2161.             return ($this->privates['Drosalys\\Bundle\\ApiBundle\\EventSubscriber\\ActionControllerSubscriber'] ?? $this->getActionControllerSubscriberService());
  2162.         }, => '__invoke'], 15);
  2163.         $instance->addListener('kernel.view', [=> function () {
  2164.             return ($this->privates['Drosalys\\Bundle\\ApiBundle\\EventSubscriber\\ActionResponseSubscriber'] ?? $this->load('getActionResponseSubscriberService'));
  2165.         }, => '__invoke'], 63);
  2166.         $instance->addListener('kernel.controller_arguments', [=> function () {
  2167.             return ($this->privates['Drosalys\\Bundle\\ApiBundle\\EventSubscriber\\DeserializeActionControllerSubscriber'] ?? $this->getDeserializeActionControllerSubscriberService());
  2168.         }, => '__invoke'], -63);
  2169.         $instance->addListener('kernel.exception', [=> function () {
  2170.             return ($this->privates['Drosalys\\Bundle\\ApiBundle\\EventSubscriber\\HandleErrorSubscriber'] ?? ($this->privates['Drosalys\\Bundle\\ApiBundle\\EventSubscriber\\HandleErrorSubscriber'] = new \Drosalys\Bundle\ApiBundle\EventSubscriber\HandleErrorSubscriber()));
  2171.         }, => '__invoke'], -195);
  2172.         $instance->addListener('knp_pager.before', [=> function () {
  2173.             return ($this->privates['knp_paginator.subscriber.paginate'] ?? ($this->privates['knp_paginator.subscriber.paginate'] = new \Knp\Component\Pager\Event\Subscriber\Paginate\PaginationSubscriber()));
  2174.         }, => 'before'], 0);
  2175.         $instance->addListener('knp_pager.pagination', [=> function () {
  2176.             return ($this->privates['knp_paginator.subscriber.paginate'] ?? ($this->privates['knp_paginator.subscriber.paginate'] = new \Knp\Component\Pager\Event\Subscriber\Paginate\PaginationSubscriber()));
  2177.         }, => 'pagination'], 0);
  2178.         $instance->addListener('knp_pager.before', [=> function () {
  2179.             return ($this->privates['knp_paginator.subscriber.sortable'] ?? ($this->privates['knp_paginator.subscriber.sortable'] = new \Knp\Component\Pager\Event\Subscriber\Sortable\SortableSubscriber()));
  2180.         }, => 'before'], 1);
  2181.         $instance->addListener('knp_pager.before', [=> function () {
  2182.             return ($this->privates['knp_paginator.subscriber.filtration'] ?? ($this->privates['knp_paginator.subscriber.filtration'] = new \Knp\Component\Pager\Event\Subscriber\Filtration\FiltrationSubscriber()));
  2183.         }, => 'before'], 1);
  2184.         $instance->addListener('knp_pager.pagination', [=> function () {
  2185.             return ($this->privates['knp_paginator.subscriber.sliding_pagination'] ?? $this->getKnpPaginator_Subscriber_SlidingPaginationService());
  2186.         }, => 'pagination'], 1);
  2187.         $instance->addListener('kernel.response', [=> function () {
  2188.             return ($this->privates['webpack_encore.preload_assets_event_listener'] ?? $this->getWebpackEncore_PreloadAssetsEventListenerService());
  2189.         }, => 'onKernelResponse'], 50);
  2190.         $instance->addListener('kernel.finish_request', [=> function () {
  2191.             return ($this->privates['Symfony\\WebpackEncoreBundle\\EventListener\\ResetAssetsEventListener'] ?? $this->getResetAssetsEventListenerService());
  2192.         }, => 'resetAssets'], 0);
  2193.         $instance->addListener('spiriit_form_filter.apply.orm.filter_boolean', [=> function () {
  2194.             return ($this->privates['spiriit_form_filter.get_filter.doctrine_orm'] ?? ($this->privates['spiriit_form_filter.get_filter.doctrine_orm'] = new \Spiriit\Bundle\FormFilterBundle\Event\Subscriber\DoctrineORMSubscriber()));
  2195.         }, => 'filterBoolean'], 0);
  2196.         $instance->addListener('spiriit_form_filter.apply.orm.filter_checkbox', [=> function () {
  2197.             return ($this->privates['spiriit_form_filter.get_filter.doctrine_orm'] ?? ($this->privates['spiriit_form_filter.get_filter.doctrine_orm'] = new \Spiriit\Bundle\FormFilterBundle\Event\Subscriber\DoctrineORMSubscriber()));
  2198.         }, => 'filterCheckbox'], 0);
  2199.         $instance->addListener('spiriit_form_filter.apply.orm.filter_choice', [=> function () {
  2200.             return ($this->privates['spiriit_form_filter.get_filter.doctrine_orm'] ?? ($this->privates['spiriit_form_filter.get_filter.doctrine_orm'] = new \Spiriit\Bundle\FormFilterBundle\Event\Subscriber\DoctrineORMSubscriber()));
  2201.         }, => 'filterValue'], 0);
  2202.         $instance->addListener('spiriit_form_filter.apply.orm.filter_date', [=> function () {
  2203.             return ($this->privates['spiriit_form_filter.get_filter.doctrine_orm'] ?? ($this->privates['spiriit_form_filter.get_filter.doctrine_orm'] = new \Spiriit\Bundle\FormFilterBundle\Event\Subscriber\DoctrineORMSubscriber()));
  2204.         }, => 'filterDate'], 0);
  2205.         $instance->addListener('spiriit_form_filter.apply.orm.filter_date_range', [=> function () {
  2206.             return ($this->privates['spiriit_form_filter.get_filter.doctrine_orm'] ?? ($this->privates['spiriit_form_filter.get_filter.doctrine_orm'] = new \Spiriit\Bundle\FormFilterBundle\Event\Subscriber\DoctrineORMSubscriber()));
  2207.         }, => 'filterDateRange'], 0);
  2208.         $instance->addListener('spiriit_form_filter.apply.orm.filter_datetime', [=> function () {
  2209.             return ($this->privates['spiriit_form_filter.get_filter.doctrine_orm'] ?? ($this->privates['spiriit_form_filter.get_filter.doctrine_orm'] = new \Spiriit\Bundle\FormFilterBundle\Event\Subscriber\DoctrineORMSubscriber()));
  2210.         }, => 'filterDateTime'], 0);
  2211.         $instance->addListener('spiriit_form_filter.apply.orm.filter_datetime_range', [=> function () {
  2212.             return ($this->privates['spiriit_form_filter.get_filter.doctrine_orm'] ?? ($this->privates['spiriit_form_filter.get_filter.doctrine_orm'] = new \Spiriit\Bundle\FormFilterBundle\Event\Subscriber\DoctrineORMSubscriber()));
  2213.         }, => 'filterDateTimeRange'], 0);
  2214.         $instance->addListener('spiriit_form_filter.apply.orm.filter_entity', [=> function () {
  2215.             return ($this->privates['spiriit_form_filter.get_filter.doctrine_orm'] ?? ($this->privates['spiriit_form_filter.get_filter.doctrine_orm'] = new \Spiriit\Bundle\FormFilterBundle\Event\Subscriber\DoctrineORMSubscriber()));
  2216.         }, => 'filterEntity'], 0);
  2217.         $instance->addListener('spiriit_form_filter.apply.orm.filter_enum', [=> function () {
  2218.             return ($this->privates['spiriit_form_filter.get_filter.doctrine_orm'] ?? ($this->privates['spiriit_form_filter.get_filter.doctrine_orm'] = new \Spiriit\Bundle\FormFilterBundle\Event\Subscriber\DoctrineORMSubscriber()));
  2219.         }, => 'filterEnum'], 0);
  2220.         $instance->addListener('spiriit_form_filter.apply.orm.filter_number', [=> function () {
  2221.             return ($this->privates['spiriit_form_filter.get_filter.doctrine_orm'] ?? ($this->privates['spiriit_form_filter.get_filter.doctrine_orm'] = new \Spiriit\Bundle\FormFilterBundle\Event\Subscriber\DoctrineORMSubscriber()));
  2222.         }, => 'filterNumber'], 0);
  2223.         $instance->addListener('spiriit_form_filter.apply.orm.filter_number_range', [=> function () {
  2224.             return ($this->privates['spiriit_form_filter.get_filter.doctrine_orm'] ?? ($this->privates['spiriit_form_filter.get_filter.doctrine_orm'] = new \Spiriit\Bundle\FormFilterBundle\Event\Subscriber\DoctrineORMSubscriber()));
  2225.         }, => 'filterNumberRange'], 0);
  2226.         $instance->addListener('spiriit_form_filter.apply.orm.filter_text', [=> function () {
  2227.             return ($this->privates['spiriit_form_filter.get_filter.doctrine_orm'] ?? ($this->privates['spiriit_form_filter.get_filter.doctrine_orm'] = new \Spiriit\Bundle\FormFilterBundle\Event\Subscriber\DoctrineORMSubscriber()));
  2228.         }, => 'filterText'], 0);
  2229.         $instance->addListener('spiriit_form_filter.apply.orm.text', [=> function () {
  2230.             return ($this->privates['spiriit_form_filter.get_filter.doctrine_orm'] ?? ($this->privates['spiriit_form_filter.get_filter.doctrine_orm'] = new \Spiriit\Bundle\FormFilterBundle\Event\Subscriber\DoctrineORMSubscriber()));
  2231.         }, => 'filterText'], 0);
  2232.         $instance->addListener('spiriit_form_filter.apply.orm.email', [=> function () {
  2233.             return ($this->privates['spiriit_form_filter.get_filter.doctrine_orm'] ?? ($this->privates['spiriit_form_filter.get_filter.doctrine_orm'] = new \Spiriit\Bundle\FormFilterBundle\Event\Subscriber\DoctrineORMSubscriber()));
  2234.         }, => 'filterValue'], 0);
  2235.         $instance->addListener('spiriit_form_filter.apply.orm.integer', [=> function () {
  2236.             return ($this->privates['spiriit_form_filter.get_filter.doctrine_orm'] ?? ($this->privates['spiriit_form_filter.get_filter.doctrine_orm'] = new \Spiriit\Bundle\FormFilterBundle\Event\Subscriber\DoctrineORMSubscriber()));
  2237.         }, => 'filterValue'], 0);
  2238.         $instance->addListener('spiriit_form_filter.apply.orm.money', [=> function () {
  2239.             return ($this->privates['spiriit_form_filter.get_filter.doctrine_orm'] ?? ($this->privates['spiriit_form_filter.get_filter.doctrine_orm'] = new \Spiriit\Bundle\FormFilterBundle\Event\Subscriber\DoctrineORMSubscriber()));
  2240.         }, => 'filterValue'], 0);
  2241.         $instance->addListener('spiriit_form_filter.apply.orm.number', [=> function () {
  2242.             return ($this->privates['spiriit_form_filter.get_filter.doctrine_orm'] ?? ($this->privates['spiriit_form_filter.get_filter.doctrine_orm'] = new \Spiriit\Bundle\FormFilterBundle\Event\Subscriber\DoctrineORMSubscriber()));
  2243.         }, => 'filterValue'], 0);
  2244.         $instance->addListener('spiriit_form_filter.apply.orm.percent', [=> function () {
  2245.             return ($this->privates['spiriit_form_filter.get_filter.doctrine_orm'] ?? ($this->privates['spiriit_form_filter.get_filter.doctrine_orm'] = new \Spiriit\Bundle\FormFilterBundle\Event\Subscriber\DoctrineORMSubscriber()));
  2246.         }, => 'filterValue'], 0);
  2247.         $instance->addListener('spiriit_form_filter.apply.orm.search', [=> function () {
  2248.             return ($this->privates['spiriit_form_filter.get_filter.doctrine_orm'] ?? ($this->privates['spiriit_form_filter.get_filter.doctrine_orm'] = new \Spiriit\Bundle\FormFilterBundle\Event\Subscriber\DoctrineORMSubscriber()));
  2249.         }, => 'filterValue'], 0);
  2250.         $instance->addListener('spiriit_form_filter.apply.orm.url', [=> function () {
  2251.             return ($this->privates['spiriit_form_filter.get_filter.doctrine_orm'] ?? ($this->privates['spiriit_form_filter.get_filter.doctrine_orm'] = new \Spiriit\Bundle\FormFilterBundle\Event\Subscriber\DoctrineORMSubscriber()));
  2252.         }, => 'filterValue'], 0);
  2253.         $instance->addListener('spiriit_form_filter.apply.orm.choice', [=> function () {
  2254.             return ($this->privates['spiriit_form_filter.get_filter.doctrine_orm'] ?? ($this->privates['spiriit_form_filter.get_filter.doctrine_orm'] = new \Spiriit\Bundle\FormFilterBundle\Event\Subscriber\DoctrineORMSubscriber()));
  2255.         }, => 'filterValue'], 0);
  2256.         $instance->addListener('spiriit_form_filter.apply.orm.entity', [=> function () {
  2257.             return ($this->privates['spiriit_form_filter.get_filter.doctrine_orm'] ?? ($this->privates['spiriit_form_filter.get_filter.doctrine_orm'] = new \Spiriit\Bundle\FormFilterBundle\Event\Subscriber\DoctrineORMSubscriber()));
  2258.         }, => 'filterEntity'], 0);
  2259.         $instance->addListener('spiriit_form_filter.apply.orm.country', [=> function () {
  2260.             return ($this->privates['spiriit_form_filter.get_filter.doctrine_orm'] ?? ($this->privates['spiriit_form_filter.get_filter.doctrine_orm'] = new \Spiriit\Bundle\FormFilterBundle\Event\Subscriber\DoctrineORMSubscriber()));
  2261.         }, => 'filterValue'], 0);
  2262.         $instance->addListener('spiriit_form_filter.apply.orm.language', [=> function () {
  2263.             return ($this->privates['spiriit_form_filter.get_filter.doctrine_orm'] ?? ($this->privates['spiriit_form_filter.get_filter.doctrine_orm'] = new \Spiriit\Bundle\FormFilterBundle\Event\Subscriber\DoctrineORMSubscriber()));
  2264.         }, => 'filterValue'], 0);
  2265.         $instance->addListener('spiriit_form_filter.apply.orm.locale', [=> function () {
  2266.             return ($this->privates['spiriit_form_filter.get_filter.doctrine_orm'] ?? ($this->privates['spiriit_form_filter.get_filter.doctrine_orm'] = new \Spiriit\Bundle\FormFilterBundle\Event\Subscriber\DoctrineORMSubscriber()));
  2267.         }, => 'filterValue'], 0);
  2268.         $instance->addListener('spiriit_form_filter.apply.orm.timezone', [=> function () {
  2269.             return ($this->privates['spiriit_form_filter.get_filter.doctrine_orm'] ?? ($this->privates['spiriit_form_filter.get_filter.doctrine_orm'] = new \Spiriit\Bundle\FormFilterBundle\Event\Subscriber\DoctrineORMSubscriber()));
  2270.         }, => 'filterValue'], 0);
  2271.         $instance->addListener('spiriit_form_filter.apply.orm.date', [=> function () {
  2272.             return ($this->privates['spiriit_form_filter.get_filter.doctrine_orm'] ?? ($this->privates['spiriit_form_filter.get_filter.doctrine_orm'] = new \Spiriit\Bundle\FormFilterBundle\Event\Subscriber\DoctrineORMSubscriber()));
  2273.         }, => 'filterDate'], 0);
  2274.         $instance->addListener('spiriit_form_filter.apply.orm.datetime', [=> function () {
  2275.             return ($this->privates['spiriit_form_filter.get_filter.doctrine_orm'] ?? ($this->privates['spiriit_form_filter.get_filter.doctrine_orm'] = new \Spiriit\Bundle\FormFilterBundle\Event\Subscriber\DoctrineORMSubscriber()));
  2276.         }, => 'filterDate'], 0);
  2277.         $instance->addListener('spiriit_form_filter.apply.orm.birthday', [=> function () {
  2278.             return ($this->privates['spiriit_form_filter.get_filter.doctrine_orm'] ?? ($this->privates['spiriit_form_filter.get_filter.doctrine_orm'] = new \Spiriit\Bundle\FormFilterBundle\Event\Subscriber\DoctrineORMSubscriber()));
  2279.         }, => 'filterDate'], 0);
  2280.         $instance->addListener('spiriit_form_filter.apply.orm.checkbox', [=> function () {
  2281.             return ($this->privates['spiriit_form_filter.get_filter.doctrine_orm'] ?? ($this->privates['spiriit_form_filter.get_filter.doctrine_orm'] = new \Spiriit\Bundle\FormFilterBundle\Event\Subscriber\DoctrineORMSubscriber()));
  2282.         }, => 'filterValue'], 0);
  2283.         $instance->addListener('spiriit_form_filter.apply.orm.radio', [=> function () {
  2284.             return ($this->privates['spiriit_form_filter.get_filter.doctrine_orm'] ?? ($this->privates['spiriit_form_filter.get_filter.doctrine_orm'] = new \Spiriit\Bundle\FormFilterBundle\Event\Subscriber\DoctrineORMSubscriber()));
  2285.         }, => 'filterValue'], 0);
  2286.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  2287.             return ($this->privates['security.logout.listener.csrf_token_clearing'] ?? $this->load('getSecurity_Logout_Listener_CsrfTokenClearingService'));
  2288.         }, => 'onLogout'], 0);
  2289.         return $instance;
  2290.     }
  2291.     /**
  2292.      * Gets the public 'http_kernel' shared service.
  2293.      *
  2294.      * @return \Symfony\Component\HttpKernel\HttpKernel
  2295.      */
  2296.     protected function getHttpKernelService()
  2297.     {
  2298.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  2299.         if (isset($this->services['http_kernel'])) {
  2300.             return $this->services['http_kernel'];
  2301.         }
  2302.         $b = ($this->privates['debug.argument_resolver'] ?? $this->getDebug_ArgumentResolverService());
  2303.         if (isset($this->services['http_kernel'])) {
  2304.             return $this->services['http_kernel'];
  2305.         }
  2306.         return $this->services['http_kernel'] = new \Symfony\Component\HttpKernel\HttpKernel($a, new \Symfony\Component\HttpKernel\Controller\TraceableControllerResolver(new \Symfony\Bundle\FrameworkBundle\Controller\ControllerResolver($this, ($this->privates['monolog.logger.request'] ?? $this->getMonolog_Logger_RequestService())), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)))), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), $b);
  2307.     }
  2308.     /**
  2309.      * Gets the public 'knp_menu.matcher' shared service.
  2310.      *
  2311.      * @return \Knp\Menu\Matcher\Matcher
  2312.      */
  2313.     protected function getKnpMenu_MatcherService()
  2314.     {
  2315.         return $this->services['knp_menu.matcher'] = new \Knp\Menu\Matcher\Matcher(new RewindableGenerator(function () {
  2316.             yield => ($this->privates['knp_menu.voter.router'] ?? $this->load('getKnpMenu_Voter_RouterService'));
  2317.         }, 1));
  2318.     }
  2319.     /**
  2320.      * Gets the public 'liip_imagine.cache.manager' shared service.
  2321.      *
  2322.      * @return \Liip\ImagineBundle\Imagine\Cache\CacheManager
  2323.      */
  2324.     protected function getLiipImagine_Cache_ManagerService()
  2325.     {
  2326.         $a = ($this->services['router'] ?? $this->getRouterService());
  2327.         if (isset($this->services['liip_imagine.cache.manager'])) {
  2328.             return $this->services['liip_imagine.cache.manager'];
  2329.         }
  2330.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  2331.         if (isset($this->services['liip_imagine.cache.manager'])) {
  2332.             return $this->services['liip_imagine.cache.manager'];
  2333.         }
  2334.         $this->services['liip_imagine.cache.manager'] = $instance = new \Liip\ImagineBundle\Imagine\Cache\CacheManager(($this->privates['liip_imagine.filter.configuration'] ?? $this->getLiipImagine_Filter_ConfigurationService()), $a, ($this->services['liip_imagine.cache.signer'] ?? ($this->services['liip_imagine.cache.signer'] = new \Liip\ImagineBundle\Imagine\Cache\Signer($this->getEnv('APP_SECRET')))), $b'default'false);
  2335.         $instance->addResolver('default', ($this->services['liip_imagine.cache.resolver.default'] ?? $this->getLiipImagine_Cache_Resolver_DefaultService()));
  2336.         $instance->addResolver('cursus_uploads', ($this->services['liip_imagine.cache.resolver.cursus_uploads'] ?? $this->getLiipImagine_Cache_Resolver_CursusUploadsService()));
  2337.         $instance->addResolver('organization_uploads', ($this->services['liip_imagine.cache.resolver.organization_uploads'] ?? $this->getLiipImagine_Cache_Resolver_OrganizationUploadsService()));
  2338.         $instance->addResolver('positioning_test_uploads', ($this->services['liip_imagine.cache.resolver.positioning_test_uploads'] ?? $this->getLiipImagine_Cache_Resolver_PositioningTestUploadsService()));
  2339.         $instance->addResolver('no_cache', ($this->services['liip_imagine.cache.resolver.no_cache_web_path'] ?? $this->getLiipImagine_Cache_Resolver_NoCacheWebPathService()));
  2340.         return $instance;
  2341.     }
  2342.     /**
  2343.      * Gets the public 'liip_imagine.cache.resolver.cursus_uploads' shared service.
  2344.      *
  2345.      * @return \Liip\ImagineBundle\Imagine\Cache\Resolver\FlysystemV2Resolver
  2346.      */
  2347.     protected function getLiipImagine_Cache_Resolver_CursusUploadsService()
  2348.     {
  2349.         return $this->services['liip_imagine.cache.resolver.cursus_uploads'] = new \Liip\ImagineBundle\Imagine\Cache\Resolver\FlysystemV2Resolver(($this->services['cursus_filesystem'] ?? $this->getCursusFilesystemService()), ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService()), 'none''''private');
  2350.     }
  2351.     /**
  2352.      * Gets the public 'liip_imagine.cache.resolver.default' shared service.
  2353.      *
  2354.      * @return \Liip\ImagineBundle\Imagine\Cache\Resolver\WebPathResolver
  2355.      */
  2356.     protected function getLiipImagine_Cache_Resolver_DefaultService()
  2357.     {
  2358.         return $this->services['liip_imagine.cache.resolver.default'] = new \Liip\ImagineBundle\Imagine\Cache\Resolver\WebPathResolver(($this->services['.container.private.filesystem'] ?? ($this->services['.container.private.filesystem'] = new \Symfony\Component\Filesystem\Filesystem())), ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService()), (\dirname(__DIR__4).'/public'), 'media/cache');
  2359.     }
  2360.     /**
  2361.      * Gets the public 'liip_imagine.cache.resolver.no_cache_web_path' shared service.
  2362.      *
  2363.      * @return \Liip\ImagineBundle\Imagine\Cache\Resolver\NoCacheWebPathResolver
  2364.      */
  2365.     protected function getLiipImagine_Cache_Resolver_NoCacheWebPathService()
  2366.     {
  2367.         return $this->services['liip_imagine.cache.resolver.no_cache_web_path'] = new \Liip\ImagineBundle\Imagine\Cache\Resolver\NoCacheWebPathResolver(($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService()));
  2368.     }
  2369.     /**
  2370.      * Gets the public 'liip_imagine.cache.resolver.organization_uploads' shared service.
  2371.      *
  2372.      * @return \Liip\ImagineBundle\Imagine\Cache\Resolver\FlysystemV2Resolver
  2373.      */
  2374.     protected function getLiipImagine_Cache_Resolver_OrganizationUploadsService()
  2375.     {
  2376.         return $this->services['liip_imagine.cache.resolver.organization_uploads'] = new \Liip\ImagineBundle\Imagine\Cache\Resolver\FlysystemV2Resolver(($this->services['organization_filesystem'] ?? $this->getOrganizationFilesystemService()), ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService()), 'none''''public');
  2377.     }
  2378.     /**
  2379.      * Gets the public 'liip_imagine.cache.resolver.positioning_test_uploads' shared service.
  2380.      *
  2381.      * @return \Liip\ImagineBundle\Imagine\Cache\Resolver\FlysystemV2Resolver
  2382.      */
  2383.     protected function getLiipImagine_Cache_Resolver_PositioningTestUploadsService()
  2384.     {
  2385.         return $this->services['liip_imagine.cache.resolver.positioning_test_uploads'] = new \Liip\ImagineBundle\Imagine\Cache\Resolver\FlysystemV2Resolver(($this->services['positioning_test_filesystem'] ?? $this->getPositioningTestFilesystemService()), ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService()), 'none''''public');
  2386.     }
  2387.     /**
  2388.      * Gets the public 'liip_imagine.cache.signer' shared service.
  2389.      *
  2390.      * @return \Liip\ImagineBundle\Imagine\Cache\Signer
  2391.      */
  2392.     protected function getLiipImagine_Cache_SignerService()
  2393.     {
  2394.         return $this->services['liip_imagine.cache.signer'] = new \Liip\ImagineBundle\Imagine\Cache\Signer($this->getEnv('APP_SECRET'));
  2395.     }
  2396.     /**
  2397.      * Gets the public 'messenger.default_bus' shared service.
  2398.      *
  2399.      * @return \Symfony\Component\Messenger\TraceableMessageBus
  2400.      */
  2401.     protected function getMessenger_DefaultBusService()
  2402.     {
  2403.         return $this->services['messenger.default_bus'] = new \Symfony\Component\Messenger\TraceableMessageBus(new \Symfony\Component\Messenger\MessageBus(new RewindableGenerator(function () {
  2404.             yield => ($this->privates['messenger.bus.default.middleware.traceable'] ?? $this->load('getMessenger_Bus_Default_Middleware_TraceableService'));
  2405.             yield => ($this->privates['messenger.bus.default.middleware.add_bus_name_stamp_middleware'] ?? ($this->privates['messenger.bus.default.middleware.add_bus_name_stamp_middleware'] = new \Symfony\Component\Messenger\Middleware\AddBusNameStampMiddleware('messenger.bus.default')));
  2406.             yield => ($this->privates['messenger.middleware.reject_redelivered_message_middleware'] ?? ($this->privates['messenger.middleware.reject_redelivered_message_middleware'] = new \Symfony\Component\Messenger\Middleware\RejectRedeliveredMessageMiddleware()));
  2407.             yield => ($this->privates['messenger.middleware.dispatch_after_current_bus'] ?? ($this->privates['messenger.middleware.dispatch_after_current_bus'] = new \Symfony\Component\Messenger\Middleware\DispatchAfterCurrentBusMiddleware()));
  2408.             yield => ($this->privates['messenger.middleware.failed_message_processing_middleware'] ?? ($this->privates['messenger.middleware.failed_message_processing_middleware'] = new \Symfony\Component\Messenger\Middleware\FailedMessageProcessingMiddleware()));
  2409.             yield => ($this->privates['messenger.middleware.send_message'] ?? $this->load('getMessenger_Middleware_SendMessageService'));
  2410.             yield => ($this->privates['messenger.bus.default.middleware.handle_message'] ?? $this->load('getMessenger_Bus_Default_Middleware_HandleMessageService'));
  2411.         }, 7)));
  2412.     }
  2413.     /**
  2414.      * Gets the public 'oneup_uploader.orphanage_manager' shared service.
  2415.      *
  2416.      * @return \Oneup\UploaderBundle\Uploader\Orphanage\OrphanageManager
  2417.      */
  2418.     protected function getOneupUploader_OrphanageManagerService()
  2419.     {
  2420.         return $this->services['oneup_uploader.orphanage_manager'] = new \Oneup\UploaderBundle\Uploader\Orphanage\OrphanageManager($this$this->getParameter('oneup_uploader.orphanage'));
  2421.     }
  2422.     /**
  2423.      * Gets the public 'oneup_uploader.templating.uploader_helper' shared service.
  2424.      *
  2425.      * @return \Oneup\UploaderBundle\Templating\Helper\UploaderHelper
  2426.      */
  2427.     protected function getOneupUploader_Templating_UploaderHelperService()
  2428.     {
  2429.         $a = ($this->services['router'] ?? $this->getRouterService());
  2430.         if (isset($this->services['oneup_uploader.templating.uploader_helper'])) {
  2431.             return $this->services['oneup_uploader.templating.uploader_helper'];
  2432.         }
  2433.         return $this->services['oneup_uploader.templating.uploader_helper'] = new \Oneup\UploaderBundle\Templating\Helper\UploaderHelper($a$this->parameters['oneup_uploader.maxsize']);
  2434.     }
  2435.     /**
  2436.      * Gets the public 'oneup_uploader.twig.extension.uploader' shared service.
  2437.      *
  2438.      * @return \Oneup\UploaderBundle\Twig\Extension\UploaderExtension
  2439.      */
  2440.     protected function getOneupUploader_Twig_Extension_UploaderService()
  2441.     {
  2442.         $a = ($this->services['oneup_uploader.templating.uploader_helper'] ?? $this->getOneupUploader_Templating_UploaderHelperService());
  2443.         if (isset($this->services['oneup_uploader.twig.extension.uploader'])) {
  2444.             return $this->services['oneup_uploader.twig.extension.uploader'];
  2445.         }
  2446.         return $this->services['oneup_uploader.twig.extension.uploader'] = new \Oneup\UploaderBundle\Twig\Extension\UploaderExtension($a);
  2447.     }
  2448.     /**
  2449.      * Gets the public 'organization_filesystem' shared service.
  2450.      *
  2451.      * @return \League\Flysystem\Filesystem
  2452.      */
  2453.     protected function getOrganizationFilesystemService()
  2454.     {
  2455.         return $this->services['organization_filesystem'] = new \League\Flysystem\Filesystem(new \League\Flysystem\Local\LocalFilesystemAdapter((\dirname(__DIR__3).'/uploads/organization/'), NULL22NULLfalse), []);
  2456.     }
  2457.     /**
  2458.      * Gets the public 'positioning_test_filesystem' shared service.
  2459.      *
  2460.      * @return \League\Flysystem\Filesystem
  2461.      */
  2462.     protected function getPositioningTestFilesystemService()
  2463.     {
  2464.         return $this->services['positioning_test_filesystem'] = new \League\Flysystem\Filesystem(new \League\Flysystem\Local\LocalFilesystemAdapter((\dirname(__DIR__3).'/uploads/positioning-test/'), NULL22NULLfalse), []);
  2465.     }
  2466.     /**
  2467.      * Gets the public 'request_stack' shared service.
  2468.      *
  2469.      * @return \Symfony\Component\HttpFoundation\RequestStack
  2470.      */
  2471.     protected function getRequestStackService()
  2472.     {
  2473.         return $this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack();
  2474.     }
  2475.     /**
  2476.      * Gets the public 'router' shared autowired service.
  2477.      *
  2478.      * @return \Nellapp\Bundle\SDKBundle\Routing\SymfonyUrlGenerator
  2479.      */
  2480.     protected function getRouterService()
  2481.     {
  2482.         $a = ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService());
  2483.         $b = new \Symfony\Bridge\Monolog\Logger('router');
  2484.         $b->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  2485.         $b->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  2486.         $b->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  2487.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($b);
  2488.         $c = new \Symfony\Bundle\FrameworkBundle\Routing\Router((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2489.             'routing.loader' => ['services''routing.loader''getRouting_LoaderService'true],
  2490.         ], [
  2491.             'routing.loader' => 'Symfony\\Component\\Config\\Loader\\LoaderInterface',
  2492.         ]))->withContext('router.default'$this), 'kernel::loadRoutes', ['cache_dir' => $this->targetDir.'''debug' => true'generator_class' => 'Symfony\\Component\\Routing\\Generator\\CompiledUrlGenerator''generator_dumper_class' => 'Symfony\\Component\\Routing\\Generator\\Dumper\\CompiledUrlGeneratorDumper''matcher_class' => 'Symfony\\Bundle\\FrameworkBundle\\Routing\\RedirectableCompiledUrlMatcher''matcher_dumper_class' => 'Symfony\\Component\\Routing\\Matcher\\Dumper\\CompiledUrlMatcherDumper''strict_requirements' => true'resource_type' => 'service'], $a, ($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))), $b'fr');
  2493.         $c->setConfigCacheFactory(($this->privates['config_cache_factory'] ?? $this->getConfigCacheFactoryService()));
  2494.         $c->addExpressionLanguageProvider(($this->privates['router.expression_language_provider'] ?? $this->getRouter_ExpressionLanguageProviderService()));
  2495.         return $this->services['router'] = new \Nellapp\Bundle\SDKBundle\Routing\SymfonyUrlGenerator($c$a);
  2496.     }
  2497.     /**
  2498.      * Gets the public 'translator' shared service.
  2499.      *
  2500.      * @return \Symfony\Component\Translation\DataCollectorTranslator
  2501.      */
  2502.     protected function getTranslatorService()
  2503.     {
  2504.         return $this->services['translator'] = new \Symfony\Component\Translation\DataCollectorTranslator(($this->privates['translator.default'] ?? $this->getTranslator_DefaultService()));
  2505.     }
  2506.     /**
  2507.      * Gets the public 'var_dumper.cloner' shared service.
  2508.      *
  2509.      * @return \Symfony\Component\VarDumper\Cloner\VarCloner
  2510.      */
  2511.     protected function getVarDumper_ClonerService()
  2512.     {
  2513.         $this->services['var_dumper.cloner'] = $instance = new \Symfony\Component\VarDumper\Cloner\VarCloner();
  2514.         $instance->setMaxItems(2500);
  2515.         $instance->setMinDepth(1);
  2516.         $instance->setMaxString(-1);
  2517.         $instance->addCasters(['Closure' => 'Symfony\\Component\\VarDumper\\Caster\\ReflectionCaster::unsetClosureFileInfo']);
  2518.         return $instance;
  2519.     }
  2520.     /**
  2521.      * Gets the private '.cache_connection.rCcozlq' shared service.
  2522.      *
  2523.      * @return \Symfony\Component\Cache\Adapter\AbstractAdapter
  2524.      */
  2525.     protected function get_CacheConnection_RCcozlqService()
  2526.     {
  2527.         return $this->privates['.cache_connection.rCcozlq'] = \Symfony\Component\Cache\Adapter\AbstractAdapter::createConnection('redis://'.$this->getEnv('string:REDIS_HOST').':'.$this->getEnv('string:int:REDIS_PORT'), ['lazy' => true]);
  2528.     }
  2529.     /**
  2530.      * Gets the private '.debug.http_client' shared service.
  2531.      *
  2532.      * @return \Symfony\Component\HttpClient\TraceableHttpClient
  2533.      */
  2534.     protected function get_Debug_HttpClientService()
  2535.     {
  2536.         $a \Symfony\Component\HttpClient\HttpClient::create(['verify_peer' => false'verify_host' => false'headers' => [], 'resolve' => []], 6);
  2537.         $b = new \Symfony\Bridge\Monolog\Logger('http_client');
  2538.         $b->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  2539.         $b->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  2540.         $b->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  2541.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($b);
  2542.         $a->setLogger($b);
  2543.         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))));
  2544.     }
  2545.     /**
  2546.      * Gets the private '.service_locator.49LBLMU' shared service.
  2547.      *
  2548.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  2549.      */
  2550.     protected function get_ServiceLocator_49LBLMUService()
  2551.     {
  2552.         return $this->privates['.service_locator.49LBLMU'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2553.             'security.firewall.map.context.api' => ['privates''security.firewall.map.context.api''getSecurity_Firewall_Map_Context_ApiService'true],
  2554.             'security.firewall.map.context.api_doc' => ['privates''security.firewall.map.context.api_doc''getSecurity_Firewall_Map_Context_ApiDocService'true],
  2555.             'security.firewall.map.context.dev' => ['privates''security.firewall.map.context.dev''getSecurity_Firewall_Map_Context_DevService'true],
  2556.             'security.firewall.map.context.internal_api' => ['privates''security.firewall.map.context.internal_api''getSecurity_Firewall_Map_Context_InternalApiService'true],
  2557.             'security.firewall.map.context.main' => ['privates''security.firewall.map.context.main''getSecurity_Firewall_Map_Context_MainService'true],
  2558.             'security.firewall.map.context.oauth_token' => ['privates''security.firewall.map.context.oauth_token''getSecurity_Firewall_Map_Context_OauthTokenService'true],
  2559.             'security.firewall.map.context.sync' => ['privates''security.firewall.map.context.sync''getSecurity_Firewall_Map_Context_SyncService'true],
  2560.             'security.firewall.map.context.sync_doc' => ['privates''security.firewall.map.context.sync_doc''getSecurity_Firewall_Map_Context_SyncDocService'true],
  2561.         ], [
  2562.             'security.firewall.map.context.api' => '?',
  2563.             'security.firewall.map.context.api_doc' => '?',
  2564.             'security.firewall.map.context.dev' => '?',
  2565.             'security.firewall.map.context.internal_api' => '?',
  2566.             'security.firewall.map.context.main' => '?',
  2567.             'security.firewall.map.context.oauth_token' => '?',
  2568.             'security.firewall.map.context.sync' => '?',
  2569.             'security.firewall.map.context.sync_doc' => '?',
  2570.         ]);
  2571.     }
  2572.     /**
  2573.      * Gets the private 'App\EventSubscriber\ForceUserFromSetupSubscriber' shared autowired service.
  2574.      *
  2575.      * @return \App\EventSubscriber\ForceUserFromSetupSubscriber
  2576.      */
  2577.     protected function getForceUserFromSetupSubscriberService()
  2578.     {
  2579.         $a = ($this->privates['security.helper'] ?? $this->getSecurity_HelperService());
  2580.         if (isset($this->privates['App\\EventSubscriber\\ForceUserFromSetupSubscriber'])) {
  2581.             return $this->privates['App\\EventSubscriber\\ForceUserFromSetupSubscriber'];
  2582.         }
  2583.         return $this->privates['App\\EventSubscriber\\ForceUserFromSetupSubscriber'] = new \App\EventSubscriber\ForceUserFromSetupSubscriber($a, ($this->privates['nellapp_sdk.routing.url_generator'] ?? $this->getNellappSdk_Routing_UrlGeneratorService()));
  2584.     }
  2585.     /**
  2586.      * Gets the private 'App\Repository\App\AppRepository' shared autowired service.
  2587.      *
  2588.      * @return \App\Repository\App\AppRepository
  2589.      */
  2590.     protected function getAppRepositoryService()
  2591.     {
  2592.         return $this->privates['App\\Repository\\App\\AppRepository'] = new \App\Repository\App\AppRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  2593.     }
  2594.     /**
  2595.      * Gets the private 'App\Service\Sync\Routing\Loader\RouteCollectionLoader' shared autowired service.
  2596.      *
  2597.      * @return \App\Service\Sync\Routing\Loader\RouteCollectionLoader
  2598.      */
  2599.     protected function getRouteCollectionLoaderService()
  2600.     {
  2601.         $a = ($this->privates['App\\Service\\Sync\\Routing\\Routing'] ?? $this->getRoutingService());
  2602.         if (isset($this->privates['App\\Service\\Sync\\Routing\\Loader\\RouteCollectionLoader'])) {
  2603.             return $this->privates['App\\Service\\Sync\\Routing\\Loader\\RouteCollectionLoader'];
  2604.         }
  2605.         return $this->privates['App\\Service\\Sync\\Routing\\Loader\\RouteCollectionLoader'] = new \App\Service\Sync\Routing\Loader\RouteCollectionLoader($a, ($this->services['cache.app'] ?? $this->getCache_AppService()), true);
  2606.     }
  2607.     /**
  2608.      * Gets the private 'App\Service\Sync\Routing\Routing' shared autowired service.
  2609.      *
  2610.      * @return \App\Service\Sync\Routing\Routing
  2611.      */
  2612.     protected function getRoutingService()
  2613.     {
  2614.         $a = ($this->services['router'] ?? $this->getRouterService());
  2615.         if (isset($this->privates['App\\Service\\Sync\\Routing\\Routing'])) {
  2616.             return $this->privates['App\\Service\\Sync\\Routing\\Routing'];
  2617.         }
  2618.         return $this->privates['App\\Service\\Sync\\Routing\\Routing'] = new \App\Service\Sync\Routing\Routing(($this->services['cache.app'] ?? $this->getCache_AppService()), ($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService()), ($this->privates['App\\Repository\\App\\AppRepository'] ?? $this->getAppRepositoryService()), $a$this->getEnv('resolve:APP_SUPER_ADMIN_SUBDOMAIN').'.'.$this->getEnv('string:resolve:APP_MAIN_DOMAIN'), $this->getEnv('resolve:APP_COMMERCIAL_SUBDOMAIN').'.'.$this->getEnv('string:resolve:APP_MAIN_DOMAIN'), $this->getEnv('resolve:APP_SUPER_SYNC_SUBDOMAIN').'.'.$this->getEnv('string:resolve:APP_MAIN_DOMAIN'), ($this->privates['Nellapp\\Bundle\\SDKBundle\\Routing\\Utils\\DomainsRoutingUtils'] ?? ($this->privates['Nellapp\\Bundle\\SDKBundle\\Routing\\Utils\\DomainsRoutingUtils'] = new \Nellapp\Bundle\SDKBundle\Routing\Utils\DomainsRoutingUtils($this->getEnv('DEFAULT_DOMAIN'), 'core'))), true);
  2619.     }
  2620.     /**
  2621.      * Gets the private 'App\Twig\Extension\Channel\ChannelUserExtension' shared autowired service.
  2622.      *
  2623.      * @return \App\Twig\Extension\Channel\ChannelUserExtension
  2624.      */
  2625.     protected function getChannelUserExtensionService()
  2626.     {
  2627.         $a = ($this->privates['Nellapp\\Bundle\\SDKBundle\\Permission\\Twig\\Runtime\\Info\\ChannelUserDataPermissionRuntime'] ?? $this->getChannelUserDataPermissionRuntimeService());
  2628.         if (isset($this->privates['App\\Twig\\Extension\\Channel\\ChannelUserExtension'])) {
  2629.             return $this->privates['App\\Twig\\Extension\\Channel\\ChannelUserExtension'];
  2630.         }
  2631.         return $this->privates['App\\Twig\\Extension\\Channel\\ChannelUserExtension'] = new \App\Twig\Extension\Channel\ChannelUserExtension(($this->services['translator'] ?? $this->getTranslatorService()), $a);
  2632.     }
  2633.     /**
  2634.      * Gets the private 'Drosalys\Bundle\ApiBundle\Action\ActionRetriever' shared autowired service.
  2635.      *
  2636.      * @return \Drosalys\Bundle\ApiBundle\Action\ActionRetriever
  2637.      */
  2638.     protected function getActionRetrieverService()
  2639.     {
  2640.         return $this->privates['Drosalys\\Bundle\\ApiBundle\\Action\\ActionRetriever'] = new \Drosalys\Bundle\ApiBundle\Action\ActionRetriever(new RewindableGenerator(function () {
  2641.             yield => ($this->privates['Drosalys\\Bundle\\ApiBundle\\Action\\Type\\ReturnLoader\\AnnotationLoader'] ?? ($this->privates['Drosalys\\Bundle\\ApiBundle\\Action\\Type\\ReturnLoader\\AnnotationLoader'] = new \Drosalys\Bundle\ApiBundle\Action\Type\ReturnLoader\AnnotationLoader()));
  2642.             yield => ($this->privates['Drosalys\\Bundle\\ApiBundle\\Action\\Type\\ReturnLoader\\PhpLoader'] ?? ($this->privates['Drosalys\\Bundle\\ApiBundle\\Action\\Type\\ReturnLoader\\PhpLoader'] = new \Drosalys\Bundle\ApiBundle\Action\Type\ReturnLoader\PhpLoader()));
  2643.         }, 2));
  2644.     }
  2645.     /**
  2646.      * Gets the private 'Drosalys\Bundle\ApiBundle\EventSubscriber\ActionControllerSubscriber' shared autowired service.
  2647.      *
  2648.      * @return \Drosalys\Bundle\ApiBundle\EventSubscriber\ActionControllerSubscriber
  2649.      */
  2650.     protected function getActionControllerSubscriberService()
  2651.     {
  2652.         return $this->privates['Drosalys\\Bundle\\ApiBundle\\EventSubscriber\\ActionControllerSubscriber'] = new \Drosalys\Bundle\ApiBundle\EventSubscriber\ActionControllerSubscriber(($this->privates['Drosalys\\Bundle\\ApiBundle\\Action\\ActionRetriever'] ?? $this->getActionRetrieverService()), ($this->services['router'] ?? $this->getRouterService()));
  2653.     }
  2654.     /**
  2655.      * Gets the private 'Drosalys\Bundle\ApiBundle\EventSubscriber\DeserializeActionControllerSubscriber' shared autowired service.
  2656.      *
  2657.      * @return \Drosalys\Bundle\ApiBundle\EventSubscriber\DeserializeActionControllerSubscriber
  2658.      */
  2659.     protected function getDeserializeActionControllerSubscriberService()
  2660.     {
  2661.         $a = ($this->privates['debug.argument_resolver'] ?? $this->getDebug_ArgumentResolverService());
  2662.         if (isset($this->privates['Drosalys\\Bundle\\ApiBundle\\EventSubscriber\\DeserializeActionControllerSubscriber'])) {
  2663.             return $this->privates['Drosalys\\Bundle\\ApiBundle\\EventSubscriber\\DeserializeActionControllerSubscriber'];
  2664.         }
  2665.         return $this->privates['Drosalys\\Bundle\\ApiBundle\\EventSubscriber\\DeserializeActionControllerSubscriber'] = new \Drosalys\Bundle\ApiBundle\EventSubscriber\DeserializeActionControllerSubscriber(($this->privates['Drosalys\\Bundle\\ApiBundle\\Serializer\\Adapter\\Symfony\\SerializerAdapter'] ?? $this->getSerializerAdapterService()), ($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService()), $a);
  2666.     }
  2667.     /**
  2668.      * Gets the private 'Drosalys\Bundle\ApiBundle\Serializer\Adapter\Symfony\SerializerAdapter' shared autowired service.
  2669.      *
  2670.      * @return \Drosalys\Bundle\ApiBundle\Serializer\Adapter\Symfony\SerializerAdapter
  2671.      */
  2672.     protected function getSerializerAdapterService()
  2673.     {
  2674.         return $this->privates['Drosalys\\Bundle\\ApiBundle\\Serializer\\Adapter\\Symfony\\SerializerAdapter'] = new \Drosalys\Bundle\ApiBundle\Serializer\Adapter\Symfony\SerializerAdapter(($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService()));
  2675.     }
  2676.     /**
  2677.      * Gets the private 'Nellapp\Bundle\SDKBundle\EventSubscriber\ControllerEntityResolverSubscriber' shared autowired service.
  2678.      *
  2679.      * @return \Nellapp\Bundle\SDKBundle\EventSubscriber\ControllerEntityResolverSubscriber
  2680.      */
  2681.     protected function getControllerEntityResolverSubscriberService()
  2682.     {
  2683.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  2684.         if (isset($this->privates['Nellapp\\Bundle\\SDKBundle\\EventSubscriber\\ControllerEntityResolverSubscriber'])) {
  2685.             return $this->privates['Nellapp\\Bundle\\SDKBundle\\EventSubscriber\\ControllerEntityResolverSubscriber'];
  2686.         }
  2687.         return $this->privates['Nellapp\\Bundle\\SDKBundle\\EventSubscriber\\ControllerEntityResolverSubscriber'] = new \Nellapp\Bundle\SDKBundle\EventSubscriber\ControllerEntityResolverSubscriber($a);
  2688.     }
  2689.     /**
  2690.      * Gets the private 'Nellapp\Bundle\SDKBundle\EventSubscriber\RequestChannelDomainSubscriber' shared autowired service.
  2691.      *
  2692.      * @return \Nellapp\Bundle\SDKBundle\EventSubscriber\RequestChannelDomainSubscriber
  2693.      */
  2694.     protected function getRequestChannelDomainSubscriberService()
  2695.     {
  2696.         return $this->privates['Nellapp\\Bundle\\SDKBundle\\EventSubscriber\\RequestChannelDomainSubscriber'] = new \Nellapp\Bundle\SDKBundle\EventSubscriber\RequestChannelDomainSubscriber(($this->privates['Nellapp\\Bundle\\SDKBundle\\Routing\\Utils\\ChannelMainDomainUtils'] ?? $this->getChannelMainDomainUtilsService()), ($this->services['router'] ?? $this->getRouterService()));
  2697.     }
  2698.     /**
  2699.      * Gets the private 'Nellapp\Bundle\SDKBundle\GlobalGetters\GlobalEntitiesService' shared autowired service.
  2700.      *
  2701.      * @return \Nellapp\Bundle\SDKBundle\GlobalGetters\GlobalEntitiesService
  2702.      */
  2703.     protected function getGlobalEntitiesServiceService()
  2704.     {
  2705.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  2706.         if (isset($this->privates['Nellapp\\Bundle\\SDKBundle\\GlobalGetters\\GlobalEntitiesService'])) {
  2707.             return $this->privates['Nellapp\\Bundle\\SDKBundle\\GlobalGetters\\GlobalEntitiesService'];
  2708.         }
  2709.         return $this->privates['Nellapp\\Bundle\\SDKBundle\\GlobalGetters\\GlobalEntitiesService'] = new \Nellapp\Bundle\SDKBundle\GlobalGetters\GlobalEntitiesService($a, ($this->privates['Nellapp\\Bundle\\SDKBundle\\GlobalGetters\\GlobalEntityKeys'] ?? $this->getGlobalEntityKeysService()));
  2710.     }
  2711.     /**
  2712.      * Gets the private 'Nellapp\Bundle\SDKBundle\GlobalGetters\GlobalEntityKeys' shared autowired service.
  2713.      *
  2714.      * @return \Nellapp\Bundle\SDKBundle\GlobalGetters\GlobalEntityKeys
  2715.      */
  2716.     protected function getGlobalEntityKeysService()
  2717.     {
  2718.         return $this->privates['Nellapp\\Bundle\\SDKBundle\\GlobalGetters\\GlobalEntityKeys'] = new \Nellapp\Bundle\SDKBundle\GlobalGetters\GlobalEntityKeys($this->parameters['nellapp_sdk.global_getter.global_entities']);
  2719.     }
  2720.     /**
  2721.      * Gets the private 'Nellapp\Bundle\SDKBundle\Permission\ChannelUserPermissionManager' shared autowired service.
  2722.      *
  2723.      * @return \Nellapp\Bundle\SDKBundle\Permission\ChannelUserPermissionManager
  2724.      */
  2725.     protected function getChannelUserPermissionManagerService()
  2726.     {
  2727.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  2728.         if (isset($this->privates['Nellapp\\Bundle\\SDKBundle\\Permission\\ChannelUserPermissionManager'])) {
  2729.             return $this->privates['Nellapp\\Bundle\\SDKBundle\\Permission\\ChannelUserPermissionManager'];
  2730.         }
  2731.         return $this->privates['Nellapp\\Bundle\\SDKBundle\\Permission\\ChannelUserPermissionManager'] = new \Nellapp\Bundle\SDKBundle\Permission\ChannelUserPermissionManager($a, ($this->privates['Nellapp\\Bundle\\SDKBundle\\Permission\\Security\\Hierarchy\\ChannelUserPermissionHierarchyManager'] ?? $this->getChannelUserPermissionHierarchyManagerService()), ($this->privates['Nellapp\\Bundle\\SDKBundle\\Permission\\Enum\\ChannelUserPermissionEnumManager'] ?? $this->getChannelUserPermissionEnumManagerService()), ($this->services['cache.app'] ?? $this->getCache_AppService()), true);
  2732.     }
  2733.     /**
  2734.      * Gets the private 'Nellapp\Bundle\SDKBundle\Permission\ChannelUserPermissionService' shared autowired service.
  2735.      *
  2736.      * @return \Nellapp\Bundle\SDKBundle\Permission\ChannelUserPermissionService
  2737.      */
  2738.     protected function getChannelUserPermissionServiceService()
  2739.     {
  2740.         $a = ($this->privates['Nellapp\\Bundle\\SDKBundle\\Permission\\ChannelUserPermissionManager'] ?? $this->getChannelUserPermissionManagerService());
  2741.         if (isset($this->privates['Nellapp\\Bundle\\SDKBundle\\Permission\\ChannelUserPermissionService'])) {
  2742.             return $this->privates['Nellapp\\Bundle\\SDKBundle\\Permission\\ChannelUserPermissionService'];
  2743.         }
  2744.         return $this->privates['Nellapp\\Bundle\\SDKBundle\\Permission\\ChannelUserPermissionService'] = new \Nellapp\Bundle\SDKBundle\Permission\ChannelUserPermissionService($a, ($this->privates['Nellapp\\Bundle\\SDKBundle\\Permission\\UserOwner\\UserOwnerGetter'] ?? $this->getUserOwnerGetterService()));
  2745.     }
  2746.     /**
  2747.      * Gets the private 'Nellapp\Bundle\SDKBundle\Permission\Enum\ChannelUserPermissionEnumManager' shared autowired service.
  2748.      *
  2749.      * @return \Nellapp\Bundle\SDKBundle\Permission\Enum\ChannelUserPermissionEnumManager
  2750.      */
  2751.     protected function getChannelUserPermissionEnumManagerService()
  2752.     {
  2753.         return $this->privates['Nellapp\\Bundle\\SDKBundle\\Permission\\Enum\\ChannelUserPermissionEnumManager'] = new \Nellapp\Bundle\SDKBundle\Permission\Enum\ChannelUserPermissionEnumManager(new RewindableGenerator(function () {
  2754.             yield => ($this->privates['App\\Enum\\ChannelUserResourcePermission\\ChannelUserPermissionAsyncEnum'] ?? ($this->privates['App\\Enum\\ChannelUserResourcePermission\\ChannelUserPermissionAsyncEnum'] = new \App\Enum\ChannelUserResourcePermission\ChannelUserPermissionAsyncEnum()));
  2755.             yield => ($this->privates['App\\Enum\\ChannelUserResourcePermission\\ChannelUserServicePermissionEnum'] ?? ($this->privates['App\\Enum\\ChannelUserResourcePermission\\ChannelUserServicePermissionEnum'] = new \App\Enum\ChannelUserResourcePermission\ChannelUserServicePermissionEnum()));
  2756.             yield => ($this->privates['Nellapp\\Bundle\\SDKBundle\\Permission\\Enum\\ChannelUserChannelUserDataPermissionEnum'] ?? ($this->privates['Nellapp\\Bundle\\SDKBundle\\Permission\\Enum\\ChannelUserChannelUserDataPermissionEnum'] = new \Nellapp\Bundle\SDKBundle\Permission\Enum\ChannelUserChannelUserDataPermissionEnum()));
  2757.             yield => ($this->privates['Nellapp\\Bundle\\SDKBundle\\Permission\\Enum\\ChannelUserCursusPermissionEnum'] ?? ($this->privates['Nellapp\\Bundle\\SDKBundle\\Permission\\Enum\\ChannelUserCursusPermissionEnum'] = new \Nellapp\Bundle\SDKBundle\Permission\Enum\ChannelUserCursusPermissionEnum()));
  2758.             yield => ($this->privates['Nellapp\\Bundle\\SDKBundle\\Permission\\Enum\\ChannelUserPermissionAsyncEnum'] ?? ($this->privates['Nellapp\\Bundle\\SDKBundle\\Permission\\Enum\\ChannelUserPermissionAsyncEnum'] = new \Nellapp\Bundle\SDKBundle\Permission\Enum\ChannelUserPermissionAsyncEnum()));
  2759.             yield => ($this->privates['Nellapp\\Bundle\\SDKBundle\\Permission\\Enum\\ChannelUserPermissionEnum'] ?? ($this->privates['Nellapp\\Bundle\\SDKBundle\\Permission\\Enum\\ChannelUserPermissionEnum'] = new \Nellapp\Bundle\SDKBundle\Permission\Enum\ChannelUserPermissionEnum()));
  2760.             yield => ($this->privates['Nellapp\\Bundle\\SDKBundle\\Permission\\Enum\\ChannelUserSessionPermissionEnum'] ?? ($this->privates['Nellapp\\Bundle\\SDKBundle\\Permission\\Enum\\ChannelUserSessionPermissionEnum'] = new \Nellapp\Bundle\SDKBundle\Permission\Enum\ChannelUserSessionPermissionEnum()));
  2761.             yield => ($this->privates['Nellapp\\Bundle\\SDKBundle\\Permission\\Enum\\ChannelUserTrainingPermissionEnum'] ?? ($this->privates['Nellapp\\Bundle\\SDKBundle\\Permission\\Enum\\ChannelUserTrainingPermissionEnum'] = new \Nellapp\Bundle\SDKBundle\Permission\Enum\ChannelUserTrainingPermissionEnum()));
  2762.         }, 8));
  2763.     }
  2764.     /**
  2765.      * Gets the private 'Nellapp\Bundle\SDKBundle\Permission\Security\Hierarchy\ChannelUserPermissionHierarchyManager' shared autowired service.
  2766.      *
  2767.      * @return \Nellapp\Bundle\SDKBundle\Permission\Security\Hierarchy\ChannelUserPermissionHierarchyManager
  2768.      */
  2769.     protected function getChannelUserPermissionHierarchyManagerService()
  2770.     {
  2771.         return $this->privates['Nellapp\\Bundle\\SDKBundle\\Permission\\Security\\Hierarchy\\ChannelUserPermissionHierarchyManager'] = new \Nellapp\Bundle\SDKBundle\Permission\Security\Hierarchy\ChannelUserPermissionHierarchyManager(new RewindableGenerator(function () {
  2772.             yield => ($this->privates['App\\Security\\Hierarchy\\ChannelServicePermissionHierarchy'] ?? ($this->privates['App\\Security\\Hierarchy\\ChannelServicePermissionHierarchy'] = new \App\Security\Hierarchy\ChannelServicePermissionHierarchy()));
  2773.             yield => ($this->privates['App\\Security\\Hierarchy\\ChannelUserPermissionAsyncHierarchy'] ?? ($this->privates['App\\Security\\Hierarchy\\ChannelUserPermissionAsyncHierarchy'] = new \App\Security\Hierarchy\ChannelUserPermissionAsyncHierarchy()));
  2774.             yield => ($this->privates['Nellapp\\Bundle\\SDKBundle\\Permission\\Security\\Hierarchy\\ChannelSessionPermissionHierarchy'] ?? ($this->privates['Nellapp\\Bundle\\SDKBundle\\Permission\\Security\\Hierarchy\\ChannelSessionPermissionHierarchy'] = new \Nellapp\Bundle\SDKBundle\Permission\Security\Hierarchy\ChannelSessionPermissionHierarchy()));
  2775.             yield => ($this->privates['Nellapp\\Bundle\\SDKBundle\\Permission\\Security\\Hierarchy\\ChannelTrainingPermissionHierarchy'] ?? ($this->privates['Nellapp\\Bundle\\SDKBundle\\Permission\\Security\\Hierarchy\\ChannelTrainingPermissionHierarchy'] = new \Nellapp\Bundle\SDKBundle\Permission\Security\Hierarchy\ChannelTrainingPermissionHierarchy()));
  2776.             yield => ($this->privates['Nellapp\\Bundle\\SDKBundle\\Permission\\Security\\Hierarchy\\ChannelUserCursusPermissionHierarchy'] ?? ($this->privates['Nellapp\\Bundle\\SDKBundle\\Permission\\Security\\Hierarchy\\ChannelUserCursusPermissionHierarchy'] = new \Nellapp\Bundle\SDKBundle\Permission\Security\Hierarchy\ChannelUserCursusPermissionHierarchy()));
  2777.             yield => ($this->privates['Nellapp\\Bundle\\SDKBundle\\Permission\\Security\\Hierarchy\\ChannelUserPermissionAsyncHierarchy'] ?? ($this->privates['Nellapp\\Bundle\\SDKBundle\\Permission\\Security\\Hierarchy\\ChannelUserPermissionAsyncHierarchy'] = new \Nellapp\Bundle\SDKBundle\Permission\Security\Hierarchy\ChannelUserPermissionAsyncHierarchy()));
  2778.             yield => ($this->privates['Nellapp\\Bundle\\SDKBundle\\Permission\\Security\\Hierarchy\\ChannelUserPermissionHierarchy'] ?? ($this->privates['Nellapp\\Bundle\\SDKBundle\\Permission\\Security\\Hierarchy\\ChannelUserPermissionHierarchy'] = new \Nellapp\Bundle\SDKBundle\Permission\Security\Hierarchy\ChannelUserPermissionHierarchy()));
  2779.         }, 7));
  2780.     }
  2781.     /**
  2782.      * Gets the private 'Nellapp\Bundle\SDKBundle\Permission\Twig\Runtime\Info\ChannelUserDataPermissionRuntime' shared autowired service.
  2783.      *
  2784.      * @return \Nellapp\Bundle\SDKBundle\Permission\Twig\Runtime\Info\ChannelUserDataPermissionRuntime
  2785.      */
  2786.     protected function getChannelUserDataPermissionRuntimeService()
  2787.     {
  2788.         $a = ($this->privates['Nellapp\\Bundle\\SDKBundle\\Permission\\ChannelUserPermissionService'] ?? $this->getChannelUserPermissionServiceService());
  2789.         if (isset($this->privates['Nellapp\\Bundle\\SDKBundle\\Permission\\Twig\\Runtime\\Info\\ChannelUserDataPermissionRuntime'])) {
  2790.             return $this->privates['Nellapp\\Bundle\\SDKBundle\\Permission\\Twig\\Runtime\\Info\\ChannelUserDataPermissionRuntime'];
  2791.         }
  2792.         return $this->privates['Nellapp\\Bundle\\SDKBundle\\Permission\\Twig\\Runtime\\Info\\ChannelUserDataPermissionRuntime'] = new \Nellapp\Bundle\SDKBundle\Permission\Twig\Runtime\Info\ChannelUserDataPermissionRuntime($a, ($this->privates['Nellapp\\Bundle\\SDKBundle\\Permission\\UserOwner\\UserOwnerGetter'] ?? $this->getUserOwnerGetterService()), ($this->services['translator'] ?? $this->getTranslatorService()));
  2793.     }
  2794.     /**
  2795.      * Gets the private 'Nellapp\Bundle\SDKBundle\Permission\UserOwner\UserOwnerGetter' shared autowired service.
  2796.      *
  2797.      * @return \Nellapp\Bundle\SDKBundle\Permission\UserOwner\UserOwnerGetter
  2798.      */
  2799.     protected function getUserOwnerGetterService()
  2800.     {
  2801.         return $this->privates['Nellapp\\Bundle\\SDKBundle\\Permission\\UserOwner\\UserOwnerGetter'] = new \Nellapp\Bundle\SDKBundle\Permission\UserOwner\UserOwnerGetter(new RewindableGenerator(function () {
  2802.             return new \EmptyIterator();
  2803.         }, 0));
  2804.     }
  2805.     /**
  2806.      * Gets the private 'Nellapp\Bundle\SDKBundle\Routing\Utils\ChannelMainDomainUtils' shared autowired service.
  2807.      *
  2808.      * @return \Nellapp\Bundle\SDKBundle\Routing\Utils\ChannelMainDomainUtils
  2809.      */
  2810.     protected function getChannelMainDomainUtilsService()
  2811.     {
  2812.         $a = ($this->privates['Nellapp\\Bundle\\SDKBundle\\GlobalGetters\\GlobalEntitiesService'] ?? $this->getGlobalEntitiesServiceService());
  2813.         if (isset($this->privates['Nellapp\\Bundle\\SDKBundle\\Routing\\Utils\\ChannelMainDomainUtils'])) {
  2814.             return $this->privates['Nellapp\\Bundle\\SDKBundle\\Routing\\Utils\\ChannelMainDomainUtils'];
  2815.         }
  2816.         return $this->privates['Nellapp\\Bundle\\SDKBundle\\Routing\\Utils\\ChannelMainDomainUtils'] = new \Nellapp\Bundle\SDKBundle\Routing\Utils\ChannelMainDomainUtils(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->privates['Nellapp\\Bundle\\SDKBundle\\Routing\\Utils\\DomainsRoutingUtils'] ?? ($this->privates['Nellapp\\Bundle\\SDKBundle\\Routing\\Utils\\DomainsRoutingUtils'] = new \Nellapp\Bundle\SDKBundle\Routing\Utils\DomainsRoutingUtils($this->getEnv('DEFAULT_DOMAIN'), 'core'))), $a);
  2817.     }
  2818.     /**
  2819.      * Gets the private 'Nellapp\Bundle\SDKBundle\Uploader\Service\NellappFileService' shared autowired service.
  2820.      *
  2821.      * @return \Nellapp\Bundle\SDKBundle\Uploader\Service\NellappFileService
  2822.      */
  2823.     protected function getNellappFileServiceService()
  2824.     {
  2825.         return $this->privates['Nellapp\\Bundle\\SDKBundle\\Uploader\\Service\\NellappFileService'] = new \Nellapp\Bundle\SDKBundle\Uploader\Service\NellappFileService(($this->services['oneup_uploader.orphanage_manager'] ?? $this->getOneupUploader_OrphanageManagerService()), new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2826.             'oneup_flysystem.cursus_filesystem' => ['services''cursus_filesystem''getCursusFilesystemService'false],
  2827.             'oneup_flysystem.organization_filesystem' => ['services''organization_filesystem''getOrganizationFilesystemService'false],
  2828.             'oneup_flysystem.positioning_test_filesystem' => ['services''positioning_test_filesystem''getPositioningTestFilesystemService'false],
  2829.         ], [
  2830.             'oneup_flysystem.cursus_filesystem' => '?',
  2831.             'oneup_flysystem.organization_filesystem' => '?',
  2832.             'oneup_flysystem.positioning_test_filesystem' => '?',
  2833.         ]), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()), new \Nellapp\Bundle\SDKBundle\Uploader\NellappFileStorageConfig(['cursus_upload' => ['maxsize' => 10000000'mimeTypes' => $this->parameters['cursus_upload_mime_types'], 'uploadDirectory' => (\dirname(__DIR__3).'/uploads/cursus/')], 'organization_upload' => ['maxsize' => 10000000'mimeTypes' => $this->parameters['organization_upload_mime_types'], 'uploadDirectory' => (\dirname(__DIR__3).'/uploads/organization/')], 'positioning_test_upload' => ['maxsize' => 10000000'mimeTypes' => $this->parameters['positioning_test_upload_mime_types'], 'uploadDirectory' => (\dirname(__DIR__3).'/uploads/positioning-test/')]]), ($this->privates['assets.packages'] ?? $this->getAssets_PackagesService()));
  2834.     }
  2835.     /**
  2836.      * Gets the private 'Symfony\WebpackEncoreBundle\EventListener\ResetAssetsEventListener' shared service.
  2837.      *
  2838.      * @return \Symfony\WebpackEncoreBundle\EventListener\ResetAssetsEventListener
  2839.      */
  2840.     protected function getResetAssetsEventListenerService()
  2841.     {
  2842.         return $this->privates['Symfony\\WebpackEncoreBundle\\EventListener\\ResetAssetsEventListener'] = new \Symfony\WebpackEncoreBundle\EventListener\ResetAssetsEventListener(($this->privates['webpack_encore.entrypoint_lookup_collection'] ?? $this->getWebpackEncore_EntrypointLookupCollectionService()), [=> 'core'=> 'account'=> 'admin'=> 'super_admin']);
  2843.     }
  2844.     /**
  2845.      * Gets the private 'annotations.cache_adapter' shared service.
  2846.      *
  2847.      * @return \Symfony\Component\Cache\Adapter\PhpArrayAdapter
  2848.      */
  2849.     protected function getAnnotations_CacheAdapterService()
  2850.     {
  2851.         return \Symfony\Component\Cache\Adapter\PhpArrayAdapter::create(($this->targetDir.''.'/annotations.php'), ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService()));
  2852.     }
  2853.     /**
  2854.      * Gets the private 'annotations.cached_reader' shared service.
  2855.      *
  2856.      * @return \Doctrine\Common\Annotations\PsrCachedReader
  2857.      */
  2858.     protected function getAnnotations_CachedReaderService()
  2859.     {
  2860.         return $this->privates['annotations.cached_reader'] = new \Doctrine\Common\Annotations\PsrCachedReader(($this->privates['annotations.reader'] ?? $this->getAnnotations_ReaderService()), $this->getAnnotations_CacheAdapterService(), true);
  2861.     }
  2862.     /**
  2863.      * Gets the private 'annotations.reader' shared service.
  2864.      *
  2865.      * @return \Doctrine\Common\Annotations\AnnotationReader
  2866.      */
  2867.     protected function getAnnotations_ReaderService()
  2868.     {
  2869.         $this->privates['annotations.reader'] = $instance = new \Doctrine\Common\Annotations\AnnotationReader();
  2870.         $a = new \Doctrine\Common\Annotations\AnnotationRegistry();
  2871.         $a->registerUniqueLoader('class_exists');
  2872.         $instance->addGlobalIgnoredName('required'$a);
  2873.         return $instance;
  2874.     }
  2875.     /**
  2876.      * Gets the private 'assets.context' shared service.
  2877.      *
  2878.      * @return \Symfony\Component\Asset\Context\RequestStackContext
  2879.      */
  2880.     protected function getAssets_ContextService()
  2881.     {
  2882.         $a = ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService());
  2883.         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());
  2884.     }
  2885.     /**
  2886.      * Gets the private 'assets.packages' shared service.
  2887.      *
  2888.      * @return \Symfony\Component\Asset\Packages
  2889.      */
  2890.     protected function getAssets_PackagesService()
  2891.     {
  2892.         return $this->privates['assets.packages'] = new \Symfony\Component\Asset\Packages(new \Symfony\Component\Asset\PathPackage('', ($this->privates['assets.empty_version_strategy'] ?? ($this->privates['assets.empty_version_strategy'] = new \Symfony\Component\Asset\VersionStrategy\EmptyVersionStrategy())), ($this->privates['assets.context'] ?? $this->getAssets_ContextService())), new RewindableGenerator(function () {
  2893.             yield 'account' => ($this->privates['assets._package_account'] ?? $this->load('getAssets_PackageAccountService'));
  2894.             yield 'admin' => ($this->privates['assets._package_admin'] ?? $this->load('getAssets_PackageAdminService'));
  2895.             yield 'super_admin' => ($this->privates['assets._package_super_admin'] ?? $this->load('getAssets_PackageSuperAdminService'));
  2896.             yield 'core' => ($this->privates['nellapp_sdk.assets._package_core'] ?? $this->load('getNellappSdk_Assets_PackageCoreService'));
  2897.             yield 'channel_image' => ($this->privates['nellapp_sdk.assets._package_channel_image'] ?? $this->load('getNellappSdk_Assets_PackageChannelImageService'));
  2898.             yield 'user_avatar' => ($this->privates['nellapp_sdk.assets._package_user_avatar'] ?? $this->load('getNellappSdk_Assets_PackageUserAvatarService'));
  2899.         }, 6));
  2900.     }
  2901.     /**
  2902.      * Gets the private 'cache.annotations' shared service.
  2903.      *
  2904.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2905.      */
  2906.     protected function getCache_AnnotationsService()
  2907.     {
  2908.         return $this->privates['cache.annotations'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('k2R9sh4OGB'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  2909.     }
  2910.     /**
  2911.      * Gets the private 'cache.doctrine.orm.default.query' shared service.
  2912.      *
  2913.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2914.      */
  2915.     protected function getCache_Doctrine_Orm_Default_QueryService()
  2916.     {
  2917.         return $this->privates['cache.doctrine.orm.default.query'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  2918.     }
  2919.     /**
  2920.      * Gets the private 'cache.doctrine.orm.default.result' shared service.
  2921.      *
  2922.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2923.      */
  2924.     protected function getCache_Doctrine_Orm_Default_ResultService()
  2925.     {
  2926.         return $this->privates['cache.doctrine.orm.default.result'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  2927.     }
  2928.     /**
  2929.      * Gets the private 'cache.messenger.restart_workers_signal' shared service.
  2930.      *
  2931.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2932.      */
  2933.     protected function getCache_Messenger_RestartWorkersSignalService()
  2934.     {
  2935.         $a = new \Symfony\Component\Cache\Adapter\RedisAdapter(($this->privates['.cache_connection.rCcozlq'] ?? $this->get_CacheConnection_RCcozlqService()), 'rC9AFPHjnt'0, ($this->privates['cache.default_marshaller'] ?? ($this->privates['cache.default_marshaller'] = new \Symfony\Component\Cache\Marshaller\DefaultMarshaller(NULLtrue))));
  2936.         $a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  2937.         return $this->privates['cache.messenger.restart_workers_signal'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter($a);
  2938.     }
  2939.     /**
  2940.      * Gets the private 'cache.property_info' shared service.
  2941.      *
  2942.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2943.      */
  2944.     protected function getCache_PropertyInfoService()
  2945.     {
  2946.         return $this->privates['cache.property_info'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('uSeND0XSmv'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  2947.     }
  2948.     /**
  2949.      * Gets the private 'cache.security_expression_language' shared service.
  2950.      *
  2951.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2952.      */
  2953.     protected function getCache_SecurityExpressionLanguageService()
  2954.     {
  2955.         return $this->privates['cache.security_expression_language'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('yEy1ZY8xmz'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  2956.     }
  2957.     /**
  2958.      * Gets the private 'cache.serializer' shared service.
  2959.      *
  2960.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2961.      */
  2962.     protected function getCache_SerializerService()
  2963.     {
  2964.         return $this->privates['cache.serializer'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('gUJN1nITe4'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  2965.     }
  2966.     /**
  2967.      * Gets the private 'cache.validator' shared service.
  2968.      *
  2969.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2970.      */
  2971.     protected function getCache_ValidatorService()
  2972.     {
  2973.         return $this->privates['cache.validator'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('jCMD2hZYFA'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  2974.     }
  2975.     /**
  2976.      * Gets the private 'cache.webpack_encore' shared service.
  2977.      *
  2978.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2979.      */
  2980.     protected function getCache_WebpackEncoreService()
  2981.     {
  2982.         return $this->privates['cache.webpack_encore'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('iv7Su8f629'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  2983.     }
  2984.     /**
  2985.      * Gets the private 'config_cache_factory' shared service.
  2986.      *
  2987.      * @return \Symfony\Component\Config\ResourceCheckerConfigCacheFactory
  2988.      */
  2989.     protected function getConfigCacheFactoryService()
  2990.     {
  2991.         return $this->privates['config_cache_factory'] = new \Symfony\Component\Config\ResourceCheckerConfigCacheFactory(new RewindableGenerator(function () {
  2992.             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)));
  2993.             yield => ($this->privates['config.resource.self_checking_resource_checker'] ?? ($this->privates['config.resource.self_checking_resource_checker'] = new \Symfony\Component\Config\Resource\SelfCheckingResourceChecker()));
  2994.         }, 2));
  2995.     }
  2996.     /**
  2997.      * Gets the private 'data_collector.form' shared service.
  2998.      *
  2999.      * @return \Symfony\Component\Form\Extension\DataCollector\FormDataCollector
  3000.      */
  3001.     protected function getDataCollector_FormService()
  3002.     {
  3003.         return $this->privates['data_collector.form'] = new \Symfony\Component\Form\Extension\DataCollector\FormDataCollector(new \Symfony\Component\Form\Extension\DataCollector\FormDataExtractor());
  3004.     }
  3005.     /**
  3006.      * Gets the private 'data_collector.request' shared service.
  3007.      *
  3008.      * @return \Symfony\Component\HttpKernel\DataCollector\RequestDataCollector
  3009.      */
  3010.     protected function getDataCollector_RequestService()
  3011.     {
  3012.         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())));
  3013.     }
  3014.     /**
  3015.      * Gets the private 'debug.argument_resolver' shared service.
  3016.      *
  3017.      * @return \Symfony\Component\HttpKernel\Controller\TraceableArgumentResolver
  3018.      */
  3019.     protected function getDebug_ArgumentResolverService()
  3020.     {
  3021.         return $this->privates['debug.argument_resolver'] = new \Symfony\Component\HttpKernel\Controller\TraceableArgumentResolver(new \Symfony\Component\HttpKernel\Controller\ArgumentResolver(($this->privates['argument_metadata_factory'] ?? ($this->privates['argument_metadata_factory'] = new \Symfony\Component\HttpKernel\ControllerMetadata\ArgumentMetadataFactory())), new RewindableGenerator(function () {
  3022.             yield => ($this->privates['debug.argument_resolver.request_attribute'] ?? $this->load('getDebug_ArgumentResolver_RequestAttributeService'));
  3023.             yield => ($this->privates['debug.argument_resolver.request'] ?? $this->load('getDebug_ArgumentResolver_RequestService'));
  3024.             yield => ($this->privates['debug.argument_resolver.session'] ?? $this->load('getDebug_ArgumentResolver_SessionService'));
  3025.             yield => ($this->privates['debug.security.user_value_resolver'] ?? $this->load('getDebug_Security_UserValueResolverService'));
  3026.             yield => ($this->privates['debug.Drosalys\\Bundle\\ApiBundle\\ArgumentResolver\\ActionResolver'] ?? $this->load('getActionResolverService'));
  3027.             yield => ($this->privates['debug.Drosalys\\Bundle\\ApiBundle\\ArgumentResolver\\ConstraintViolationListResolver'] ?? $this->load('getConstraintViolationListResolverService'));
  3028.             yield => ($this->privates['debug.Drosalys\\Bundle\\ApiBundle\\ArgumentResolver\\DeserializeResolver'] ?? $this->load('getDeserializeResolverService'));
  3029.             yield => ($this->privates['debug.argument_resolver.service'] ?? $this->load('getDebug_ArgumentResolver_ServiceService'));
  3030.             yield => ($this->privates['debug.argument_resolver.default'] ?? $this->load('getDebug_ArgumentResolver_DefaultService'));
  3031.             yield => ($this->privates['debug.argument_resolver.variadic'] ?? $this->load('getDebug_ArgumentResolver_VariadicService'));
  3032.             yield 10 => ($this->privates['debug.argument_resolver.not_tagged_controller'] ?? $this->load('getDebug_ArgumentResolver_NotTaggedControllerService'));
  3033.         }, 11)), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  3034.     }
  3035.     /**
  3036.      * Gets the private 'debug.debug_handlers_listener' shared service.
  3037.      *
  3038.      * @return \Symfony\Component\HttpKernel\EventListener\DebugHandlersListener
  3039.      */
  3040.     protected function getDebug_DebugHandlersListenerService()
  3041.     {
  3042.         $a = new \Symfony\Bridge\Monolog\Logger('php');
  3043.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  3044.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  3045.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  3046.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  3047.         return $this->privates['debug.debug_handlers_listener'] = new \Symfony\Component\HttpKernel\EventListener\DebugHandlersListener(NULL$aNULL, -1truetrueNULL);
  3048.     }
  3049.     /**
  3050.      * Gets the private 'debug.file_link_formatter' shared service.
  3051.      *
  3052.      * @return \Symfony\Component\HttpKernel\Debug\FileLinkFormatter
  3053.      */
  3054.     protected function getDebug_FileLinkFormatterService()
  3055.     {
  3056.         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 () {
  3057.             return ($this->privates['debug.file_link_formatter.url_format'] ?? $this->load('getDebug_FileLinkFormatter_UrlFormatService'));
  3058.         });
  3059.     }
  3060.     /**
  3061.      * Gets the private 'debug.log_processor' shared service.
  3062.      *
  3063.      * @return \Symfony\Bridge\Monolog\Processor\DebugProcessor
  3064.      */
  3065.     protected function getDebug_LogProcessorService()
  3066.     {
  3067.         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())));
  3068.     }
  3069.     /**
  3070.      * Gets the private 'debug.security.access.decision_manager' shared service.
  3071.      *
  3072.      * @return \Symfony\Component\Security\Core\Authorization\TraceableAccessDecisionManager
  3073.      */
  3074.     protected function getDebug_Security_Access_DecisionManagerService()
  3075.     {
  3076.         return $this->privates['debug.security.access.decision_manager'] = new \Symfony\Component\Security\Core\Authorization\TraceableAccessDecisionManager(new \Symfony\Component\Security\Core\Authorization\AccessDecisionManager(new RewindableGenerator(function () {
  3077.             yield => ($this->privates['debug.security.voter.security.access.authenticated_voter'] ?? $this->load('getDebug_Security_Voter_Security_Access_AuthenticatedVoterService'));
  3078.             yield => ($this->privates['debug.security.voter.security.access.role_hierarchy_voter'] ?? $this->load('getDebug_Security_Voter_Security_Access_RoleHierarchyVoterService'));
  3079.             yield => ($this->privates['debug.security.voter.security.access.expression_voter'] ?? $this->load('getDebug_Security_Voter_Security_Access_ExpressionVoterService'));
  3080.             yield => ($this->privates['debug.security.voter.Nellapp\\Bundle\\SDKBundle\\Permission\\Security\\Voter\\ChannelUserDataVoter'] ?? $this->load('getChannelUserDataVoterService'));
  3081.             yield => ($this->privates['debug.security.voter.Nellapp\\Bundle\\SDKBundle\\Permission\\Security\\Voter\\ChannelUserMenuVoter'] ?? $this->load('getChannelUserMenuVoterService'));
  3082.             yield => ($this->privates['debug.security.voter.Nellapp\\Bundle\\SDKBundle\\Permission\\Security\\Voter\\ChannelUserPermissionResourceVoter'] ?? $this->load('getChannelUserPermissionResourceVoterService'));
  3083.             yield => ($this->privates['debug.security.voter.Nellapp\\Bundle\\SDKBundle\\Permission\\Security\\Voter\\ChannelUserPermissionVoter'] ?? $this->load('getChannelUserPermissionVoterService'));
  3084.             yield => ($this->privates['debug.security.voter.Nellapp\\Bundle\\SDKBundle\\Permission\\Security\\Voter\\SharableChannelPermissionVoter'] ?? $this->load('getSharableChannelPermissionVoterService'));
  3085.             yield => ($this->privates['debug.security.voter.Nellapp\\Bundle\\SDKBundle\\Permission\\Security\\Voter\\SharableChannelResourcePermissionVoter'] ?? $this->load('getSharableChannelResourcePermissionVoterService'));
  3086.             yield => ($this->privates['debug.security.voter.Nellapp\\Bundle\\SDKBundle\\Permission\\Security\\Voter\\SharableUsersResourcePermissionVoter'] ?? $this->load('getSharableUsersResourcePermissionVoterService'));
  3087.             yield 10 => ($this->privates['debug.security.voter.Nellapp\\Bundle\\SDKBundle\\Permission\\Security\\Voter\\SuperAdminVoter'] ?? $this->load('getSuperAdminVoterService'));
  3088.             yield 11 => ($this->privates['debug.security.voter.Nellapp\\Bundle\\SDKBundle\\Permission\\Security\\Voter\\UserOwnerVoter'] ?? $this->load('getUserOwnerVoterService'));
  3089.             yield 12 => ($this->privates['debug.security.voter.Nellapp\\Bundle\\SDKBundle\\Permission\\Security\\Voter\\UsersResourceVoter'] ?? $this->load('getUsersResourceVoterService'));
  3090.         }, 13), new \Symfony\Component\Security\Core\Authorization\Strategy\AffirmativeStrategy(false)));
  3091.     }
  3092.     /**
  3093.      * Gets the private 'debug.security.firewall' shared service.
  3094.      *
  3095.      * @return \Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener
  3096.      */
  3097.     protected function getDebug_Security_FirewallService()
  3098.     {
  3099.         $a = ($this->privates['security.firewall.map'] ?? $this->getSecurity_Firewall_MapService());
  3100.         if (isset($this->privates['debug.security.firewall'])) {
  3101.             return $this->privates['debug.security.firewall'];
  3102.         }
  3103.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  3104.         if (isset($this->privates['debug.security.firewall'])) {
  3105.             return $this->privates['debug.security.firewall'];
  3106.         }
  3107.         return $this->privates['debug.security.firewall'] = new \Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener($a$b, ($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService()));
  3108.     }
  3109.     /**
  3110.      * Gets the private 'doctrine.migrations.dependency_factory' shared service.
  3111.      *
  3112.      * @return \Doctrine\Migrations\DependencyFactory
  3113.      */
  3114.     protected function getDoctrine_Migrations_DependencyFactoryService()
  3115.     {
  3116.         $a = new \Doctrine\Migrations\Configuration\Configuration();
  3117.         $a->addMigrationsDirectory('DoctrineMigrations', (\dirname(__DIR__4).'/migrations'));
  3118.         $a->setAllOrNothing(false);
  3119.         $a->setCheckDatabasePlatform(true);
  3120.         $a->setTransactional(true);
  3121.         $a->setMetadataStorageConfiguration(new \Doctrine\Migrations\Metadata\Storage\TableMetadataStorageConfiguration());
  3122.         $this->privates['doctrine.migrations.dependency_factory'] = $instance \Doctrine\Migrations\DependencyFactory::fromEntityManager(new \Doctrine\Migrations\Configuration\Migration\ExistingConfiguration($a), \Doctrine\Migrations\Configuration\EntityManager\ManagerRegistryEntityManager::withSimpleDefault(($this->services['doctrine'] ?? $this->getDoctrineService())), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  3123.         $instance->setDefinition('Doctrine\\Migrations\\Version\\MigrationFactory', function () {
  3124.             return ($this->privates['doctrine.migrations.container_aware_migrations_factory'] ?? $this->load('getDoctrine_Migrations_ContainerAwareMigrationsFactoryService'));
  3125.         });
  3126.         return $instance;
  3127.     }
  3128.     /**
  3129.      * Gets the private 'doctrine.orm.default_xml_metadata_driver' shared service.
  3130.      *
  3131.      * @return \Doctrine\ORM\Mapping\Driver\SimplifiedXmlDriver
  3132.      */
  3133.     protected function getDoctrine_Orm_DefaultXmlMetadataDriverService()
  3134.     {
  3135.         $this->privates['doctrine.orm.default_xml_metadata_driver'] = $instance = new \Doctrine\ORM\Mapping\Driver\SimplifiedXmlDriver([(\dirname(__DIR__4).'/vendor/friendsofsymfony/oauth-server-bundle/Resources/config/doctrine') => 'FOS\\OAuthServerBundle\\Entity']);
  3136.         $instance->setGlobalBasename('mapping');
  3137.         return $instance;
  3138.     }
  3139.     /**
  3140.      * Gets the private 'exception_listener' shared service.
  3141.      *
  3142.      * @return \Symfony\Component\HttpKernel\EventListener\ErrorListener
  3143.      */
  3144.     protected function getExceptionListenerService()
  3145.     {
  3146.         return $this->privates['exception_listener'] = new \Symfony\Component\HttpKernel\EventListener\ErrorListener('error_controller', ($this->privates['monolog.logger.request'] ?? $this->getMonolog_Logger_RequestService()), true, []);
  3147.     }
  3148.     /**
  3149.      * Gets the private 'framework_extra_bundle.argument_name_convertor' shared service.
  3150.      *
  3151.      * @return \Sensio\Bundle\FrameworkExtraBundle\Request\ArgumentNameConverter
  3152.      */
  3153.     protected function getFrameworkExtraBundle_ArgumentNameConvertorService()
  3154.     {
  3155.         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())));
  3156.     }
  3157.     /**
  3158.      * Gets the private 'framework_extra_bundle.event.is_granted' shared service.
  3159.      *
  3160.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\IsGrantedListener
  3161.      */
  3162.     protected function getFrameworkExtraBundle_Event_IsGrantedService()
  3163.     {
  3164.         $a = ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService());
  3165.         if (isset($this->privates['framework_extra_bundle.event.is_granted'])) {
  3166.             return $this->privates['framework_extra_bundle.event.is_granted'];
  3167.         }
  3168.         return $this->privates['framework_extra_bundle.event.is_granted'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\IsGrantedListener(($this->privates['framework_extra_bundle.argument_name_convertor'] ?? $this->getFrameworkExtraBundle_ArgumentNameConvertorService()), $a);
  3169.     }
  3170.     /**
  3171.      * Gets the private 'knp_paginator.subscriber.sliding_pagination' shared service.
  3172.      *
  3173.      * @return \Knp\Bundle\PaginatorBundle\Subscriber\SlidingPaginationSubscriber
  3174.      */
  3175.     protected function getKnpPaginator_Subscriber_SlidingPaginationService()
  3176.     {
  3177.         return $this->privates['knp_paginator.subscriber.sliding_pagination'] = new \Knp\Bundle\PaginatorBundle\Subscriber\SlidingPaginationSubscriber(['defaultPaginationTemplate' => '@NellappSDK/Partials/component/pagination/pagination.html.twig''defaultSortableTemplate' => '@KnpPaginator/Pagination/sortable_link.html.twig''defaultFiltrationTemplate' => '@KnpPaginator/Pagination/filtration.html.twig''defaultPageRange' => 5'defaultPageLimit' => NULL]);
  3178.     }
  3179.     /**
  3180.      * Gets the private 'liip_imagine.filter.configuration' shared service.
  3181.      *
  3182.      * @return \Liip\ImagineBundle\Imagine\Filter\FilterConfiguration
  3183.      */
  3184.     protected function getLiipImagine_Filter_ConfigurationService()
  3185.     {
  3186.         return $this->privates['liip_imagine.filter.configuration'] = new \Liip\ImagineBundle\Imagine\Filter\FilterConfiguration($this->parameters['liip_imagine.filter_sets']);
  3187.     }
  3188.     /**
  3189.      * Gets the private 'locale_aware_listener' shared service.
  3190.      *
  3191.      * @return \Symfony\Component\HttpKernel\EventListener\LocaleAwareListener
  3192.      */
  3193.     protected function getLocaleAwareListenerService()
  3194.     {
  3195.         return $this->privates['locale_aware_listener'] = new \Symfony\Component\HttpKernel\EventListener\LocaleAwareListener(new RewindableGenerator(function () {
  3196.             yield => ($this->privates['slugger'] ?? ($this->privates['slugger'] = new \Symfony\Component\String\Slugger\AsciiSlugger('fr')));
  3197.             yield => ($this->privates['translator.default'] ?? $this->getTranslator_DefaultService());
  3198.         }, 2), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  3199.     }
  3200.     /**
  3201.      * Gets the private 'locale_listener' shared service.
  3202.      *
  3203.      * @return \Symfony\Component\HttpKernel\EventListener\LocaleListener
  3204.      */
  3205.     protected function getLocaleListenerService()
  3206.     {
  3207.         return $this->privates['locale_listener'] = new \Symfony\Component\HttpKernel\EventListener\LocaleListener(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), 'fr', ($this->services['router'] ?? $this->getRouterService()), false, []);
  3208.     }
  3209.     /**
  3210.      * Gets the private 'mime_types' shared service.
  3211.      *
  3212.      * @return \Symfony\Component\Mime\MimeTypes
  3213.      */
  3214.     protected function getMimeTypesService()
  3215.     {
  3216.         $this->privates['mime_types'] = $instance = new \Symfony\Component\Mime\MimeTypes();
  3217.         $instance->setDefault($instance);
  3218.         return $instance;
  3219.     }
  3220.     /**
  3221.      * Gets the private 'monolog.handler.console' shared service.
  3222.      *
  3223.      * @return \Symfony\Bridge\Monolog\Handler\ConsoleHandler
  3224.      */
  3225.     protected function getMonolog_Handler_ConsoleService()
  3226.     {
  3227.         return $this->privates['monolog.handler.console'] = new \Symfony\Bridge\Monolog\Handler\ConsoleHandler(NULLtrue, [], []);
  3228.     }
  3229.     /**
  3230.      * Gets the private 'monolog.handler.main' shared service.
  3231.      *
  3232.      * @return \Monolog\Handler\StreamHandler
  3233.      */
  3234.     protected function getMonolog_Handler_MainService()
  3235.     {
  3236.         $this->privates['monolog.handler.main'] = $instance = new \Monolog\Handler\StreamHandler((\dirname(__DIR__3).'/log/dev.log'), 100trueNULLfalse);
  3237.         $instance->pushProcessor(new \Monolog\Processor\PsrLogMessageProcessor());
  3238.         return $instance;
  3239.     }
  3240.     /**
  3241.      * Gets the private 'monolog.logger' shared service.
  3242.      *
  3243.      * @return \Symfony\Bridge\Monolog\Logger
  3244.      */
  3245.     protected function getMonolog_LoggerService()
  3246.     {
  3247.         $this->privates['monolog.logger'] = $instance = new \Symfony\Bridge\Monolog\Logger('app');
  3248.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  3249.         $instance->useMicrosecondTimestamps(true);
  3250.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  3251.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  3252.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  3253.         return $instance;
  3254.     }
  3255.     /**
  3256.      * Gets the private 'monolog.logger.cache' shared service.
  3257.      *
  3258.      * @return \Symfony\Bridge\Monolog\Logger
  3259.      */
  3260.     protected function getMonolog_Logger_CacheService()
  3261.     {
  3262.         $this->privates['monolog.logger.cache'] = $instance = new \Symfony\Bridge\Monolog\Logger('cache');
  3263.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  3264.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  3265.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  3266.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  3267.         return $instance;
  3268.     }
  3269.     /**
  3270.      * Gets the private 'monolog.logger.request' shared service.
  3271.      *
  3272.      * @return \Symfony\Bridge\Monolog\Logger
  3273.      */
  3274.     protected function getMonolog_Logger_RequestService()
  3275.     {
  3276.         $this->privates['monolog.logger.request'] = $instance = new \Symfony\Bridge\Monolog\Logger('request');
  3277.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  3278.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  3279.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  3280.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  3281.         return $instance;
  3282.     }
  3283.     /**
  3284.      * Gets the private 'nellapp_sdk.routing.url_generator' shared autowired service.
  3285.      *
  3286.      * @return \Nellapp\Bundle\SDKBundle\Routing\UrlGenerator
  3287.      */
  3288.     protected function getNellappSdk_Routing_UrlGeneratorService()
  3289.     {
  3290.         $a = ($this->privates['App\\Service\\Sync\\Routing\\Loader\\RouteCollectionLoader'] ?? $this->getRouteCollectionLoaderService());
  3291.         if (isset($this->privates['nellapp_sdk.routing.url_generator'])) {
  3292.             return $this->privates['nellapp_sdk.routing.url_generator'];
  3293.         }
  3294.         return $this->privates['nellapp_sdk.routing.url_generator'] = new \Nellapp\Bundle\SDKBundle\Routing\UrlGenerator($a, ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService()));
  3295.     }
  3296.     /**
  3297.      * Gets the private 'nelmio_cors.cors_listener' shared service.
  3298.      *
  3299.      * @return \Nelmio\CorsBundle\EventListener\CorsListener
  3300.      */
  3301.     protected function getNelmioCors_CorsListenerService()
  3302.     {
  3303.         return $this->privates['nelmio_cors.cors_listener'] = new \Nelmio\CorsBundle\EventListener\CorsListener(new \Nelmio\CorsBundle\Options\Resolver([=> new \Nelmio\CorsBundle\Options\ConfigProvider($this->parameters['nelmio_cors.map'], $this->getParameter('nelmio_cors.defaults'))]));
  3304.     }
  3305.     /**
  3306.      * Gets the private 'parameter_bag' shared service.
  3307.      *
  3308.      * @return \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag
  3309.      */
  3310.     protected function getParameterBagService()
  3311.     {
  3312.         return $this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this);
  3313.     }
  3314.     /**
  3315.      * Gets the private 'profiler_listener' shared service.
  3316.      *
  3317.      * @return \Symfony\Component\HttpKernel\EventListener\ProfilerListener
  3318.      */
  3319.     protected function getProfilerListenerService()
  3320.     {
  3321.         $a = ($this->services['.container.private.profiler'] ?? $this->get_Container_Private_ProfilerService());
  3322.         if (isset($this->privates['profiler_listener'])) {
  3323.             return $this->privates['profiler_listener'];
  3324.         }
  3325.         return $this->privates['profiler_listener'] = new \Symfony\Component\HttpKernel\EventListener\ProfilerListener($a, ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), NULLfalsefalseNULL);
  3326.     }
  3327.     /**
  3328.      * Gets the private 'property_accessor' shared service.
  3329.      *
  3330.      * @return \Symfony\Component\PropertyAccess\PropertyAccessor
  3331.      */
  3332.     protected function getPropertyAccessorService()
  3333.     {
  3334.         $a = ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  3335.         return $this->privates['property_accessor'] = new \Symfony\Component\PropertyAccess\PropertyAccessor(32, new \Symfony\Component\Cache\Adapter\ArrayAdapter(0false), $a$a);
  3336.     }
  3337.     /**
  3338.      * Gets the private 'property_info' shared service.
  3339.      *
  3340.      * @return \Symfony\Component\PropertyInfo\PropertyInfoExtractor
  3341.      */
  3342.     protected function getPropertyInfoService()
  3343.     {
  3344.         return $this->privates['property_info'] = new \Symfony\Component\PropertyInfo\PropertyInfoExtractor(new RewindableGenerator(function () {
  3345.             yield => ($this->privates['property_info.serializer_extractor'] ?? $this->load('getPropertyInfo_SerializerExtractorService'));
  3346.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  3347.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->load('getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService'));
  3348.         }, 3), new RewindableGenerator(function () {
  3349.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->load('getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService'));
  3350.             yield => ($this->privates['property_info.phpstan_extractor'] ?? ($this->privates['property_info.phpstan_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\PhpStanExtractor()));
  3351.             yield => ($this->privates['property_info.php_doc_extractor'] ?? ($this->privates['property_info.php_doc_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\PhpDocExtractor()));
  3352.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  3353.         }, 4), new RewindableGenerator(function () {
  3354.             yield => ($this->privates['property_info.php_doc_extractor'] ?? ($this->privates['property_info.php_doc_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\PhpDocExtractor()));
  3355.         }, 1), new RewindableGenerator(function () {
  3356.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->load('getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService'));
  3357.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  3358.         }, 2), new RewindableGenerator(function () {
  3359.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  3360.         }, 1));
  3361.     }
  3362.     /**
  3363.      * Gets the private 'router.expression_language_provider' shared service.
  3364.      *
  3365.      * @return \Symfony\Component\Routing\Matcher\ExpressionLanguageProvider
  3366.      */
  3367.     protected function getRouter_ExpressionLanguageProviderService()
  3368.     {
  3369.         return $this->privates['router.expression_language_provider'] = new \Symfony\Component\Routing\Matcher\ExpressionLanguageProvider(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3370.             'env' => ['privates''container.getenv''getContainer_GetenvService'true],
  3371.         ], [
  3372.             'env' => 'Closure',
  3373.         ]));
  3374.     }
  3375.     /**
  3376.      * Gets the private 'router.request_context' shared service.
  3377.      *
  3378.      * @return \Symfony\Component\Routing\RequestContext
  3379.      */
  3380.     protected function getRouter_RequestContextService()
  3381.     {
  3382.         $this->privates['router.request_context'] = $instance \Symfony\Component\Routing\RequestContext::fromUri('''localhost''http'80443);
  3383.         $instance->setParameter('_functions', ($this->privates['router.expression_language_provider'] ?? $this->getRouter_ExpressionLanguageProviderService()));
  3384.         return $instance;
  3385.     }
  3386.     /**
  3387.      * Gets the private 'router_listener' shared service.
  3388.      *
  3389.      * @return \Symfony\Component\HttpKernel\EventListener\RouterListener
  3390.      */
  3391.     protected function getRouterListenerService()
  3392.     {
  3393.         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);
  3394.     }
  3395.     /**
  3396.      * Gets the private 'security.firewall.map' shared service.
  3397.      *
  3398.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallMap
  3399.      */
  3400.     protected function getSecurity_Firewall_MapService()
  3401.     {
  3402.         $a = ($this->privates['.service_locator.49LBLMU'] ?? $this->get_ServiceLocator_49LBLMUService());
  3403.         if (isset($this->privates['security.firewall.map'])) {
  3404.             return $this->privates['security.firewall.map'];
  3405.         }
  3406.         return $this->privates['security.firewall.map'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallMap($a, new RewindableGenerator(function () {
  3407.             yield 'security.firewall.map.context.dev' => ($this->privates['.security.request_matcher.Iy.T22O'] ?? ($this->privates['.security.request_matcher.Iy.T22O'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/(_(profiler|wdt)|css|images|js)/')));
  3408.             yield 'security.firewall.map.context.oauth_token' => ($this->privates['.security.request_matcher.Tu3voT0'] ?? ($this->privates['.security.request_matcher.Tu3voT0'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/oauth/v2/token'$this->getEnv('string:resolve:APP_ACCOUNT_SUBDOMAIN').'(\\.[\\w\\-]+)*\\.[\\w\\-]+\\.[a-z]{2,}')));
  3409.             yield 'security.firewall.map.context.api_doc' => ($this->privates['.security.request_matcher.Mt_nIwO'] ?? ($this->privates['.security.request_matcher.Mt_nIwO'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/doc'$this->getEnv('resolve:APP_API_SUBDOMAIN').'.'.$this->getEnv('string:resolve:APP_MAIN_DOMAIN'))));
  3410.             yield 'security.firewall.map.context.api' => ($this->privates['.security.request_matcher.9ndW7tU'] ?? ($this->privates['.security.request_matcher.9ndW7tU'] = new \Symfony\Component\HttpFoundation\RequestMatcher(NULL$this->getEnv('resolve:APP_API_SUBDOMAIN').'.'.$this->getEnv('string:resolve:APP_MAIN_DOMAIN'))));
  3411.             yield 'security.firewall.map.context.sync_doc' => ($this->privates['.security.request_matcher.vC7qPfY'] ?? ($this->privates['.security.request_matcher.vC7qPfY'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/doc'$this->getEnv('resolve:APP_SUPER_SYNC_SUBDOMAIN').'.'.$this->getEnv('string:resolve:APP_MAIN_DOMAIN'))));
  3412.             yield 'security.firewall.map.context.sync' => ($this->privates['.security.request_matcher.mSp20CS'] ?? ($this->privates['.security.request_matcher.mSp20CS'] = new \Symfony\Component\HttpFoundation\RequestMatcher(NULL$this->getEnv('resolve:APP_SUPER_SYNC_SUBDOMAIN').'.'.$this->getEnv('string:resolve:APP_MAIN_DOMAIN'))));
  3413.             yield 'security.firewall.map.context.internal_api' => ($this->privates['.security.request_matcher.o9KZ.LS'] ?? ($this->privates['.security.request_matcher.o9KZ.LS'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/internal_api/')));
  3414.             yield 'security.firewall.map.context.main' => NULL;
  3415.         }, 8));
  3416.     }
  3417.     /**
  3418.      * Gets the private 'security.helper' shared service.
  3419.      *
  3420.      * @return \Symfony\Component\Security\Core\Security
  3421.      */
  3422.     protected function getSecurity_HelperService()
  3423.     {
  3424.         return $this->privates['security.helper'] = new \Symfony\Component\Security\Core\Security(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3425.             'security.authorization_checker' => ['services''.container.private.security.authorization_checker''get_Container_Private_Security_AuthorizationCheckerService'false],
  3426.             'security.token_storage' => ['services''.container.private.security.token_storage''get_Container_Private_Security_TokenStorageService'false],
  3427.         ], [
  3428.             'security.authorization_checker' => '?',
  3429.             'security.token_storage' => '?',
  3430.         ]));
  3431.     }
  3432.     /**
  3433.      * Gets the private 'security.logout_url_generator' shared service.
  3434.      *
  3435.      * @return \Symfony\Component\Security\Http\Logout\LogoutUrlGenerator
  3436.      */
  3437.     protected function getSecurity_LogoutUrlGeneratorService()
  3438.     {
  3439.         $a = ($this->services['router'] ?? $this->getRouterService());
  3440.         if (isset($this->privates['security.logout_url_generator'])) {
  3441.             return $this->privates['security.logout_url_generator'];
  3442.         }
  3443.         $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())), $a, ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()));
  3444.         $instance->registerListener('main''app_logout''logout''_csrf_token'NULLNULL);
  3445.         return $instance;
  3446.     }
  3447.     /**
  3448.      * Gets the private 'security.role_hierarchy' shared service.
  3449.      *
  3450.      * @return \Symfony\Component\Security\Core\Role\RoleHierarchy
  3451.      */
  3452.     protected function getSecurity_RoleHierarchyService()
  3453.     {
  3454.         return $this->privates['security.role_hierarchy'] = new \Symfony\Component\Security\Core\Role\RoleHierarchy($this->parameters['security.role_hierarchy.roles']);
  3455.     }
  3456.     /**
  3457.      * Gets the private 'sensio_framework_extra.controller.listener' shared service.
  3458.      *
  3459.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener
  3460.      */
  3461.     protected function getSensioFrameworkExtra_Controller_ListenerService()
  3462.     {
  3463.         return $this->privates['sensio_framework_extra.controller.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  3464.     }
  3465.     /**
  3466.      * Gets the private 'sensio_framework_extra.converter.listener' shared service.
  3467.      *
  3468.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener
  3469.      */
  3470.     protected function getSensioFrameworkExtra_Converter_ListenerService()
  3471.     {
  3472.         $a = new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\ParamConverterManager();
  3473.         $a->add(new \Drosalys\Bundle\ApiBundle\Request\ParamConverter\AutoInstanceObjectParamConverter(new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\DoctrineParamConverter(($this->services['doctrine'] ?? $this->getDoctrineService()), new \Symfony\Component\ExpressionLanguage\ExpressionLanguage())), 0'doctrine.orm');
  3474.         $a->add(new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\DateTimeParamConverter(), 0'datetime');
  3475.         return $this->privates['sensio_framework_extra.converter.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener($atrue);
  3476.     }
  3477.     /**
  3478.      * Gets the private 'sensio_framework_extra.security.listener' shared service.
  3479.      *
  3480.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\SecurityListener
  3481.      */
  3482.     protected function getSensioFrameworkExtra_Security_ListenerService()
  3483.     {
  3484.         $a = ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService());
  3485.         if (isset($this->privates['sensio_framework_extra.security.listener'])) {
  3486.             return $this->privates['sensio_framework_extra.security.listener'];
  3487.         }
  3488.         return $this->privates['sensio_framework_extra.security.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\SecurityListener(($this->privates['framework_extra_bundle.argument_name_convertor'] ?? $this->getFrameworkExtraBundle_ArgumentNameConvertorService()), new \Sensio\Bundle\FrameworkExtraBundle\Security\ExpressionLanguage(), ($this->privates['security.authentication.trust_resolver'] ?? ($this->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver())), ($this->privates['security.role_hierarchy'] ?? $this->getSecurity_RoleHierarchyService()), ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), $a, ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  3489.     }
  3490.     /**
  3491.      * Gets the private 'sensio_framework_extra.view.listener' shared service.
  3492.      *
  3493.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\TemplateListener
  3494.      */
  3495.     protected function getSensioFrameworkExtra_View_ListenerService()
  3496.     {
  3497.         $this->privates['sensio_framework_extra.view.listener'] = $instance = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\TemplateListener(new \Sensio\Bundle\FrameworkExtraBundle\Templating\TemplateGuesser(($this->services['kernel'] ?? $this->get('kernel'1))));
  3498.         $instance->setContainer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3499.             'twig' => ['services''.container.private.twig''get_Container_Private_TwigService'false],
  3500.         ], [
  3501.             'twig' => '?',
  3502.         ]))->withContext('sensio_framework_extra.view.listener'$this));
  3503.         return $instance;
  3504.     }
  3505.     /**
  3506.      * Gets the private 'serializer.mapping.class_metadata_factory' shared service.
  3507.      *
  3508.      * @return \Symfony\Component\Serializer\Mapping\Factory\ClassMetadataFactory
  3509.      */
  3510.     protected function getSerializer_Mapping_ClassMetadataFactoryService()
  3511.     {
  3512.         return $this->privates['serializer.mapping.class_metadata_factory'] = new \Symfony\Component\Serializer\Mapping\Factory\ClassMetadataFactory(new \Symfony\Component\Serializer\Mapping\Loader\LoaderChain([=> new \Drosalys\Bundle\ApiBundle\Serializer\Adapter\Symfony\Mapping\Loader\AttributeLoader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService())), => new \Symfony\Component\Serializer\Mapping\Loader\YamlFileLoader((\dirname(__DIR__4).'/config/serializer/Account.User.yml')), => new \Symfony\Component\Serializer\Mapping\Loader\YamlFileLoader((\dirname(__DIR__4).'/config/serializer/Channel.Channel.yml'))]));
  3513.     }
  3514.     /**
  3515.      * Gets the private 'serializer.name_converter.metadata_aware' shared service.
  3516.      *
  3517.      * @return \Symfony\Component\Serializer\NameConverter\MetadataAwareNameConverter
  3518.      */
  3519.     protected function getSerializer_NameConverter_MetadataAwareService()
  3520.     {
  3521.         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()));
  3522.     }
  3523.     /**
  3524.      * Gets the private 'session_listener' shared service.
  3525.      *
  3526.      * @return \Symfony\Component\HttpKernel\EventListener\SessionListener
  3527.      */
  3528.     protected function getSessionListenerService()
  3529.     {
  3530.         return $this->privates['session_listener'] = new \Symfony\Component\HttpKernel\EventListener\SessionListener(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3531.             'initialized_session' => ['services''.container.private.session'NULLtrue],
  3532.             'logger' => ['privates''monolog.logger''getMonolog_LoggerService'false],
  3533.             'session' => ['services''.container.private.session''get_Container_Private_SessionService'true],
  3534.             'session_collector' => ['privates''data_collector.request.session_collector''getDataCollector_Request_SessionCollectorService'true],
  3535.             'session_factory' => ['privates''session.factory''getSession_FactoryService'true],
  3536.         ], [
  3537.             'initialized_session' => '?',
  3538.             'logger' => '?',
  3539.             'session' => '?',
  3540.             'session_collector' => '?',
  3541.             'session_factory' => '?',
  3542.         ]), true$this->parameters['session.storage.options']);
  3543.     }
  3544.     /**
  3545.      * Gets the private 'translator.default' shared service.
  3546.      *
  3547.      * @return \Symfony\Bundle\FrameworkBundle\Translation\Translator
  3548.      */
  3549.     protected function getTranslator_DefaultService()
  3550.     {
  3551.         $this->privates['translator.default'] = $instance = new \Symfony\Bundle\FrameworkBundle\Translation\Translator(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3552.             'translation.loader.csv' => ['privates''translation.loader.csv''getTranslation_Loader_CsvService'true],
  3553.             'translation.loader.dat' => ['privates''translation.loader.dat''getTranslation_Loader_DatService'true],
  3554.             'translation.loader.ini' => ['privates''translation.loader.ini''getTranslation_Loader_IniService'true],
  3555.             'translation.loader.json' => ['privates''translation.loader.json''getTranslation_Loader_JsonService'true],
  3556.             'translation.loader.mo' => ['privates''translation.loader.mo''getTranslation_Loader_MoService'true],
  3557.             'translation.loader.php' => ['privates''translation.loader.php''getTranslation_Loader_PhpService'true],
  3558.             'translation.loader.po' => ['privates''translation.loader.po''getTranslation_Loader_PoService'true],
  3559.             'translation.loader.qt' => ['privates''translation.loader.qt''getTranslation_Loader_QtService'true],
  3560.             'translation.loader.res' => ['privates''translation.loader.res''getTranslation_Loader_ResService'true],
  3561.             'translation.loader.xliff' => ['privates''translation.loader.xliff''getTranslation_Loader_XliffService'true],
  3562.             'translation.loader.yml' => ['privates''translation.loader.yml''getTranslation_Loader_YmlService'true],
  3563.         ], [
  3564.             'translation.loader.csv' => '?',
  3565.             'translation.loader.dat' => '?',
  3566.             'translation.loader.ini' => '?',
  3567.             'translation.loader.json' => '?',
  3568.             'translation.loader.mo' => '?',
  3569.             'translation.loader.php' => '?',
  3570.             'translation.loader.po' => '?',
  3571.             'translation.loader.qt' => '?',
  3572.             'translation.loader.res' => '?',
  3573.             'translation.loader.xliff' => '?',
  3574.             'translation.loader.yml' => '?',
  3575.         ]), new \Symfony\Component\Translation\Formatter\MessageFormatter(new \Symfony\Component\Translation\IdentityTranslator()), 'fr', ['translation.loader.php' => [=> 'php'], 'translation.loader.yml' => [=> 'yaml'=> 'yml'], 'translation.loader.xliff' => [=> 'xlf'=> 'xliff'], 'translation.loader.po' => [=> 'po'], 'translation.loader.mo' => [=> 'mo'], 'translation.loader.qt' => [=> 'ts'], 'translation.loader.csv' => [=> 'csv'], 'translation.loader.res' => [=> 'res'], 'translation.loader.dat' => [=> 'dat'], 'translation.loader.ini' => [=> 'ini'], 'translation.loader.json' => [=> 'json']], ['cache_dir' => ($this->targetDir.''.'/translations'), 'debug' => true'resource_files' => ['af' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.af.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.af.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.af.xlf')], 'ar' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.ar.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.ar.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.ar.xlf'), => (\dirname(__DIR__4).'/vendor/symfonycasts/verify-email-bundle/src/Resources/translations/VerifyEmailBundle.ar.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.ar.xliff')], 'az' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.az.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.az.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.az.xlf')], 'be' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.be.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.be.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.be.xlf')], 'bg' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.bg.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.bg.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.bg.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.bg.xliff')], 'bs' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.bs.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.bs.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.bs.xlf')], 'ca' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.ca.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.ca.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.ca.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.ca.xliff')], 'cs' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.cs.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.cs.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.cs.xlf'), => (\dirname(__DIR__4).'/vendor/symfonycasts/verify-email-bundle/src/Resources/translations/VerifyEmailBundle.cs.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.cs.xliff'), => (\dirname(__DIR__4).'/vendor/craue/formflow-bundle/Resources/translations/CraueFormFlowBundle.cs.yml'), => (\dirname(__DIR__4).'/vendor/craue/formflow-bundle/Resources/translations/validators.cs.yml'), => (\dirname(__DIR__4).'/vendor/spiriitlabs/form-filter-bundle/Resources/translations/SpiriitFormFilterBundle.cs.yml')], 'cy' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.cy.xlf')], 'da' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.da.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.da.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.da.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.da.xliff')], '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/symfonycasts/verify-email-bundle/src/Resources/translations/VerifyEmailBundle.de.xlf'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/oauth-server-bundle/Resources/translations/FOSOAuthServerBundle.de.yml'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.de.xliff'), => (\dirname(__DIR__4).'/vendor/craue/formflow-bundle/Resources/translations/CraueFormFlowBundle.de.yml'), => (\dirname(__DIR__4).'/vendor/craue/formflow-bundle/Resources/translations/validators.de.yml'), => (\dirname(__DIR__4).'/vendor/spiriitlabs/form-filter-bundle/Resources/translations/SpiriitFormFilterBundle.de.yml')], 'el' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.el.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.el.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.el.xlf')], 'en' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.en.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.en.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.en.xlf'), => (\dirname(__DIR__4).'/vendor/symfonycasts/verify-email-bundle/src/Resources/translations/VerifyEmailBundle.en.xlf'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/oauth-server-bundle/Resources/translations/FOSOAuthServerBundle.en.yml'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.en.xliff'), => (\dirname(__DIR__4).'/vendor/drosalys-web/form-bundle/src/Resources/translations/messages.en.yaml'), => (\dirname(__DIR__4).'/vendor/craue/formflow-bundle/Resources/translations/CraueFormFlowBundle.en.yml'), => (\dirname(__DIR__4).'/vendor/craue/formflow-bundle/Resources/translations/validators.en.yml'), => (\dirname(__DIR__4).'/vendor/spiriitlabs/form-filter-bundle/Resources/translations/SpiriitFormFilterBundle.en.yml'), 10 => (\dirname(__DIR__4).'/vendor/oneup/uploader-bundle/src/Resources/translations/OneupUploaderBundle.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/symfonycasts/verify-email-bundle/src/Resources/translations/VerifyEmailBundle.es.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.es.xliff'), => (\dirname(__DIR__4).'/vendor/craue/formflow-bundle/Resources/translations/CraueFormFlowBundle.es.yml'), => (\dirname(__DIR__4).'/vendor/craue/formflow-bundle/Resources/translations/validators.es.yml'), => (\dirname(__DIR__4).'/vendor/spiriitlabs/form-filter-bundle/Resources/translations/SpiriitFormFilterBundle.es.yml')], 'et' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.et.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.et.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.et.xlf')], 'eu' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.eu.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.eu.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.eu.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.eu.xliff')], 'fa' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.fa.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.fa.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.fa.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.fa.xliff'), => (\dirname(__DIR__4).'/vendor/craue/formflow-bundle/Resources/translations/CraueFormFlowBundle.fa.yml'), => (\dirname(__DIR__4).'/vendor/craue/formflow-bundle/Resources/translations/validators.fa.yml')], '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/symfonycasts/verify-email-bundle/src/Resources/translations/VerifyEmailBundle.fi.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.fi.xliff')], 'fr' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.fr.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.fr.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.fr.xlf'), => (\dirname(__DIR__4).'/vendor/symfonycasts/verify-email-bundle/src/Resources/translations/VerifyEmailBundle.fr.xlf'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/oauth-server-bundle/Resources/translations/FOSOAuthServerBundle.fr.yml'), => (\dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Resources/translations/NellappSDKBundle.fr.yaml'), => (\dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Resources/translations/email.fr.yaml'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.fr.xliff'), => (\dirname(__DIR__4).'/vendor/drosalys-web/form-bundle/src/Resources/translations/messages.fr.yaml'), => (\dirname(__DIR__4).'/vendor/craue/formflow-bundle/Resources/translations/CraueFormFlowBundle.fr.yml'), 10 => (\dirname(__DIR__4).'/vendor/craue/formflow-bundle/Resources/translations/validators.fr.yml'), 11 => (\dirname(__DIR__4).'/vendor/spiriitlabs/form-filter-bundle/Resources/translations/SpiriitFormFilterBundle.fr.yml'), 12 => (\dirname(__DIR__4).'/translations/NellappSDKBundle.fr.yaml'), 13 => (\dirname(__DIR__4).'/translations/OneupUploaderBundle.fr.yaml'), 14 => (\dirname(__DIR__4).'/translations/email.fr.yaml'), 15 => (\dirname(__DIR__4).'/translations/messages.fr.yaml'), 16 => (\dirname(__DIR__4).'/translations/security.fr.yaml'), 17 => (\dirname(__DIR__4).'/translations/validators.fr.yaml')], 'gl' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.gl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.gl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.gl.xlf')], 'he' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.he.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.he.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.he.xlf')], 'hr' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.hr.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.hr.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.hr.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.hr.xliff')], 'hu' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.hu.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.hu.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.hu.xlf'), => (\dirname(__DIR__4).'/vendor/symfonycasts/verify-email-bundle/src/Resources/translations/VerifyEmailBundle.hu.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.hu.xliff'), => (\dirname(__DIR__4).'/vendor/craue/formflow-bundle/Resources/translations/CraueFormFlowBundle.hu.yml'), => (\dirname(__DIR__4).'/vendor/craue/formflow-bundle/Resources/translations/validators.hu.yml'), => (\dirname(__DIR__4).'/vendor/spiriitlabs/form-filter-bundle/Resources/translations/SpiriitFormFilterBundle.hu.yml')], 'hy' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.hy.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.hy.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.hy.xlf')], 'id' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.id.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.id.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.id.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.id.xliff')], 'it' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.it.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.it.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.it.xlf'), => (\dirname(__DIR__4).'/vendor/symfonycasts/verify-email-bundle/src/Resources/translations/VerifyEmailBundle.it.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.it.xliff'), => (\dirname(__DIR__4).'/vendor/craue/formflow-bundle/Resources/translations/CraueFormFlowBundle.it.yml'), => (\dirname(__DIR__4).'/vendor/craue/formflow-bundle/Resources/translations/validators.it.yml'), => (\dirname(__DIR__4).'/vendor/spiriitlabs/form-filter-bundle/Resources/translations/SpiriitFormFilterBundle.it.yml')], 'ja' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.ja.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.ja.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.ja.xlf'), => (\dirname(__DIR__4).'/vendor/symfonycasts/verify-email-bundle/src/Resources/translations/VerifyEmailBundle.ja.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.ja.xliff')], 'lb' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.lb.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.lb.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.lb.xlf')], 'lt' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.lt.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.lt.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.lt.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.lt.xliff')], 'lv' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.lv.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.lv.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.lv.xlf')], 'mk' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.mk.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.mk.xlf')], 'mn' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.mn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.mn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.mn.xlf')], 'my' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.my.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.my.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.my.xlf')], 'nb' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.nb.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.nb.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.nb.xlf')], 'nl' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.nl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.nl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.nl.xlf'), => (\dirname(__DIR__4).'/vendor/symfonycasts/verify-email-bundle/src/Resources/translations/VerifyEmailBundle+intl-icu.nl.xlf'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/oauth-server-bundle/Resources/translations/FOSOAuthServerBundle.nl.yml'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.nl.xliff'), => (\dirname(__DIR__4).'/vendor/craue/formflow-bundle/Resources/translations/CraueFormFlowBundle.nl.yml'), => (\dirname(__DIR__4).'/vendor/craue/formflow-bundle/Resources/translations/validators.nl.yml'), => (\dirname(__DIR__4).'/vendor/spiriitlabs/form-filter-bundle/Resources/translations/SpiriitFormFilterBundle.nl.yml')], 'nn' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.nn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.nn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.nn.xlf')], 'no' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.no.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.no.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.no.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.no.xliff')], 'pl' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.pl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.pl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.pl.xlf'), => (\dirname(__DIR__4).'/vendor/symfonycasts/verify-email-bundle/src/Resources/translations/VerifyEmailBundle.pl.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.pl.xliff'), => (\dirname(__DIR__4).'/vendor/craue/formflow-bundle/Resources/translations/CraueFormFlowBundle.pl.yml'), => (\dirname(__DIR__4).'/vendor/craue/formflow-bundle/Resources/translations/validators.pl.yml'), => (\dirname(__DIR__4).'/vendor/spiriitlabs/form-filter-bundle/Resources/translations/SpiriitFormFilterBundle.pl.yml')], 'pt' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.pt.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.pt.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.pt.xlf'), => (\dirname(__DIR__4).'/vendor/symfonycasts/verify-email-bundle/src/Resources/translations/VerifyEmailBundle.pt.xlf')], 'pt_BR' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.pt_BR.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.pt_BR.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.pt_BR.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.pt_BR.xliff'), => (\dirname(__DIR__4).'/vendor/craue/formflow-bundle/Resources/translations/CraueFormFlowBundle.pt_BR.yml'), => (\dirname(__DIR__4).'/vendor/craue/formflow-bundle/Resources/translations/validators.pt_BR.yml'), => (\dirname(__DIR__4).'/vendor/spiriitlabs/form-filter-bundle/Resources/translations/SpiriitFormFilterBundle.pt_BR.yml')], 'ro' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.ro.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.ro.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.ro.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.ro.xliff')], 'ru' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.ru.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.ru.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.ru.xlf'), => (\dirname(__DIR__4).'/vendor/symfonycasts/verify-email-bundle/src/Resources/translations/VerifyEmailBundle.ru.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.ru.xliff'), => (\dirname(__DIR__4).'/vendor/craue/formflow-bundle/Resources/translations/CraueFormFlowBundle.ru.yml'), => (\dirname(__DIR__4).'/vendor/craue/formflow-bundle/Resources/translations/validators.ru.yml'), => (\dirname(__DIR__4).'/vendor/spiriitlabs/form-filter-bundle/Resources/translations/SpiriitFormFilterBundle.ru.yml')], 'sk' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sk.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.sk.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sk.xlf'), => (\dirname(__DIR__4).'/vendor/craue/formflow-bundle/Resources/translations/CraueFormFlowBundle.sk.yml'), => (\dirname(__DIR__4).'/vendor/craue/formflow-bundle/Resources/translations/validators.sk.yml'), => (\dirname(__DIR__4).'/vendor/spiriitlabs/form-filter-bundle/Resources/translations/SpiriitFormFilterBundle.sk.yml')], 'sl' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.sl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sl.xlf'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/oauth-server-bundle/Resources/translations/FOSOAuthServerBundle.sl.yml')], 'sq' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sq.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.sq.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sq.xlf')], 'sr_Cyrl' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sr_Cyrl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.sr_Cyrl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sr_Cyrl.xlf')], 'sr_Latn' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sr_Latn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.sr_Latn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sr_Latn.xlf')], 'sv' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sv.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.sv.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sv.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.sv.xliff')], 'th' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.th.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.th.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.th.xlf')], 'tl' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.tl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.tl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.tl.xlf')], 'tr' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.tr.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.tr.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.tr.xlf'), => (\dirname(__DIR__4).'/vendor/symfonycasts/verify-email-bundle/src/Resources/translations/VerifyEmailBundle.tr.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.tr.xliff')], 'uk' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.uk.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.uk.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.uk.xlf'), => (\dirname(__DIR__4).'/vendor/symfonycasts/verify-email-bundle/src/Resources/translations/VerifyEmailBundle.uk.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.uk.xliff'), => (\dirname(__DIR__4).'/vendor/craue/formflow-bundle/Resources/translations/CraueFormFlowBundle.uk.yml'), => (\dirname(__DIR__4).'/vendor/craue/formflow-bundle/Resources/translations/validators.uk.yml')], 'ur' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.ur.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.ur.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.ur.xlf')], 'uz' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.uz.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.uz.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.uz.xlf')], 'vi' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.vi.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.vi.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.vi.xlf')], 'zh_CN' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.zh_CN.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.zh_CN.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.zh_CN.xlf'), => (\dirname(__DIR__4).'/vendor/craue/formflow-bundle/Resources/translations/CraueFormFlowBundle.zh_CN.yml'), => (\dirname(__DIR__4).'/vendor/craue/formflow-bundle/Resources/translations/validators.zh_CN.yml')], '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/craue/formflow-bundle/Resources/translations/CraueFormFlowBundle.zh_TW.yml'), => (\dirname(__DIR__4).'/vendor/craue/formflow-bundle/Resources/translations/validators.zh_TW.yml')], 'sr' => [=> (\dirname(__DIR__4).'/vendor/symfonycasts/verify-email-bundle/src/Resources/translations/VerifyEmailBundle.sr.xlf')], 'ky' => [=> (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.ky.xliff')], 'sw' => [=> (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.sw.xliff')], 'ua' => [=> (\dirname(__DIR__4).'/vendor/spiriitlabs/form-filter-bundle/Resources/translations/SpiriitFormFilterBundle.ua.yml')]], 'scanned_directories' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations'), => (\dirname(__DIR__4).'/vendor/symfonycasts/verify-email-bundle/src/Resources/translations'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/oauth-server-bundle/Resources/translations'), => (\dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Resources/translations'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations'), => (\dirname(__DIR__4).'/vendor/drosalys-web/form-bundle/src/Resources/translations'), => (\dirname(__DIR__4).'/vendor/craue/formflow-bundle/Resources/translations'), => (\dirname(__DIR__4).'/vendor/spiriitlabs/form-filter-bundle/Resources/translations'), 10 => (\dirname(__DIR__4).'/vendor/oneup/uploader-bundle/src/Resources/translations'), 11 => (\dirname(__DIR__4).'/translations'), 12 => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle/translations'), 13 => (\dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/translations'), 14 => (\dirname(__DIR__4).'/vendor/symfony/twig-bundle/translations'), 15 => (\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/translations'), 16 => (\dirname(__DIR__4).'/vendor/symfony/monolog-bundle/translations'), 17 => (\dirname(__DIR__4).'/vendor/symfony/debug-bundle/translations'), 18 => (\dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/translations'), 19 => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/translations'), 20 => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/translations'), 21 => (\dirname(__DIR__4).'/vendor/symfony/security-bundle/translations'), 22 => (\dirname(__DIR__4).'/vendor/twig/extra-bundle/translations'), 23 => (\dirname(__DIR__4).'/vendor/drosalys-web/object-extensions/src/Bridge/Symfony/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).'/vendor/drosalys-web/string-extensions/src/Bridge/Symfony/translations'), 28 => (\dirname(__DIR__4).'/vendor/drosalys-web/doctrine-extensions/src/Bridge/Symfony/translations'), 29 => (\dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/translations'), 30 => (\dirname(__DIR__4).'/vendor/jms/serializer-bundle/translations'), 31 => (\dirname(__DIR__4).'/vendor/drosalys/api-bundle/src/translations'), 32 => (\dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/translations'), 33 => (\dirname(__DIR__4).'/vendor/knplabs/knp-menu-bundle/src/translations'), 34 => (\dirname(__DIR__4).'/vendor/liip/imagine-bundle/translations'), 35 => (\dirname(__DIR__4).'/vendor/willdurand/js-translation-bundle/translations'), 36 => (\dirname(__DIR__4).'/vendor/karser/karser-recaptcha3-bundle/translations'), 37 => (\dirname(__DIR__4).'/vendor/oneup/flysystem-bundle/src/translations'), 38 => (\dirname(__DIR__4).'/vendor/symfony/ux-twig-component/translations'), 39 => (\dirname(__DIR__4).'/vendor/nelmio/cors-bundle/translations'), 40 => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-fixtures-bundle/translations'), 41 => (\dirname(__DIR__4).'/vendor/zenstruck/foundry/src/translations')], 'cache_vary' => ['scanned_directories' => [=> 'vendor/symfony/validator/Resources/translations'=> 'vendor/symfony/form/Resources/translations'=> 'vendor/symfony/security-core/Resources/translations'=> 'vendor/symfonycasts/verify-email-bundle/src/Resources/translations'=> 'vendor/friendsofsymfony/oauth-server-bundle/Resources/translations'=> 'vendor/nellapp/sdk-bundle/src/Resources/translations'=> 'vendor/knplabs/knp-paginator-bundle/translations'=> 'vendor/drosalys-web/form-bundle/src/Resources/translations'=> 'vendor/craue/formflow-bundle/Resources/translations'=> 'vendor/spiriitlabs/form-filter-bundle/Resources/translations'10 => 'vendor/oneup/uploader-bundle/src/Resources/translations'11 => 'translations'12 => 'vendor/symfony/framework-bundle/translations'13 => 'vendor/sensio/framework-extra-bundle/src/translations'14 => 'vendor/symfony/twig-bundle/translations'15 => 'vendor/symfony/web-profiler-bundle/translations'16 => 'vendor/symfony/monolog-bundle/translations'17 => 'vendor/symfony/debug-bundle/translations'18 => 'vendor/symfony/maker-bundle/src/translations'19 => 'vendor/doctrine/doctrine-bundle/translations'20 => 'vendor/doctrine/doctrine-migrations-bundle/translations'21 => 'vendor/symfony/security-bundle/translations'22 => 'vendor/twig/extra-bundle/translations'23 => 'vendor/drosalys-web/object-extensions/src/Bridge/Symfony/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 => 'vendor/drosalys-web/string-extensions/src/Bridge/Symfony/translations'28 => 'vendor/drosalys-web/doctrine-extensions/src/Bridge/Symfony/translations'29 => 'vendor/nelmio/api-doc-bundle/translations'30 => 'vendor/jms/serializer-bundle/translations'31 => 'vendor/drosalys/api-bundle/src/translations'32 => 'vendor/symfony/webpack-encore-bundle/src/translations'33 => 'vendor/knplabs/knp-menu-bundle/src/translations'34 => 'vendor/liip/imagine-bundle/translations'35 => 'vendor/willdurand/js-translation-bundle/translations'36 => 'vendor/karser/karser-recaptcha3-bundle/translations'37 => 'vendor/oneup/flysystem-bundle/src/translations'38 => 'vendor/symfony/ux-twig-component/translations'39 => 'vendor/nelmio/cors-bundle/translations'40 => 'vendor/doctrine/doctrine-fixtures-bundle/translations'41 => 'vendor/zenstruck/foundry/src/translations']]], []);
  3576.         $instance->setConfigCacheFactory(($this->privates['config_cache_factory'] ?? $this->getConfigCacheFactoryService()));
  3577.         $instance->setFallbackLocales([=> 'fr']);
  3578.         return $instance;
  3579.     }
  3580.     /**
  3581.      * Gets the private 'validator.builder' shared service.
  3582.      *
  3583.      * @return \Symfony\Component\Validator\ValidatorBuilder
  3584.      */
  3585.     protected function getValidator_BuilderService()
  3586.     {
  3587.         $this->privates['validator.builder'] = $instance \Symfony\Component\Validator\Validation::createValidatorBuilder();
  3588.         $a = ($this->privates['property_info'] ?? $this->getPropertyInfoService());
  3589.         $instance->setConstraintValidatorFactory(new \Symfony\Component\Validator\ContainerConstraintValidatorFactory(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3590.             'App\\Validator\\Constraints\\AbstractCursusConstraintValidator' => ['privates''App\\Validator\\Constraints\\AbstractCursusConstraintValidator''getAbstractCursusConstraintValidatorService'true],
  3591.             'App\\Validator\\Constraints\\ChannelLicensesConstraintValidator' => ['privates''App\\Validator\\Constraints\\ChannelLicensesConstraintValidator''getChannelLicensesConstraintValidatorService'true],
  3592.             'App\\Validator\\Constraints\\CustomViewChannelCountUserConstraintValidator' => ['privates''App\\Validator\\Constraints\\CustomViewChannelCountUserConstraintValidator''getCustomViewChannelCountUserConstraintValidatorService'true],
  3593.             'App\\Validator\\Constraints\\CustomViewCountUserConstraintValidator' => ['privates''App\\Validator\\Constraints\\CustomViewCountUserConstraintValidator''getCustomViewCountUserConstraintValidatorService'true],
  3594.             'App\\Validator\\Constraints\\DateWithinIntervalOfValidator' => ['privates''App\\Validator\\Constraints\\DateWithinIntervalOfValidator''getDateWithinIntervalOfValidatorService'true],
  3595.             'App\\Validator\\Constraints\\DomainResolutionConstraintValidator' => ['privates''App\\Validator\\Constraints\\DomainResolutionConstraintValidator''getDomainResolutionConstraintValidatorService'true],
  3596.             'App\\Validator\\Constraints\\LicenseEmbeddableConstraintValidator' => ['privates''App\\Validator\\Constraints\\LicenseEmbeddableConstraintValidator''getLicenseEmbeddableConstraintValidatorService'true],
  3597.             'Karser\\Recaptcha3Bundle\\Validator\\Constraints\\Recaptcha3Validator' => ['privates''karser_recaptcha3.validator''getKarserRecaptcha3_ValidatorService'true],
  3598.             'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator' => ['privates''doctrine.orm.validator.unique''getDoctrine_Orm_Validator_UniqueService'true],
  3599.             'Symfony\\Component\\Security\\Core\\Validator\\Constraints\\UserPasswordValidator' => ['privates''security.validator.user_password''getSecurity_Validator_UserPasswordService'true],
  3600.             'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => ['privates''validator.email''getValidator_EmailService'true],
  3601.             'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => ['privates''validator.expression''getValidator_ExpressionService'true],
  3602.             'Symfony\\Component\\Validator\\Constraints\\NotCompromisedPasswordValidator' => ['privates''validator.not_compromised_password''getValidator_NotCompromisedPasswordService'true],
  3603.             'doctrine.orm.validator.unique' => ['privates''doctrine.orm.validator.unique''getDoctrine_Orm_Validator_UniqueService'true],
  3604.             'karser_recaptcha3_validator' => ['privates''karser_recaptcha3.validator''getKarserRecaptcha3_ValidatorService'true],
  3605.             'security.validator.user_password' => ['privates''security.validator.user_password''getSecurity_Validator_UserPasswordService'true],
  3606.             'validator.expression' => ['privates''validator.expression''getValidator_ExpressionService'true],
  3607.         ], [
  3608.             'App\\Validator\\Constraints\\AbstractCursusConstraintValidator' => '?',
  3609.             'App\\Validator\\Constraints\\ChannelLicensesConstraintValidator' => '?',
  3610.             'App\\Validator\\Constraints\\CustomViewChannelCountUserConstraintValidator' => '?',
  3611.             'App\\Validator\\Constraints\\CustomViewCountUserConstraintValidator' => '?',
  3612.             'App\\Validator\\Constraints\\DateWithinIntervalOfValidator' => '?',
  3613.             'App\\Validator\\Constraints\\DomainResolutionConstraintValidator' => '?',
  3614.             'App\\Validator\\Constraints\\LicenseEmbeddableConstraintValidator' => '?',
  3615.             'Karser\\Recaptcha3Bundle\\Validator\\Constraints\\Recaptcha3Validator' => '?',
  3616.             'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator' => '?',
  3617.             'Symfony\\Component\\Security\\Core\\Validator\\Constraints\\UserPasswordValidator' => '?',
  3618.             'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => '?',
  3619.             'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => '?',
  3620.             'Symfony\\Component\\Validator\\Constraints\\NotCompromisedPasswordValidator' => '?',
  3621.             'doctrine.orm.validator.unique' => '?',
  3622.             'karser_recaptcha3_validator' => '?',
  3623.             'security.validator.user_password' => '?',
  3624.             'validator.expression' => '?',
  3625.         ])));
  3626.         if ($this->has('translator')) {
  3627.             $instance->setTranslator(($this->services['translator'] ?? $this->getTranslatorService()));
  3628.         }
  3629.         $instance->setTranslationDomain('validators');
  3630.         $instance->addXmlMappings([=> (\dirname(__DIR__4).'/vendor/symfony/form/Resources/config/validation.xml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/oauth-server-bundle/Resources/config/validation.xml')]);
  3631.         $instance->enableAnnotationMapping(true);
  3632.         $instance->setDoctrineAnnotationReader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  3633.         $instance->addMethodMapping('loadValidatorMetadata');
  3634.         $instance->addObjectInitializers([=> new \Symfony\Bridge\Doctrine\Validator\DoctrineInitializer(($this->services['doctrine'] ?? $this->getDoctrineService()))]);
  3635.         $instance->addLoader(new \Symfony\Component\Validator\Mapping\Loader\PropertyInfoLoader($a$a$aNULL));
  3636.         $instance->addLoader(new \Symfony\Bridge\Doctrine\Validator\DoctrineLoader(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), NULL));
  3637.         return $instance;
  3638.     }
  3639.     /**
  3640.      * Gets the private 'var_dumper.html_dumper' shared service.
  3641.      *
  3642.      * @return \Symfony\Component\VarDumper\Dumper\HtmlDumper
  3643.      */
  3644.     protected function getVarDumper_HtmlDumperService()
  3645.     {
  3646.         $this->privates['var_dumper.html_dumper'] = $instance = new \Symfony\Component\VarDumper\Dumper\HtmlDumper(NULL'UTF-8'0);
  3647.         $instance->setDisplayOptions(['fileLinkFormat' => ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService())]);
  3648.         return $instance;
  3649.     }
  3650.     /**
  3651.      * Gets the private 'var_dumper.server_connection' shared service.
  3652.      *
  3653.      * @return \Symfony\Component\VarDumper\Server\Connection
  3654.      */
  3655.     protected function getVarDumper_ServerConnectionService()
  3656.     {
  3657.         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()]);
  3658.     }
  3659.     /**
  3660.      * Gets the private 'web_profiler.csp.handler' shared service.
  3661.      *
  3662.      * @return \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler
  3663.      */
  3664.     protected function getWebProfiler_Csp_HandlerService()
  3665.     {
  3666.         return $this->privates['web_profiler.csp.handler'] = new \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler(new \Symfony\Bundle\WebProfilerBundle\Csp\NonceGenerator());
  3667.     }
  3668.     /**
  3669.      * Gets the private 'web_profiler.debug_toolbar' shared service.
  3670.      *
  3671.      * @return \Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener
  3672.      */
  3673.     protected function getWebProfiler_DebugToolbarService()
  3674.     {
  3675.         $a = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  3676.         if (isset($this->privates['web_profiler.debug_toolbar'])) {
  3677.             return $this->privates['web_profiler.debug_toolbar'];
  3678.         }
  3679.         return $this->privates['web_profiler.debug_toolbar'] = new \Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener($afalse2, ($this->services['router'] ?? $this->getRouterService()), '^/((index|app(_[\\w]+)?)\\.php/)?_wdt', ($this->privates['web_profiler.csp.handler'] ?? $this->getWebProfiler_Csp_HandlerService()), ($this->services['data_collector.dump'] ?? $this->getDataCollector_DumpService()));
  3680.     }
  3681.     /**
  3682.      * Gets the private 'webpack_encore.entrypoint_lookup_collection' shared service.
  3683.      *
  3684.      * @return \Symfony\WebpackEncoreBundle\Asset\EntrypointLookupCollection
  3685.      */
  3686.     protected function getWebpackEncore_EntrypointLookupCollectionService()
  3687.     {
  3688.         return $this->privates['webpack_encore.entrypoint_lookup_collection'] = new \Symfony\WebpackEncoreBundle\Asset\EntrypointLookupCollection(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3689.             'account' => ['privates''webpack_encore.entrypoint_lookup[account]''getWebpackEncore_EntrypointLookupaccountService'true],
  3690.             'admin' => ['privates''webpack_encore.entrypoint_lookup[admin]''getWebpackEncore_EntrypointLookupadminService'true],
  3691.             'core' => ['privates''webpack_encore.entrypoint_lookup[core]''getWebpackEncore_EntrypointLookupcoreService'true],
  3692.             'super_admin' => ['privates''webpack_encore.entrypoint_lookup[super_admin]''getWebpackEncore_EntrypointLookupsuperAdminService'true],
  3693.         ], [
  3694.             'account' => '?',
  3695.             'admin' => '?',
  3696.             'core' => '?',
  3697.             'super_admin' => '?',
  3698.         ]));
  3699.     }
  3700.     /**
  3701.      * Gets the private 'webpack_encore.preload_assets_event_listener' shared service.
  3702.      *
  3703.      * @return \Symfony\WebpackEncoreBundle\EventListener\PreLoadAssetsEventListener
  3704.      */
  3705.     protected function getWebpackEncore_PreloadAssetsEventListenerService()
  3706.     {
  3707.         $a = ($this->privates['webpack_encore.tag_renderer'] ?? $this->getWebpackEncore_TagRendererService());
  3708.         if (isset($this->privates['webpack_encore.preload_assets_event_listener'])) {
  3709.             return $this->privates['webpack_encore.preload_assets_event_listener'];
  3710.         }
  3711.         return $this->privates['webpack_encore.preload_assets_event_listener'] = new \Symfony\WebpackEncoreBundle\EventListener\PreLoadAssetsEventListener($a);
  3712.     }
  3713.     /**
  3714.      * Gets the private 'webpack_encore.tag_renderer' shared service.
  3715.      *
  3716.      * @return \Symfony\WebpackEncoreBundle\Asset\TagRenderer
  3717.      */
  3718.     protected function getWebpackEncore_TagRendererService()
  3719.     {
  3720.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  3721.         if (isset($this->privates['webpack_encore.tag_renderer'])) {
  3722.             return $this->privates['webpack_encore.tag_renderer'];
  3723.         }
  3724.         return $this->privates['webpack_encore.tag_renderer'] = new \Symfony\WebpackEncoreBundle\Asset\TagRenderer(($this->privates['webpack_encore.entrypoint_lookup_collection'] ?? $this->getWebpackEncore_EntrypointLookupCollectionService()), ($this->privates['assets.packages'] ?? $this->getAssets_PackagesService()), [], ['defer' => true], [], $a);
  3725.     }
  3726.     /**
  3727.      * Gets the public 'cache_clearer' alias.
  3728.      *
  3729.      * @return object The ".container.private.cache_clearer" service.
  3730.      */
  3731.     protected function getCacheClearerService()
  3732.     {
  3733.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "cache_clearer" service directly from the container is deprecated, use dependency injection instead.');
  3734.         return $this->get('.container.private.cache_clearer');
  3735.     }
  3736.     /**
  3737.      * Gets the public 'filesystem' alias.
  3738.      *
  3739.      * @return object The ".container.private.filesystem" service.
  3740.      */
  3741.     protected function getFilesystemService()
  3742.     {
  3743.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "filesystem" service directly from the container is deprecated, use dependency injection instead.');
  3744.         return $this->get('.container.private.filesystem');
  3745.     }
  3746.     /**
  3747.      * Gets the public 'serializer' alias.
  3748.      *
  3749.      * @return object The ".container.private.serializer" service.
  3750.      */
  3751.     protected function getSerializerService()
  3752.     {
  3753.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "serializer" service directly from the container is deprecated, use dependency injection instead.');
  3754.         return $this->get('.container.private.serializer');
  3755.     }
  3756.     /**
  3757.      * Gets the public 'security.csrf.token_manager' alias.
  3758.      *
  3759.      * @return object The ".container.private.security.csrf.token_manager" service.
  3760.      */
  3761.     protected function getSecurity_Csrf_TokenManagerService()
  3762.     {
  3763.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "security.csrf.token_manager" service directly from the container is deprecated, use dependency injection instead.');
  3764.         return $this->get('.container.private.security.csrf.token_manager');
  3765.     }
  3766.     /**
  3767.      * Gets the public 'form.factory' alias.
  3768.      *
  3769.      * @return object The ".container.private.form.factory" service.
  3770.      */
  3771.     protected function getForm_FactoryService()
  3772.     {
  3773.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "form.factory" service directly from the container is deprecated, use dependency injection instead.');
  3774.         return $this->get('.container.private.form.factory');
  3775.     }
  3776.     /**
  3777.      * Gets the public 'form.type.file' alias.
  3778.      *
  3779.      * @return object The ".container.private.form.type.file" service.
  3780.      */
  3781.     protected function getForm_Type_FileService()
  3782.     {
  3783.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "form.type.file" service directly from the container is deprecated, use dependency injection instead.');
  3784.         return $this->get('.container.private.form.type.file');
  3785.     }
  3786.     /**
  3787.      * Gets the public 'profiler' alias.
  3788.      *
  3789.      * @return object The ".container.private.profiler" service.
  3790.      */
  3791.     protected function getProfilerService()
  3792.     {
  3793.         trigger_deprecation('symfony/framework-bundle''5.4''Accessing the "profiler" service directly from the container is deprecated, use dependency injection instead.');
  3794.         return $this->get('.container.private.profiler');
  3795.     }
  3796.     /**
  3797.      * Gets the public 'twig' alias.
  3798.      *
  3799.      * @return object The ".container.private.twig" service.
  3800.      */
  3801.     protected function getTwigService()
  3802.     {
  3803.         trigger_deprecation('symfony/twig-bundle''5.2''Accessing the "twig" service directly from the container is deprecated, use dependency injection instead.');
  3804.         return $this->get('.container.private.twig');
  3805.     }
  3806.     /**
  3807.      * Gets the public 'security.authorization_checker' alias.
  3808.      *
  3809.      * @return object The ".container.private.security.authorization_checker" service.
  3810.      */
  3811.     protected function getSecurity_AuthorizationCheckerService()
  3812.     {
  3813.         trigger_deprecation('symfony/security-bundle''5.3''Accessing the "security.authorization_checker" service directly from the container is deprecated, use dependency injection instead.');
  3814.         return $this->get('.container.private.security.authorization_checker');
  3815.     }
  3816.     /**
  3817.      * Gets the public 'security.token_storage' alias.
  3818.      *
  3819.      * @return object The ".container.private.security.token_storage" service.
  3820.      */
  3821.     protected function getSecurity_TokenStorageService()
  3822.     {
  3823.         trigger_deprecation('symfony/security-bundle''5.3''Accessing the "security.token_storage" service directly from the container is deprecated, use dependency injection instead.');
  3824.         return $this->get('.container.private.security.token_storage');
  3825.     }
  3826.     /**
  3827.      * Gets the public 'security.password_encoder' alias.
  3828.      *
  3829.      * @return object The ".container.private.security.password_encoder" service.
  3830.      */
  3831.     protected function getSecurity_PasswordEncoderService()
  3832.     {
  3833.         trigger_deprecation('symfony/security-bundle''5.3''Accessing the "security.password_encoder" service directly from the container is deprecated, use dependency injection instead.');
  3834.         return $this->get('.container.private.security.password_encoder');
  3835.     }
  3836.     /**
  3837.      * Gets the public 'session' alias.
  3838.      *
  3839.      * @return object The ".container.private.session" service.
  3840.      */
  3841.     protected function getSessionService()
  3842.     {
  3843.         trigger_deprecation('symfony/framework-bundle''5.3''Accessing the "session" service directly from the container is deprecated, use dependency injection instead.');
  3844.         return $this->get('.container.private.session');
  3845.     }
  3846.     /**
  3847.      * Gets the public 'validator' alias.
  3848.      *
  3849.      * @return object The ".container.private.validator" service.
  3850.      */
  3851.     protected function getValidatorService()
  3852.     {
  3853.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "validator" service directly from the container is deprecated, use dependency injection instead.');
  3854.         return $this->get('.container.private.validator');
  3855.     }
  3856.     /**
  3857.      * @return array|bool|float|int|string|\UnitEnum|null
  3858.      */
  3859.     public function getParameter(string $name)
  3860.     {
  3861.         if (isset($this->buildParameters[$name])) {
  3862.             return $this->buildParameters[$name];
  3863.         }
  3864.         if (!(isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || \array_key_exists($name$this->parameters))) {
  3865.             throw new InvalidArgumentException(sprintf('The parameter "%s" must be defined.'$name));
  3866.         }
  3867.         if (isset($this->loadedDynamicParameters[$name])) {
  3868.             return $this->loadedDynamicParameters[$name] ? $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
  3869.         }
  3870.         return $this->parameters[$name];
  3871.     }
  3872.     public function hasParameter(string $name): bool
  3873.     {
  3874.         if (isset($this->buildParameters[$name])) {
  3875.             return true;
  3876.         }
  3877.         return isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || \array_key_exists($name$this->parameters);
  3878.     }
  3879.     public function setParameter(string $name$value): void
  3880.     {
  3881.         throw new LogicException('Impossible to call set() on a frozen ParameterBag.');
  3882.     }
  3883.     public function getParameterBag(): ParameterBagInterface
  3884.     {
  3885.         if (null === $this->parameterBag) {
  3886.             $parameters $this->parameters;
  3887.             foreach ($this->loadedDynamicParameters as $name => $loaded) {
  3888.                 $parameters[$name] = $loaded $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
  3889.             }
  3890.             foreach ($this->buildParameters as $name => $value) {
  3891.                 $parameters[$name] = $value;
  3892.             }
  3893.             $this->parameterBag = new FrozenParameterBag($parameters);
  3894.         }
  3895.         return $this->parameterBag;
  3896.     }
  3897.     private $loadedDynamicParameters = [
  3898.         'kernel.runtime_environment' => false,
  3899.         'kernel.build_dir' => false,
  3900.         'kernel.cache_dir' => false,
  3901.         'app_secret' => false,
  3902.         'app_account_subdomain' => false,
  3903.         'app_admin_subdomain' => false,
  3904.         'app_api_subdomain' => false,
  3905.         'app_super_admin_subdomain' => false,
  3906.         'app_commercial_subdomain' => false,
  3907.         'app_sync_subdomain' => false,
  3908.         'app_main_domain' => false,
  3909.         'app_account_domain' => false,
  3910.         'app_admin_domain' => false,
  3911.         'app_api_domain' => false,
  3912.         'app_super_admin_domain' => false,
  3913.         'app_commercial_domain' => false,
  3914.         'app_sync_domain' => false,
  3915.         'array_domains' => false,
  3916.         'caddy_file_path' => false,
  3917.         'allowed_domain_ips' => false,
  3918.         'core_host_docker' => false,
  3919.         'e_learning_host_docker' => false,
  3920.         'npm_host_docker' => false,
  3921.         'nim_host_docker' => false,
  3922.         'tls_docker' => false,
  3923.         'project_environment_containers' => false,
  3924.         'encryption_key' => false,
  3925.         'google.credentials_json' => false,
  3926.         'kernel.secret' => false,
  3927.         'kernel.trusted_hosts' => false,
  3928.         'kernel.trusted_proxies' => false,
  3929.         'debug.container.dump' => false,
  3930.         'serializer.mapping.cache.file' => false,
  3931.         'session.save_path' => false,
  3932.         'validator.mapping.cache.file' => false,
  3933.         'profiler.storage.dsn' => false,
  3934.         'doctrine.orm.proxy_dir' => false,
  3935.         'nellapp_sdk.api_internal.secret' => false,
  3936.         'nellapp_sdk.routing.default_domain' => false,
  3937.         'nellapp_sdk.template_header.search_deactivated_domain' => false,
  3938.         'nellapp_sdk.google.drive_id' => false,
  3939.         'nellapp_sdk.google.protected_emails' => false,
  3940.         'karser_recaptcha3.site_key' => false,
  3941.         'karser_recaptcha3.secret_key' => false,
  3942.         'oneup_uploader.chunks' => false,
  3943.         'oneup_uploader.orphanage' => false,
  3944.         'oneup_uploader.config' => false,
  3945.         'nelmio_cors.defaults' => false,
  3946.     ];
  3947.     private $dynamicParameters = [];
  3948.     private function getDynamicParameter(string $name)
  3949.     {
  3950.         switch ($name) {
  3951.             case 'kernel.runtime_environment'$value $this->getEnv('default:kernel.environment:APP_RUNTIME_ENV'); break;
  3952.             case 'kernel.build_dir'$value $this->targetDir.''; break;
  3953.             case 'kernel.cache_dir'$value $this->targetDir.''; break;
  3954.             case 'app_secret'$value $this->getEnv('APP_SECRET'); break;
  3955.             case 'app_account_subdomain'$value $this->getEnv('resolve:APP_ACCOUNT_SUBDOMAIN'); break;
  3956.             case 'app_admin_subdomain'$value $this->getEnv('resolve:APP_ADMIN_SUBDOMAIN'); break;
  3957.             case 'app_api_subdomain'$value $this->getEnv('resolve:APP_API_SUBDOMAIN'); break;
  3958.             case 'app_super_admin_subdomain'$value $this->getEnv('resolve:APP_SUPER_ADMIN_SUBDOMAIN'); break;
  3959.             case 'app_commercial_subdomain'$value $this->getEnv('resolve:APP_COMMERCIAL_SUBDOMAIN'); break;
  3960.             case 'app_sync_subdomain'$value $this->getEnv('resolve:APP_SUPER_SYNC_SUBDOMAIN'); break;
  3961.             case 'app_main_domain'$value $this->getEnv('resolve:APP_MAIN_DOMAIN'); break;
  3962.             case 'app_account_domain'$value $this->getEnv('string:resolve:APP_ACCOUNT_SUBDOMAIN').'(\\.[\\w\\-]+)*\\.[\\w\\-]+\\.[a-z]{2,}'; break;
  3963.             case 'app_admin_domain'$value $this->getEnv('string:resolve:APP_ADMIN_SUBDOMAIN').'(\\.[\\w\\-]+)*\\.[\\w\\-]+\\.[a-z]{2,}'; break;
  3964.             case 'app_api_domain'$value $this->getEnv('resolve:APP_API_SUBDOMAIN').'.'.$this->getEnv('string:resolve:APP_MAIN_DOMAIN'); break;
  3965.             case 'app_super_admin_domain'$value $this->getEnv('resolve:APP_SUPER_ADMIN_SUBDOMAIN').'.'.$this->getEnv('string:resolve:APP_MAIN_DOMAIN'); break;
  3966.             case 'app_commercial_domain'$value $this->getEnv('resolve:APP_COMMERCIAL_SUBDOMAIN').'.'.$this->getEnv('string:resolve:APP_MAIN_DOMAIN'); break;
  3967.             case 'app_sync_domain'$value $this->getEnv('resolve:APP_SUPER_SYNC_SUBDOMAIN').'.'.$this->getEnv('string:resolve:APP_MAIN_DOMAIN'); break;
  3968.             case 'array_domains'$value = [
  3969.                 => '^'.$this->getEnv('string:resolve:APP_ACCOUNT_SUBDOMAIN').'(\\.[\\w\\-]+)*\\.[\\w\\-]+\\.[a-z]{2,}$',
  3970.                 => '^'.$this->getEnv('string:resolve:APP_ADMIN_SUBDOMAIN').'(\\.[\\w\\-]+)*\\.[\\w\\-]+\\.[a-z]{2,}$',
  3971.                 => $this->getEnv('resolve:APP_API_SUBDOMAIN').'.'.$this->getEnv('string:resolve:APP_MAIN_DOMAIN'),
  3972.                 => $this->getEnv('resolve:APP_SUPER_ADMIN_SUBDOMAIN').'.'.$this->getEnv('string:resolve:APP_MAIN_DOMAIN'),
  3973.                 => $this->getEnv('resolve:APP_COMMERCIAL_SUBDOMAIN').'.'.$this->getEnv('string:resolve:APP_MAIN_DOMAIN'),
  3974.                 => $this->getEnv('resolve:APP_SUPER_SYNC_SUBDOMAIN').'.'.$this->getEnv('string:resolve:APP_MAIN_DOMAIN'),
  3975.             ]; break;
  3976.             case 'caddy_file_path'$value $this->getEnv('resolve:CADDY_FILE_PATH'); break;
  3977.             case 'allowed_domain_ips'$value $this->getEnv('resolve:ALLOWED_DOMAIN_IPS'); break;
  3978.             case 'core_host_docker'$value $this->getEnv('resolve:CORE_DOCKER_HOST'); break;
  3979.             case 'e_learning_host_docker'$value $this->getEnv('resolve:E_LEARNING_DOCKER_HOST'); break;
  3980.             case 'npm_host_docker'$value $this->getEnv('resolve:NPM_DOCKER_HOST'); break;
  3981.             case 'nim_host_docker'$value $this->getEnv('resolve:NIM_DOCKER_HOST'); break;
  3982.             case 'tls_docker'$value $this->getEnv('resolve:TLS_DOCKER'); break;
  3983.             case 'project_environment_containers'$value $this->getEnv('resolve:PROJECT_ENVIRONMENT_CONTAINERS'); break;
  3984.             case 'encryption_key'$value $this->getEnv('FILE_ENCRYPTION_KEY'); break;
  3985.             case 'google.credentials_json'$value $this->getEnv('string:GOOGLE_NELLAPP_CREDENTIALS_PATH'); break;
  3986.             case 'kernel.secret'$value $this->getEnv('APP_SECRET'); break;
  3987.             case 'kernel.trusted_hosts'$value = [
  3988.                 => '^'.$this->getEnv('string:resolve:APP_ACCOUNT_SUBDOMAIN').'(\\.[\\w\\-]+)*\\.[\\w\\-]+\\.[a-z]{2,}$',
  3989.                 => '^'.$this->getEnv('string:resolve:APP_ADMIN_SUBDOMAIN').'(\\.[\\w\\-]+)*\\.[\\w\\-]+\\.[a-z]{2,}$',
  3990.                 => $this->getEnv('resolve:APP_API_SUBDOMAIN').'.'.$this->getEnv('string:resolve:APP_MAIN_DOMAIN'),
  3991.                 => $this->getEnv('resolve:APP_SUPER_ADMIN_SUBDOMAIN').'.'.$this->getEnv('string:resolve:APP_MAIN_DOMAIN'),
  3992.                 => $this->getEnv('resolve:APP_COMMERCIAL_SUBDOMAIN').'.'.$this->getEnv('string:resolve:APP_MAIN_DOMAIN'),
  3993.                 => $this->getEnv('resolve:APP_SUPER_SYNC_SUBDOMAIN').'.'.$this->getEnv('string:resolve:APP_MAIN_DOMAIN'),
  3994.             ]; break;
  3995.             case 'kernel.trusted_proxies'$value $this->getEnv('TRUSTED_PROXIES'); break;
  3996.             case 'debug.container.dump'$value = ($this->targetDir.''.'/App_KernelDevDebugContainer.xml'); break;
  3997.             case 'serializer.mapping.cache.file'$value = ($this->targetDir.''.'/serialization.php'); break;
  3998.             case 'session.save_path'$value = ($this->targetDir.''.'/sessions'); break;
  3999.             case 'validator.mapping.cache.file'$value = ($this->targetDir.''.'/validation.php'); break;
  4000.             case 'profiler.storage.dsn'$value = ('file:'.$this->targetDir.''.'/profiler'); break;
  4001.             case 'doctrine.orm.proxy_dir'$value = ($this->targetDir.''.'/doctrine/orm/Proxies'); break;
  4002.             case 'nellapp_sdk.api_internal.secret'$value $this->getEnv('APP_SECRET'); break;
  4003.             case 'nellapp_sdk.routing.default_domain'$value $this->getEnv('DEFAULT_DOMAIN'); break;
  4004.             case 'nellapp_sdk.template_header.search_deactivated_domain'$value = [
  4005.                 => $this->getEnv('resolve:APP_SUPER_ADMIN_SUBDOMAIN').'.'.$this->getEnv('string:resolve:APP_MAIN_DOMAIN'),
  4006.                 => $this->getEnv('resolve:APP_COMMERCIAL_SUBDOMAIN').'.'.$this->getEnv('string:resolve:APP_MAIN_DOMAIN'),
  4007.                 => $this->getEnv('resolve:APP_ACCOUNT_SUBDOMAIN'),
  4008.                 => $this->getEnv('resolve:APP_ADMIN_SUBDOMAIN'),
  4009.             ]; break;
  4010.             case 'nellapp_sdk.google.drive_id'$value $this->getEnv('GOOGLE_DRIVE_ID'); break;
  4011.             case 'nellapp_sdk.google.protected_emails'$value = [
  4012.                 => $this->getEnv('GOOGLE_DRIVE_SERVICE_ACCOUNT_EMAIL'),
  4013.                 => 'no-reply@nellapp.com',
  4014.             ]; break;
  4015.             case 'karser_recaptcha3.site_key'$value $this->getEnv('RECAPTCHA3_KEY'); break;
  4016.             case 'karser_recaptcha3.secret_key'$value $this->getEnv('RECAPTCHA3_SECRET'); break;
  4017.             case 'oneup_uploader.chunks'$value = [
  4018.                 'maxage' => 604800,
  4019.                 'storage' => [
  4020.                     'type' => 'filesystem',
  4021.                     'filesystem' => NULL,
  4022.                     'directory' => ($this->targetDir.''.'/uploader/chunks'),
  4023.                     'stream_wrapper' => NULL,
  4024.                     'sync_buffer_size' => '100K',
  4025.                     'prefix' => 'chunks',
  4026.                 ],
  4027.                 'load_distribution' => true,
  4028.             ]; break;
  4029.             case 'oneup_uploader.orphanage'$value = [
  4030.                 'maxage' => 43200,
  4031.                 'directory' => ($this->targetDir.''.'/uploader/orphanage'),
  4032.             ]; break;
  4033.             case 'oneup_uploader.config'$value = [
  4034.                 'orphanage' => [
  4035.                     'maxage' => 43200,
  4036.                     'directory' => ($this->targetDir.''.'/uploader/orphanage'),
  4037.                 ],
  4038.                 'mappings' => [
  4039.                     'cursus_upload' => [
  4040.                         'use_orphanage' => true,
  4041.                         'frontend' => 'dropzone',
  4042.                         'storage' => [
  4043.                             'type' => 'flysystem',
  4044.                             'filesystem' => 'oneup_flysystem.cursus_filesystem',
  4045.                             'service' => NULL,
  4046.                             'directory' => NULL,
  4047.                             'stream_wrapper' => NULL,
  4048.                             'sync_buffer_size' => '100K',
  4049.                         ],
  4050.                         'allowed_mimetypes' => [
  4051.                             'image/jpeg' => [
  4052.                                 => 'jpg',
  4053.                                 => 'jpeg',
  4054.                             ],
  4055.                             'image/png' => [
  4056.                                 => 'png',
  4057.                             ],
  4058.                             'application/pdf' => [
  4059.                                 => 'pdf',
  4060.                             ],
  4061.                             'application/vnd.openxmlformats-officedocument.wordprocessingml.document' => [
  4062.                                 => 'docx',
  4063.                             ],
  4064.                             'application/msword' => [
  4065.                                 => 'doc',
  4066.                             ],
  4067.                             'application/vnd.oasis.opendocument.text' => [
  4068.                                 => 'odt',
  4069.                             ],
  4070.                             'application/vnd.ms-excel' => [
  4071.                                 => 'xls',
  4072.                             ],
  4073.                             'application/vnd.openxmlformats-officedocument.spreadsheetml.sheet' => [
  4074.                                 => 'xlsx',
  4075.                             ],
  4076.                         ],
  4077.                         'max_size' => 10000000,
  4078.                         'namer' => 'app.file_abstract_cursus_namer',
  4079.                         'custom_frontend' => [
  4080.                             'name' => NULL,
  4081.                             'class' => NULL,
  4082.                         ],
  4083.                         'route_prefix' => '',
  4084.                         'endpoints' => [
  4085.                             'upload' => NULL,
  4086.                             'progress' => NULL,
  4087.                             'cancel' => NULL,
  4088.                         ],
  4089.                         'disallowed_mimetypes' => [
  4090.                         ],
  4091.                         'error_handler' => NULL,
  4092.                         'enable_progress' => false,
  4093.                         'enable_cancelation' => false,
  4094.                         'root_folder' => false,
  4095.                     ],
  4096.                     'organization_upload' => [
  4097.                         'use_orphanage' => true,
  4098.                         'frontend' => 'dropzone',
  4099.                         'storage' => [
  4100.                             'type' => 'flysystem',
  4101.                             'filesystem' => 'oneup_flysystem.organization_filesystem',
  4102.                             'service' => NULL,
  4103.                             'directory' => NULL,
  4104.                             'stream_wrapper' => NULL,
  4105.                             'sync_buffer_size' => '100K',
  4106.                         ],
  4107.                         'allowed_mimetypes' => [
  4108.                             'image/jpeg' => [
  4109.                                 => 'jpg',
  4110.                                 => 'jpeg',
  4111.                             ],
  4112.                             'image/png' => [
  4113.                                 => 'png',
  4114.                             ],
  4115.                             'image/gif' => [
  4116.                                 => 'gif',
  4117.                             ],
  4118.                         ],
  4119.                         'max_size' => 10000000,
  4120.                         'namer' => 'app.organization_file_namer',
  4121.                         'custom_frontend' => [
  4122.                             'name' => NULL,
  4123.                             'class' => NULL,
  4124.                         ],
  4125.                         'route_prefix' => '',
  4126.                         'endpoints' => [
  4127.                             'upload' => NULL,
  4128.                             'progress' => NULL,
  4129.                             'cancel' => NULL,
  4130.                         ],
  4131.                         'disallowed_mimetypes' => [
  4132.                         ],
  4133.                         'error_handler' => NULL,
  4134.                         'enable_progress' => false,
  4135.                         'enable_cancelation' => false,
  4136.                         'root_folder' => false,
  4137.                     ],
  4138.                     'positioning_test_upload' => [
  4139.                         'use_orphanage' => true,
  4140.                         'frontend' => 'dropzone',
  4141.                         'storage' => [
  4142.                             'type' => 'flysystem',
  4143.                             'filesystem' => 'oneup_flysystem.positioning_test_filesystem',
  4144.                             'service' => NULL,
  4145.                             'directory' => NULL,
  4146.                             'stream_wrapper' => NULL,
  4147.                             'sync_buffer_size' => '100K',
  4148.                         ],
  4149.                         'allowed_mimetypes' => [
  4150.                             'image/jpeg' => [
  4151.                                 => 'jpg',
  4152.                                 => 'jpeg',
  4153.                             ],
  4154.                             'image/png' => [
  4155.                                 => 'png',
  4156.                             ],
  4157.                             'image/gif' => [
  4158.                                 => 'gif',
  4159.                             ],
  4160.                         ],
  4161.                         'max_size' => 10000000,
  4162.                         'namer' => 'app.positioning_test_file_namer',
  4163.                         'custom_frontend' => [
  4164.                             'name' => NULL,
  4165.                             'class' => NULL,
  4166.                         ],
  4167.                         'route_prefix' => '',
  4168.                         'endpoints' => [
  4169.                             'upload' => NULL,
  4170.                             'progress' => NULL,
  4171.                             'cancel' => NULL,
  4172.                         ],
  4173.                         'disallowed_mimetypes' => [
  4174.                         ],
  4175.                         'error_handler' => NULL,
  4176.                         'enable_progress' => false,
  4177.                         'enable_cancelation' => false,
  4178.                         'root_folder' => false,
  4179.                     ],
  4180.                 ],
  4181.                 'chunks' => [
  4182.                     'maxage' => 604800,
  4183.                     'storage' => [
  4184.                         'type' => 'filesystem',
  4185.                         'filesystem' => NULL,
  4186.                         'directory' => ($this->targetDir.''.'/uploader/chunks'),
  4187.                         'stream_wrapper' => NULL,
  4188.                         'sync_buffer_size' => '100K',
  4189.                         'prefix' => 'chunks',
  4190.                     ],
  4191.                     'load_distribution' => true,
  4192.                 ],
  4193.                 'twig' => true,
  4194.             ]; break;
  4195.             case 'nelmio_cors.defaults'$value = [
  4196.                 'allow_origin' => [
  4197.                     => $this->getEnv('string:resolve:APP_ACCOUNT_SUBDOMAIN').'(\\.[\\w\\-]+)*\\.[\\w\\-]+\\.[a-z]{2,}',
  4198.                     => $this->getEnv('resolve:APP_SUPER_ADMIN_SUBDOMAIN').'.'.$this->getEnv('string:resolve:APP_MAIN_DOMAIN'),
  4199.                     => $this->getEnv('resolve:APP_COMMERCIAL_SUBDOMAIN').'.'.$this->getEnv('string:resolve:APP_MAIN_DOMAIN'),
  4200.                     => $this->getEnv('string:resolve:APP_ADMIN_SUBDOMAIN').'(\\.[\\w\\-]+)*\\.[\\w\\-]+\\.[a-z]{2,}',
  4201.                 ],
  4202.                 'allow_credentials' => true,
  4203.                 'allow_headers' => [
  4204.                     => 'content-type',
  4205.                     => 'authorization',
  4206.                 ],
  4207.                 'allow_private_network' => false,
  4208.                 'expose_headers' => [
  4209.                     => 'Link',
  4210.                 ],
  4211.                 'allow_methods' => [
  4212.                     => 'GET',
  4213.                     => 'OPTIONS',
  4214.                     => 'POST',
  4215.                     => 'PUT',
  4216.                     => 'PATCH',
  4217.                     => 'DELETE',
  4218.                 ],
  4219.                 'max_age' => 3600,
  4220.                 'hosts' => [
  4221.                 ],
  4222.                 'origin_regex' => true,
  4223.                 'forced_allow_origin_value' => NULL,
  4224.                 'skip_same_as_origin' => true,
  4225.             ]; break;
  4226.             default: throw new InvalidArgumentException(sprintf('The dynamic parameter "%s" must be defined.'$name));
  4227.         }
  4228.         $this->loadedDynamicParameters[$name] = true;
  4229.         return $this->dynamicParameters[$name] = $value;
  4230.     }
  4231.     protected function getDefaultParameters(): array
  4232.     {
  4233.         return [
  4234.             'kernel.project_dir' => \dirname(__DIR__4),
  4235.             'kernel.environment' => 'dev',
  4236.             'kernel.debug' => true,
  4237.             'kernel.logs_dir' => (\dirname(__DIR__3).'/log'),
  4238.             'kernel.bundles' => [
  4239.                 'FrameworkBundle' => 'Symfony\\Bundle\\FrameworkBundle\\FrameworkBundle',
  4240.                 'SensioFrameworkExtraBundle' => 'Sensio\\Bundle\\FrameworkExtraBundle\\SensioFrameworkExtraBundle',
  4241.                 'TwigBundle' => 'Symfony\\Bundle\\TwigBundle\\TwigBundle',
  4242.                 'WebProfilerBundle' => 'Symfony\\Bundle\\WebProfilerBundle\\WebProfilerBundle',
  4243.                 'MonologBundle' => 'Symfony\\Bundle\\MonologBundle\\MonologBundle',
  4244.                 'DebugBundle' => 'Symfony\\Bundle\\DebugBundle\\DebugBundle',
  4245.                 'MakerBundle' => 'Symfony\\Bundle\\MakerBundle\\MakerBundle',
  4246.                 'DoctrineBundle' => 'Doctrine\\Bundle\\DoctrineBundle\\DoctrineBundle',
  4247.                 'DoctrineMigrationsBundle' => 'Doctrine\\Bundle\\MigrationsBundle\\DoctrineMigrationsBundle',
  4248.                 'SecurityBundle' => 'Symfony\\Bundle\\SecurityBundle\\SecurityBundle',
  4249.                 'TwigExtraBundle' => 'Twig\\Extra\\TwigExtraBundle\\TwigExtraBundle',
  4250.                 'DrosalysWebObjectExtensionsBundle' => 'DrosalysWeb\\ObjectExtensions\\Bridge\\Symfony\\DrosalysWebObjectExtensionsBundle',
  4251.                 'NelmioAliceBundle' => 'Nelmio\\Alice\\Bridge\\Symfony\\NelmioAliceBundle',
  4252.                 'FidryAliceDataFixturesBundle' => 'Fidry\\AliceDataFixtures\\Bridge\\Symfony\\FidryAliceDataFixturesBundle',
  4253.                 'HautelookAliceBundle' => 'Hautelook\\AliceBundle\\HautelookAliceBundle',
  4254.                 'SymfonyCastsVerifyEmailBundle' => 'SymfonyCasts\\Bundle\\VerifyEmail\\SymfonyCastsVerifyEmailBundle',
  4255.                 'DrosalysWebStringExtensionsBundle' => 'DrosalysWeb\\StringExtensions\\Bridge\\Symfony\\DrosalysWebStringExtensionsBundle',
  4256.                 'DrosalysWebDoctrineExtensionsBundle' => 'DrosalysWeb\\DoctrineExtensions\\Bridge\\Symfony\\DrosalysWebDoctrineExtensionsBundle',
  4257.                 'FOSOAuthServerBundle' => 'FOS\\OAuthServerBundle\\FOSOAuthServerBundle',
  4258.                 'NellappSDKBundle' => 'Nellapp\\Bundle\\SDKBundle\\NellappSDKBundle',
  4259.                 'NelmioApiDocBundle' => 'Nelmio\\ApiDocBundle\\NelmioApiDocBundle',
  4260.                 'JMSSerializerBundle' => 'JMS\\SerializerBundle\\JMSSerializerBundle',
  4261.                 'DrosalysApiBundle' => 'Drosalys\\Bundle\\ApiBundle\\DrosalysApiBundle',
  4262.                 'KnpPaginatorBundle' => 'Knp\\Bundle\\PaginatorBundle\\KnpPaginatorBundle',
  4263.                 'WebpackEncoreBundle' => 'Symfony\\WebpackEncoreBundle\\WebpackEncoreBundle',
  4264.                 'KnpMenuBundle' => 'Knp\\Bundle\\MenuBundle\\KnpMenuBundle',
  4265.                 'DrosalysWebFormBundle' => 'DrosalysWeb\\Bundle\\FormBundle\\DrosalysWebFormBundle',
  4266.                 'CraueFormFlowBundle' => 'Craue\\FormFlowBundle\\CraueFormFlowBundle',
  4267.                 'LiipImagineBundle' => 'Liip\\ImagineBundle\\LiipImagineBundle',
  4268.                 'BazingaJsTranslationBundle' => 'Bazinga\\Bundle\\JsTranslationBundle\\BazingaJsTranslationBundle',
  4269.                 'KarserRecaptcha3Bundle' => 'Karser\\Recaptcha3Bundle\\KarserRecaptcha3Bundle',
  4270.                 'SpiriitFormFilterBundle' => 'Spiriit\\Bundle\\FormFilterBundle\\SpiriitFormFilterBundle',
  4271.                 'OneupFlysystemBundle' => 'Oneup\\FlysystemBundle\\OneupFlysystemBundle',
  4272.                 'OneupUploaderBundle' => 'Oneup\\UploaderBundle\\OneupUploaderBundle',
  4273.                 'TwigComponentBundle' => 'Symfony\\UX\\TwigComponent\\TwigComponentBundle',
  4274.                 'NelmioCorsBundle' => 'Nelmio\\CorsBundle\\NelmioCorsBundle',
  4275.                 'DoctrineFixturesBundle' => 'Doctrine\\Bundle\\FixturesBundle\\DoctrineFixturesBundle',
  4276.                 'ZenstruckFoundryBundle' => 'Zenstruck\\Foundry\\ZenstruckFoundryBundle',
  4277.             ],
  4278.             'kernel.bundles_metadata' => [
  4279.                 'FrameworkBundle' => [
  4280.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle'),
  4281.                     'namespace' => 'Symfony\\Bundle\\FrameworkBundle',
  4282.                 ],
  4283.                 'SensioFrameworkExtraBundle' => [
  4284.                     'path' => (\dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src'),
  4285.                     'namespace' => 'Sensio\\Bundle\\FrameworkExtraBundle',
  4286.                 ],
  4287.                 'TwigBundle' => [
  4288.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/twig-bundle'),
  4289.                     'namespace' => 'Symfony\\Bundle\\TwigBundle',
  4290.                 ],
  4291.                 'WebProfilerBundle' => [
  4292.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle'),
  4293.                     'namespace' => 'Symfony\\Bundle\\WebProfilerBundle',
  4294.                 ],
  4295.                 'MonologBundle' => [
  4296.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/monolog-bundle'),
  4297.                     'namespace' => 'Symfony\\Bundle\\MonologBundle',
  4298.                 ],
  4299.                 'DebugBundle' => [
  4300.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/debug-bundle'),
  4301.                     'namespace' => 'Symfony\\Bundle\\DebugBundle',
  4302.                 ],
  4303.                 'MakerBundle' => [
  4304.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/maker-bundle/src'),
  4305.                     'namespace' => 'Symfony\\Bundle\\MakerBundle',
  4306.                 ],
  4307.                 'DoctrineBundle' => [
  4308.                     'path' => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle'),
  4309.                     'namespace' => 'Doctrine\\Bundle\\DoctrineBundle',
  4310.                 ],
  4311.                 'DoctrineMigrationsBundle' => [
  4312.                     'path' => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle'),
  4313.                     'namespace' => 'Doctrine\\Bundle\\MigrationsBundle',
  4314.                 ],
  4315.                 'SecurityBundle' => [
  4316.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/security-bundle'),
  4317.                     'namespace' => 'Symfony\\Bundle\\SecurityBundle',
  4318.                 ],
  4319.                 'TwigExtraBundle' => [
  4320.                     'path' => (\dirname(__DIR__4).'/vendor/twig/extra-bundle'),
  4321.                     'namespace' => 'Twig\\Extra\\TwigExtraBundle',
  4322.                 ],
  4323.                 'DrosalysWebObjectExtensionsBundle' => [
  4324.                     'path' => (\dirname(__DIR__4).'/vendor/drosalys-web/object-extensions/src/Bridge/Symfony'),
  4325.                     'namespace' => 'DrosalysWeb\\ObjectExtensions\\Bridge\\Symfony',
  4326.                 ],
  4327.                 'NelmioAliceBundle' => [
  4328.                     'path' => (\dirname(__DIR__4).'/vendor/nelmio/alice/src/Bridge/Symfony'),
  4329.                     'namespace' => 'Nelmio\\Alice\\Bridge\\Symfony',
  4330.                 ],
  4331.                 'FidryAliceDataFixturesBundle' => [
  4332.                     'path' => (\dirname(__DIR__4).'/vendor/theofidry/alice-data-fixtures/src/Bridge/Symfony'),
  4333.                     'namespace' => 'Fidry\\AliceDataFixtures\\Bridge\\Symfony',
  4334.                 ],
  4335.                 'HautelookAliceBundle' => [
  4336.                     'path' => (\dirname(__DIR__4).'/vendor/hautelook/alice-bundle/src'),
  4337.                     'namespace' => 'Hautelook\\AliceBundle',
  4338.                 ],
  4339.                 'SymfonyCastsVerifyEmailBundle' => [
  4340.                     'path' => (\dirname(__DIR__4).'/vendor/symfonycasts/verify-email-bundle/src'),
  4341.                     'namespace' => 'SymfonyCasts\\Bundle\\VerifyEmail',
  4342.                 ],
  4343.                 'DrosalysWebStringExtensionsBundle' => [
  4344.                     'path' => (\dirname(__DIR__4).'/vendor/drosalys-web/string-extensions/src/Bridge/Symfony'),
  4345.                     'namespace' => 'DrosalysWeb\\StringExtensions\\Bridge\\Symfony',
  4346.                 ],
  4347.                 'DrosalysWebDoctrineExtensionsBundle' => [
  4348.                     'path' => (\dirname(__DIR__4).'/vendor/drosalys-web/doctrine-extensions/src/Bridge/Symfony'),
  4349.                     'namespace' => 'DrosalysWeb\\DoctrineExtensions\\Bridge\\Symfony',
  4350.                 ],
  4351.                 'FOSOAuthServerBundle' => [
  4352.                     'path' => (\dirname(__DIR__4).'/vendor/friendsofsymfony/oauth-server-bundle'),
  4353.                     'namespace' => 'FOS\\OAuthServerBundle',
  4354.                 ],
  4355.                 'NellappSDKBundle' => [
  4356.                     'path' => (\dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src'),
  4357.                     'namespace' => 'Nellapp\\Bundle\\SDKBundle',
  4358.                 ],
  4359.                 'NelmioApiDocBundle' => [
  4360.                     'path' => (\dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle'),
  4361.                     'namespace' => 'Nelmio\\ApiDocBundle',
  4362.                 ],
  4363.                 'JMSSerializerBundle' => [
  4364.                     'path' => (\dirname(__DIR__4).'/vendor/jms/serializer-bundle'),
  4365.                     'namespace' => 'JMS\\SerializerBundle',
  4366.                 ],
  4367.                 'DrosalysApiBundle' => [
  4368.                     'path' => (\dirname(__DIR__4).'/vendor/drosalys/api-bundle/src'),
  4369.                     'namespace' => 'Drosalys\\Bundle\\ApiBundle',
  4370.                 ],
  4371.                 'KnpPaginatorBundle' => [
  4372.                     'path' => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle'),
  4373.                     'namespace' => 'Knp\\Bundle\\PaginatorBundle',
  4374.                 ],
  4375.                 'WebpackEncoreBundle' => [
  4376.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src'),
  4377.                     'namespace' => 'Symfony\\WebpackEncoreBundle',
  4378.                 ],
  4379.                 'KnpMenuBundle' => [
  4380.                     'path' => (\dirname(__DIR__4).'/vendor/knplabs/knp-menu-bundle/src'),
  4381.                     'namespace' => 'Knp\\Bundle\\MenuBundle',
  4382.                 ],
  4383.                 'DrosalysWebFormBundle' => [
  4384.                     'path' => (\dirname(__DIR__4).'/vendor/drosalys-web/form-bundle/src'),
  4385.                     'namespace' => 'DrosalysWeb\\Bundle\\FormBundle',
  4386.                 ],
  4387.                 'CraueFormFlowBundle' => [
  4388.                     'path' => (\dirname(__DIR__4).'/vendor/craue/formflow-bundle'),
  4389.                     'namespace' => 'Craue\\FormFlowBundle',
  4390.                 ],
  4391.                 'LiipImagineBundle' => [
  4392.                     'path' => (\dirname(__DIR__4).'/vendor/liip/imagine-bundle'),
  4393.                     'namespace' => 'Liip\\ImagineBundle',
  4394.                 ],
  4395.                 'BazingaJsTranslationBundle' => [
  4396.                     'path' => (\dirname(__DIR__4).'/vendor/willdurand/js-translation-bundle'),
  4397.                     'namespace' => 'Bazinga\\Bundle\\JsTranslationBundle',
  4398.                 ],
  4399.                 'KarserRecaptcha3Bundle' => [
  4400.                     'path' => (\dirname(__DIR__4).'/vendor/karser/karser-recaptcha3-bundle'),
  4401.                     'namespace' => 'Karser\\Recaptcha3Bundle',
  4402.                 ],
  4403.                 'SpiriitFormFilterBundle' => [
  4404.                     'path' => (\dirname(__DIR__4).'/vendor/spiriitlabs/form-filter-bundle'),
  4405.                     'namespace' => 'Spiriit\\Bundle\\FormFilterBundle',
  4406.                 ],
  4407.                 'OneupFlysystemBundle' => [
  4408.                     'path' => (\dirname(__DIR__4).'/vendor/oneup/flysystem-bundle/src'),
  4409.                     'namespace' => 'Oneup\\FlysystemBundle',
  4410.                 ],
  4411.                 'OneupUploaderBundle' => [
  4412.                     'path' => (\dirname(__DIR__4).'/vendor/oneup/uploader-bundle/src'),
  4413.                     'namespace' => 'Oneup\\UploaderBundle',
  4414.                 ],
  4415.                 'TwigComponentBundle' => [
  4416.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/ux-twig-component'),
  4417.                     'namespace' => 'Symfony\\UX\\TwigComponent',
  4418.                 ],
  4419.                 'NelmioCorsBundle' => [
  4420.                     'path' => (\dirname(__DIR__4).'/vendor/nelmio/cors-bundle'),
  4421.                     'namespace' => 'Nelmio\\CorsBundle',
  4422.                 ],
  4423.                 'DoctrineFixturesBundle' => [
  4424.                     'path' => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-fixtures-bundle'),
  4425.                     'namespace' => 'Doctrine\\Bundle\\FixturesBundle',
  4426.                 ],
  4427.                 'ZenstruckFoundryBundle' => [
  4428.                     'path' => (\dirname(__DIR__4).'/vendor/zenstruck/foundry/src'),
  4429.                     'namespace' => 'Zenstruck\\Foundry',
  4430.                 ],
  4431.             ],
  4432.             'kernel.charset' => 'UTF-8',
  4433.             'kernel.container_class' => 'App_KernelDevDebugContainer',
  4434.             'images_user_avatar_directory' => (\dirname(__DIR__4).'/public/images/avatar'),
  4435.             'images_user_avatar_asset_path' => 'images/avatar/',
  4436.             'images_channel_directory' => (\dirname(__DIR__4).'/public/images/channel'),
  4437.             'images_channel_asset_path' => '/images/channel/',
  4438.             'cursus_upload_directory' => (\dirname(__DIR__3).'/uploads/cursus/'),
  4439.             'cursus_upload_maxsize' => 10000000,
  4440.             'cursus_upload_mime_types' => [
  4441.                 'image/jpeg' => [
  4442.                     => 'jpg',
  4443.                     => 'jpeg',
  4444.                 ],
  4445.                 'image/png' => [
  4446.                     => 'png',
  4447.                 ],
  4448.                 'application/pdf' => [
  4449.                     => 'pdf',
  4450.                 ],
  4451.                 'application/vnd.openxmlformats-officedocument.wordprocessingml.document' => [
  4452.                     => 'docx',
  4453.                 ],
  4454.                 'application/msword' => [
  4455.                     => 'doc',
  4456.                 ],
  4457.                 'application/vnd.oasis.opendocument.text' => [
  4458.                     => 'odt',
  4459.                 ],
  4460.                 'application/vnd.ms-excel' => [
  4461.                     => 'xls',
  4462.                 ],
  4463.                 'application/vnd.openxmlformats-officedocument.spreadsheetml.sheet' => [
  4464.                     => 'xlsx',
  4465.                 ],
  4466.             ],
  4467.             'organization_upload_directory' => (\dirname(__DIR__3).'/uploads/organization/'),
  4468.             'organization_upload_maxsize' => 10000000,
  4469.             'organization_upload_mime_types' => [
  4470.                 'image/jpeg' => [
  4471.                     => 'jpg',
  4472.                     => 'jpeg',
  4473.                 ],
  4474.                 'image/png' => [
  4475.                     => 'png',
  4476.                 ],
  4477.                 'image/gif' => [
  4478.                     => 'gif',
  4479.                 ],
  4480.             ],
  4481.             'positioning_test_upload_directory' => (\dirname(__DIR__3).'/uploads/positioning-test/'),
  4482.             'positioning_test_upload_maxsize' => 10000000,
  4483.             'positioning_test_upload_mime_types' => [
  4484.                 'image/jpeg' => [
  4485.                     => 'jpg',
  4486.                     => 'jpeg',
  4487.                 ],
  4488.                 'image/png' => [
  4489.                     => 'png',
  4490.                 ],
  4491.                 'image/gif' => [
  4492.                     => 'gif',
  4493.                 ],
  4494.             ],
  4495.             'public_dir' => (\dirname(__DIR__4).'/public/'),
  4496.             'event_dispatcher.event_aliases' => [
  4497.                 'Symfony\\Component\\Console\\Event\\ConsoleCommandEvent' => 'console.command',
  4498.                 'Symfony\\Component\\Console\\Event\\ConsoleErrorEvent' => 'console.error',
  4499.                 'Symfony\\Component\\Console\\Event\\ConsoleSignalEvent' => 'console.signal',
  4500.                 'Symfony\\Component\\Console\\Event\\ConsoleTerminateEvent' => 'console.terminate',
  4501.                 'Symfony\\Component\\Form\\Event\\PreSubmitEvent' => 'form.pre_submit',
  4502.                 'Symfony\\Component\\Form\\Event\\SubmitEvent' => 'form.submit',
  4503.                 'Symfony\\Component\\Form\\Event\\PostSubmitEvent' => 'form.post_submit',
  4504.                 'Symfony\\Component\\Form\\Event\\PreSetDataEvent' => 'form.pre_set_data',
  4505.                 'Symfony\\Component\\Form\\Event\\PostSetDataEvent' => 'form.post_set_data',
  4506.                 'Symfony\\Component\\HttpKernel\\Event\\ControllerArgumentsEvent' => 'kernel.controller_arguments',
  4507.                 'Symfony\\Component\\HttpKernel\\Event\\ControllerEvent' => 'kernel.controller',
  4508.                 'Symfony\\Component\\HttpKernel\\Event\\ResponseEvent' => 'kernel.response',
  4509.                 'Symfony\\Component\\HttpKernel\\Event\\FinishRequestEvent' => 'kernel.finish_request',
  4510.                 'Symfony\\Component\\HttpKernel\\Event\\RequestEvent' => 'kernel.request',
  4511.                 'Symfony\\Component\\HttpKernel\\Event\\ViewEvent' => 'kernel.view',
  4512.                 'Symfony\\Component\\HttpKernel\\Event\\ExceptionEvent' => 'kernel.exception',
  4513.                 'Symfony\\Component\\HttpKernel\\Event\\TerminateEvent' => 'kernel.terminate',
  4514.                 'Symfony\\Component\\Security\\Core\\Event\\AuthenticationSuccessEvent' => 'security.authentication.success',
  4515.                 'Symfony\\Component\\Security\\Core\\Event\\AuthenticationFailureEvent' => 'security.authentication.failure',
  4516.                 'Symfony\\Component\\Security\\Http\\Event\\InteractiveLoginEvent' => 'security.interactive_login',
  4517.                 'Symfony\\Component\\Security\\Http\\Event\\SwitchUserEvent' => 'security.switch_user',
  4518.             ],
  4519.             'fragment.renderer.hinclude.global_template' => NULL,
  4520.             'fragment.path' => '/_fragment',
  4521.             'kernel.http_method_override' => true,
  4522.             'kernel.default_locale' => 'fr',
  4523.             'kernel.enabled_locales' => [
  4524.             ],
  4525.             'kernel.error_controller' => 'error_controller',
  4526.             'kernel.trusted_headers' => 30,
  4527.             'debug.file_link_format' => NULL,
  4528.             'asset.request_context.base_path' => NULL,
  4529.             'asset.request_context.secure' => NULL,
  4530.             'translator.logging' => false,
  4531.             'translator.default_path' => (\dirname(__DIR__4).'/translations'),
  4532.             'debug.error_handler.throw_at' => -1,
  4533.             'router.request_context.host' => 'localhost',
  4534.             'router.request_context.scheme' => 'http',
  4535.             'router.request_context.base_url' => '',
  4536.             'router.resource' => 'kernel::loadRoutes',
  4537.             'request_listener.http_port' => 80,
  4538.             'request_listener.https_port' => 443,
  4539.             'session.metadata.storage_key' => '_sf2_meta',
  4540.             'session.storage.options' => [
  4541.                 'cache_limiter' => '0',
  4542.                 'name' => 'CORESESSID',
  4543.                 'cookie_lifetime' => 86400,
  4544.                 'cookie_secure' => 'auto',
  4545.                 'cookie_httponly' => true,
  4546.                 'cookie_samesite' => 'lax',
  4547.                 'gc_probability' => 1,
  4548.             ],
  4549.             'session.metadata.update_threshold' => 0,
  4550.             'form.type_extension.csrf.enabled' => true,
  4551.             'form.type_extension.csrf.field_name' => '_token',
  4552.             'validator.translation_domain' => 'validators',
  4553.             'profiler_listener.only_exceptions' => false,
  4554.             'profiler_listener.only_main_requests' => false,
  4555.             'twig.form.resources' => [
  4556.                 => 'form_div_layout.html.twig',
  4557.                 => '@KarserRecaptcha3/Form/karser_recaptcha3_widget.html.twig',
  4558.                 => '@LiipImagine/Form/form_div_layout.html.twig',
  4559.                 => '@NellappSDK/Form/form_theme_checkboxes.html.twig',
  4560.                 => '@NellappSDK/Form/form_theme.html.twig',
  4561.                 => 'bootstrap_5_layout.html.twig',
  4562.                 => '@NellappSDK/Partials/templates/form/nellapp_form_layout.html.twig',
  4563.                 => '@NellappSDK/Form/form_theme_channel_user_permission.html.twig',
  4564.                 => 'Form/admin_layout.html.twig',
  4565.                 => 'Form/form_collection_users.html.twig',
  4566.                 10 => 'Form/channel_user_roles.html.twig',
  4567.                 11 => 'Form/form_sortable_collection.html.twig',
  4568.                 12 => 'Form/form_dropzone.html.twig',
  4569.                 13 => '@DrosalysWebForm/Form/collection_layout.html.twig',
  4570.                 14 => '@DrosalysWebForm/Form/select_or_create_layout.html.twig',
  4571.             ],
  4572.             'twig.default_path' => (\dirname(__DIR__4).'/templates'),
  4573.             'web_profiler.debug_toolbar.intercept_redirects' => false,
  4574.             'web_profiler.debug_toolbar.mode' => 2,
  4575.             'monolog.use_microseconds' => true,
  4576.             'monolog.swift_mailer.handlers' => [
  4577.             ],
  4578.             'monolog.handlers_to_channels' => [
  4579.                 'monolog.handler.console' => [
  4580.                     'type' => 'exclusive',
  4581.                     'elements' => [
  4582.                         => 'event',
  4583.                         => 'doctrine',
  4584.                         => 'console',
  4585.                     ],
  4586.                 ],
  4587.                 'monolog.handler.main' => [
  4588.                     'type' => 'exclusive',
  4589.                     'elements' => [
  4590.                         => 'event',
  4591.                     ],
  4592.                 ],
  4593.             ],
  4594.             'env(VAR_DUMPER_SERVER)' => '127.0.0.1:9912',
  4595.             'doctrine.dbal.logger.chain.class' => 'Doctrine\\DBAL\\Logging\\LoggerChain',
  4596.             'doctrine.dbal.logger.profiling.class' => 'Doctrine\\DBAL\\Logging\\DebugStack',
  4597.             'doctrine.dbal.logger.class' => 'Symfony\\Bridge\\Doctrine\\Logger\\DbalLogger',
  4598.             'doctrine.dbal.configuration.class' => 'Doctrine\\DBAL\\Configuration',
  4599.             'doctrine.data_collector.class' => 'Doctrine\\Bundle\\DoctrineBundle\\DataCollector\\DoctrineDataCollector',
  4600.             'doctrine.dbal.connection.event_manager.class' => 'Symfony\\Bridge\\Doctrine\\ContainerAwareEventManager',
  4601.             'doctrine.dbal.connection_factory.class' => 'Doctrine\\Bundle\\DoctrineBundle\\ConnectionFactory',
  4602.             'doctrine.dbal.events.mysql_session_init.class' => 'Doctrine\\DBAL\\Event\\Listeners\\MysqlSessionInit',
  4603.             'doctrine.dbal.events.oracle_session_init.class' => 'Doctrine\\DBAL\\Event\\Listeners\\OracleSessionInit',
  4604.             'doctrine.class' => 'Doctrine\\Bundle\\DoctrineBundle\\Registry',
  4605.             'doctrine.entity_managers' => [
  4606.                 'default' => 'doctrine.orm.default_entity_manager',
  4607.             ],
  4608.             'doctrine.default_entity_manager' => 'default',
  4609.             'doctrine.dbal.connection_factory.types' => [
  4610.                 'uuid' => [
  4611.                     'class' => 'Symfony\\Bridge\\Doctrine\\Types\\UuidType',
  4612.                 ],
  4613.                 'ulid' => [
  4614.                     'class' => 'Symfony\\Bridge\\Doctrine\\Types\\UlidType',
  4615.                 ],
  4616.             ],
  4617.             'doctrine.connections' => [
  4618.                 'default' => 'doctrine.dbal.default_connection',
  4619.             ],
  4620.             'doctrine.default_connection' => 'default',
  4621.             'doctrine.orm.configuration.class' => 'Doctrine\\ORM\\Configuration',
  4622.             'doctrine.orm.entity_manager.class' => 'Doctrine\\ORM\\EntityManager',
  4623.             'doctrine.orm.manager_configurator.class' => 'Doctrine\\Bundle\\DoctrineBundle\\ManagerConfigurator',
  4624.             'doctrine.orm.cache.array.class' => 'Doctrine\\Common\\Cache\\ArrayCache',
  4625.             'doctrine.orm.cache.apc.class' => 'Doctrine\\Common\\Cache\\ApcCache',
  4626.             'doctrine.orm.cache.memcache.class' => 'Doctrine\\Common\\Cache\\MemcacheCache',
  4627.             'doctrine.orm.cache.memcache_host' => 'localhost',
  4628.             'doctrine.orm.cache.memcache_port' => 11211,
  4629.             'doctrine.orm.cache.memcache_instance.class' => 'Memcache',
  4630.             'doctrine.orm.cache.memcached.class' => 'Doctrine\\Common\\Cache\\MemcachedCache',
  4631.             'doctrine.orm.cache.memcached_host' => 'localhost',
  4632.             'doctrine.orm.cache.memcached_port' => 11211,
  4633.             'doctrine.orm.cache.memcached_instance.class' => 'Memcached',
  4634.             'doctrine.orm.cache.redis.class' => 'Doctrine\\Common\\Cache\\RedisCache',
  4635.             'doctrine.orm.cache.redis_host' => 'localhost',
  4636.             'doctrine.orm.cache.redis_port' => 6379,
  4637.             'doctrine.orm.cache.redis_instance.class' => 'Redis',
  4638.             'doctrine.orm.cache.xcache.class' => 'Doctrine\\Common\\Cache\\XcacheCache',
  4639.             'doctrine.orm.cache.wincache.class' => 'Doctrine\\Common\\Cache\\WinCacheCache',
  4640.             'doctrine.orm.cache.zenddata.class' => 'Doctrine\\Common\\Cache\\ZendDataCache',
  4641.             'doctrine.orm.metadata.driver_chain.class' => 'Doctrine\\Persistence\\Mapping\\Driver\\MappingDriverChain',
  4642.             'doctrine.orm.metadata.annotation.class' => 'Doctrine\\ORM\\Mapping\\Driver\\AnnotationDriver',
  4643.             'doctrine.orm.metadata.xml.class' => 'Doctrine\\ORM\\Mapping\\Driver\\SimplifiedXmlDriver',
  4644.             'doctrine.orm.metadata.yml.class' => 'Doctrine\\ORM\\Mapping\\Driver\\SimplifiedYamlDriver',
  4645.             'doctrine.orm.metadata.php.class' => 'Doctrine\\ORM\\Mapping\\Driver\\PHPDriver',
  4646.             'doctrine.orm.metadata.staticphp.class' => 'Doctrine\\ORM\\Mapping\\Driver\\StaticPHPDriver',
  4647.             'doctrine.orm.metadata.attribute.class' => 'Doctrine\\ORM\\Mapping\\Driver\\AttributeDriver',
  4648.             'doctrine.orm.proxy_cache_warmer.class' => 'Symfony\\Bridge\\Doctrine\\CacheWarmer\\ProxyCacheWarmer',
  4649.             'form.type_guesser.doctrine.class' => 'Symfony\\Bridge\\Doctrine\\Form\\DoctrineOrmTypeGuesser',
  4650.             'doctrine.orm.validator.unique.class' => 'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator',
  4651.             'doctrine.orm.validator_initializer.class' => 'Symfony\\Bridge\\Doctrine\\Validator\\DoctrineInitializer',
  4652.             'doctrine.orm.security.user.provider.class' => 'Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider',
  4653.             'doctrine.orm.listeners.resolve_target_entity.class' => 'Doctrine\\ORM\\Tools\\ResolveTargetEntityListener',
  4654.             'doctrine.orm.listeners.attach_entity_listeners.class' => 'Doctrine\\ORM\\Tools\\AttachEntityListenersListener',
  4655.             'doctrine.orm.naming_strategy.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultNamingStrategy',
  4656.             'doctrine.orm.naming_strategy.underscore.class' => 'Doctrine\\ORM\\Mapping\\UnderscoreNamingStrategy',
  4657.             'doctrine.orm.quote_strategy.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultQuoteStrategy',
  4658.             'doctrine.orm.quote_strategy.ansi.class' => 'Doctrine\\ORM\\Mapping\\AnsiQuoteStrategy',
  4659.             'doctrine.orm.entity_listener_resolver.class' => 'Doctrine\\Bundle\\DoctrineBundle\\Mapping\\ContainerEntityListenerResolver',
  4660.             'doctrine.orm.second_level_cache.default_cache_factory.class' => 'Doctrine\\ORM\\Cache\\DefaultCacheFactory',
  4661.             'doctrine.orm.second_level_cache.default_region.class' => 'Doctrine\\ORM\\Cache\\Region\\DefaultRegion',
  4662.             'doctrine.orm.second_level_cache.filelock_region.class' => 'Doctrine\\ORM\\Cache\\Region\\FileLockRegion',
  4663.             'doctrine.orm.second_level_cache.logger_chain.class' => 'Doctrine\\ORM\\Cache\\Logging\\CacheLoggerChain',
  4664.             'doctrine.orm.second_level_cache.logger_statistics.class' => 'Doctrine\\ORM\\Cache\\Logging\\StatisticsCacheLogger',
  4665.             'doctrine.orm.second_level_cache.cache_configuration.class' => 'Doctrine\\ORM\\Cache\\CacheConfiguration',
  4666.             'doctrine.orm.second_level_cache.regions_configuration.class' => 'Doctrine\\ORM\\Cache\\RegionsConfiguration',
  4667.             'doctrine.orm.auto_generate_proxy_classes' => true,
  4668.             'doctrine.orm.proxy_namespace' => 'Proxies',
  4669.             'doctrine.migrations.preferred_em' => NULL,
  4670.             'doctrine.migrations.preferred_connection' => NULL,
  4671.             'security.role_hierarchy.roles' => [
  4672.                 'ROLE_ADMIN' => [
  4673.                     => 'ROLE_USER',
  4674.                 ],
  4675.                 'ROLE_SUPER_ADMIN' => [
  4676.                     => 'ROLE_ADMIN',
  4677.                     => 'ROLE_ALLOWED_TO_SWITCH',
  4678.                     => 'ROLE_COMMERCIAL',
  4679.                 ],
  4680.             ],
  4681.             'security.access.denied_url' => NULL,
  4682.             'security.authentication.manager.erase_credentials' => true,
  4683.             'security.authentication.session_strategy.strategy' => 'migrate',
  4684.             'security.access.always_authenticate_before_granting' => false,
  4685.             'security.authentication.hide_user_not_found' => true,
  4686.             'security.firewalls' => [
  4687.                 => 'dev',
  4688.                 => 'oauth_token',
  4689.                 => 'api_doc',
  4690.                 => 'api',
  4691.                 => 'sync_doc',
  4692.                 => 'sync',
  4693.                 => 'internal_api',
  4694.                 => 'main',
  4695.             ],
  4696.             'security.api._indexed_authenticators' => [
  4697.             ],
  4698.             'security.sync._indexed_authenticators' => [
  4699.             ],
  4700.             'security.internal_api._indexed_authenticators' => [
  4701.             ],
  4702.             'security.main._indexed_authenticators' => [
  4703.             ],
  4704.             'nelmio_alice.locale' => 'fr_FR',
  4705.             'nelmio_alice.functions_blacklist' => [
  4706.                 => 'current',
  4707.                 => 'shuffle',
  4708.                 => 'date',
  4709.                 => 'time',
  4710.                 => 'file',
  4711.                 => 'md5',
  4712.                 => 'sha1',
  4713.             ],
  4714.             'nelmio_alice.seed' => 1,
  4715.             'nelmio_alice.loading_limit' => 5,
  4716.             'nelmio_alice.max_unique_values_retry' => 150,
  4717.             'fidry_alice_data_fixtures.default_purge_mode' => 'delete',
  4718.             'hautelook_alice.fixtures_path' => [
  4719.                 => 'fixtures',
  4720.             ],
  4721.             'hautelook_alice.root_dirs' => [
  4722.                 => \dirname(__DIR__4),
  4723.             ],
  4724.             'fos_oauth_server.server.class' => 'OAuth2\\OAuth2',
  4725.             'fos_oauth_server.security.authentication.provider.class' => 'FOS\\OAuthServerBundle\\Security\\Authentication\\Provider\\OAuthProvider',
  4726.             'fos_oauth_server.security.authentication.listener.class' => 'FOS\\OAuthServerBundle\\Security\\Firewall\\OAuthListener',
  4727.             'fos_oauth_server.security.entry_point.class' => 'FOS\\OAuthServerBundle\\Security\\EntryPoint\\OAuthEntryPoint',
  4728.             'fos_oauth_server.server.options' => [
  4729.                 'supported_scopes' => 'api',
  4730.                 'access_token_lifetime' => 86400,
  4731.             ],
  4732.             'fos_oauth_server.model_manager_name' => NULL,
  4733.             'fos_oauth_server.model.client.class' => 'App\\Entity\\OAuth\\Client',
  4734.             'fos_oauth_server.model.access_token.class' => 'App\\Entity\\OAuth\\AccessToken',
  4735.             'fos_oauth_server.model.refresh_token.class' => 'App\\Entity\\OAuth\\RefreshToken',
  4736.             'fos_oauth_server.model.auth_code.class' => 'App\\Entity\\OAuth\\AuthCode',
  4737.             'fos_oauth_server.authorize.form.type' => 'FOS\\OAuthServerBundle\\Form\\Type\\AuthorizeFormType',
  4738.             'fos_oauth_server.authorize.form.name' => 'fos_oauth_server_authorize_form',
  4739.             'fos_oauth_server.authorize.form.validation_groups' => [
  4740.                 => 'Authorize',
  4741.                 => 'Default',
  4742.             ],
  4743.             'nellapp_sdk.global_getter.global_entities' => [
  4744.                 'channel_class' => 'App\\Entity\\Channel\\Channel',
  4745.                 'channel_white_label_class' => 'App\\Entity\\Channel\\ChannelWhiteLabel',
  4746.                 'user_class' => 'App\\Entity\\Account\\User',
  4747.                 'channel_user_data_class' => 'App\\Entity\\ChannelUserData\\ChannelUserData',
  4748.                 'channel_user_role_class' => 'App\\Entity\\Channel\\ChannelUserRole',
  4749.             ],
  4750.             'nellapp_sdk.default.doctrine_connection' => 'default',
  4751.             'nellapp_sdk.google.enable' => true,
  4752.             'nelmio_api_doc.areas' => [
  4753.                 => 'default',
  4754.                 => 'super_admin_async',
  4755.                 => 'app_sync',
  4756.             ],
  4757.             'nelmio_api_doc.use_validation_groups' => false,
  4758.             'drosalys_api.serializer.symfony' => true,
  4759.             'knp_paginator.template.pagination' => '@NellappSDK/Partials/component/pagination/pagination.html.twig',
  4760.             'knp_paginator.template.filtration' => '@KnpPaginator/Pagination/filtration.html.twig',
  4761.             'knp_paginator.template.sortable' => '@KnpPaginator/Pagination/sortable_link.html.twig',
  4762.             'knp_paginator.page_range' => 5,
  4763.             'knp_paginator.page_limit' => NULL,
  4764.             'knp_menu.renderer.list.options' => [
  4765.             ],
  4766.             'knp_menu.twig.extension.class' => 'Knp\\Menu\\Twig\\MenuExtension',
  4767.             'knp_menu.renderer.twig.class' => 'Knp\\Menu\\Renderer\\TwigRenderer',
  4768.             'knp_menu.renderer.twig.options' => [
  4769.             ],
  4770.             'knp_menu.renderer.twig.template' => '@KnpMenu/menu.html.twig',
  4771.             'knp_menu.default_renderer' => 'twig',
  4772.             'drosalys_form.collection.import_template' => true,
  4773.             'drosalys_form.collection.main_form_template' => 'form_div_layout.html.twig',
  4774.             'drosalys_form.select_or_create.import_template' => true,
  4775.             'drosalys_form.select_or_create.layout_template' => '@DrosalysWebForm/Form/select_or_create_layout.html.twig',
  4776.             'craue.form.flow.class' => 'Craue\\FormFlowBundle\\Form\\FormFlow',
  4777.             'craue.form.flow.storage.class' => 'Craue\\FormFlowBundle\\Storage\\SessionStorage',
  4778.             'craue.form.flow.event_listener.previous_step_invalid.class' => 'Craue\\FormFlowBundle\\EventListener\\PreviousStepInvalidEventListener',
  4779.             'craue.form.flow.event_listener.previous_step_invalid.event' => 'flow.previous_step_invalid',
  4780.             'craue.form.flow.event_listener.flow_expired.class' => 'Craue\\FormFlowBundle\\EventListener\\FlowExpiredEventListener',
  4781.             'craue.form.flow.event_listener.flow_expired.event' => 'flow.flow_expired',
  4782.             'craue_twig_extensions.formflow.class' => 'Craue\\FormFlowBundle\\Twig\\Extension\\FormFlowExtension',
  4783.             'craue_formflow.util.class' => 'Craue\\FormFlowBundle\\Util\\FormFlowUtil',
  4784.             'liip_imagine.resolvers' => [
  4785.                 'default' => [
  4786.                     'web_path' => [
  4787.                         'web_root' => (\dirname(__DIR__4).'/public'),
  4788.                         'cache_prefix' => 'media/cache',
  4789.                     ],
  4790.                 ],
  4791.                 'cursus_uploads' => [
  4792.                     'flysystem' => [
  4793.                         'filesystem_service' => 'oneup_flysystem.cursus_filesystem',
  4794.                         'root_url' => 'none',
  4795.                         'visibility' => 'private',
  4796.                         'cache_prefix' => '',
  4797.                     ],
  4798.                 ],
  4799.                 'organization_uploads' => [
  4800.                     'flysystem' => [
  4801.                         'filesystem_service' => 'oneup_flysystem.organization_filesystem',
  4802.                         'root_url' => 'none',
  4803.                         'visibility' => 'public',
  4804.                         'cache_prefix' => '',
  4805.                     ],
  4806.                 ],
  4807.                 'positioning_test_uploads' => [
  4808.                     'flysystem' => [
  4809.                         'filesystem_service' => 'oneup_flysystem.positioning_test_filesystem',
  4810.                         'root_url' => 'none',
  4811.                         'visibility' => 'public',
  4812.                         'cache_prefix' => '',
  4813.                     ],
  4814.                 ],
  4815.             ],
  4816.             'liip_imagine.loaders' => [
  4817.                 'default' => [
  4818.                     'filesystem' => [
  4819.                         'locator' => 'filesystem',
  4820.                         'data_root' => [
  4821.                             => (\dirname(__DIR__4).'/public'),
  4822.                         ],
  4823.                         'allow_unresolvable_data_roots' => false,
  4824.                         'bundle_resources' => [
  4825.                             'enabled' => false,
  4826.                             'access_control_type' => 'blacklist',
  4827.                             'access_control_list' => [
  4828.                             ],
  4829.                         ],
  4830.                     ],
  4831.                 ],
  4832.                 'cursus_uploads' => [
  4833.                     'flysystem' => [
  4834.                         'filesystem_service' => 'oneup_flysystem.cursus_filesystem',
  4835.                     ],
  4836.                 ],
  4837.                 'organization_uploads' => [
  4838.                     'flysystem' => [
  4839.                         'filesystem_service' => 'oneup_flysystem.organization_filesystem',
  4840.                     ],
  4841.                 ],
  4842.                 'positioning_test_uploads' => [
  4843.                     'flysystem' => [
  4844.                         'filesystem_service' => 'oneup_flysystem.positioning_test_filesystem',
  4845.                     ],
  4846.                 ],
  4847.             ],
  4848.             'liip_imagine.jpegoptim.binary' => '/usr/bin/jpegoptim',
  4849.             'liip_imagine.jpegoptim.stripAll' => true,
  4850.             'liip_imagine.jpegoptim.max' => NULL,
  4851.             'liip_imagine.jpegoptim.progressive' => true,
  4852.             'liip_imagine.jpegoptim.tempDir' => NULL,
  4853.             'liip_imagine.optipng.binary' => '/usr/bin/optipng',
  4854.             'liip_imagine.optipng.level' => 7,
  4855.             'liip_imagine.optipng.stripAll' => true,
  4856.             'liip_imagine.optipng.tempDir' => NULL,
  4857.             'liip_imagine.pngquant.binary' => '/usr/bin/pngquant',
  4858.             'liip_imagine.mozjpeg.binary' => '/opt/mozjpeg/bin/cjpeg',
  4859.             'liip_imagine.cwebp.binary' => '/usr/bin/cwebp',
  4860.             'liip_imagine.cwebp.tempDir' => NULL,
  4861.             'liip_imagine.cwebp.q' => 75,
  4862.             'liip_imagine.cwebp.alphaQ' => 100,
  4863.             'liip_imagine.cwebp.m' => 4,
  4864.             'liip_imagine.cwebp.alphaFilter' => 'fast',
  4865.             'liip_imagine.cwebp.alphaMethod' => 1,
  4866.             'liip_imagine.cwebp.exact' => false,
  4867.             'liip_imagine.cwebp.metadata' => [
  4868.                 => 'none',
  4869.             ],
  4870.             'liip_imagine.driver_service' => 'liip_imagine.gd',
  4871.             'liip_imagine.cache.resolver.default' => 'default',
  4872.             'liip_imagine.default_image' => NULL,
  4873.             'liip_imagine.filter_sets' => [
  4874.                 'channel_thumbnail' => [
  4875.                     'quality' => 100,
  4876.                     'jpeg_quality' => 80,
  4877.                     'png_compression_level' => 8,
  4878.                     'png_compression_filter' => NULL,
  4879.                     'format' => NULL,
  4880.                     'animated' => false,
  4881.                     'cache' => NULL,
  4882.                     'data_loader' => NULL,
  4883.                     'default_image' => NULL,
  4884.                     'filters' => [
  4885.                         'auto_rotate' => [
  4886.                         ],
  4887.                         'strip' => [
  4888.                         ],
  4889.                         'thumbnail' => [
  4890.                             'size' => [
  4891.                                 => 600,
  4892.                                 => 300,
  4893.                             ],
  4894.                             'mode' => 'inset',
  4895.                             'allow_upscale' => true,
  4896.                         ],
  4897.                     ],
  4898.                     'post_processors' => [
  4899.                     ],
  4900.                 ],
  4901.                 'avatar_thumbnail' => [
  4902.                     'quality' => 100,
  4903.                     'jpeg_quality' => 80,
  4904.                     'png_compression_level' => 8,
  4905.                     'png_compression_filter' => NULL,
  4906.                     'format' => NULL,
  4907.                     'animated' => false,
  4908.                     'cache' => NULL,
  4909.                     'data_loader' => NULL,
  4910.                     'default_image' => NULL,
  4911.                     'filters' => [
  4912.                         'auto_rotate' => [
  4913.                         ],
  4914.                         'strip' => [
  4915.                         ],
  4916.                         'thumbnail' => [
  4917.                             'size' => [
  4918.                                 => 100,
  4919.                                 => 100,
  4920.                             ],
  4921.                             'mode' => 'outbound',
  4922.                             'allow_upscale' => true,
  4923.                         ],
  4924.                     ],
  4925.                     'post_processors' => [
  4926.                     ],
  4927.                 ],
  4928.                 'cache' => [
  4929.                     'quality' => 100,
  4930.                     'jpeg_quality' => NULL,
  4931.                     'png_compression_level' => NULL,
  4932.                     'png_compression_filter' => NULL,
  4933.                     'format' => NULL,
  4934.                     'animated' => false,
  4935.                     'cache' => NULL,
  4936.                     'data_loader' => NULL,
  4937.                     'default_image' => NULL,
  4938.                     'filters' => [
  4939.                     ],
  4940.                     'post_processors' => [
  4941.                     ],
  4942.                 ],
  4943.                 'thumbnail' => [
  4944.                     'quality' => 50,
  4945.                     'jpeg_quality' => NULL,
  4946.                     'png_compression_level' => NULL,
  4947.                     'png_compression_filter' => NULL,
  4948.                     'format' => NULL,
  4949.                     'animated' => false,
  4950.                     'cache' => NULL,
  4951.                     'data_loader' => NULL,
  4952.                     'default_image' => NULL,
  4953.                     'filters' => [
  4954.                         'thumbnail' => [
  4955.                             'size' => [
  4956.                                 => 50,
  4957.                                 => 50,
  4958.                             ],
  4959.                             'mode' => 'inset',
  4960.                         ],
  4961.                     ],
  4962.                     'post_processors' => [
  4963.                     ],
  4964.                 ],
  4965.                 'question_picture' => [
  4966.                     'quality' => 90,
  4967.                     'jpeg_quality' => NULL,
  4968.                     'png_compression_level' => NULL,
  4969.                     'png_compression_filter' => NULL,
  4970.                     'format' => NULL,
  4971.                     'animated' => false,
  4972.                     'cache' => NULL,
  4973.                     'data_loader' => 'positioning_test_uploads',
  4974.                     'default_image' => NULL,
  4975.                     'filters' => [
  4976.                         'thumbnail' => [
  4977.                             'size' => [
  4978.                                 => 300,
  4979.                                 => 220,
  4980.                             ],
  4981.                             'mode' => 'inset',
  4982.                         ],
  4983.                     ],
  4984.                     'post_processors' => [
  4985.                     ],
  4986.                 ],
  4987.                 'question_picture_big' => [
  4988.                     'quality' => 90,
  4989.                     'jpeg_quality' => NULL,
  4990.                     'png_compression_level' => NULL,
  4991.                     'png_compression_filter' => NULL,
  4992.                     'format' => NULL,
  4993.                     'animated' => false,
  4994.                     'cache' => NULL,
  4995.                     'data_loader' => 'positioning_test_uploads',
  4996.                     'default_image' => NULL,
  4997.                     'filters' => [
  4998.                     ],
  4999.                     'post_processors' => [
  5000.                     ],
  5001.                 ],
  5002.                 'organization_file' => [
  5003.                     'quality' => 90,
  5004.                     'jpeg_quality' => NULL,
  5005.                     'png_compression_level' => NULL,
  5006.                     'png_compression_filter' => NULL,
  5007.                     'format' => NULL,
  5008.                     'animated' => false,
  5009.                     'cache' => NULL,
  5010.                     'data_loader' => 'organization_uploads',
  5011.                     'default_image' => NULL,
  5012.                     'filters' => [
  5013.                         'thumbnail' => [
  5014.                             'size' => [
  5015.                                 => 250,
  5016.                                 => 250,
  5017.                             ],
  5018.                             'mode' => 'inset',
  5019.                         ],
  5020.                     ],
  5021.                     'post_processors' => [
  5022.                     ],
  5023.                 ],
  5024.             ],
  5025.             'liip_imagine.binary.loader.default' => 'default',
  5026.             'liip_imagine.controller.filter_action' => 'Liip\\ImagineBundle\\Controller\\ImagineController::filterAction',
  5027.             'liip_imagine.controller.filter_runtime_action' => 'Liip\\ImagineBundle\\Controller\\ImagineController::filterRuntimeAction',
  5028.             'liip_imagine.webp.generate' => false,
  5029.             'liip_imagine.webp.options' => [
  5030.                 'quality' => 100,
  5031.                 'cache' => NULL,
  5032.                 'data_loader' => NULL,
  5033.                 'post_processors' => [
  5034.                 ],
  5035.             ],
  5036.             'bazinga.jstranslation.translation_finder.class' => 'Bazinga\\Bundle\\JsTranslationBundle\\Finder\\TranslationFinder',
  5037.             'bazinga.jstranslation.translation_dumper.class' => 'Bazinga\\Bundle\\JsTranslationBundle\\Dumper\\TranslationDumper',
  5038.             'bazinga.jstranslation.controller.class' => 'Bazinga\\Bundle\\JsTranslationBundle\\Controller\\Controller',
  5039.             'karser_recaptcha3.score_threshold' => 0.5,
  5040.             'karser_recaptcha3.enabled' => true,
  5041.             'karser_recaptcha3.host' => 'www.google.com',
  5042.             'spiriit_form_filter.query_builder_updater.class' => 'Spiriit\\Bundle\\FormFilterBundle\\Filter\\FilterBuilderUpdater',
  5043.             'spiriit_form_filter.form_data_extractor.class' => 'Spiriit\\Bundle\\FormFilterBundle\\Filter\\DataExtractor\\FormDataExtractor',
  5044.             'spiriit_form_filter.data_extraction_method.default.class' => 'Spiriit\\Bundle\\FormFilterBundle\\Filter\\DataExtractor\\Method\\DefaultExtractionMethod',
  5045.             'spiriit_form_filter.data_extraction_method.text.class' => 'Spiriit\\Bundle\\FormFilterBundle\\Filter\\DataExtractor\\Method\\TextExtractionMethod',
  5046.             'spiriit_form_filter.data_extraction_method.key_values.class' => 'Spiriit\\Bundle\\FormFilterBundle\\Filter\\DataExtractor\\Method\\ValueKeysExtractionMethod',
  5047.             'spiriit_form_filter.filter_prepare.class' => 'Spiriit\\Bundle\\FormFilterBundle\\Event\\Listener\\PrepareListener',
  5048.             'spiriit_form_filter.type.filter_text.class' => 'Spiriit\\Bundle\\FormFilterBundle\\Filter\\Form\\Type\\TextFilterType',
  5049.             'spiriit_form_filter.type.filter_number.class' => 'Spiriit\\Bundle\\FormFilterBundle\\Filter\\Form\\Type\\NumberFilterType',
  5050.             'spiriit_form_filter.type.filter_number_range.class' => 'Spiriit\\Bundle\\FormFilterBundle\\Filter\\Form\\Type\\NumberRangeFilterType',
  5051.             'spiriit_form_filter.type.filter_checkbox.class' => 'Spiriit\\Bundle\\FormFilterBundle\\Filter\\Form\\Type\\CheckboxFilterType',
  5052.             'spiriit_form_filter.type.filter_boolean.class' => 'Spiriit\\Bundle\\FormFilterBundle\\Filter\\Form\\Type\\BooleanFilterType',
  5053.             'spiriit_form_filter.type.filter_choice.class' => 'Spiriit\\Bundle\\FormFilterBundle\\Filter\\Form\\Type\\ChoiceFilterType',
  5054.             'spiriit_form_filter.type.filter_date.class' => 'Spiriit\\Bundle\\FormFilterBundle\\Filter\\Form\\Type\\DateFilterType',
  5055.             'spiriit_form_filter.type.filter_date_range.class' => 'Spiriit\\Bundle\\FormFilterBundle\\Filter\\Form\\Type\\DateRangeFilterType',
  5056.             'spiriit_form_filter.type.filter_datetime.class' => 'Spiriit\\Bundle\\FormFilterBundle\\Filter\\Form\\Type\\DateTimeFilterType',
  5057.             'spiriit_form_filter.type.filter_datetime_range.class' => 'Spiriit\\Bundle\\FormFilterBundle\\Filter\\Form\\Type\\DateTimeRangeFilterType',
  5058.             'spiriit_form_filter.type.filter_collection_adapter.class' => 'Spiriit\\Bundle\\FormFilterBundle\\Filter\\Form\\Type\\CollectionAdapterFilterType',
  5059.             'spiriit_form_filter.type.filter_sharedable.class' => 'Spiriit\\Bundle\\FormFilterBundle\\Filter\\Form\\Type\\SharedableFilterType',
  5060.             'spiriit_form_filter.type.filter_enum.class' => 'Spiriit\\Bundle\\FormFilterBundle\\Filter\\Form\\Type\\EnumFilterType',
  5061.             'spiriit_form_filter.type_extension.filter_extension.class' => 'Spiriit\\Bundle\\FormFilterBundle\\Filter\\Form\\FilterTypeExtension',
  5062.             'spiriit_form_filter.get_filter.doctrine_orm.class' => 'Spiriit\\Bundle\\FormFilterBundle\\Event\\Subscriber\\DoctrineORMSubscriber',
  5063.             'spiriit_form_filter.apply_filter.doctrine_orm.class' => 'Spiriit\\Bundle\\FormFilterBundle\\Event\\Listener\\DoctrineApplyFilterListener',
  5064.             'spiriit_form_filter.type.filter_entity.class' => 'Spiriit\\Bundle\\FormFilterBundle\\Filter\\Form\\Type\\EntityFilterType',
  5065.             'spiriit_form_filter.where_method' => 'and',
  5066.             'spiriit_form_filter.text.condition_pattern' => 1,
  5067.             'oneup_uploader.chunks.manager.class' => 'Oneup\\UploaderBundle\\Uploader\\Chunk\\ChunkManager',
  5068.             'oneup_uploader.chunks_storage.gaufrette.class' => 'Oneup\\UploaderBundle\\Uploader\\Chunk\\Storage\\GaufretteStorage',
  5069.             'oneup_uploader.chunks_storage.flysystem.class' => 'Oneup\\UploaderBundle\\Uploader\\Chunk\\Storage\\FlysystemStorage',
  5070.             'oneup_uploader.chunks_storage.filesystem.class' => 'Oneup\\UploaderBundle\\Uploader\\Chunk\\Storage\\FilesystemStorage',
  5071.             'oneup_uploader.namer.urlsafename.class' => 'Oneup\\UploaderBundle\\Uploader\\Naming\\UrlSafeNamer',
  5072.             'oneup_uploader.namer.uniqid.class' => 'Oneup\\UploaderBundle\\Uploader\\Naming\\UniqidNamer',
  5073.             'oneup_uploader.routing.loader.class' => 'Oneup\\UploaderBundle\\Routing\\RouteLoader',
  5074.             'oneup_uploader.storage.gaufrette.class' => 'Oneup\\UploaderBundle\\Uploader\\Storage\\GaufretteStorage',
  5075.             'oneup_uploader.storage.flysystem.class' => 'Oneup\\UploaderBundle\\Uploader\\Storage\\FlysystemStorage',
  5076.             'oneup_uploader.storage.filesystem.class' => 'Oneup\\UploaderBundle\\Uploader\\Storage\\FilesystemStorage',
  5077.             'oneup_uploader.orphanage.class' => 'Oneup\\UploaderBundle\\Uploader\\Storage\\FilesystemOrphanageStorage',
  5078.             'oneup_uploader.orphanage.manager.class' => 'Oneup\\UploaderBundle\\Uploader\\Orphanage\\OrphanageManager',
  5079.             'oneup_uploader.controller.fineuploader.class' => 'Oneup\\UploaderBundle\\Controller\\FineUploaderController',
  5080.             'oneup_uploader.controller.blueimp.class' => 'Oneup\\UploaderBundle\\Controller\\BlueimpController',
  5081.             'oneup_uploader.controller.uploadify.class' => 'Oneup\\UploaderBundle\\Controller\\UploadifyController',
  5082.             'oneup_uploader.controller.yui3.class' => 'Oneup\\UploaderBundle\\Controller\\YUI3Controller',
  5083.             'oneup_uploader.controller.fancyupload.class' => 'Oneup\\UploaderBundle\\Controller\\FancyUploadController',
  5084.             'oneup_uploader.controller.mooupload.class' => 'Oneup\\UploaderBundle\\Controller\\MooUploadController',
  5085.             'oneup_uploader.controller.plupload.class' => 'Oneup\\UploaderBundle\\Controller\\PluploadController',
  5086.             'oneup_uploader.controller.dropzone.class' => 'Oneup\\UploaderBundle\\Controller\\DropzoneController',
  5087.             'oneup_uploader.command.clear_chunks.class' => 'Oneup\\UploaderBundle\\Command\\ClearChunkCommand',
  5088.             'oneup_uploader.command.clear_orphans.class' => 'Oneup\\UploaderBundle\\Command\\ClearOrphansCommand',
  5089.             'oneup_uploader.error_handler.noop.class' => 'Oneup\\UploaderBundle\\Uploader\\ErrorHandler\\NoopErrorHandler',
  5090.             'oneup_uploader.error_handler.blueimp.class' => 'Oneup\\UploaderBundle\\Uploader\\ErrorHandler\\BlueimpErrorHandler',
  5091.             'oneup_uploader.error_handler.plupload.class' => 'Oneup\\UploaderBundle\\Uploader\\ErrorHandler\\PluploadErrorHandler',
  5092.             'oneup_uploader.error_handler.dropzone.class' => 'Oneup\\UploaderBundle\\Uploader\\ErrorHandler\\DropzoneErrorHandler',
  5093.             'oneup_uploader.config.cursus_upload' => [
  5094.                 'use_orphanage' => true,
  5095.                 'frontend' => 'dropzone',
  5096.                 'storage' => [
  5097.                     'type' => 'flysystem',
  5098.                     'filesystem' => 'oneup_flysystem.cursus_filesystem',
  5099.                     'service' => NULL,
  5100.                     'directory' => NULL,
  5101.                     'stream_wrapper' => NULL,
  5102.                     'sync_buffer_size' => '100K',
  5103.                 ],
  5104.                 'allowed_mimetypes' => [
  5105.                     'image/jpeg' => [
  5106.                         => 'jpg',
  5107.                         => 'jpeg',
  5108.                     ],
  5109.                     'image/png' => [
  5110.                         => 'png',
  5111.                     ],
  5112.                     'application/pdf' => [
  5113.                         => 'pdf',
  5114.                     ],
  5115.                     'application/vnd.openxmlformats-officedocument.wordprocessingml.document' => [
  5116.                         => 'docx',
  5117.                     ],
  5118.                     'application/msword' => [
  5119.                         => 'doc',
  5120.                     ],
  5121.                     'application/vnd.oasis.opendocument.text' => [
  5122.                         => 'odt',
  5123.                     ],
  5124.                     'application/vnd.ms-excel' => [
  5125.                         => 'xls',
  5126.                     ],
  5127.                     'application/vnd.openxmlformats-officedocument.spreadsheetml.sheet' => [
  5128.                         => 'xlsx',
  5129.                     ],
  5130.                 ],
  5131.                 'max_size' => 10000000,
  5132.                 'namer' => 'app.file_abstract_cursus_namer',
  5133.                 'custom_frontend' => [
  5134.                     'name' => NULL,
  5135.                     'class' => NULL,
  5136.                 ],
  5137.                 'route_prefix' => '',
  5138.                 'endpoints' => [
  5139.                     'upload' => NULL,
  5140.                     'progress' => NULL,
  5141.                     'cancel' => NULL,
  5142.                 ],
  5143.                 'disallowed_mimetypes' => [
  5144.                 ],
  5145.                 'error_handler' => NULL,
  5146.                 'enable_progress' => false,
  5147.                 'enable_cancelation' => false,
  5148.                 'root_folder' => false,
  5149.             ],
  5150.             'oneup_uploader.config.organization_upload' => [
  5151.                 'use_orphanage' => true,
  5152.                 'frontend' => 'dropzone',
  5153.                 'storage' => [
  5154.                     'type' => 'flysystem',
  5155.                     'filesystem' => 'oneup_flysystem.organization_filesystem',
  5156.                     'service' => NULL,
  5157.                     'directory' => NULL,
  5158.                     'stream_wrapper' => NULL,
  5159.                     'sync_buffer_size' => '100K',
  5160.                 ],
  5161.                 'allowed_mimetypes' => [
  5162.                     'image/jpeg' => [
  5163.                         => 'jpg',
  5164.                         => 'jpeg',
  5165.                     ],
  5166.                     'image/png' => [
  5167.                         => 'png',
  5168.                     ],
  5169.                     'image/gif' => [
  5170.                         => 'gif',
  5171.                     ],
  5172.                 ],
  5173.                 'max_size' => 10000000,
  5174.                 'namer' => 'app.organization_file_namer',
  5175.                 'custom_frontend' => [
  5176.                     'name' => NULL,
  5177.                     'class' => NULL,
  5178.                 ],
  5179.                 'route_prefix' => '',
  5180.                 'endpoints' => [
  5181.                     'upload' => NULL,
  5182.                     'progress' => NULL,
  5183.                     'cancel' => NULL,
  5184.                 ],
  5185.                 'disallowed_mimetypes' => [
  5186.                 ],
  5187.                 'error_handler' => NULL,
  5188.                 'enable_progress' => false,
  5189.                 'enable_cancelation' => false,
  5190.                 'root_folder' => false,
  5191.             ],
  5192.             'oneup_uploader.config.positioning_test_upload' => [
  5193.                 'use_orphanage' => true,
  5194.                 'frontend' => 'dropzone',
  5195.                 'storage' => [
  5196.                     'type' => 'flysystem',
  5197.                     'filesystem' => 'oneup_flysystem.positioning_test_filesystem',
  5198.                     'service' => NULL,
  5199.                     'directory' => NULL,
  5200.                     'stream_wrapper' => NULL,
  5201.                     'sync_buffer_size' => '100K',
  5202.                 ],
  5203.                 'allowed_mimetypes' => [
  5204.                     'image/jpeg' => [
  5205.                         => 'jpg',
  5206.                         => 'jpeg',
  5207.                     ],
  5208.                     'image/png' => [
  5209.                         => 'png',
  5210.                     ],
  5211.                     'image/gif' => [
  5212.                         => 'gif',
  5213.                     ],
  5214.                 ],
  5215.                 'max_size' => 10000000,
  5216.                 'namer' => 'app.positioning_test_file_namer',
  5217.                 'custom_frontend' => [
  5218.                     'name' => NULL,
  5219.                     'class' => NULL,
  5220.                 ],
  5221.                 'route_prefix' => '',
  5222.                 'endpoints' => [
  5223.                     'upload' => NULL,
  5224.                     'progress' => NULL,
  5225.                     'cancel' => NULL,
  5226.                 ],
  5227.                 'disallowed_mimetypes' => [
  5228.                 ],
  5229.                 'error_handler' => NULL,
  5230.                 'enable_progress' => false,
  5231.                 'enable_cancelation' => false,
  5232.                 'root_folder' => false,
  5233.             ],
  5234.             'oneup_uploader.controllers' => [
  5235.                 'cursus_upload' => [
  5236.                     => 'oneup_uploader.controller.cursus_upload',
  5237.                     => [
  5238.                         'enable_progress' => false,
  5239.                         'enable_cancelation' => false,
  5240.                         'route_prefix' => '',
  5241.                         'endpoints' => [
  5242.                             'upload' => NULL,
  5243.                             'progress' => NULL,
  5244.                             'cancel' => NULL,
  5245.                         ],
  5246.                     ],
  5247.                 ],
  5248.                 'organization_upload' => [
  5249.                     => 'oneup_uploader.controller.organization_upload',
  5250.                     => [
  5251.                         'enable_progress' => false,
  5252.                         'enable_cancelation' => false,
  5253.                         'route_prefix' => '',
  5254.                         'endpoints' => [
  5255.                             'upload' => NULL,
  5256.                             'progress' => NULL,
  5257.                             'cancel' => NULL,
  5258.                         ],
  5259.                     ],
  5260.                 ],
  5261.                 'positioning_test_upload' => [
  5262.                     => 'oneup_uploader.controller.positioning_test_upload',
  5263.                     => [
  5264.                         'enable_progress' => false,
  5265.                         'enable_cancelation' => false,
  5266.                         'route_prefix' => '',
  5267.                         'endpoints' => [
  5268.                             'upload' => NULL,
  5269.                             'progress' => NULL,
  5270.                             'cancel' => NULL,
  5271.                         ],
  5272.                     ],
  5273.                 ],
  5274.             ],
  5275.             'oneup_uploader.maxsize' => [
  5276.                 'cursus_upload' => 10000000,
  5277.                 'organization_upload' => 10000000,
  5278.                 'positioning_test_upload' => 10000000,
  5279.             ],
  5280.             'nelmio_cors.map' => [
  5281.                 '^/' => [
  5282.                 ],
  5283.             ],
  5284.             'nelmio_cors.cors_listener.class' => 'Nelmio\\CorsBundle\\EventListener\\CorsListener',
  5285.             'nelmio_cors.options_resolver.class' => 'Nelmio\\CorsBundle\\Options\\Resolver',
  5286.             'nelmio_cors.options_provider.config.class' => 'Nelmio\\CorsBundle\\Options\\ConfigProvider',
  5287.             'maker.compatible_check.doctrine.supports_attributes' => true,
  5288.             'data_collector.templates' => [
  5289.                 'data_collector.request' => [
  5290.                     => 'request',
  5291.                     => '@WebProfiler/Collector/request.html.twig',
  5292.                 ],
  5293.                 'data_collector.time' => [
  5294.                     => 'time',
  5295.                     => '@WebProfiler/Collector/time.html.twig',
  5296.                 ],
  5297.                 'data_collector.memory' => [
  5298.                     => 'memory',
  5299.                     => '@WebProfiler/Collector/memory.html.twig',
  5300.                 ],
  5301.                 'data_collector.validator' => [
  5302.                     => 'validator',
  5303.                     => '@WebProfiler/Collector/validator.html.twig',
  5304.                 ],
  5305.                 'data_collector.ajax' => [
  5306.                     => 'ajax',
  5307.                     => '@WebProfiler/Collector/ajax.html.twig',
  5308.                 ],
  5309.                 'data_collector.form' => [
  5310.                     => 'form',
  5311.                     => '@WebProfiler/Collector/form.html.twig',
  5312.                 ],
  5313.                 'data_collector.exception' => [
  5314.                     => 'exception',
  5315.                     => '@WebProfiler/Collector/exception.html.twig',
  5316.                 ],
  5317.                 'data_collector.logger' => [
  5318.                     => 'logger',
  5319.                     => '@WebProfiler/Collector/logger.html.twig',
  5320.                 ],
  5321.                 'data_collector.events' => [
  5322.                     => 'events',
  5323.                     => '@WebProfiler/Collector/events.html.twig',
  5324.                 ],
  5325.                 'data_collector.router' => [
  5326.                     => 'router',
  5327.                     => '@WebProfiler/Collector/router.html.twig',
  5328.                 ],
  5329.                 'data_collector.cache' => [
  5330.                     => 'cache',
  5331.                     => '@WebProfiler/Collector/cache.html.twig',
  5332.                 ],
  5333.                 'data_collector.translation' => [
  5334.                     => 'translation',
  5335.                     => '@WebProfiler/Collector/translation.html.twig',
  5336.                 ],
  5337.                 'data_collector.security' => [
  5338.                     => 'security',
  5339.                     => '@Security/Collector/security.html.twig',
  5340.                 ],
  5341.                 'data_collector.twig' => [
  5342.                     => 'twig',
  5343.                     => '@WebProfiler/Collector/twig.html.twig',
  5344.                 ],
  5345.                 'data_collector.http_client' => [
  5346.                     => 'http_client',
  5347.                     => '@WebProfiler/Collector/http_client.html.twig',
  5348.                 ],
  5349.                 'data_collector.doctrine' => [
  5350.                     => 'db',
  5351.                     => '@Doctrine/Collector/db.html.twig',
  5352.                 ],
  5353.                 'doctrine_migrations.migrations_collector' => [
  5354.                     => 'doctrine_migrations',
  5355.                     => '@DoctrineMigrations/Collector/migrations.html.twig',
  5356.                 ],
  5357.                 'data_collector.dump' => [
  5358.                     => 'dump',
  5359.                     => '@Debug/Profiler/dump.html.twig',
  5360.                 ],
  5361.                 'data_collector.messenger' => [
  5362.                     => 'messenger',
  5363.                     => '@WebProfiler/Collector/messenger.html.twig',
  5364.                 ],
  5365.                 'notifier.data_collector' => [
  5366.                     => 'notifier',
  5367.                     => '@WebProfiler/Collector/notifier.html.twig',
  5368.                 ],
  5369.                 'data_collector.config' => [
  5370.                     => 'config',
  5371.                     => '@WebProfiler/Collector/config.html.twig',
  5372.                 ],
  5373.             ],
  5374.             'console.command.ids' => [
  5375.             ],
  5376.         ];
  5377.     }
  5378.     protected function throw($message)
  5379.     {
  5380.         throw new RuntimeException($message);
  5381.     }
  5382. }