var/cache/dev/ContainerY4x6u4l/App_KernelDevDebugContainer.php line 3852

Open in your IDE?
  1. <?php
  2. namespace ContainerY4x6u4l;
  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.             'admin_channel_user_data_drive_filesystem' => 'getAdminChannelUserDataDriveFilesystemService',
  41.             'cache.app' => 'getCache_AppService',
  42.             'cache.system' => 'getCache_SystemService',
  43.             'cache.validator_expression_language' => 'getCache_ValidatorExpressionLanguageService',
  44.             'craue_formflow_util' => 'getCraueFormflowUtilService',
  45.             'cursus_filesystem' => 'getCursusFilesystemService',
  46.             'data_collector.dump' => 'getDataCollector_DumpService',
  47.             'doctrine' => 'getDoctrineService',
  48.             'doctrine.dbal.default_connection' => 'getDoctrine_Dbal_DefaultConnectionService',
  49.             'doctrine.orm.default_entity_listener_resolver' => 'getDoctrine_Orm_DefaultEntityListenerResolverService',
  50.             'doctrine.orm.default_entity_manager' => 'getDoctrine_Orm_DefaultEntityManagerService',
  51.             'event_dispatcher' => 'getEventDispatcherService',
  52.             'http_kernel' => 'getHttpKernelService',
  53.             'knp_menu.matcher' => 'getKnpMenu_MatcherService',
  54.             'liip_imagine.cache.manager' => 'getLiipImagine_Cache_ManagerService',
  55.             'liip_imagine.cache.resolver.admin_channel_user_data_drive' => 'getLiipImagine_Cache_Resolver_AdminChannelUserDataDriveService',
  56.             'liip_imagine.cache.resolver.cursus_uploads' => 'getLiipImagine_Cache_Resolver_CursusUploadsService',
  57.             'liip_imagine.cache.resolver.default' => 'getLiipImagine_Cache_Resolver_DefaultService',
  58.             'liip_imagine.cache.resolver.no_cache_web_path' => 'getLiipImagine_Cache_Resolver_NoCacheWebPathService',
  59.             'liip_imagine.cache.resolver.organization_uploads' => 'getLiipImagine_Cache_Resolver_OrganizationUploadsService',
  60.             'liip_imagine.cache.resolver.positioning_test_uploads' => 'getLiipImagine_Cache_Resolver_PositioningTestUploadsService',
  61.             'liip_imagine.cache.signer' => 'getLiipImagine_Cache_SignerService',
  62.             'messenger.default_bus' => 'getMessenger_DefaultBusService',
  63.             'oneup_uploader.orphanage_manager' => 'getOneupUploader_OrphanageManagerService',
  64.             'oneup_uploader.templating.uploader_helper' => 'getOneupUploader_Templating_UploaderHelperService',
  65.             'oneup_uploader.twig.extension.uploader' => 'getOneupUploader_Twig_Extension_UploaderService',
  66.             'organization_filesystem' => 'getOrganizationFilesystemService',
  67.             'positioning_test_filesystem' => 'getPositioningTestFilesystemService',
  68.             'request_stack' => 'getRequestStackService',
  69.             'router' => 'getRouterService',
  70.             'translator' => 'getTranslatorService',
  71.             'var_dumper.cloner' => 'getVarDumper_ClonerService',
  72.             'cache_clearer' => 'getCacheClearerService',
  73.             'filesystem' => 'getFilesystemService',
  74.             'serializer' => 'getSerializerService',
  75.             'security.csrf.token_manager' => 'getSecurity_Csrf_TokenManagerService',
  76.             'form.factory' => 'getForm_FactoryService',
  77.             'form.type.file' => 'getForm_Type_FileService',
  78.             'profiler' => 'getProfilerService',
  79.             'twig' => 'getTwigService',
  80.             'security.authorization_checker' => 'getSecurity_AuthorizationCheckerService',
  81.             'security.token_storage' => 'getSecurity_TokenStorageService',
  82.             'security.password_encoder' => 'getSecurity_PasswordEncoderService',
  83.             'session' => 'getSessionService',
  84.             'validator' => 'getValidatorService',
  85.         ];
  86.         $this->fileMap = [
  87.             '.container.private.cache_clearer' => 'get_Container_Private_CacheClearerService',
  88.             '.container.private.form.factory' => 'get_Container_Private_Form_FactoryService',
  89.             '.container.private.form.type.file' => 'get_Container_Private_Form_Type_FileService',
  90.             '.container.private.security.csrf.token_manager' => 'get_Container_Private_Security_Csrf_TokenManagerService',
  91.             '.container.private.security.password_encoder' => 'get_Container_Private_Security_PasswordEncoderService',
  92.             '.container.private.session' => 'get_Container_Private_SessionService',
  93.             '.zenstruck_foundry.configuration' => 'get_ZenstruckFoundry_ConfigurationService',
  94.             '.zenstruck_foundry.global_state_registry' => 'get_ZenstruckFoundry_GlobalStateRegistryService',
  95.             'App\\Controller\\Account\\Async\\Channel\\PositioningTest\\Attempt\\AttemptAnswerAction' => 'getAttemptAnswerActionService',
  96.             'App\\Controller\\Account\\Async\\Channel\\PositioningTest\\Attempt\\AttemptBlockCompleteAction' => 'getAttemptBlockCompleteActionService',
  97.             'App\\Controller\\Account\\Async\\Channel\\PositioningTest\\Attempt\\AttemptBlockLaunchAction' => 'getAttemptBlockLaunchActionService',
  98.             'App\\Controller\\Account\\Async\\Channel\\Service\\CollectionAction' => 'getCollectionActionService',
  99.             'App\\Controller\\Account\\Async\\Cursus\\GetCursusCertificate' => 'getGetCursusCertificateService',
  100.             'App\\Controller\\Account\\Async\\Cursus\\GetGlobalProgressionAction' => 'getGetGlobalProgressionActionService',
  101.             'App\\Controller\\Account\\Async\\Cursus\\GetLightProgressionAction' => 'getGetLightProgressionActionService',
  102.             'App\\Controller\\Account\\Async\\Cursus\\GetTrainingProgressionAction' => 'getGetTrainingProgressionActionService',
  103.             'App\\Controller\\Account\\Async\\UpdateLastConnected' => 'getUpdateLastConnectedService',
  104.             'App\\Controller\\Account\\ChannelUserData\\AdminChannelUserData\\ShowDriveAction' => 'getShowDriveActionService',
  105.             'App\\Controller\\Account\\ChannelUserData\\AdminChannelUserData\\ShowEventsAction' => 'getShowEventsActionService',
  106.             'App\\Controller\\Account\\ChannelUserData\\AdminChannelUserData\\ShowFilesAction' => 'getShowFilesActionService',
  107.             'App\\Controller\\Account\\ChannelUserData\\AdminChannelUserData\\ShowSkillsAction' => 'getShowSkillsActionService',
  108.             'App\\Controller\\Account\\ChannelUserData\\ChannelUserDataDashboardRedirectAction' => 'getChannelUserDataDashboardRedirectActionService',
  109.             'App\\Controller\\Account\\ChannelUserData\\DashBoardAction' => 'getDashBoardActionService',
  110.             'App\\Controller\\Account\\ChannelUserData\\Learner\\Cursus\\ShowAction' => 'getShowActionService',
  111.             'App\\Controller\\Account\\ChannelUserData\\Learner\\Cursus\\ShowDriveAction' => 'getShowDriveAction2Service',
  112.             'App\\Controller\\Account\\ChannelUserData\\Learner\\Cursus\\ShowFilesAction' => 'getShowFilesAction2Service',
  113.             'App\\Controller\\Account\\ChannelUserData\\Learner\\Cursus\\ShowProgressAction' => 'getShowProgressActionService',
  114.             'App\\Controller\\Account\\ChannelUserData\\RedirectDriveNotificationAction' => 'getRedirectDriveNotificationActionService',
  115.             'App\\Controller\\Account\\Channel\\PositioningTest\\Attempt\\IndexAction' => 'getIndexActionService',
  116.             'App\\Controller\\Account\\Channel\\PositioningTest\\Attempt\\ShowAction' => 'getShowAction2Service',
  117.             'App\\Controller\\Account\\Channel\\PositioningTest\\ShowAction' => 'getShowAction3Service',
  118.             'App\\Controller\\Account\\Channel\\PositioningTest\\StartAction' => 'getStartActionService',
  119.             'App\\Controller\\Account\\EditAccountAction' => 'getEditAccountActionService',
  120.             'App\\Controller\\Account\\ForgotPassword\\AlreadyLoggedInController' => 'getAlreadyLoggedInControllerService',
  121.             'App\\Controller\\Account\\ForgotPassword\\AskController' => 'getAskControllerService',
  122.             'App\\Controller\\Account\\ForgotPassword\\AskSuccessController' => 'getAskSuccessControllerService',
  123.             'App\\Controller\\Account\\ForgotPassword\\ResetController' => 'getResetControllerService',
  124.             'App\\Controller\\Account\\HomeAction' => 'getHomeActionService',
  125.             'App\\Controller\\Account\\Notification\\NotificationSeeAllController' => 'getNotificationSeeAllControllerService',
  126.             'App\\Controller\\Account\\Register\\RegisterAction' => 'getRegisterActionService',
  127.             'App\\Controller\\Account\\Register\\RegisterVerificationAction' => 'getRegisterVerificationActionService',
  128.             'App\\Controller\\Account\\Register\\SetPasswordController' => 'getSetPasswordControllerService',
  129.             'App\\Controller\\Account\\Register\\VerifyEmailAction' => 'getVerifyEmailActionService',
  130.             'App\\Controller\\Account\\Security\\LoginAction' => 'getLoginActionService',
  131.             'App\\Controller\\Account\\Security\\LogoutAction' => 'getLogoutActionService',
  132.             'App\\Controller\\Admin\\Async\\ChannelUserData\\Cursus\\Files\\GetCursusFiles' => 'getGetCursusFilesService',
  133.             'App\\Controller\\Admin\\Async\\ChannelUserData\\Cursus\\Message\\GetCollectionAction' => 'getGetCollectionActionService',
  134.             'App\\Controller\\Admin\\Async\\ChannelUserData\\Cursus\\Progress\\ExportTrainingProgression' => 'getExportTrainingProgressionService',
  135.             'App\\Controller\\Admin\\Async\\ChannelUserData\\Cursus\\Progress\\GetEventsCollectionAction' => 'getGetEventsCollectionActionService',
  136.             'App\\Controller\\Admin\\Async\\ChannelUserData\\Cursus\\Progress\\GetGlobalProgressionAction' => 'getGetGlobalProgressionAction2Service',
  137.             'App\\Controller\\Admin\\Async\\ChannelUserData\\Cursus\\Progress\\GetLightProgressionAction' => 'getGetLightProgressionAction2Service',
  138.             'App\\Controller\\Admin\\Async\\ChannelUserData\\Cursus\\Progress\\GetLightProgressionCollectionAction' => 'getGetLightProgressionCollectionActionService',
  139.             'App\\Controller\\Admin\\Async\\ChannelUserData\\Cursus\\Progress\\GetTrainingProgressionAction' => 'getGetTrainingProgressionAction2Service',
  140.             'App\\Controller\\Admin\\Async\\Channel\\Certificate\\CursusStartCertificate\\GetPreviewCertificateAction' => 'getGetPreviewCertificateActionService',
  141.             'App\\Controller\\Admin\\Async\\Channel\\ChannelUserData\\TutorCollectionAction' => 'getTutorCollectionActionService',
  142.             'App\\Controller\\Admin\\Async\\Channel\\Company\\CollectionAction' => 'getCollectionAction2Service',
  143.             'App\\Controller\\Admin\\Async\\Channel\\Contact\\CollectionAction' => 'getCollectionAction3Service',
  144.             'App\\Controller\\Admin\\Async\\Channel\\Group\\CollectionAction' => 'getCollectionAction4Service',
  145.             'App\\Controller\\Admin\\Async\\Channel\\Organization\\CollectionAction' => 'getCollectionAction5Service',
  146.             'App\\Controller\\Admin\\Async\\Channel\\Place\\CollectionAction' => 'getCollectionAction6Service',
  147.             'App\\Controller\\Admin\\Async\\Channel\\PositioningTest\\Attempt\\AttemptAnswerAction' => 'getAttemptAnswerAction2Service',
  148.             'App\\Controller\\Admin\\Async\\Channel\\PositioningTest\\BlockCollectionAction' => 'getBlockCollectionActionService',
  149.             'App\\Controller\\Admin\\Async\\Channel\\Service\\CollectionAction' => 'getCollectionAction7Service',
  150.             'App\\Controller\\Admin\\Async\\Channel\\Session\\CollectionAction' => 'getCollectionAction8Service',
  151.             'App\\Controller\\Admin\\Async\\Channel\\Training\\CollectionAction' => 'getCollectionAction9Service',
  152.             'App\\Controller\\Admin\\Async\\Channel\\User\\CompanyTutorCollectionAction' => 'getCompanyTutorCollectionActionService',
  153.             'App\\Controller\\Admin\\Async\\Channel\\User\\LearnersCollectionByTrainingAction' => 'getLearnersCollectionByTrainingActionService',
  154.             'App\\Controller\\Admin\\ChannelUserData\\Admin\\AnalyticsAction' => 'getAnalyticsActionService',
  155.             'App\\Controller\\Admin\\ChannelUserData\\Admin\\Export\\ExportListAction' => 'getExportListActionService',
  156.             'App\\Controller\\Admin\\ChannelUserData\\Admin\\IndexAction' => 'getIndexAction2Service',
  157.             'App\\Controller\\Admin\\ChannelUserData\\Admin\\Information\\RecallFileAction' => 'getRecallFileActionService',
  158.             'App\\Controller\\Admin\\ChannelUserData\\Admin\\Information\\ShowActivityAction' => 'getShowActivityActionService',
  159.             'App\\Controller\\Admin\\ChannelUserData\\Admin\\Information\\ShowDriveAction' => 'getShowDriveAction3Service',
  160.             'App\\Controller\\Admin\\ChannelUserData\\Admin\\Information\\ShowEventsAction' => 'getShowEventsAction2Service',
  161.             'App\\Controller\\Admin\\ChannelUserData\\Admin\\Information\\ShowFilesAction' => 'getShowFilesAction3Service',
  162.             'App\\Controller\\Admin\\ChannelUserData\\Admin\\Information\\ShowInformationsAction' => 'getShowInformationsActionService',
  163.             'App\\Controller\\Admin\\ChannelUserData\\Admin\\Information\\ShowPricesAction' => 'getShowPricesActionService',
  164.             'App\\Controller\\Admin\\ChannelUserData\\Admin\\Information\\ShowSkillsAction' => 'getShowSkillsAction2Service',
  165.             'App\\Controller\\Admin\\ChannelUserData\\Admin\\RemoveChannelUserDataRoleAction' => 'getRemoveChannelUserDataRoleActionService',
  166.             'App\\Controller\\Admin\\ChannelUserData\\Admin\\ShowAction' => 'getShowAction4Service',
  167.             'App\\Controller\\Admin\\ChannelUserData\\Admin\\ShowPermissionsAction' => 'getShowPermissionsActionService',
  168.             'App\\Controller\\Admin\\ChannelUserData\\Admin\\ShowProfileAction' => 'getShowProfileActionService',
  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' => 'getIndexAction3Service',
  173.             'App\\Controller\\Admin\\ChannelUserData\\ChannelUserData\\NewAction' => 'getNewActionService',
  174.             'App\\Controller\\Admin\\ChannelUserData\\ChannelUserData\\ToggleActiveChannelUserDataAction' => 'getToggleActiveChannelUserDataActionService',
  175.             'App\\Controller\\Admin\\ChannelUserData\\Learner\\Cursus\\Activity\\CreateMessageActivityAction' => 'getCreateMessageActivityActionService',
  176.             'App\\Controller\\Admin\\ChannelUserData\\Learner\\Cursus\\Activity\\ShowActivityGeneralAction' => 'getShowActivityGeneralActionService',
  177.             'App\\Controller\\Admin\\ChannelUserData\\Learner\\Cursus\\DeleteAction' => 'getDeleteAction2Service',
  178.             'App\\Controller\\Admin\\ChannelUserData\\Learner\\Cursus\\DeleteAdviserAction' => 'getDeleteAdviserActionService',
  179.             'App\\Controller\\Admin\\ChannelUserData\\Learner\\Cursus\\DeleteExamAction' => 'getDeleteExamActionService',
  180.             'App\\Controller\\Admin\\ChannelUserData\\Learner\\Cursus\\DeleteFounderAction' => 'getDeleteFounderActionService',
  181.             'App\\Controller\\Admin\\ChannelUserData\\Learner\\Cursus\\DeleteInternshipAction' => 'getDeleteInternshipActionService',
  182.             'App\\Controller\\Admin\\ChannelUserData\\Learner\\Cursus\\DeleteInternshipTutorAction' => 'getDeleteInternshipTutorActionService',
  183.             'App\\Controller\\Admin\\ChannelUserData\\Learner\\Cursus\\Export\\ExportAction' => 'getExportActionService',
  184.             'App\\Controller\\Admin\\ChannelUserData\\Learner\\Cursus\\IndexAction' => 'getIndexAction4Service',
  185.             'App\\Controller\\Admin\\ChannelUserData\\Learner\\Cursus\\IndexCursusAction' => 'getIndexCursusActionService',
  186.             'App\\Controller\\Admin\\ChannelUserData\\Learner\\Cursus\\NewTrainingCursus' => 'getNewTrainingCursusService',
  187.             'App\\Controller\\Admin\\ChannelUserData\\Learner\\Cursus\\ReactivateCursusAction' => 'getReactivateCursusActionService',
  188.             'App\\Controller\\Admin\\ChannelUserData\\Learner\\Cursus\\RedirectCursusAction' => 'getRedirectCursusActionService',
  189.             'App\\Controller\\Admin\\ChannelUserData\\Learner\\Cursus\\RedirectCursusTabAction' => 'getRedirectCursusTabActionService',
  190.             'App\\Controller\\Admin\\ChannelUserData\\Learner\\Cursus\\ShowChatAction' => 'getShowChatActionService',
  191.             'App\\Controller\\Admin\\ChannelUserData\\Learner\\Cursus\\ShowDriveAction' => 'getShowDriveAction4Service',
  192.             'App\\Controller\\Admin\\ChannelUserData\\Learner\\Cursus\\ShowExamAction' => 'getShowExamActionService',
  193.             'App\\Controller\\Admin\\ChannelUserData\\Learner\\Cursus\\ShowFilesAction' => 'getShowFilesAction4Service',
  194.             'App\\Controller\\Admin\\ChannelUserData\\Learner\\Cursus\\ShowFounderAction' => 'getShowFounderActionService',
  195.             'App\\Controller\\Admin\\ChannelUserData\\Learner\\Cursus\\ShowInternshipAction' => 'getShowInternshipActionService',
  196.             'App\\Controller\\Admin\\ChannelUserData\\Learner\\Cursus\\ShowProgressAction' => 'getShowProgressAction2Service',
  197.             'App\\Controller\\Admin\\ChannelUserData\\Learner\\IndexPositioningTestAttemptAction' => 'getIndexPositioningTestAttemptActionService',
  198.             'App\\Controller\\Admin\\ChannelUserData\\Learner\\RedirectControllerAction' => 'getRedirectControllerActionService',
  199.             'App\\Controller\\Admin\\ChannelUserData\\Learner\\ShowAction' => 'getShowAction5Service',
  200.             'App\\Controller\\Admin\\ChannelUserData\\Learner\\ShowPositioningTestAttemptAction' => 'getShowPositioningTestAttemptActionService',
  201.             'App\\Controller\\Admin\\ChannelUserData\\Learner\\ShowProfileAction' => 'getShowProfileAction2Service',
  202.             'App\\Controller\\Admin\\ChannelUserData\\ShowChannelUserDataAction' => 'getShowChannelUserDataActionService',
  203.             'App\\Controller\\Admin\\Channel\\Certificate\\CursusStartCertificate\\DeleteAction' => 'getDeleteAction3Service',
  204.             'App\\Controller\\Admin\\Channel\\Certificate\\CursusStartCertificate\\EditAction' => 'getEditActionService',
  205.             'App\\Controller\\Admin\\Channel\\Certificate\\CursusStartCertificate\\NewAction' => 'getNewAction2Service',
  206.             'App\\Controller\\Admin\\Channel\\Certificate\\CursusStartCertificate\\ShowAction' => 'getShowAction6Service',
  207.             'App\\Controller\\Admin\\Channel\\Certificate\\IndexAction' => 'getIndexAction5Service',
  208.             'App\\Controller\\Admin\\Channel\\Channel\\ChannelUserRole\\ManageAction' => 'getManageActionService',
  209.             'App\\Controller\\Admin\\Channel\\Channel\\DeleteOrganizationAction' => 'getDeleteOrganizationActionService',
  210.             'App\\Controller\\Admin\\Channel\\Channel\\Index' => 'getIndexService',
  211.             'App\\Controller\\Admin\\Channel\\Channel\\ShowAction' => 'getShowAction7Service',
  212.             'App\\Controller\\Admin\\Channel\\Company\\DeleteAction' => 'getDeleteAction4Service',
  213.             'App\\Controller\\Admin\\Channel\\Company\\DeleteMultipleAction' => 'getDeleteMultipleActionService',
  214.             'App\\Controller\\Admin\\Channel\\Company\\EditAction' => 'getEditAction2Service',
  215.             'App\\Controller\\Admin\\Channel\\Company\\ExportAction' => 'getExportAction2Service',
  216.             'App\\Controller\\Admin\\Channel\\Company\\IndexAction' => 'getIndexAction6Service',
  217.             'App\\Controller\\Admin\\Channel\\Company\\NewAction' => 'getNewAction3Service',
  218.             'App\\Controller\\Admin\\Channel\\Company\\ShowAction' => 'getShowAction8Service',
  219.             'App\\Controller\\Admin\\Channel\\Company\\Tutor\\AddAction' => 'getAddActionService',
  220.             'App\\Controller\\Admin\\Channel\\Company\\Tutor\\RemoveAction' => 'getRemoveActionService',
  221.             'App\\Controller\\Admin\\Channel\\Company\\Tutor\\RemoveMultipleAction' => 'getRemoveMultipleActionService',
  222.             'App\\Controller\\Admin\\Channel\\Configuration\\ShowAction' => 'getShowAction9Service',
  223.             'App\\Controller\\Admin\\Channel\\CustomView\\DeleteCustomViewChannelAction' => 'getDeleteCustomViewChannelActionService',
  224.             'App\\Controller\\Admin\\Channel\\CustomView\\InactivateCustomViewChannelAction' => 'getInactivateCustomViewChannelActionService',
  225.             'App\\Controller\\Admin\\Channel\\Export\\DeleteAction' => 'getDeleteAction5Service',
  226.             'App\\Controller\\Admin\\Channel\\Export\\DownloadExportAction' => 'getDownloadExportActionService',
  227.             'App\\Controller\\Admin\\Channel\\Export\\IndexAction' => 'getIndexAction7Service',
  228.             'App\\Controller\\Admin\\Channel\\Groups\\DeleteAction' => 'getDeleteAction6Service',
  229.             'App\\Controller\\Admin\\Channel\\Groups\\DeleteMultipleAction' => 'getDeleteMultipleAction2Service',
  230.             'App\\Controller\\Admin\\Channel\\Groups\\EditAction' => 'getEditAction3Service',
  231.             'App\\Controller\\Admin\\Channel\\Groups\\IndexAction' => 'getIndexAction8Service',
  232.             'App\\Controller\\Admin\\Channel\\Groups\\NewAction' => 'getNewAction4Service',
  233.             'App\\Controller\\Admin\\Channel\\Groups\\ShowAction' => 'getShowAction10Service',
  234.             'App\\Controller\\Admin\\Channel\\Groups\\User\\AddAction' => 'getAddAction2Service',
  235.             'App\\Controller\\Admin\\Channel\\Groups\\User\\RemoveAction' => 'getRemoveAction2Service',
  236.             'App\\Controller\\Admin\\Channel\\Groups\\User\\RemoveMultipleAction' => 'getRemoveMultipleAction2Service',
  237.             'App\\Controller\\Admin\\Channel\\Licenses\\DashboardAction' => 'getDashboardAction2Service',
  238.             'App\\Controller\\Admin\\Channel\\Licenses\\ValidateOrderAction' => 'getValidateOrderActionService',
  239.             'App\\Controller\\Admin\\Channel\\Material\\DeleteAction' => 'getDeleteAction7Service',
  240.             'App\\Controller\\Admin\\Channel\\Material\\DeleteMultipleAction' => 'getDeleteMultipleAction3Service',
  241.             'App\\Controller\\Admin\\Channel\\Material\\EditAction' => 'getEditAction4Service',
  242.             'App\\Controller\\Admin\\Channel\\Material\\IndexAction' => 'getIndexAction9Service',
  243.             'App\\Controller\\Admin\\Channel\\Material\\NewAction' => 'getNewAction5Service',
  244.             'App\\Controller\\Admin\\Channel\\Material\\ShowAction' => 'getShowAction11Service',
  245.             'App\\Controller\\Admin\\Channel\\Place\\DeleteAction' => 'getDeleteAction8Service',
  246.             'App\\Controller\\Admin\\Channel\\Place\\DeleteMultipleAction' => 'getDeleteMultipleAction4Service',
  247.             'App\\Controller\\Admin\\Channel\\Place\\EditAction' => 'getEditAction5Service',
  248.             'App\\Controller\\Admin\\Channel\\Place\\IndexAction' => 'getIndexAction10Service',
  249.             'App\\Controller\\Admin\\Channel\\Place\\NewAction' => 'getNewAction6Service',
  250.             'App\\Controller\\Admin\\Channel\\Place\\ShowAction' => 'getShowAction12Service',
  251.             'App\\Controller\\Admin\\Channel\\PositioningTest\\Attempt\\CreateOrSetUserAction' => 'getCreateOrSetUserActionService',
  252.             'App\\Controller\\Admin\\Channel\\PositioningTest\\Attempt\\IndexAction' => 'getIndexAction11Service',
  253.             'App\\Controller\\Admin\\Channel\\PositioningTest\\Attempt\\NewAction' => 'getNewAction7Service',
  254.             'App\\Controller\\Admin\\Channel\\PositioningTest\\Attempt\\SendReminderAction' => 'getSendReminderActionService',
  255.             'App\\Controller\\Admin\\Channel\\PositioningTest\\Attempt\\SendReminderMultipleAction' => 'getSendReminderMultipleActionService',
  256.             'App\\Controller\\Admin\\Channel\\PositioningTest\\Attempt\\ShowAction' => 'getShowAction13Service',
  257.             'App\\Controller\\Admin\\Channel\\PositioningTest\\Block\\DeleteAction' => 'getDeleteAction9Service',
  258.             'App\\Controller\\Admin\\Channel\\PositioningTest\\Block\\DeleteMultipleAction' => 'getDeleteMultipleAction5Service',
  259.             'App\\Controller\\Admin\\Channel\\PositioningTest\\Block\\DuplicateAction' => 'getDuplicateActionService',
  260.             'App\\Controller\\Admin\\Channel\\PositioningTest\\Block\\EditAction' => 'getEditAction6Service',
  261.             'App\\Controller\\Admin\\Channel\\PositioningTest\\Block\\IndexAction' => 'getIndexAction12Service',
  262.             'App\\Controller\\Admin\\Channel\\PositioningTest\\Block\\NewAction' => 'getNewAction8Service',
  263.             'App\\Controller\\Admin\\Channel\\PositioningTest\\Block\\RestoreAction' => 'getRestoreActionService',
  264.             'App\\Controller\\Admin\\Channel\\PositioningTest\\DeleteAction' => 'getDeleteAction10Service',
  265.             'App\\Controller\\Admin\\Channel\\PositioningTest\\DeleteMultipleAction' => 'getDeleteMultipleAction6Service',
  266.             'App\\Controller\\Admin\\Channel\\PositioningTest\\DuplicateAction' => 'getDuplicateAction2Service',
  267.             'App\\Controller\\Admin\\Channel\\PositioningTest\\EditAction' => 'getEditAction7Service',
  268.             'App\\Controller\\Admin\\Channel\\PositioningTest\\IndexAction' => 'getIndexAction13Service',
  269.             'App\\Controller\\Admin\\Channel\\PositioningTest\\NewAction' => 'getNewAction9Service',
  270.             'App\\Controller\\Admin\\Channel\\PositioningTest\\PositioningTestGoogleDriveAction' => 'getPositioningTestGoogleDriveActionService',
  271.             'App\\Controller\\Admin\\Channel\\PositioningTest\\RestoreAction' => 'getRestoreAction2Service',
  272.             'App\\Controller\\Admin\\Channel\\PositioningTest\\ShowAction' => 'getShowAction14Service',
  273.             'App\\Controller\\Admin\\Channel\\PurchaseOrder\\ExportIndexAction' => 'getExportIndexActionService',
  274.             'App\\Controller\\Admin\\Channel\\PurchaseOrder\\IndexAction' => 'getIndexAction14Service',
  275.             'App\\Controller\\Admin\\Channel\\Room\\DeleteAction' => 'getDeleteAction11Service',
  276.             'App\\Controller\\Admin\\Channel\\Room\\DeleteMultipleAction' => 'getDeleteMultipleAction7Service',
  277.             'App\\Controller\\Admin\\Channel\\Room\\EditAction' => 'getEditAction8Service',
  278.             'App\\Controller\\Admin\\Channel\\Room\\IndexAction' => 'getIndexAction15Service',
  279.             'App\\Controller\\Admin\\Channel\\Room\\NewAction' => 'getNewAction10Service',
  280.             'App\\Controller\\Admin\\Channel\\Room\\ShowAction' => 'getShowAction15Service',
  281.             'App\\Controller\\Admin\\Channel\\Service\\DeleteAction' => 'getDeleteAction12Service',
  282.             'App\\Controller\\Admin\\Channel\\Service\\DeleteMultipleAction' => 'getDeleteMultipleAction8Service',
  283.             'App\\Controller\\Admin\\Channel\\Service\\EditController' => 'getEditControllerService',
  284.             'App\\Controller\\Admin\\Channel\\Service\\IndexAction' => 'getIndexAction16Service',
  285.             'App\\Controller\\Admin\\Channel\\Service\\NewAction' => 'getNewAction11Service',
  286.             'App\\Controller\\Admin\\Channel\\Service\\ShowAction' => 'getShowAction16Service',
  287.             'App\\Controller\\Admin\\Channel\\Service\\User\\AddUserAction' => 'getAddUserActionService',
  288.             'App\\Controller\\Admin\\Channel\\Service\\User\\RemoveAction' => 'getRemoveAction3Service',
  289.             'App\\Controller\\Admin\\Channel\\Service\\User\\RemoveMultipleAction' => 'getRemoveMultipleAction3Service',
  290.             'App\\Controller\\Admin\\Channel\\Session\\DeleteAction' => 'getDeleteAction13Service',
  291.             'App\\Controller\\Admin\\Channel\\Session\\DeleteMultipleAction' => 'getDeleteMultipleAction9Service',
  292.             'App\\Controller\\Admin\\Channel\\Session\\DuplicateAction' => 'getDuplicateAction3Service',
  293.             'App\\Controller\\Admin\\Channel\\Session\\EditController' => 'getEditController2Service',
  294.             'App\\Controller\\Admin\\Channel\\Session\\IndexAction' => 'getIndexAction17Service',
  295.             'App\\Controller\\Admin\\Channel\\Session\\NewAction' => 'getNewAction12Service',
  296.             'App\\Controller\\Admin\\Channel\\Session\\ShowAction' => 'getShowAction17Service',
  297.             'App\\Controller\\Admin\\Channel\\Trainings\\LearnersCollectionAction' => 'getLearnersCollectionActionService',
  298.             'App\\Controller\\Admin\\IndexAction' => 'getIndexAction18Service',
  299.             'App\\Controller\\Api\\Security\\Profile\\GetAction' => 'getGetActionService',
  300.             'App\\Controller\\Async\\Channel\\ActivityFeed\\CollectionAction' => 'getCollectionAction10Service',
  301.             'App\\Controller\\Async\\Channel\\ActivityFeed\\DeleteActivityAction' => 'getDeleteActivityActionService',
  302.             'App\\Controller\\Async\\Channel\\ActivityFeed\\ExportActivitiesAction' => 'getExportActivitiesActionService',
  303.             'App\\Controller\\Async\\Channel\\ActivityFeed\\GetMeetingCollectionAction' => 'getGetMeetingCollectionActionService',
  304.             'App\\Controller\\Async\\Channel\\ActivityFeed\\PostMeetingActivityAction' => 'getPostMeetingActivityActionService',
  305.             'App\\Controller\\Async\\Channel\\ActivityFeed\\PostMessageActivityAction' => 'getPostMessageActivityActionService',
  306.             'App\\Controller\\Async\\Channel\\ActivityFeed\\PutMeetingActivityAction' => 'getPutMeetingActivityActionService',
  307.             'App\\Controller\\Async\\Channel\\ActivityFeed\\PutMessageActivityAction' => 'getPutMessageActivityActionService',
  308.             'App\\Controller\\Async\\Channel\\Analytics\\Event\\GetAdminChannelUserDataCollectionAction' => 'getGetAdminChannelUserDataCollectionActionService',
  309.             'App\\Controller\\Async\\Channel\\Analytics\\Event\\GetByAdminChannelUserDataAction' => 'getGetByAdminChannelUserDataActionService',
  310.             'App\\Controller\\Async\\Channel\\Analytics\\Event\\GetGlobalAnalyticsAction' => 'getGetGlobalAnalyticsActionService',
  311.             'App\\Controller\\Async\\Channel\\Analytics\\Event\\GetRepartitionByEventTypeAction' => 'getGetRepartitionByEventTypeActionService',
  312.             'App\\Controller\\Async\\Channel\\ChannelUserData\\Certificate\\GetAdminCertificate' => 'getGetAdminCertificateService',
  313.             'App\\Controller\\Async\\Channel\\ChannelUserData\\Drive\\CollectionAction' => 'getCollectionAction11Service',
  314.             'App\\Controller\\Async\\Channel\\ChannelUserData\\Drive\\DeleteAction' => 'getDeleteAction14Service',
  315.             'App\\Controller\\Async\\Channel\\ChannelUserData\\Drive\\GetAction' => 'getGetAction2Service',
  316.             'App\\Controller\\Async\\Channel\\ChannelUserData\\Drive\\PostAction' => 'getPostActionService',
  317.             'App\\Controller\\Async\\Channel\\ChannelUserData\\Drive\\PutFile' => 'getPutFileService',
  318.             'App\\Controller\\Async\\Channel\\ChannelUserData\\Drive\\RestoreAction' => 'getRestoreAction3Service',
  319.             'App\\Controller\\Async\\Channel\\ChannelUserData\\Drive\\ToRemoveAction' => 'getToRemoveActionService',
  320.             'App\\Controller\\Async\\Channel\\ChannelUserData\\Planning\\GetAdminEventCollectionAction' => 'getGetAdminEventCollectionActionService',
  321.             'App\\Controller\\Async\\Channel\\Cursus\\Drive\\CollectionAction' => 'getCollectionAction12Service',
  322.             'App\\Controller\\Async\\Channel\\Cursus\\Drive\\CountByTagAction' => 'getCountByTagActionService',
  323.             'App\\Controller\\Async\\Channel\\Cursus\\Drive\\GetAction' => 'getGetAction3Service',
  324.             'App\\Controller\\Async\\Channel\\Cursus\\Drive\\NotifyServicesAction' => 'getNotifyServicesActionService',
  325.             'App\\Controller\\Async\\Channel\\Cursus\\Drive\\PostAction' => 'getPostAction2Service',
  326.             'App\\Controller\\Async\\Channel\\Cursus\\Drive\\PutAction' => 'getPutActionService',
  327.             'App\\Controller\\Async\\Channel\\Cursus\\Drive\\RemoveAction' => 'getRemoveAction4Service',
  328.             'App\\Controller\\Async\\Channel\\Cursus\\Drive\\RestoreAction' => 'getRestoreAction4Service',
  329.             'App\\Controller\\Async\\Channel\\Cursus\\Drive\\ToRemoveAction' => 'getToRemoveAction2Service',
  330.             'App\\Controller\\Async\\Channel\\Export\\ExportAnalyticsGraphAction' => 'getExportAnalyticsGraphActionService',
  331.             'App\\Controller\\Async\\Channel\\User\\AdminCollectionAction' => 'getAdminCollectionActionService',
  332.             'App\\Controller\\Commercial\\Async\\User\\CollectionAction' => 'getCollectionAction13Service',
  333.             'App\\Controller\\Commercial\\Channel\\LicensesDashboardAction' => 'getLicensesDashboardActionService',
  334.             'App\\Controller\\Commercial\\Channel\\ToggleSepaMandateAction' => 'getToggleSepaMandateActionService',
  335.             'App\\Controller\\Commercial\\Channel\\ValidateOrderAction' => 'getValidateOrderAction2Service',
  336.             'App\\Controller\\Commercial\\CustomVIew\\DeleteCustomViewCommercialAction' => 'getDeleteCustomViewCommercialActionService',
  337.             'App\\Controller\\Commercial\\CustomVIew\\InactivateCustomViewCommercialAction' => 'getInactivateCustomViewCommercialActionService',
  338.             'App\\Controller\\Commercial\\DashboardAction' => 'getDashboardAction3Service',
  339.             'App\\Controller\\Commercial\\LicensesOrder\\ArchiveLicensesOrderAction' => 'getArchiveLicensesOrderActionService',
  340.             'App\\Controller\\Commercial\\LicensesOrder\\EditAction' => 'getEditAction9Service',
  341.             'App\\Controller\\Commercial\\LicensesOrder\\IndexAction' => 'getIndexAction19Service',
  342.             'App\\Controller\\PartnerApi\\Account\\User\\GetChannelsAction' => 'getGetChannelsActionService',
  343.             'App\\Controller\\PartnerApi\\Channel\\Channel\\IndexAction' => 'getIndexAction20Service',
  344.             'App\\Controller\\SuperAdmin\\Async\\User\\CollectionAction' => 'getCollectionAction14Service',
  345.             'App\\Controller\\SuperAdmin\\Async\\User\\ToggleCommercialRoleAction' => 'getToggleCommercialRoleActionService',
  346.             'App\\Controller\\SuperAdmin\\Channel\\Channel\\ChannelController' => 'getChannelControllerService',
  347.             'App\\Controller\\SuperAdmin\\Channel\\Channel\\Configuration\\ToggleEnabledConferenceAction' => 'getToggleEnabledConferenceActionService',
  348.             'App\\Controller\\SuperAdmin\\Channel\\Channel\\Configuration\\ToggleEnabledPartnerApiIndexAction' => 'getToggleEnabledPartnerApiIndexActionService',
  349.             'App\\Controller\\SuperAdmin\\Channel\\Channel\\Configuration\\ToogleEnabledCrmAction' => 'getToogleEnabledCrmActionService',
  350.             'App\\Controller\\SuperAdmin\\Channel\\Channel\\RemoveWhiteLabelAction' => 'getRemoveWhiteLabelActionService',
  351.             'App\\Controller\\SuperAdmin\\Channel\\Channel\\ToggleApprovedActionController' => 'getToggleApprovedActionControllerService',
  352.             'App\\Controller\\SuperAdmin\\Channel\\Channel\\ToggleEnableGoogleDriveAction' => 'getToggleEnableGoogleDriveActionService',
  353.             'App\\Controller\\SuperAdmin\\Channel\\Channel\\ToggleEnabledChatBotAction' => 'getToggleEnabledChatBotActionService',
  354.             'App\\Controller\\SuperAdmin\\Channel\\Channel\\TogglePaymentAlertAction' => 'getTogglePaymentAlertActionService',
  355.             'App\\Controller\\SuperAdmin\\Channel\\Channel\\ToggleTuaProposalAction' => 'getToggleTuaProposalActionService',
  356.             'App\\Controller\\SuperAdmin\\Channel\\Channel\\WhiteLabelEditAction' => 'getWhiteLabelEditActionService',
  357.             'App\\Controller\\SuperAdmin\\Channel\\GroupController' => 'getGroupControllerService',
  358.             'App\\Controller\\SuperAdmin\\Channel\\UserController' => 'getUserControllerService',
  359.             'App\\Controller\\SuperAdmin\\CustomVIew\\DeleteCustomViewSuperAdminAction' => 'getDeleteCustomViewSuperAdminActionService',
  360.             'App\\Controller\\SuperAdmin\\CustomVIew\\InactivateCustomViewSuperAdminAction' => 'getInactivateCustomViewSuperAdminActionService',
  361.             'App\\Controller\\SuperAdmin\\DashboardAction' => 'getDashboardAction4Service',
  362.             'App\\Controller\\SuperAdmin\\Google\\GoogleDriveFolderIndexAction' => 'getGoogleDriveFolderIndexActionService',
  363.             'App\\Controller\\SuperAdmin\\Google\\GoogleDriveShareItemAction' => 'getGoogleDriveShareItemActionService',
  364.             'App\\Controller\\SuperAdmin\\UserController' => 'getUserController2Service',
  365.             'App\\Controller\\SuperAdmin\\UserExportController' => 'getUserExportControllerService',
  366.             'App\\Controller\\Sync\\Account\\Sso\\RegisterAction' => 'getRegisterAction2Service',
  367.             'App\\Controller\\Sync\\Account\\User\\CollectionAction' => 'getCollectionAction15Service',
  368.             'App\\Controller\\Sync\\Account\\User\\GetAction' => 'getGetAction4Service',
  369.             'App\\Controller\\Sync\\Account\\User\\PutAction' => 'getPutAction2Service',
  370.             'App\\Controller\\Sync\\Account\\User\\UpdateLastConnected' => 'getUpdateLastConnected2Service',
  371.             'App\\Controller\\Sync\\ChannelUserData\\AbstractCursus\\CollectionAction' => 'getCollectionAction16Service',
  372.             'App\\Controller\\Sync\\ChannelUserData\\AbstractCursus\\GetAction' => 'getGetAction5Service',
  373.             'App\\Controller\\Sync\\ChannelUserData\\AbstractCursus\\PostFileAbstractCursusAction' => 'getPostFileAbstractCursusActionService',
  374.             'App\\Controller\\Sync\\ChannelUserData\\CollectionAction' => 'getCollectionAction17Service',
  375.             'App\\Controller\\Sync\\ChannelUserData\\GetAction' => 'getGetAction6Service',
  376.             'App\\Controller\\Sync\\ChannelUserData\\PatchMenuDisplayedAction' => 'getPatchMenuDisplayedActionService',
  377.             'App\\Controller\\Sync\\Channel\\ChannelConfiguration\\CollectionAction' => 'getCollectionAction18Service',
  378.             'App\\Controller\\Sync\\Channel\\ChannelConfiguration\\GetAction' => 'getGetAction7Service',
  379.             'App\\Controller\\Sync\\Channel\\ChannelUserCursusPermission\\CollectionAction' => 'getCollectionAction19Service',
  380.             'App\\Controller\\Sync\\Channel\\ChannelUserCursusPermission\\GetAction' => 'getGetAction8Service',
  381.             'App\\Controller\\Sync\\Channel\\ChannelUserRole\\CollectionAction' => 'getCollectionAction20Service',
  382.             'App\\Controller\\Sync\\Channel\\ChannelUserRole\\GetAction' => 'getGetAction9Service',
  383.             'App\\Controller\\Sync\\Channel\\ChannelUserServicePermission\\CollectionAction' => 'getCollectionAction21Service',
  384.             'App\\Controller\\Sync\\Channel\\ChannelUserServicePermission\\GetAction' => 'getGetAction10Service',
  385.             'App\\Controller\\Sync\\Channel\\ChannelUserSessionPermission\\CollectionAction' => 'getCollectionAction22Service',
  386.             'App\\Controller\\Sync\\Channel\\ChannelUserSessionPermission\\GetAction' => 'getGetAction11Service',
  387.             'App\\Controller\\Sync\\Channel\\ChannelUserTrainingPermission\\CollectionAction' => 'getCollectionAction23Service',
  388.             'App\\Controller\\Sync\\Channel\\ChannelUserTrainingPermission\\GetAction' => 'getGetAction12Service',
  389.             'App\\Controller\\Sync\\Channel\\ChannelWhiteLabel\\CollectionAction' => 'getCollectionAction24Service',
  390.             'App\\Controller\\Sync\\Channel\\ChannelWhiteLabel\\GetAction' => 'getGetAction13Service',
  391.             'App\\Controller\\Sync\\Channel\\CollectionAction' => 'getCollectionAction25Service',
  392.             'App\\Controller\\Sync\\Channel\\CompanyContact\\CollectionAction' => 'getCollectionAction26Service',
  393.             'App\\Controller\\Sync\\Channel\\CompanyContact\\GetAction' => 'getGetAction14Service',
  394.             'App\\Controller\\Sync\\Channel\\Company\\CollectionAction' => 'getCollectionAction27Service',
  395.             'App\\Controller\\Sync\\Channel\\Company\\GetAction' => 'getGetAction15Service',
  396.             'App\\Controller\\Sync\\Channel\\Contact\\CollectionAction' => 'getCollectionAction28Service',
  397.             'App\\Controller\\Sync\\Channel\\Contact\\GetAction' => 'getGetAction16Service',
  398.             'App\\Controller\\Sync\\Channel\\FrenchProfessionalId\\CollectionAction' => 'getCollectionAction29Service',
  399.             'App\\Controller\\Sync\\Channel\\FrenchProfessionalId\\GetAction' => 'getGetAction17Service',
  400.             'App\\Controller\\Sync\\Channel\\GetAction' => 'getGetAction18Service',
  401.             'App\\Controller\\Sync\\Channel\\Group\\CollectionAction' => 'getCollectionAction30Service',
  402.             'App\\Controller\\Sync\\Channel\\Group\\GetAction' => 'getGetAction19Service',
  403.             'App\\Controller\\Sync\\Channel\\Organization\\CollectionAction' => 'getCollectionAction31Service',
  404.             'App\\Controller\\Sync\\Channel\\Organization\\GetAction' => 'getGetAction20Service',
  405.             'App\\Controller\\Sync\\Channel\\Place\\CollectionAction' => 'getCollectionAction32Service',
  406.             'App\\Controller\\Sync\\Channel\\Place\\GetAction' => 'getGetAction21Service',
  407.             'App\\Controller\\Sync\\Channel\\Room\\CollectionAction' => 'getCollectionAction33Service',
  408.             'App\\Controller\\Sync\\Channel\\Room\\GetAction' => 'getGetAction22Service',
  409.             'App\\Controller\\Sync\\Channel\\Service\\CollectionAction' => 'getCollectionAction34Service',
  410.             'App\\Controller\\Sync\\Channel\\Service\\GetAction' => 'getGetAction23Service',
  411.             'App\\Controller\\Sync\\Channel\\Session\\CollectionAction' => 'getCollectionAction35Service',
  412.             'App\\Controller\\Sync\\Channel\\Session\\GetAction' => 'getGetAction24Service',
  413.             'App\\Controller\\Sync\\Channel\\Training\\CollectionAction' => 'getCollectionAction36Service',
  414.             'App\\Controller\\Sync\\Channel\\Training\\GetAction' => 'getGetAction25Service',
  415.             'App\\Controller\\Sync\\Channel\\UserFromChannel\\CollectionAction' => 'getCollectionAction37Service',
  416.             'App\\Controller\\Sync\\Channel\\UserFromChannel\\GetAction' => 'getGetAction26Service',
  417.             'App\\Controller\\Sync\\Proxy\\GetAction' => 'getGetAction27Service',
  418.             'App\\Controller\\Sync\\Routing\\CollectionAction' => 'getCollectionAction38Service',
  419.             'Doctrine\\Bundle\\DoctrineBundle\\Controller\\ProfilerController' => 'getProfilerControllerService',
  420.             'DrosalysWeb\\ObjectExtensions\\Bridge\\Symfony\\DoctrineBlamer.App\\Entity\\Account\\User' => 'getUserService',
  421.             'Faker\\Generator' => 'getGeneratorService',
  422.             'Liip\\ImagineBundle\\Controller\\ImagineController' => 'getImagineControllerService',
  423.             'Nellapp\\Bundle\\SDKBundle\\GlobalGetters\\Routing\\Controller\\Async\\ChannelUserRole\\CollectionAction' => 'getCollectionAction39Service',
  424.             'Nellapp\\Bundle\\SDKBundle\\GlobalGetters\\Routing\\Controller\\Async\\ChatNotification\\ChatNotificationController' => 'getChatNotificationControllerService',
  425.             'Nellapp\\Bundle\\SDKBundle\\GlobalGetters\\Routing\\Controller\\Async\\User\\ChannelAdminCollectionAction' => 'getChannelAdminCollectionActionService',
  426.             'Nellapp\\Bundle\\SDKBundle\\GlobalGetters\\Routing\\Controller\\Async\\User\\ChannelLearnerCollectionAction' => 'getChannelLearnerCollectionActionService',
  427.             'Nellapp\\Bundle\\SDKBundle\\GlobalGetters\\Routing\\Controller\\Async\\User\\ChannelUserCollectionAction' => 'getChannelUserCollectionActionService',
  428.             'Nellapp\\Bundle\\SDKBundle\\Permission\\Controller\\Async\\ChannelResourceAccessCacheController' => 'getChannelResourceAccessCacheControllerService',
  429.             'Nellapp\\Bundle\\SDKBundle\\Permission\\Controller\\Crud\\DeleteAction' => 'getDeleteAction15Service',
  430.             'Nellapp\\Bundle\\SDKBundle\\Permission\\Controller\\Crud\\EditAction' => 'getEditAction10Service',
  431.             'Nellapp\\Bundle\\SDKBundle\\Permission\\Controller\\Crud\\IndexAction' => 'getIndexAction21Service',
  432.             'Nellapp\\Bundle\\SDKBundle\\Permission\\Controller\\Crud\\NewAction' => 'getNewAction13Service',
  433.             'Nellapp\\Bundle\\SDKBundle\\Twig\\Controller\\ErrorController' => 'getErrorControllerService',
  434.             'Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController' => 'getRedirectControllerService',
  435.             'Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController' => 'getTemplateControllerService',
  436.             'admin_channel_user_data_certificate_filesystem' => 'getAdminChannelUserDataCertificateFilesystemService',
  437.             'app.file_abstract_cursus_namer' => 'getApp_FileAbstractCursusNamerService',
  438.             'app.file_channel_user_data_drive_namer' => 'getApp_FileChannelUserDataDriveNamerService',
  439.             'app.organization_file_namer' => 'getApp_OrganizationFileNamerService',
  440.             'app.positioning_test_file_namer' => 'getApp_PositioningTestFileNamerService',
  441.             'bazinga.jstranslation.controller' => 'getBazinga_Jstranslation_ControllerService',
  442.             'bazinga.jstranslation.dump_command' => 'getBazinga_Jstranslation_DumpCommandService',
  443.             'bazinga.jstranslation.translation_dumper' => 'getBazinga_Jstranslation_TranslationDumperService',
  444.             'bazinga.jstranslation.translation_finder' => 'getBazinga_Jstranslation_TranslationFinderService',
  445.             'cache.app_clearer' => 'getCache_AppClearerService',
  446.             'cache.global_clearer' => 'getCache_GlobalClearerService',
  447.             'cache.system_clearer' => 'getCache_SystemClearerService',
  448.             'cache_warmer' => 'getCacheWarmerService',
  449.             'console.command_loader' => 'getConsole_CommandLoaderService',
  450.             'container.env_var_processors_locator' => 'getContainer_EnvVarProcessorsLocatorService',
  451.             'craue.form.flow.storage' => 'getCraue_Form_Flow_StorageService',
  452.             'error_controller' => 'getErrorController2Service',
  453.             'export_filesystem' => 'getExportFilesystemService',
  454.             'fidry_alice_data_fixtures.loader.doctrine' => 'getFidryAliceDataFixtures_Loader_DoctrineService',
  455.             'fidry_alice_data_fixtures.persistence.persister.doctrine' => 'getFidryAliceDataFixtures_Persistence_Persister_DoctrineService',
  456.             'fidry_alice_data_fixtures.persistence.purger_factory.doctrine' => 'getFidryAliceDataFixtures_Persistence_PurgerFactory_DoctrineService',
  457.             'fos_js_routing.controller' => 'getFosJsRouting_ControllerService',
  458.             'fos_js_routing.extractor' => 'getFosJsRouting_ExtractorService',
  459.             'fos_js_routing.routes_response' => 'getFosJsRouting_RoutesResponseService',
  460.             'fos_js_routing.serializer' => 'getFosJsRouting_SerializerService',
  461.             'fos_oauth_server.controller.authorize' => 'getFosOauthServer_Controller_AuthorizeService',
  462.             'fos_oauth_server.controller.token' => 'getFosOauthServer_Controller_TokenService',
  463.             'hautelook_alice.console.command.doctrine.doctrine_orm_load_data_fixtures_command' => 'getHautelookAlice_Console_Command_Doctrine_DoctrineOrmLoadDataFixturesCommandService',
  464.             'hautelook_alice.data_fixtures.append_loader' => 'getHautelookAlice_DataFixtures_AppendLoaderService',
  465.             'hautelook_alice.data_fixtures.purge_loader' => 'getHautelookAlice_DataFixtures_PurgeLoaderService',
  466.             'hautelook_alice.loader' => 'getHautelookAlice_LoaderService',
  467.             'hautelook_alice.locator' => 'getHautelookAlice_LocatorService',
  468.             'hautelook_alice.resolver.bundle' => 'getHautelookAlice_Resolver_BundleService',
  469.             'hautelook_alice.resolver.file' => 'getHautelookAlice_Resolver_FileService',
  470.             'jms_serializer' => 'getJmsSerializerService',
  471.             'jms_serializer.deserialization_context_factory' => 'getJmsSerializer_DeserializationContextFactoryService',
  472.             'jms_serializer.metadata_driver' => 'getJmsSerializer_MetadataDriverService',
  473.             'jms_serializer.serialization_context_factory' => 'getJmsSerializer_SerializationContextFactoryService',
  474.             'jms_serializer.twig_extension.serializer_runtime_helper' => 'getJmsSerializer_TwigExtension_SerializerRuntimeHelperService',
  475.             'knp_menu.factory' => 'getKnpMenu_FactoryService',
  476.             'knp_paginator' => 'getKnpPaginatorService',
  477.             'liip_imagine.binary.loader.cursus_uploads' => 'getLiipImagine_Binary_Loader_CursusUploadsService',
  478.             'liip_imagine.binary.loader.default' => 'getLiipImagine_Binary_Loader_DefaultService',
  479.             'liip_imagine.binary.loader.organization_uploads' => 'getLiipImagine_Binary_Loader_OrganizationUploadsService',
  480.             'liip_imagine.binary.loader.positioning_test_uploads' => 'getLiipImagine_Binary_Loader_PositioningTestUploadsService',
  481.             'liip_imagine.config.stack_collection' => 'getLiipImagine_Config_StackCollectionService',
  482.             'liip_imagine.data.manager' => 'getLiipImagine_Data_ManagerService',
  483.             'liip_imagine.filter.loader.downscale' => 'getLiipImagine_Filter_Loader_DownscaleService',
  484.             'liip_imagine.filter.loader.fixed' => 'getLiipImagine_Filter_Loader_FixedService',
  485.             'liip_imagine.filter.loader.flip' => 'getLiipImagine_Filter_Loader_FlipService',
  486.             'liip_imagine.filter.loader.grayscale' => 'getLiipImagine_Filter_Loader_GrayscaleService',
  487.             'liip_imagine.filter.loader.interlace' => 'getLiipImagine_Filter_Loader_InterlaceService',
  488.             'liip_imagine.filter.loader.resample' => 'getLiipImagine_Filter_Loader_ResampleService',
  489.             'liip_imagine.filter.loader.rotate' => 'getLiipImagine_Filter_Loader_RotateService',
  490.             'liip_imagine.filter.manager' => 'getLiipImagine_Filter_ManagerService',
  491.             'nelmio_alice.data_loader' => 'getNelmioAlice_DataLoaderService',
  492.             'nelmio_alice.file_loader' => 'getNelmioAlice_FileLoaderService',
  493.             'nelmio_alice.files_loader' => 'getNelmioAlice_FilesLoaderService',
  494.             'nelmio_api_doc.command.dump' => 'getNelmioApiDoc_Command_DumpService',
  495.             'nelmio_api_doc.controller.swagger_json' => 'getNelmioApiDoc_Controller_SwaggerJsonService',
  496.             'nelmio_api_doc.controller.swagger_ui' => 'getNelmioApiDoc_Controller_SwaggerUiService',
  497.             'nelmio_api_doc.controller.swagger_yaml' => 'getNelmioApiDoc_Controller_SwaggerYamlService',
  498.             'nelmio_api_doc.generator.app_sync' => 'getNelmioApiDoc_Generator_AppSyncService',
  499.             'nelmio_api_doc.generator.default' => 'getNelmioApiDoc_Generator_DefaultService',
  500.             'nelmio_api_doc.generator.partner_api' => 'getNelmioApiDoc_Generator_PartnerApiService',
  501.             'nelmio_api_doc.generator.super_admin_async' => 'getNelmioApiDoc_Generator_SuperAdminAsyncService',
  502.             'nelmio_api_doc.render_docs' => 'getNelmioApiDoc_RenderDocsService',
  503.             'oneup_flysystem.mount_manager' => 'getOneupFlysystem_MountManagerService',
  504.             'oneup_uploader.chunk_manager' => 'getOneupUploader_ChunkManagerService',
  505.             'oneup_uploader.controller.admin_channel_user_data_certificate_upload' => 'getOneupUploader_Controller_AdminChannelUserDataCertificateUploadService',
  506.             'oneup_uploader.controller.admin_channel_user_data_drive_upload' => 'getOneupUploader_Controller_AdminChannelUserDataDriveUploadService',
  507.             'oneup_uploader.controller.cursus_upload' => 'getOneupUploader_Controller_CursusUploadService',
  508.             'oneup_uploader.controller.organization_upload' => 'getOneupUploader_Controller_OrganizationUploadService',
  509.             'oneup_uploader.controller.positioning_test_upload' => 'getOneupUploader_Controller_PositioningTestUploadService',
  510.             'oneup_uploader.namer.uniqid' => 'getOneupUploader_Namer_UniqidService',
  511.             'oneup_uploader.orphanage.admin_channel_user_data_certificate_upload' => 'getOneupUploader_Orphanage_AdminChannelUserDataCertificateUploadService',
  512.             'oneup_uploader.orphanage.admin_channel_user_data_drive_upload' => 'getOneupUploader_Orphanage_AdminChannelUserDataDriveUploadService',
  513.             'oneup_uploader.orphanage.cursus_upload' => 'getOneupUploader_Orphanage_CursusUploadService',
  514.             'oneup_uploader.orphanage.organization_upload' => 'getOneupUploader_Orphanage_OrganizationUploadService',
  515.             'oneup_uploader.orphanage.positioning_test_upload' => 'getOneupUploader_Orphanage_PositioningTestUploadService',
  516.             'oneup_uploader.routing.loader' => 'getOneupUploader_Routing_LoaderService',
  517.             'routing.loader' => 'getRouting_LoaderService',
  518.             'services_resetter' => 'getServicesResetterService',
  519.             'spiriit_form_filter.filter_prepare' => 'getSpiriitFormFilter_FilterPrepareService',
  520.             'spiriit_form_filter.query_builder_updater' => 'getSpiriitFormFilter_QueryBuilderUpdaterService',
  521.             'web_profiler.controller.exception_panel' => 'getWebProfiler_Controller_ExceptionPanelService',
  522.             'web_profiler.controller.profiler' => 'getWebProfiler_Controller_ProfilerService',
  523.             'web_profiler.controller.router' => 'getWebProfiler_Controller_RouterService',
  524.         ];
  525.         $this->aliases = [
  526.             'App\\Kernel' => 'kernel',
  527.             'database_connection' => 'doctrine.dbal.default_connection',
  528.             'doctrine.orm.entity_manager' => 'doctrine.orm.default_entity_manager',
  529.             'jms_serializer.authorization_checker' => '.container.private.security.authorization_checker',
  530.             'liip_imagine.controller' => 'Liip\\ImagineBundle\\Controller\\ImagineController',
  531.             'nelmio_api_doc.controller.swagger' => 'nelmio_api_doc.controller.swagger_json',
  532.             'nelmio_api_doc.generator' => 'nelmio_api_doc.generator.default',
  533.         ];
  534.         $this->privates['service_container'] = function () {
  535.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/HttpKernelInterface.php';
  536.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/KernelInterface.php';
  537.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/RebootableInterface.php';
  538.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/TerminableInterface.php';
  539.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Kernel.php';
  540.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Kernel/MicroKernelTrait.php';
  541.             include_once \dirname(__DIR__4).'/src/Kernel.php';
  542.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventSubscriberInterface.php';
  543.             include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/EventSubscriber/AbstractForceUserFromSetupSubscriber.php';
  544.             include_once \dirname(__DIR__4).'/src/EventSubscriber/ForceUserFromSetupSubscriber.php';
  545.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
  546.             include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  547.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  548.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  549.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  550.             include_once \dirname(__DIR__4).'/src/Repository/App/AppRepository.php';
  551.             include_once \dirname(__DIR__4).'/src/Repository/ChannelUserData/Activity/AbstractCursusActivityRepository.php';
  552.             include_once \dirname(__DIR__4).'/src/Repository/ChannelUserData/AdminChannelUserDataRepository.php';
  553.             include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Permission/Repository/ChannelResourceRepositoryInterface.php';
  554.             include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Permission/Repository/ChannelResourceAccessRepositoryInterface.php';
  555.             include_once \dirname(__DIR__4).'/src/Repository/ChannelUserData/Cursus/AbstractCursusRepository.php';
  556.             include_once \dirname(__DIR__4).'/src/Service/ChannelUserData/ActivityFeedService.php';
  557.             include_once \dirname(__DIR__4).'/src/Service/ChannelUserData/ActivityService.php';
  558.             include_once \dirname(__DIR__4).'/src/Service/Pdf/AbstractGenerator.php';
  559.             include_once \dirname(__DIR__4).'/src/Service/Pdf/ExportActivityGenerator.php';
  560.             include_once \dirname(__DIR__4).'/src/Service/Mailer/MailerService.php';
  561.             include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Routing/Loader/RouteCollectionLoaderInterface.php';
  562.             include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Routing/Loader/AbstractRouteCollectionLoader.php';
  563.             include_once \dirname(__DIR__4).'/src/Service/Sync/Routing/Loader/RouteCollectionLoader.php';
  564.             include_once \dirname(__DIR__4).'/src/Service/Sync/Routing/Routing.php';
  565.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/ExtensionInterface.php';
  566.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/AbstractExtension.php';
  567.             include_once \dirname(__DIR__4).'/src/Twig/Extension/Channel/ChannelUserExtension.php';
  568.             include_once \dirname(__DIR__4).'/src/Twig/Extension/Channel/PositioningTest/PositioningTestExtension.php';
  569.             include_once \dirname(__DIR__4).'/vendor/chrome-php/chrome/src/BrowserFactory.php';
  570.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/ControllerMetadata/ArgumentMetadataFactoryInterface.php';
  571.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/ControllerMetadata/ArgumentMetadataFactory.php';
  572.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ResponseListener.php';
  573.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/StreamedResponseListener.php';
  574.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/LocaleListener.php';
  575.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ValidateRequestListener.php';
  576.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/DisallowRobotsIndexingListener.php';
  577.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ErrorListener.php';
  578.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ParameterBagInterface.php';
  579.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ParameterBag.php';
  580.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/FrozenParameterBag.php';
  581.             include_once \dirname(__DIR__4).'/vendor/psr/container/src/ContainerInterface.php';
  582.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ContainerBagInterface.php';
  583.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ContainerBag.php';
  584.             include_once \dirname(__DIR__4).'/vendor/symfony/runtime/RunnerInterface.php';
  585.             include_once \dirname(__DIR__4).'/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php';
  586.             include_once \dirname(__DIR__4).'/vendor/symfony/runtime/Runner/Symfony/ResponseRunner.php';
  587.             include_once \dirname(__DIR__4).'/vendor/symfony/runtime/RuntimeInterface.php';
  588.             include_once \dirname(__DIR__4).'/vendor/symfony/runtime/GenericRuntime.php';
  589.             include_once \dirname(__DIR__4).'/vendor/symfony/runtime/SymfonyRuntime.php';
  590.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/HttpKernel.php';
  591.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ControllerResolverInterface.php';
  592.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/TraceableControllerResolver.php';
  593.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ControllerResolver.php';
  594.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php';
  595.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerResolver.php';
  596.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/RequestStack.php';
  597.             include_once \dirname(__DIR__4).'/vendor/symfony/config/ConfigCacheFactoryInterface.php';
  598.             include_once \dirname(__DIR__4).'/vendor/symfony/config/ResourceCheckerConfigCacheFactory.php';
  599.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/LocaleAwareListener.php';
  600.             include_once \dirname(__DIR__4).'/vendor/psr/cache/src/CacheItemPoolInterface.php';
  601.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/AdapterInterface.php';
  602.             include_once \dirname(__DIR__4).'/vendor/symfony/cache-contracts/CacheInterface.php';
  603.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/PruneableInterface.php';
  604.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ResetInterface.php';
  605.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/ResettableInterface.php';
  606.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/TraceableAdapter.php';
  607.             include_once \dirname(__DIR__4).'/vendor/psr/log/src/LoggerAwareInterface.php';
  608.             include_once \dirname(__DIR__4).'/vendor/psr/log/src/LoggerAwareTrait.php';
  609.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/AbstractAdapterTrait.php';
  610.             include_once \dirname(__DIR__4).'/vendor/symfony/cache-contracts/CacheTrait.php';
  611.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/ContractsTrait.php';
  612.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/AbstractAdapter.php';
  613.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/RedisTrait.php';
  614.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/RedisAdapter.php';
  615.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Marshaller/MarshallerInterface.php';
  616.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Marshaller/DefaultMarshaller.php';
  617.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Packages.php';
  618.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/PackageInterface.php';
  619.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Package.php';
  620.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/PathPackage.php';
  621.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Context/ContextInterface.php';
  622.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Context/RequestStackContext.php';
  623.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/VersionStrategy/VersionStrategyInterface.php';
  624.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/VersionStrategy/EmptyVersionStrategy.php';
  625.             include_once \dirname(__DIR__4).'/vendor/symfony/translation-contracts/TranslatorInterface.php';
  626.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/TranslatorBagInterface.php';
  627.             include_once \dirname(__DIR__4).'/vendor/symfony/translation-contracts/LocaleAwareInterface.php';
  628.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Translator.php';
  629.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/WarmableInterface.php';
  630.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Translation/Translator.php';
  631.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ServiceProviderInterface.php';
  632.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ServiceLocatorTrait.php';
  633.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ServiceLocator.php';
  634.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/MessageFormatterInterface.php';
  635.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/IntlFormatterInterface.php';
  636.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/MessageFormatter.php';
  637.             include_once \dirname(__DIR__4).'/vendor/symfony/translation-contracts/TranslatorTrait.php';
  638.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/IdentityTranslator.php';
  639.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/DebugHandlersListener.php';
  640.             include_once \dirname(__DIR__4).'/vendor/psr/log/src/LoggerInterface.php';
  641.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/ResettableInterface.php';
  642.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Logger.php';
  643.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Log/DebugLoggerInterface.php';
  644.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Logger.php';
  645.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Debug/FileLinkFormatter.php';
  646.             include_once \dirname(__DIR__4).'/vendor/symfony/stopwatch/Stopwatch.php';
  647.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolverInterface.php';
  648.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/TraceableArgumentResolver.php';
  649.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver.php';
  650.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Processor/DebugProcessor.php';
  651.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RequestContext.php';
  652.             include_once \dirname(__DIR__4).'/vendor/symfony/expression-language/ExpressionFunctionProviderInterface.php';
  653.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Matcher/ExpressionLanguageProvider.php';
  654.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/RouterListener.php';
  655.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Reader.php';
  656.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationReader.php';
  657.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationRegistry.php';
  658.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/PsrCachedReader.php';
  659.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/ProxyTrait.php';
  660.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/PhpArrayAdapter.php';
  661.             include_once \dirname(__DIR__4).'/vendor/symfony/property-access/PropertyAccessorInterface.php';
  662.             include_once \dirname(__DIR__4).'/vendor/symfony/property-access/PropertyAccessor.php';
  663.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/ArrayAdapter.php';
  664.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Factory/ClassMetadataFactoryInterface.php';
  665.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Factory/ClassResolverTrait.php';
  666.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Factory/ClassMetadataFactory.php';
  667.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Loader/LoaderInterface.php';
  668.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Loader/LoaderChain.php';
  669.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Loader/AnnotationLoader.php';
  670.             include_once \dirname(__DIR__4).'/vendor/drosalys/api-bundle/src/Serializer/Adapter/Symfony/Mapping/Loader/AttributeLoader.php';
  671.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Loader/FileLoader.php';
  672.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Loader/YamlFileLoader.php';
  673.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/NameConverter/NameConverterInterface.php';
  674.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/NameConverter/AdvancedNameConverterInterface.php';
  675.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/NameConverter/MetadataAwareNameConverter.php';
  676.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyTypeExtractorInterface.php';
  677.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyDescriptionExtractorInterface.php';
  678.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyAccessExtractorInterface.php';
  679.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyListExtractorInterface.php';
  680.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyInfoExtractorInterface.php';
  681.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyInitializableExtractorInterface.php';
  682.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyInfoExtractor.php';
  683.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyReadInfoExtractorInterface.php';
  684.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyWriteInfoExtractorInterface.php';
  685.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/Extractor/ConstructorArgumentTypeExtractorInterface.php';
  686.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/Extractor/ReflectionExtractor.php';
  687.             include_once \dirname(__DIR__4).'/vendor/symfony/web-link/EventListener/AddLinkHeaderListener.php';
  688.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/AbstractSessionListener.php';
  689.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/SessionListener.php';
  690.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ValidatorBuilder.php';
  691.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validation.php';
  692.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorFactoryInterface.php';
  693.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ContainerConstraintValidatorFactory.php';
  694.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ObjectInitializerInterface.php';
  695.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Validator/DoctrineInitializer.php';
  696.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Loader/LoaderInterface.php';
  697.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Loader/AutoMappingTrait.php';
  698.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Loader/PropertyInfoLoader.php';
  699.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Validator/DoctrineLoader.php';
  700.             include_once \dirname(__DIR__4).'/vendor/symfony/notifier/EventListener/NotificationLoggerListener.php';
  701.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ProfilerListener.php';
  702.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/DataCollectorInterface.php';
  703.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/DataCollector.php';
  704.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/LateDataCollectorInterface.php';
  705.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php';
  706.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/RouterDataCollector.php';
  707.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/DataCollector/RouterDataCollector.php';
  708.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataCollectorInterface.php';
  709.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataCollector.php';
  710.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataExtractorInterface.php';
  711.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataExtractor.php';
  712.             include_once \dirname(__DIR__4).'/vendor/symfony/mime/MimeTypeGuesserInterface.php';
  713.             include_once \dirname(__DIR__4).'/vendor/symfony/mime/MimeTypesInterface.php';
  714.             include_once \dirname(__DIR__4).'/vendor/symfony/mime/MimeTypes.php';
  715.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/ControllerListener.php';
  716.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/ParamConverterListener.php';
  717.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/ParamConverterManager.php';
  718.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/ParamConverterInterface.php';
  719.             include_once \dirname(__DIR__4).'/vendor/drosalys/api-bundle/src/Request/ActionRequestTrait.php';
  720.             include_once \dirname(__DIR__4).'/vendor/drosalys/api-bundle/src/Request/ParamConverter/AutoInstanceObjectParamConverter.php';
  721.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/DoctrineParamConverter.php';
  722.             include_once \dirname(__DIR__4).'/vendor/symfony/expression-language/ExpressionLanguage.php';
  723.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/DateTimeParamConverter.php';
  724.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ServiceSubscriberInterface.php';
  725.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/TemplateListener.php';
  726.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Templating/TemplateGuesser.php';
  727.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/HttpCacheListener.php';
  728.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/SecurityListener.php';
  729.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/ExpressionLanguage.php';
  730.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Security/ExpressionLanguage.php';
  731.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/IsGrantedListener.php';
  732.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ArgumentNameConverter.php';
  733.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Profiler/Profile.php';
  734.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Csp/ContentSecurityPolicyHandler.php';
  735.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Csp/NonceGenerator.php';
  736.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/EventListener/WebDebugToolbarListener.php';
  737.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/HandlerInterface.php';
  738.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/Handler.php';
  739.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/AbstractHandler.php';
  740.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/ProcessableHandlerInterface.php';
  741.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/FormattableHandlerInterface.php';
  742.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/ProcessableHandlerTrait.php';
  743.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/FormattableHandlerTrait.php';
  744.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/AbstractProcessingHandler.php';
  745.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/StreamHandler.php';
  746.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Processor/ProcessorInterface.php';
  747.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Processor/PsrLogMessageProcessor.php';
  748.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Handler/ConsoleHandler.php';
  749.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/DataDumperInterface.php';
  750.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/DumpDataCollector.php';
  751.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/ClonerInterface.php';
  752.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/AbstractCloner.php';
  753.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/VarCloner.php';
  754.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/DumperInterface.php';
  755.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/AbstractDumper.php';
  756.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/CliDumper.php';
  757.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/HtmlDumper.php';
  758.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Server/Connection.php';
  759.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/ContextProviderInterface.php';
  760.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/SourceContextProvider.php';
  761.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/RequestContextProvider.php';
  762.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/CliContextProvider.php';
  763.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ConnectionRegistry.php';
  764.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ManagerRegistry.php';
  765.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/AbstractManagerRegistry.php';
  766.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/ManagerRegistry.php';
  767.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Registry.php';
  768.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Logging/SQLLogger.php';
  769.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Logging/DebugStack.php';
  770.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Connection.php';
  771.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/ConnectionFactory.php';
  772.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Configuration.php';
  773.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Driver/Middleware.php';
  774.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Logging/Middleware.php';
  775.             include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventManager.php';
  776.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/ContainerAwareEventManager.php';
  777.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/MappingDriver.php';
  778.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/ColocatedMappingDriver.php';
  779.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/AnnotationDriver.php';
  780.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/CompatibilityAnnotationDriver.php';
  781.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/AttributeDriver.php';
  782.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/FileDriver.php';
  783.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/XmlDriver.php';
  784.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/SimplifiedXmlDriver.php';
  785.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/EntityListenerResolver.php';
  786.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Mapping/EntityListenerServiceResolver.php';
  787.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Mapping/ContainerEntityListenerResolver.php';
  788.             include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/DependencyFactory.php';
  789.             include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Configuration/Migration/ConfigurationLoader.php';
  790.             include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Configuration/Migration/ExistingConfiguration.php';
  791.             include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Configuration/Configuration.php';
  792.             include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Metadata/Storage/MetadataStorageConfiguration.php';
  793.             include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Metadata/Storage/TableMetadataStorageConfiguration.php';
  794.             include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Configuration/EntityManager/EntityManagerLoader.php';
  795.             include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Configuration/EntityManager/ManagerRegistryEntityManager.php';
  796.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Token/Storage/TokenStorageInterface.php';
  797.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Token/Storage/TokenStorage.php';
  798.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AuthorizationCheckerInterface.php';
  799.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Security.php';
  800.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/AuthenticationTrustResolverInterface.php';
  801.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/AuthenticationTrustResolver.php';
  802.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Role/RoleHierarchyInterface.php';
  803.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Role/RoleHierarchy.php';
  804.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/FirewallMapInterface.php';
  805.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallMap.php';
  806.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Logout/LogoutUrlGenerator.php';
  807.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/RememberMe/ResponseListener.php';
  808.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AccessDecisionManagerInterface.php';
  809.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/TraceableAccessDecisionManager.php';
  810.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AccessDecisionManager.php';
  811.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Strategy/AccessDecisionStrategyInterface.php';
  812.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Strategy/AffirmativeStrategy.php';
  813.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall.php';
  814.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/EventListener/FirewallListener.php';
  815.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php';
  816.             include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/EventSubscriber/ControllerEntityResolverSubscriber.php';
  817.             include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/EventSubscriber/DeviceIdSubscriber.php';
  818.             include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/EventSubscriber/RequestChannelDomainSubscriber.php';
  819.             include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/EventSubscriber/RouteSecuritySubscriber.php';
  820.             include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/GlobalGetters/GlobalEntitiesService.php';
  821.             include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/GlobalGetters/GlobalEntityKeys.php';
  822.             include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Mailer/Mailer.php';
  823.             include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Permission/ChannelUserPermissionManager.php';
  824.             include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Permission/ChannelUserPermissionService.php';
  825.             include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Permission/Enum/ChannelUserPermissionEnumManager.php';
  826.             include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Permission/Security/Hierarchy/ChannelUserPermissionHierarchyManager.php';
  827.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/RuntimeExtensionInterface.php';
  828.             include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Permission/Twig/Runtime/Info/ChannelUserDataPermissionRuntime.php';
  829.             include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Permission/UserOwner/UserOwnerGetter.php';
  830.             include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Routing/Utils/ChannelMainDomainUtils.php';
  831.             include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Routing/Utils/DomainsRoutingUtils.php';
  832.             include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Twig/Runtime/FileRuntime.php';
  833.             include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Twig/Runtime/ImageRunTime.php';
  834.             include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Uploader/Service/NellappFileService.php';
  835.             include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Uploader/NellappFileStorageConfig.php';
  836.             include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Routing/UrlGeneratorInterface.php';
  837.             include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Routing/ChannelMainDomain/ChannelMainDomainInterface.php';
  838.             include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Routing/ChannelMainDomain/ChannelMainDomainTrait.php';
  839.             include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Routing/AbstractUrlGenerator.php';
  840.             include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Routing/UrlGenerator.php';
  841.             include_once \dirname(__DIR__4).'/vendor/drosalys/api-bundle/src/Action/ActionRetriever.php';
  842.             include_once \dirname(__DIR__4).'/vendor/drosalys/api-bundle/src/EventSubscriber/ActionControllerSubscriber.php';
  843.             include_once \dirname(__DIR__4).'/vendor/drosalys/api-bundle/src/EventSubscriber/DeserializeActionControllerSubscriber.php';
  844.             include_once \dirname(__DIR__4).'/vendor/drosalys/api-bundle/src/Serializer/SerializerInterface.php';
  845.             include_once \dirname(__DIR__4).'/vendor/drosalys/api-bundle/src/Serializer/Adapter/Symfony/SerializerAdapter.php';
  846.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/src/Subscriber/SlidingPaginationSubscriber.php';
  847.             include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/Asset/EntrypointLookupCollectionInterface.php';
  848.             include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/Asset/EntrypointLookupCollection.php';
  849.             include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/Asset/TagRenderer.php';
  850.             include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/EventListener/PreLoadAssetsEventListener.php';
  851.             include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/EventListener/ResetAssetsEventListener.php';
  852.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Matcher/MatcherInterface.php';
  853.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Matcher/Matcher.php';
  854.             include_once \dirname(__DIR__4).'/vendor/craue/formflow-bundle/Util/FormFlowUtil.php';
  855.             include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Cache/Resolver/ResolverInterface.php';
  856.             include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Cache/Resolver/WebPathResolver.php';
  857.             include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Cache/Resolver/FlysystemV2Resolver.php';
  858.             include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Cache/CacheManager.php';
  859.             include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/FilterConfiguration.php';
  860.             include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Cache/Resolver/NoCacheWebPathResolver.php';
  861.             include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Cache/SignerInterface.php';
  862.             include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Cache/Signer.php';
  863.             include_once \dirname(__DIR__4).'/vendor/oneup/uploader-bundle/src/Uploader/Orphanage/OrphanageManager.php';
  864.             include_once \dirname(__DIR__4).'/vendor/oneup/uploader-bundle/src/Templating/Helper/UploaderHelper.php';
  865.             include_once \dirname(__DIR__4).'/vendor/oneup/uploader-bundle/src/Twig/Extension/UploaderExtension.php';
  866.             include_once \dirname(__DIR__4).'/vendor/nelmio/cors-bundle/EventListener/CorsListener.php';
  867.             include_once \dirname(__DIR__4).'/vendor/nelmio/cors-bundle/Options/ResolverInterface.php';
  868.             include_once \dirname(__DIR__4).'/vendor/nelmio/cors-bundle/Options/Resolver.php';
  869.             include_once \dirname(__DIR__4).'/vendor/nelmio/cors-bundle/Options/ProviderInterface.php';
  870.             include_once \dirname(__DIR__4).'/vendor/nelmio/cors-bundle/Options/ConfigProvider.php';
  871.             include_once \dirname(__DIR__4).'/vendor/nelmio/cors-bundle/EventListener/CacheableResponseVaryListener.php';
  872.             include_once \dirname(__DIR__4).'/vendor/symfony/http-client-contracts/HttpClientInterface.php';
  873.             include_once \dirname(__DIR__4).'/vendor/symfony/http-client/TraceableHttpClient.php';
  874.             include_once \dirname(__DIR__4).'/vendor/symfony/http-client/HttpClient.php';
  875.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/DataCollectorTranslator.php';
  876.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RequestContextAwareInterface.php';
  877.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Matcher/UrlMatcherInterface.php';
  878.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Generator/UrlGeneratorInterface.php';
  879.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RouterInterface.php';
  880.             include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Routing/SymfonyUrlGenerator.php';
  881.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Matcher/RequestMatcherInterface.php';
  882.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Router.php';
  883.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Routing/Router.php';
  884.             include_once \dirname(__DIR__4).'/vendor/symfony/messenger/MessageBusInterface.php';
  885.             include_once \dirname(__DIR__4).'/vendor/symfony/messenger/TraceableMessageBus.php';
  886.             include_once \dirname(__DIR__4).'/vendor/symfony/messenger/MessageBus.php';
  887.             include_once \dirname(__DIR__4).'/vendor/league/flysystem/src/FilesystemReader.php';
  888.             include_once \dirname(__DIR__4).'/vendor/league/flysystem/src/FilesystemWriter.php';
  889.             include_once \dirname(__DIR__4).'/vendor/league/flysystem/src/FilesystemOperator.php';
  890.             include_once \dirname(__DIR__4).'/vendor/league/flysystem/src/CalculateChecksumFromStream.php';
  891.             include_once \dirname(__DIR__4).'/vendor/league/flysystem/src/Filesystem.php';
  892.             include_once \dirname(__DIR__4).'/vendor/league/flysystem/src/FilesystemAdapter.php';
  893.             include_once \dirname(__DIR__4).'/vendor/league/flysystem/src/ChecksumProvider.php';
  894.             include_once \dirname(__DIR__4).'/vendor/league/flysystem-local/LocalFilesystemAdapter.php';
  895.             include_once \dirname(__DIR__4).'/vendor/psr/event-dispatcher/src/EventDispatcherInterface.php';
  896.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher-contracts/EventDispatcherInterface.php';
  897.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventDispatcherInterface.php';
  898.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php';
  899.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Debug/TraceableEventDispatcher.php';
  900.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventDispatcher.php';
  901.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/NullHandler.php';
  902.             include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  903.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/SerializerInterface.php';
  904.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/NormalizerInterface.php';
  905.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ContextAwareNormalizerInterface.php';
  906.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DenormalizerInterface.php';
  907.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ContextAwareDenormalizerInterface.php';
  908.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/EncoderInterface.php';
  909.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/ContextAwareEncoderInterface.php';
  910.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/DecoderInterface.php';
  911.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/ContextAwareDecoderInterface.php';
  912.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Serializer.php';
  913.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/SerializerAwareInterface.php';
  914.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/CacheableSupportsMethodInterface.php';
  915.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/SerializerAwareTrait.php';
  916.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/UnwrappingDenormalizer.php';
  917.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/NormalizerAwareInterface.php';
  918.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/NormalizerAwareTrait.php';
  919.             include_once \dirname(__DIR__4).'/src/Serializer/Normalizer/ChannelNormalizer.php';
  920.             include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Uploader/Serializer/NellappFileNormalizer.php';
  921.             include_once \dirname(__DIR__4).'/src/Serializer/Normalizer/FileAbstractCursusNormalizer.php';
  922.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ObjectToPopulateTrait.php';
  923.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/AbstractNormalizer.php';
  924.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/AbstractObjectNormalizer.php';
  925.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ObjectNormalizer.php';
  926.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/ClassDiscriminatorResolverInterface.php';
  927.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/ClassDiscriminatorFromClassMetadata.php';
  928.             include_once \dirname(__DIR__4).'/src/Serializer/Normalizer/TrackDataActivityNormalizer.php';
  929.             include_once \dirname(__DIR__4).'/src/Serializer/Normalizer/UserNormalizer.php';
  930.             include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Serializer/SerialRelation/AbstractSerialRelationHandler.php';
  931.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DenormalizerAwareInterface.php';
  932.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DenormalizerAwareTrait.php';
  933.             include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Serializer/SerialRelation/Denormalizer/SerialRelationDenormalizer.php';
  934.             include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Serializer/SerialRelation/Normalizer/SerialRelationNormalizer.php';
  935.             include_once \dirname(__DIR__4).'/vendor/drosalys/api-bundle/src/Serializer/Adapter/Symfony/Normalizer/EntityNormalizer.php';
  936.             include_once \dirname(__DIR__4).'/vendor/drosalys/api-bundle/src/Serializer/Adapter/Symfony/Normalizer/PaginationNormalizer.php';
  937.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/NameConverter/CamelCaseToSnakeCaseNameConverter.php';
  938.             include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Serialization/Normalizer/FlattenExceptionNormalizer.php';
  939.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ProblemNormalizer.php';
  940.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/UidNormalizer.php';
  941.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DateTimeNormalizer.php';
  942.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ConstraintViolationListNormalizer.php';
  943.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/MimeMessageNormalizer.php';
  944.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/PropertyNormalizer.php';
  945.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DateTimeZoneNormalizer.php';
  946.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DateIntervalNormalizer.php';
  947.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/FormErrorNormalizer.php';
  948.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DataUriNormalizer.php';
  949.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/JsonSerializableNormalizer.php';
  950.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ArrayDenormalizer.php';
  951.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/NormalizationAwareInterface.php';
  952.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/XmlEncoder.php';
  953.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/JsonEncoder.php';
  954.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/YamlEncoder.php';
  955.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/CsvEncoder.php';
  956.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/Profiler.php';
  957.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/ProfilerStorageInterface.php';
  958.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php';
  959.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/TimeDataCollector.php';
  960.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/MemoryDataCollector.php';
  961.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/DataCollector/ValidatorDataCollector.php';
  962.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/AjaxDataCollector.php';
  963.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/ExceptionDataCollector.php';
  964.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/LoggerDataCollector.php';
  965.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/EventDataCollector.php';
  966.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/DataCollector/CacheDataCollector.php';
  967.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/DataCollector/TranslationDataCollector.php';
  968.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/DataCollector/SecurityDataCollector.php';
  969.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/DataCollector/TwigDataCollector.php';
  970.             include_once \dirname(__DIR__4).'/vendor/symfony/http-client/DataCollector/HttpClientDataCollector.php';
  971.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/DataCollector/DoctrineDataCollector.php';
  972.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/DataCollector/DoctrineDataCollector.php';
  973.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Collector/MigrationsCollector.php';
  974.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Collector/MigrationsFlattener.php';
  975.             include_once \dirname(__DIR__4).'/vendor/symfony/messenger/DataCollector/MessengerDataCollector.php';
  976.             include_once \dirname(__DIR__4).'/vendor/symfony/notifier/DataCollector/NotificationDataCollector.php';
  977.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/ConfigDataCollector.php';
  978.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Cache/CacheInterface.php';
  979.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Cache/FilesystemCache.php';
  980.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/CoreExtension.php';
  981.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/EscaperExtension.php';
  982.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/OptimizerExtension.php';
  983.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/StagingExtension.php';
  984.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/ExtensionSet.php';
  985.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Template.php';
  986.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/TemplateWrapper.php';
  987.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Environment.php';
  988.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Loader/LoaderInterface.php';
  989.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Loader/FilesystemLoader.php';
  990.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/CsrfExtension.php';
  991.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/ProfilerExtension.php';
  992.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/ProfilerExtension.php';
  993.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/TranslationExtension.php';
  994.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/AssetExtension.php';
  995.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/CodeExtension.php';
  996.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/RoutingExtension.php';
  997.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/YamlExtension.php';
  998.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/StopwatchExtension.php';
  999.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/ExpressionExtension.php';
  1000.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/HttpKernelExtension.php';
  1001.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/HttpFoundationExtension.php';
  1002.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/UrlHelper.php';
  1003.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/WebLinkExtension.php';
  1004.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/SerializerExtension.php';
  1005.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/FormExtension.php';
  1006.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/DumpExtension.php';
  1007.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/LogoutUrlExtension.php';
  1008.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/SecurityExtension.php';
  1009.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Impersonate/ImpersonateUrlGenerator.php';
  1010.             include_once \dirname(__DIR__4).'/src/Twig/Extension/Account/HeaderCalendarExtension.php';
  1011.             include_once \dirname(__DIR__4).'/src/Twig/Extension/Account/NotificationExtension.php';
  1012.             include_once \dirname(__DIR__4).'/src/Twig/Extension/Channel/ChannelExtension.php';
  1013.             include_once \dirname(__DIR__4).'/src/Twig/Extension/Channel/ChannelLicensesExtension.php';
  1014.             include_once \dirname(__DIR__4).'/src/Twig/Extension/Channel/ChannelPermissionExtension.php';
  1015.             include_once \dirname(__DIR__4).'/src/Twig/Extension/Channel/ChannelSessionExtension.php';
  1016.             include_once \dirname(__DIR__4).'/src/Twig/Extension/Channel/FileExportExtension.php';
  1017.             include_once \dirname(__DIR__4).'/src/Twig/Extension/Channel/PositioningTest/Attempt/AttemptBlockExtension.php';
  1018.             include_once \dirname(__DIR__4).'/src/Twig/Extension/Channel/PositioningTest/Attempt/AttemptExtension.php';
  1019.             include_once \dirname(__DIR__4).'/src/Twig/Extension/ChannelUserData/ActivityExtension.php';
  1020.             include_once \dirname(__DIR__4).'/src/Twig/Extension/ChannelUserData/ChannelUserDataExtension.php';
  1021.             include_once \dirname(__DIR__4).'/src/Twig/Extension/ChannelUserData/CursusExtension.php';
  1022.             include_once \dirname(__DIR__4).'/src/Twig/Extension/ChannelUserData/DriveExtension.php';
  1023.             include_once \dirname(__DIR__4).'/src/Twig/Extension/FileExtension.php';
  1024.             include_once \dirname(__DIR__4).'/src/Twig/Extension/NumberExtension.php';
  1025.             include_once \dirname(__DIR__4).'/src/Twig/Extension/UserFromChannelExtension.php';
  1026.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Twig/WebProfilerExtension.php';
  1027.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Twig/DoctrineExtension.php';
  1028.             include_once \dirname(__DIR__4).'/vendor/twig/intl-extra/IntlExtension.php';
  1029.             include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Permission/Twig/Extension/PermissionExtension.php';
  1030.             include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Routing/Twig/Extension/DomainsRoutingExtension.php';
  1031.             include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Routing/Twig/Extension/UrlGeneratorExtension.php';
  1032.             include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Twig/Extension/AppExtension.php';
  1033.             include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Twig/Extension/BooleanExtension.php';
  1034.             include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Twig/Extension/ChannelExtension.php';
  1035.             include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Twig/Extension/ChannelGetterExtension.php';
  1036.             include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Twig/Extension/ChannelUserDataExtension.php';
  1037.             include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Twig/Extension/ChatNotificationExtension.php';
  1038.             include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Twig/Extension/CustomizableViewExtension.php';
  1039.             include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Twig/Extension/EnvExtension.php';
  1040.             include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Twig/Extension/FileExtension.php';
  1041.             include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Twig/Extension/FormExtension.php';
  1042.             include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Twig/Extension/HeaderExtension.php';
  1043.             include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Twig/Extension/ImageExtension.php';
  1044.             include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Twig/Extension/NellappFileExtension.php';
  1045.             include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Twig/Extension/NellappFormatExtension.php';
  1046.             include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Twig/Extension/PaginationExtension.php';
  1047.             include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Twig/Extension/SerializerExtension.php';
  1048.             include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Twig/Extension/SideNavExtension.php';
  1049.             include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Twig/Extension/SideNavItemExtension.php';
  1050.             include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Twig/Extension/UserExtension.php';
  1051.             include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Twig/Extension/VersionExtension.php';
  1052.             include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Twig/Extension/WebSocketExtension.php';
  1053.             include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Google/Twig/Extension/GoogleDrivePermissionExtension.php';
  1054.             include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Render/Html/GetNelmioAsset.php';
  1055.             include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Twig/SerializerBaseExtension.php';
  1056.             include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Twig/SerializerRuntimeExtension.php';
  1057.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/src/Twig/Extension/PaginationExtension.php';
  1058.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/src/Helper/Processor.php';
  1059.             include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/Twig/EntryFilesTwigExtension.php';
  1060.             include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/Twig/StimulusTwigExtension.php';
  1061.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Twig/MenuExtension.php';
  1062.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Twig/Helper.php';
  1063.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Renderer/RendererProviderInterface.php';
  1064.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Renderer/PsrProvider.php';
  1065.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Provider/MenuProviderInterface.php';
  1066.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Provider/ChainProvider.php';
  1067.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Util/MenuManipulator.php';
  1068.             include_once \dirname(__DIR__4).'/vendor/craue/formflow-bundle/Twig/Extension/FormFlowExtension.php';
  1069.             include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Templating/FilterTrait.php';
  1070.             include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Templating/FilterExtension.php';
  1071.             include_once \dirname(__DIR__4).'/vendor/symfony/ux-twig-component/src/Twig/ComponentExtension.php';
  1072.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/AppVariable.php';
  1073.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/RuntimeLoader/RuntimeLoaderInterface.php';
  1074.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/RuntimeLoader/ContainerRuntimeLoader.php';
  1075.             include_once \dirname(__DIR__4).'/vendor/twig/extra-bundle/MissingExtensionSuggestor.php';
  1076.             include_once \dirname(__DIR__4).'/vendor/symfony/ux-twig-component/src/Twig/TwigEnvironmentConfigurator.php';
  1077.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bundle/DependencyInjection/Configurator/EnvironmentConfigurator.php';
  1078.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AuthorizationChecker.php';
  1079.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Token/Storage/UsageTrackingTokenStorage.php';
  1080.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Factory/MetadataFactoryInterface.php';
  1081.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validator/ValidatorInterface.php';
  1082.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validator/TraceableValidator.php';
  1083.         };
  1084.     }
  1085.     public function compile(): void
  1086.     {
  1087.         throw new LogicException('You cannot compile a dumped container that was already compiled.');
  1088.     }
  1089.     public function isCompiled(): bool
  1090.     {
  1091.         return true;
  1092.     }
  1093.     public function getRemovedIds(): array
  1094.     {
  1095.         return require $this->containerDir.\DIRECTORY_SEPARATOR.'removed-ids.php';
  1096.     }
  1097.     protected function load($file$lazyLoad true)
  1098.     {
  1099.         if (class_exists($class __NAMESPACE__.'\\'.$filefalse)) {
  1100.             return $class::do($this$lazyLoad);
  1101.         }
  1102.         if ('.' === $file[-4]) {
  1103.             $class substr($class0, -4);
  1104.         } else {
  1105.             $file .= '.php';
  1106.         }
  1107.         $service = require $this->containerDir.\DIRECTORY_SEPARATOR.$file;
  1108.         return class_exists($classfalse) ? $class::do($this$lazyLoad) : $service;
  1109.     }
  1110.     protected function createProxy($class\Closure $factory)
  1111.     {
  1112.         class_exists($classfalse) || require __DIR__.'/'.$class.'.php';
  1113.         return $factory();
  1114.     }
  1115.     /**
  1116.      * Gets the public '.container.private.filesystem' shared service.
  1117.      *
  1118.      * @return \Symfony\Component\Filesystem\Filesystem
  1119.      */
  1120.     protected function get_Container_Private_FilesystemService()
  1121.     {
  1122.         return $this->services['.container.private.filesystem'] = new \Symfony\Component\Filesystem\Filesystem();
  1123.     }
  1124.     /**
  1125.      * Gets the public '.container.private.profiler' shared service.
  1126.      *
  1127.      * @return \Symfony\Component\HttpKernel\Profiler\Profiler
  1128.      */
  1129.     protected function get_Container_Private_ProfilerService()
  1130.     {
  1131.         $a = new \Symfony\Bridge\Monolog\Logger('profiler');
  1132.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1133.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  1134.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  1135.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  1136.         $this->services['.container.private.profiler'] = $instance = new \Symfony\Component\HttpKernel\Profiler\Profiler(new \Symfony\Component\HttpKernel\Profiler\FileProfilerStorage(('file:'.$this->targetDir.''.'/profiler')), $atrue);
  1137.         $b = ($this->services['kernel'] ?? $this->get('kernel'));
  1138.         $c = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  1139.         $d = new \Symfony\Component\Cache\DataCollector\CacheDataCollector();
  1140.         $d->addInstance('cache.app', ($this->services['cache.app'] ?? $this->getCache_AppService()));
  1141.         $d->addInstance('cache.system', ($this->services['cache.system'] ?? $this->getCache_SystemService()));
  1142.         $d->addInstance('cache.validator', ($this->privates['cache.validator'] ?? $this->getCache_ValidatorService()));
  1143.         $d->addInstance('cache.serializer', ($this->privates['cache.serializer'] ?? $this->getCache_SerializerService()));
  1144.         $d->addInstance('cache.annotations', ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService()));
  1145.         $d->addInstance('cache.property_info', ($this->privates['cache.property_info'] ?? $this->getCache_PropertyInfoService()));
  1146.         $d->addInstance('cache.messenger.restart_workers_signal', ($this->privates['cache.messenger.restart_workers_signal'] ?? $this->getCache_Messenger_RestartWorkersSignalService()));
  1147.         $d->addInstance('cache.validator_expression_language', ($this->services['cache.validator_expression_language'] ?? $this->getCache_ValidatorExpressionLanguageService()));
  1148.         $d->addInstance('cache.doctrine.orm.default.result', ($this->privates['cache.doctrine.orm.default.result'] ?? $this->getCache_Doctrine_Orm_Default_ResultService()));
  1149.         $d->addInstance('cache.doctrine.orm.default.query', ($this->privates['cache.doctrine.orm.default.query'] ?? $this->getCache_Doctrine_Orm_Default_QueryService()));
  1150.         $d->addInstance('cache.security_expression_language', ($this->privates['cache.security_expression_language'] ?? $this->getCache_SecurityExpressionLanguageService()));
  1151.         $d->addInstance('cache.webpack_encore', ($this->privates['cache.webpack_encore'] ?? $this->getCache_WebpackEncoreService()));
  1152.         $e = new \Symfony\Component\HttpClient\DataCollector\HttpClientDataCollector();
  1153.         $e->registerClient('http_client', ($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService()));
  1154.         $f = new \Doctrine\Bundle\DoctrineBundle\DataCollector\DoctrineDataCollector(($this->services['doctrine'] ?? $this->getDoctrineService()), trueNULL);
  1155.         $f->addLogger('default', ($this->privates['doctrine.dbal.logger.profiling.default'] ?? ($this->privates['doctrine.dbal.logger.profiling.default'] = new \Doctrine\DBAL\Logging\DebugStack())));
  1156.         $g = new \Symfony\Component\Messenger\DataCollector\MessengerDataCollector();
  1157.         $g->registerBus('messenger.bus.default', ($this->services['messenger.default_bus'] ?? $this->getMessenger_DefaultBusService()));
  1158.         $h = new \Symfony\Component\HttpKernel\DataCollector\ConfigDataCollector();
  1159.         if ($this->has('kernel')) {
  1160.             $h->setKernel($b);
  1161.         }
  1162.         $instance->add(($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService()));
  1163.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\TimeDataCollector($b, ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)))));
  1164.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\MemoryDataCollector());
  1165.         $instance->add(new \Symfony\Component\Validator\DataCollector\ValidatorDataCollector(($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService())));
  1166.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\AjaxDataCollector());
  1167.         $instance->add(($this->privates['data_collector.form'] ?? $this->getDataCollector_FormService()));
  1168.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\ExceptionDataCollector());
  1169.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\LoggerDataCollector($a, ($this->targetDir.''.'/App_KernelDevDebugContainer'), $c));
  1170.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\EventDataCollector(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), $c));
  1171.         $instance->add(($this->privates['data_collector.router'] ?? ($this->privates['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector())));
  1172.         $instance->add($d);
  1173.         $instance->add(new \Symfony\Component\Translation\DataCollector\TranslationDataCollector(($this->services['translator'] ?? $this->getTranslatorService())));
  1174.         $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));
  1175.         $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())));
  1176.         $instance->add($e);
  1177.         $instance->add($f);
  1178.         $instance->add(new \Doctrine\Bundle\MigrationsBundle\Collector\MigrationsCollector(($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService()), new \Doctrine\Bundle\MigrationsBundle\Collector\MigrationsFlattener()));
  1179.         $instance->add(($this->services['data_collector.dump'] ?? $this->getDataCollector_DumpService()));
  1180.         $instance->add($g);
  1181.         $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()))));
  1182.         $instance->add($h);
  1183.         return $instance;
  1184.     }
  1185.     /**
  1186.      * Gets the public '.container.private.security.authorization_checker' shared service.
  1187.      *
  1188.      * @return \Symfony\Component\Security\Core\Authorization\AuthorizationChecker
  1189.      */
  1190.     protected function get_Container_Private_Security_AuthorizationCheckerService()
  1191.     {
  1192.         $a = ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService());
  1193.         if (isset($this->services['.container.private.security.authorization_checker'])) {
  1194.             return $this->services['.container.private.security.authorization_checker'];
  1195.         }
  1196.         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);
  1197.     }
  1198.     /**
  1199.      * Gets the public '.container.private.security.token_storage' shared service.
  1200.      *
  1201.      * @return \Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage
  1202.      */
  1203.     protected function get_Container_Private_Security_TokenStorageService()
  1204.     {
  1205.         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, [
  1206.             'request_stack' => ['services''request_stack''getRequestStackService'false],
  1207.         ], [
  1208.             'request_stack' => '?',
  1209.         ]));
  1210.     }
  1211.     /**
  1212.      * Gets the public '.container.private.serializer' shared service.
  1213.      *
  1214.      * @return \Symfony\Component\Serializer\Serializer
  1215.      */
  1216.     protected function get_Container_Private_SerializerService()
  1217.     {
  1218.         $a = ($this->services['router'] ?? $this->getRouterService());
  1219.         if (isset($this->services['.container.private.serializer'])) {
  1220.             return $this->services['.container.private.serializer'];
  1221.         }
  1222.         $b = ($this->privates['Nellapp\\Bundle\\SDKBundle\\Routing\\Utils\\ChannelMainDomainUtils'] ?? $this->getChannelMainDomainUtilsService());
  1223.         if (isset($this->services['.container.private.serializer'])) {
  1224.             return $this->services['.container.private.serializer'];
  1225.         }
  1226.         $c = ($this->privates['property_info'] ?? $this->getPropertyInfoService());
  1227.         if (isset($this->services['.container.private.serializer'])) {
  1228.             return $this->services['.container.private.serializer'];
  1229.         }
  1230.         $d = ($this->privates['App\\Service\\ChannelUserData\\ActivityService'] ?? $this->getActivityServiceService());
  1231.         if (isset($this->services['.container.private.serializer'])) {
  1232.             return $this->services['.container.private.serializer'];
  1233.         }
  1234.         $e = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  1235.         if (isset($this->services['.container.private.serializer'])) {
  1236.             return $this->services['.container.private.serializer'];
  1237.         }
  1238.         $f = ($this->privates['property_accessor'] ?? $this->getPropertyAccessorService());
  1239.         $g = ($this->privates['serializer.mapping.class_metadata_factory'] ?? $this->getSerializer_Mapping_ClassMetadataFactoryService());
  1240.         $h = ($this->privates['serializer.name_converter.metadata_aware'] ?? $this->getSerializer_NameConverter_MetadataAwareService());
  1241.         $i = new \Symfony\Component\Serializer\Mapping\ClassDiscriminatorFromClassMetadata($g);
  1242.         $j = new \Symfony\Component\Serializer\Normalizer\ObjectNormalizer($g$h$f$c$iNULL);
  1243.         $k = new \Drosalys\Bundle\ApiBundle\Serializer\Adapter\Symfony\Normalizer\EntityNormalizer($g$h$f$c$iNULL);
  1244.         $k->setEm($e);
  1245.         return $this->services['.container.private.serializer'] = new \Symfony\Component\Serializer\Serializer([=> new \Symfony\Component\Serializer\Normalizer\UnwrappingDenormalizer($f), => new \App\Serializer\Normalizer\ChannelNormalizer($a$b, ($this->privates['Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\ImageRunTime'] ?? $this->getImageRunTimeService())), => new \App\Serializer\Normalizer\FileAbstractCursusNormalizer($j, ($this->privates['Nellapp\\Bundle\\SDKBundle\\Uploader\\Service\\NellappFileService'] ?? $this->getNellappFileServiceService()), $a$this->getEnv('resolve:APP_ACCOUNT_SUBDOMAIN')), => new \App\Serializer\Normalizer\TrackDataActivityNormalizer($d$j), => new \App\Serializer\Normalizer\UserNormalizer(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->privates['security.helper'] ?? $this->getSecurity_HelperService())), => new \Nellapp\Bundle\SDKBundle\Serializer\SerialRelation\Denormalizer\SerialRelationDenormalizer($e), => new \Nellapp\Bundle\SDKBundle\Serializer\SerialRelation\Normalizer\SerialRelationNormalizer(), => $k=> new \Drosalys\Bundle\ApiBundle\Serializer\Adapter\Symfony\Normalizer\PaginationNormalizer(new \Symfony\Component\Serializer\NameConverter\CamelCaseToSnakeCaseNameConverter()), => new \Symfony\Component\Messenger\Transport\Serialization\Normalizer\FlattenExceptionNormalizer(), 10 => new \Symfony\Component\Serializer\Normalizer\ProblemNormalizer(true), 11 => new \Symfony\Component\Serializer\Normalizer\UidNormalizer(), 12 => new \Symfony\Component\Serializer\Normalizer\DateTimeNormalizer(), 13 => new \Symfony\Component\Serializer\Normalizer\ConstraintViolationListNormalizer([], $h), 14 => new \Symfony\Component\Serializer\Normalizer\MimeMessageNormalizer(new \Symfony\Component\Serializer\Normalizer\PropertyNormalizer($g$h$c$iNULL)), 15 => new \Symfony\Component\Serializer\Normalizer\DateTimeZoneNormalizer(), 16 => new \Symfony\Component\Serializer\Normalizer\DateIntervalNormalizer(), 17 => new \Symfony\Component\Serializer\Normalizer\FormErrorNormalizer(), 18 => new \Symfony\Component\Serializer\Normalizer\DataUriNormalizer(($this->privates['mime_types'] ?? $this->getMimeTypesService())), 19 => new \Symfony\Component\Serializer\Normalizer\JsonSerializableNormalizer(NULLNULL), 20 => new \Symfony\Component\Serializer\Normalizer\ArrayDenormalizer(), 21 => $j], [=> 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()]);
  1246.     }
  1247.     /**
  1248.      * Gets the public '.container.private.twig' shared service.
  1249.      *
  1250.      * @return \Twig\Environment
  1251.      */
  1252.     protected function get_Container_Private_TwigService()
  1253.     {
  1254.         $a = new \Twig\Loader\FilesystemLoader([], \dirname(__DIR__4));
  1255.         $a->addPath((\dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Resources/views'));
  1256.         $a->addPath((\dirname(__DIR__4).'/config/caddy'), 'caddy');
  1257.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Resources/views'), 'WebProfiler');
  1258.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Resources/views'), '!WebProfiler');
  1259.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/debug-bundle/Resources/views'), 'Debug');
  1260.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/debug-bundle/Resources/views'), '!Debug');
  1261.         $a->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Resources/views'), 'Doctrine');
  1262.         $a->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Resources/views'), '!Doctrine');
  1263.         $a->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Resources/views'), 'DoctrineMigrations');
  1264.         $a->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Resources/views'), '!DoctrineMigrations');
  1265.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/security-bundle/Resources/views'), 'Security');
  1266.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/security-bundle/Resources/views'), '!Security');
  1267.         $a->addPath((\dirname(__DIR__4).'/vendor/friendsofsymfony/oauth-server-bundle/Resources/views'), 'FOSOAuthServer');
  1268.         $a->addPath((\dirname(__DIR__4).'/vendor/friendsofsymfony/oauth-server-bundle/Resources/views'), '!FOSOAuthServer');
  1269.         $a->addPath((\dirname(__DIR__4).'/templates/bundles/NellappSDKBundle'), 'NellappSDK');
  1270.         $a->addPath((\dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Resources/views'), 'NellappSDK');
  1271.         $a->addPath((\dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Resources/views'), '!NellappSDK');
  1272.         $a->addPath((\dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Resources/views'), 'NelmioApiDoc');
  1273.         $a->addPath((\dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/Resources/views'), '!NelmioApiDoc');
  1274.         $a->addPath((\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/templates'), 'KnpPaginator');
  1275.         $a->addPath((\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/templates'), '!KnpPaginator');
  1276.         $a->addPath((\dirname(__DIR__4).'/vendor/knplabs/knp-menu-bundle/src/Resources/views'), 'KnpMenu');
  1277.         $a->addPath((\dirname(__DIR__4).'/vendor/knplabs/knp-menu-bundle/src/Resources/views'), '!KnpMenu');
  1278.         $a->addPath((\dirname(__DIR__4).'/vendor/drosalys-web/form-bundle/src/Resources/views'), 'DrosalysWebForm');
  1279.         $a->addPath((\dirname(__DIR__4).'/vendor/drosalys-web/form-bundle/src/Resources/views'), '!DrosalysWebForm');
  1280.         $a->addPath((\dirname(__DIR__4).'/vendor/craue/formflow-bundle/Resources/views'), 'CraueFormFlow');
  1281.         $a->addPath((\dirname(__DIR__4).'/vendor/craue/formflow-bundle/Resources/views'), '!CraueFormFlow');
  1282.         $a->addPath((\dirname(__DIR__4).'/vendor/liip/imagine-bundle/Resources/views'), 'LiipImagine');
  1283.         $a->addPath((\dirname(__DIR__4).'/vendor/liip/imagine-bundle/Resources/views'), '!LiipImagine');
  1284.         $a->addPath((\dirname(__DIR__4).'/vendor/willdurand/js-translation-bundle/Resources/views'), 'BazingaJsTranslation');
  1285.         $a->addPath((\dirname(__DIR__4).'/vendor/willdurand/js-translation-bundle/Resources/views'), '!BazingaJsTranslation');
  1286.         $a->addPath((\dirname(__DIR__4).'/vendor/karser/karser-recaptcha3-bundle/Resources/views'), 'KarserRecaptcha3');
  1287.         $a->addPath((\dirname(__DIR__4).'/vendor/karser/karser-recaptcha3-bundle/Resources/views'), '!KarserRecaptcha3');
  1288.         $a->addPath((\dirname(__DIR__4).'/vendor/spiriitlabs/form-filter-bundle/Resources/views'), 'SpiriitFormFilter');
  1289.         $a->addPath((\dirname(__DIR__4).'/vendor/spiriitlabs/form-filter-bundle/Resources/views'), '!SpiriitFormFilter');
  1290.         $a->addPath((\dirname(__DIR__4).'/templates'));
  1291.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Form'));
  1292.         $this->services['.container.private.twig'] = $instance = new \Twig\Environment($a, ['autoescape' => 'name''cache' => ($this->targetDir.''.'/twig'), 'charset' => 'UTF-8''debug' => true'strict_variables' => true]);
  1293.         $b = ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)));
  1294.         $c = ($this->services['translator'] ?? $this->getTranslatorService());
  1295.         $d = new \Symfony\Bridge\Twig\Extension\AssetExtension(($this->privates['assets.packages'] ?? $this->getAssets_PackagesService()));
  1296.         $e = ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService());
  1297.         $f = ($this->services['router'] ?? $this->getRouterService());
  1298.         $g = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  1299.         $h = ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService());
  1300.         $i = new \Symfony\Component\VarDumper\Dumper\HtmlDumper(NULL'UTF-8'1);
  1301.         $i->setDisplayOptions(['maxStringLength' => 4096'fileLinkFormat' => $e]);
  1302.         $j = new \Knp\Menu\Util\MenuManipulator();
  1303.         $k = ($this->services['knp_menu.matcher'] ?? $this->getKnpMenu_MatcherService());
  1304.         $l = new \Craue\FormFlowBundle\Twig\Extension\FormFlowExtension();
  1305.         $l->setFormFlowUtil(($this->services['craue_formflow_util'] ?? ($this->services['craue_formflow_util'] = new \Craue\FormFlowBundle\Util\FormFlowUtil())));
  1306.         $m = new \Symfony\Bridge\Twig\AppVariable();
  1307.         $m->setEnvironment('dev');
  1308.         $m->setDebug(true);
  1309.         if ($this->has('.container.private.security.token_storage')) {
  1310.             $m->setTokenStorage($h);
  1311.         }
  1312.         if ($this->has('request_stack')) {
  1313.             $m->setRequestStack($g);
  1314.         }
  1315.         $n = new \Twig\Extra\TwigExtraBundle\MissingExtensionSuggestor();
  1316.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\CsrfExtension());
  1317.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\ProfilerExtension(($this->privates['twig.profile'] ?? ($this->privates['twig.profile'] = new \Twig\Profiler\Profile())), $b));
  1318.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\TranslationExtension($c));
  1319.         $instance->addExtension($d);
  1320.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\CodeExtension($e\dirname(__DIR__4), 'UTF-8'));
  1321.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\RoutingExtension($f));
  1322.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\YamlExtension());
  1323.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\StopwatchExtension($btrue));
  1324.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\ExpressionExtension());
  1325.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\HttpKernelExtension());
  1326.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\HttpFoundationExtension(new \Symfony\Component\HttpFoundation\UrlHelper($g$f)));
  1327.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\WebLinkExtension($g));
  1328.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\SerializerExtension());
  1329.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\FormExtension($c));
  1330.         $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())));
  1331.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\LogoutUrlExtension(($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService())));
  1332.         $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)));
  1333.         $instance->addExtension(new \App\Twig\Extension\Account\HeaderCalendarExtension());
  1334.         $instance->addExtension(new \App\Twig\Extension\Account\NotificationExtension());
  1335.         $instance->addExtension(new \App\Twig\Extension\Channel\ChannelExtension());
  1336.         $instance->addExtension(new \App\Twig\Extension\Channel\ChannelLicensesExtension());
  1337.         $instance->addExtension(new \App\Twig\Extension\Channel\ChannelPermissionExtension());
  1338.         $instance->addExtension(new \App\Twig\Extension\Channel\ChannelSessionExtension());
  1339.         $instance->addExtension(($this->privates['App\\Twig\\Extension\\Channel\\ChannelUserExtension'] ?? $this->getChannelUserExtensionService()));
  1340.         $instance->addExtension(new \App\Twig\Extension\Channel\FileExportExtension());
  1341.         $instance->addExtension(new \App\Twig\Extension\Channel\PositioningTest\Attempt\AttemptBlockExtension());
  1342.         $instance->addExtension(new \App\Twig\Extension\Channel\PositioningTest\Attempt\AttemptExtension());
  1343.         $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())));
  1344.         $instance->addExtension(new \App\Twig\Extension\ChannelUserData\ActivityExtension());
  1345.         $instance->addExtension(new \App\Twig\Extension\ChannelUserData\ChannelUserDataExtension());
  1346.         $instance->addExtension(new \App\Twig\Extension\ChannelUserData\CursusExtension());
  1347.         $instance->addExtension(new \App\Twig\Extension\ChannelUserData\DriveExtension());
  1348.         $instance->addExtension(new \App\Twig\Extension\FileExtension());
  1349.         $instance->addExtension(new \App\Twig\Extension\NumberExtension());
  1350.         $instance->addExtension(new \App\Twig\Extension\UserFromChannelExtension());
  1351.         $instance->addExtension(new \Symfony\Bundle\WebProfilerBundle\Twig\WebProfilerExtension($i));
  1352.         $instance->addExtension(new \Doctrine\Bundle\DoctrineBundle\Twig\DoctrineExtension());
  1353.         $instance->addExtension(new \Twig\Extra\Intl\IntlExtension());
  1354.         $instance->addExtension(new \Nellapp\Bundle\SDKBundle\Permission\Twig\Extension\PermissionExtension());
  1355.         $instance->addExtension(new \Nellapp\Bundle\SDKBundle\Routing\Twig\Extension\DomainsRoutingExtension());
  1356.         $instance->addExtension(new \Nellapp\Bundle\SDKBundle\Routing\Twig\Extension\UrlGeneratorExtension());
  1357.         $instance->addExtension(new \Nellapp\Bundle\SDKBundle\Twig\Extension\AppExtension());
  1358.         $instance->addExtension(new \Nellapp\Bundle\SDKBundle\Twig\Extension\BooleanExtension());
  1359.         $instance->addExtension(new \Nellapp\Bundle\SDKBundle\Twig\Extension\ChannelExtension());
  1360.         $instance->addExtension(new \Nellapp\Bundle\SDKBundle\Twig\Extension\ChannelGetterExtension());
  1361.         $instance->addExtension(new \Nellapp\Bundle\SDKBundle\Twig\Extension\ChannelUserDataExtension());
  1362.         $instance->addExtension(new \Nellapp\Bundle\SDKBundle\Twig\Extension\ChatNotificationExtension());
  1363.         $instance->addExtension(new \Nellapp\Bundle\SDKBundle\Twig\Extension\CustomizableViewExtension());
  1364.         $instance->addExtension(new \Nellapp\Bundle\SDKBundle\Twig\Extension\EnvExtension());
  1365.         $instance->addExtension(new \Nellapp\Bundle\SDKBundle\Twig\Extension\FileExtension());
  1366.         $instance->addExtension(new \Nellapp\Bundle\SDKBundle\Twig\Extension\FormExtension());
  1367.         $instance->addExtension(new \Nellapp\Bundle\SDKBundle\Twig\Extension\HeaderExtension());
  1368.         $instance->addExtension(new \Nellapp\Bundle\SDKBundle\Twig\Extension\ImageExtension());
  1369.         $instance->addExtension(new \Nellapp\Bundle\SDKBundle\Twig\Extension\NellappFileExtension());
  1370.         $instance->addExtension(new \Nellapp\Bundle\SDKBundle\Twig\Extension\NellappFormatExtension());
  1371.         $instance->addExtension(new \Nellapp\Bundle\SDKBundle\Twig\Extension\PaginationExtension());
  1372.         $instance->addExtension(new \Nellapp\Bundle\SDKBundle\Twig\Extension\SerializerExtension());
  1373.         $instance->addExtension(new \Nellapp\Bundle\SDKBundle\Twig\Extension\SideNavExtension());
  1374.         $instance->addExtension(new \Nellapp\Bundle\SDKBundle\Twig\Extension\SideNavItemExtension());
  1375.         $instance->addExtension(new \Nellapp\Bundle\SDKBundle\Twig\Extension\UserExtension());
  1376.         $instance->addExtension(new \Nellapp\Bundle\SDKBundle\Twig\Extension\VersionExtension());
  1377.         $instance->addExtension(new \Nellapp\Bundle\SDKBundle\Twig\Extension\WebSocketExtension());
  1378.         $instance->addExtension(new \Nellapp\Bundle\SDKBundle\Google\Twig\Extension\GoogleDrivePermissionExtension());
  1379.         $instance->addExtension(new \Nelmio\ApiDocBundle\Render\Html\GetNelmioAsset($d));
  1380.         $instance->addExtension(new \JMS\Serializer\Twig\SerializerRuntimeExtension());
  1381.         $instance->addExtension(new \Knp\Bundle\PaginatorBundle\Twig\Extension\PaginationExtension(new \Knp\Bundle\PaginatorBundle\Helper\Processor($f$c)));
  1382.         $instance->addExtension(new \Symfony\WebpackEncoreBundle\Twig\EntryFilesTwigExtension(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1383.             'webpack_encore.entrypoint_lookup_collection' => ['privates''webpack_encore.entrypoint_lookup_collection''getWebpackEncore_EntrypointLookupCollectionService'false],
  1384.             'webpack_encore.tag_renderer' => ['privates''webpack_encore.tag_renderer''getWebpackEncore_TagRendererService'false],
  1385.         ], [
  1386.             'webpack_encore.entrypoint_lookup_collection' => '?',
  1387.             'webpack_encore.tag_renderer' => '?',
  1388.         ])));
  1389.         $instance->addExtension(new \Symfony\WebpackEncoreBundle\Twig\StimulusTwigExtension());
  1390.         $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, [
  1391.             'list' => ['privates''knp_menu.renderer.list''getKnpMenu_Renderer_ListService'true],
  1392.             'twig' => ['privates''knp_menu.renderer.twig''getKnpMenu_Renderer_TwigService'true],
  1393.         ], [
  1394.             'list' => '?',
  1395.             'twig' => '?',
  1396.         ]), 'twig', [], false), new \Knp\Menu\Provider\ChainProvider(new RewindableGenerator(function () {
  1397.             yield => ($this->privates['knp_menu.menu_provider.lazy'] ?? $this->load('getKnpMenu_MenuProvider_LazyService'));
  1398.             yield => ($this->privates['knp_menu.menu_provider.builder_alias'] ?? $this->load('getKnpMenu_MenuProvider_BuilderAliasService'));
  1399.         }, 2)), $j$k), $k$j));
  1400.         $instance->addExtension($l);
  1401.         $instance->addExtension(new \Liip\ImagineBundle\Templating\FilterExtension(($this->services['liip_imagine.cache.manager'] ?? $this->getLiipImagine_Cache_ManagerService())));
  1402.         $instance->addExtension(($this->services['oneup_uploader.twig.extension.uploader'] ?? $this->getOneupUploader_Twig_Extension_UploaderService()));
  1403.         $instance->addExtension(new \Symfony\UX\TwigComponent\Twig\ComponentExtension((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1404.             'Symfony\\UX\\TwigComponent\\ComponentFactory' => ['privates''ux.twig_component.component_factory''getUx_TwigComponent_ComponentFactoryService'true],
  1405.             'Symfony\\UX\\TwigComponent\\ComponentRenderer' => ['privates''ux.twig_component.component_renderer''getUx_TwigComponent_ComponentRendererService'true],
  1406.         ], [
  1407.             'Symfony\\UX\\TwigComponent\\ComponentFactory' => 'Symfony\\UX\\TwigComponent\\ComponentFactory',
  1408.             'Symfony\\UX\\TwigComponent\\ComponentRenderer' => 'Symfony\\UX\\TwigComponent\\ComponentRenderer',
  1409.         ]))->withContext('ux.twig_component.twig.component_extension'$this)));
  1410.         $instance->addGlobal('app'$m);
  1411.         $instance->addRuntimeLoader(new \Twig\RuntimeLoader\ContainerRuntimeLoader(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1412.             'App\\Twig\\Runtime\\Account\\HeaderCalendarRuntime' => ['privates''App\\Twig\\Runtime\\Account\\HeaderCalendarRuntime''getHeaderCalendarRuntimeService'true],
  1413.             'App\\Twig\\Runtime\\Account\\NotificationRuntime' => ['privates''App\\Twig\\Runtime\\Account\\NotificationRuntime''getNotificationRuntimeService'true],
  1414.             'App\\Twig\\Runtime\\Channel\\ChannelLicensesRuntime' => ['privates''App\\Twig\\Runtime\\Channel\\ChannelLicensesRuntime''getChannelLicensesRuntimeService'true],
  1415.             'App\\Twig\\Runtime\\Channel\\ChannelPermissionRuntime' => ['privates''App\\Twig\\Runtime\\Channel\\ChannelPermissionRuntime''getChannelPermissionRuntimeService'true],
  1416.             'App\\Twig\\Runtime\\Channel\\ChannelRuntime' => ['privates''App\\Twig\\Runtime\\Channel\\ChannelRuntime''getChannelRuntimeService'true],
  1417.             'App\\Twig\\Runtime\\Channel\\ChannelSessionRuntime' => ['privates''App\\Twig\\Runtime\\Channel\\ChannelSessionRuntime''getChannelSessionRuntimeService'true],
  1418.             'App\\Twig\\Runtime\\Channel\\FileExportRuntime' => ['privates''App\\Twig\\Runtime\\Channel\\FileExportRuntime''getFileExportRuntimeService'true],
  1419.             'App\\Twig\\Runtime\\Channel\\PositioningTest\\Attempt\\AttemptBlockRuntime' => ['privates''App\\Twig\\Runtime\\Channel\\PositioningTest\\Attempt\\AttemptBlockRuntime''getAttemptBlockRuntimeService'true],
  1420.             'App\\Twig\\Runtime\\Channel\\PositioningTest\\Attempt\\AttemptRuntime' => ['privates''App\\Twig\\Runtime\\Channel\\PositioningTest\\Attempt\\AttemptRuntime''getAttemptRuntimeService'true],
  1421.             'App\\Twig\\Runtime\\Channel\\PositioningTest\\PositioningTestRuntime' => ['privates''App\\Twig\\Runtime\\Channel\\PositioningTest\\PositioningTestRuntime''getPositioningTestRuntimeService'true],
  1422.             'App\\Twig\\Runtime\\ChannelUserData\\ActivityRuntime' => ['privates''App\\Twig\\Runtime\\ChannelUserData\\ActivityRuntime''getActivityRuntimeService'true],
  1423.             'App\\Twig\\Runtime\\ChannelUserData\\ChannelUserDataRuntime' => ['privates''App\\Twig\\Runtime\\ChannelUserData\\ChannelUserDataRuntime''getChannelUserDataRuntimeService'true],
  1424.             'App\\Twig\\Runtime\\ChannelUserData\\CursusRuntime' => ['privates''App\\Twig\\Runtime\\ChannelUserData\\CursusRuntime''getCursusRuntimeService'true],
  1425.             'App\\Twig\\Runtime\\ChannelUserData\\DriveRuntime' => ['privates''App\\Twig\\Runtime\\ChannelUserData\\DriveRuntime''getDriveRuntimeService'true],
  1426.             'App\\Twig\\Runtime\\FileRuntime' => ['privates''App\\Twig\\Runtime\\FileRuntime''getFileRuntimeService'true],
  1427.             'App\\Twig\\Runtime\\NumberRuntime' => ['privates''App\\Twig\\Runtime\\NumberRuntime''getNumberRuntimeService'true],
  1428.             'Symfony\\Bridge\\Twig\\Extension\\CsrfRuntime' => ['privates''twig.runtime.security_csrf''getTwig_Runtime_SecurityCsrfService'true],
  1429.             'Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => ['privates''twig.runtime.httpkernel''getTwig_Runtime_HttpkernelService'true],
  1430.             'Symfony\\Bridge\\Twig\\Extension\\SerializerRuntime' => ['privates''twig.runtime.serializer''getTwig_Runtime_SerializerService'true],
  1431.             'Symfony\\Component\\Form\\FormRenderer' => ['privates''twig.form.renderer''getTwig_Form_RendererService'true],
  1432.             'Nellapp\\Bundle\\SDKBundle\\Permission\\Twig\\Runtime\\Info\\ChannelUserDataPermissionRuntime' => ['privates''Nellapp\\Bundle\\SDKBundle\\Permission\\Twig\\Runtime\\Info\\ChannelUserDataPermissionRuntime''getChannelUserDataPermissionRuntimeService'false],
  1433.             'Nellapp\\Bundle\\SDKBundle\\Permission\\Twig\\Runtime\\Info\\TranslateRuntime' => ['privates''Nellapp\\Bundle\\SDKBundle\\Permission\\Twig\\Runtime\\Info\\TranslateRuntime''getTranslateRuntimeService'true],
  1434.             'Nellapp\\Bundle\\SDKBundle\\Permission\\Twig\\Runtime\\Info\\UserOwnerRuntime' => ['privates''Nellapp\\Bundle\\SDKBundle\\Permission\\Twig\\Runtime\\Info\\UserOwnerRuntime''getUserOwnerRuntimeService'true],
  1435.             'Nellapp\\Bundle\\SDKBundle\\Routing\\Twig\\Runtime\\DomainsRoutingRuntime' => ['privates''Nellapp\\Bundle\\SDKBundle\\Routing\\Twig\\Runtime\\DomainsRoutingRuntime''getDomainsRoutingRuntimeService'true],
  1436.             'Nellapp\\Bundle\\SDKBundle\\Routing\\Twig\\Runtime\\UrlGeneratorRuntime' => ['privates''Nellapp\\Bundle\\SDKBundle\\Routing\\Twig\\Runtime\\UrlGeneratorRuntime''getUrlGeneratorRuntimeService'true],
  1437.             'Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\AppRuntime' => ['privates''Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\AppRuntime''getAppRuntimeService'true],
  1438.             'Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\BooleanRuntime' => ['privates''Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\BooleanRuntime''getBooleanRuntimeService'true],
  1439.             'Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\ChannelGetterRuntime' => ['privates''Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\ChannelGetterRuntime''getChannelGetterRuntimeService'true],
  1440.             'Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\ChannelRuntime' => ['privates''Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\ChannelRuntime''getChannelRuntime2Service'true],
  1441.             'Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\ChannelUserDataRuntime' => ['privates''Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\ChannelUserDataRuntime''getChannelUserDataRuntime2Service'true],
  1442.             'Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\ChatNotificationRuntime' => ['privates''Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\ChatNotificationRuntime''getChatNotificationRuntimeService'true],
  1443.             'Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\CustomizableViewRuntime' => ['privates''Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\CustomizableViewRuntime''getCustomizableViewRuntimeService'true],
  1444.             'Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\EnvRuntime' => ['privates''Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\EnvRuntime''getEnvRuntimeService'true],
  1445.             'Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\FileRuntime' => ['privates''Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\FileRuntime''getFileRuntime2Service'false],
  1446.             'Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\FormRuntime' => ['privates''Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\FormRuntime''getFormRuntimeService'true],
  1447.             'Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\HeaderRuntime' => ['privates''Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\HeaderRuntime''getHeaderRuntimeService'true],
  1448.             'Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\ImageRunTime' => ['privates''Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\ImageRunTime''getImageRunTimeService'false],
  1449.             'Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\NellappFileRuntime' => ['privates''Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\NellappFileRuntime''getNellappFileRuntimeService'true],
  1450.             'Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\NellappFormatRuntime' => ['privates''Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\NellappFormatRuntime''getNellappFormatRuntimeService'true],
  1451.             'Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\PaginationRuntime' => ['privates''Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\PaginationRuntime''getPaginationRuntimeService'true],
  1452.             'Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\SerializerRuntime' => ['privates''Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\SerializerRuntime''getSerializerRuntimeService'true],
  1453.             'Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\SideNavItemRuntime' => ['privates''Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\SideNavItemRuntime''getSideNavItemRuntimeService'true],
  1454.             'Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\SideNavRuntime' => ['privates''Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\SideNavRuntime''getSideNavRuntimeService'true],
  1455.             'Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\UserRunTime' => ['privates''Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\UserRunTime''getUserRunTimeService'true],
  1456.             'Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\VersionRuntime' => ['privates''Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\VersionRuntime''getVersionRuntimeService'true],
  1457.             'Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\WebSocketRuntime' => ['privates''Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\WebSocketRuntime''getWebSocketRuntimeService'true],
  1458.             'Nellapp\\Bundle\\SDKBundle\\Google\\Twig\\Runtime\\GoogleDrivePermissionRuntime' => ['privates''Nellapp\\Bundle\\SDKBundle\\Google\\Twig\\Runtime\\GoogleDrivePermissionRuntime''getGoogleDrivePermissionRuntimeService'true],
  1459.             'JMS\\Serializer\\Twig\\SerializerRuntimeHelper' => ['services''jms_serializer.twig_extension.serializer_runtime_helper''getJmsSerializer_TwigExtension_SerializerRuntimeHelperService'true],
  1460.         ], [
  1461.             'App\\Twig\\Runtime\\Account\\HeaderCalendarRuntime' => '?',
  1462.             'App\\Twig\\Runtime\\Account\\NotificationRuntime' => '?',
  1463.             'App\\Twig\\Runtime\\Channel\\ChannelLicensesRuntime' => '?',
  1464.             'App\\Twig\\Runtime\\Channel\\ChannelPermissionRuntime' => '?',
  1465.             'App\\Twig\\Runtime\\Channel\\ChannelRuntime' => '?',
  1466.             'App\\Twig\\Runtime\\Channel\\ChannelSessionRuntime' => '?',
  1467.             'App\\Twig\\Runtime\\Channel\\FileExportRuntime' => '?',
  1468.             'App\\Twig\\Runtime\\Channel\\PositioningTest\\Attempt\\AttemptBlockRuntime' => '?',
  1469.             'App\\Twig\\Runtime\\Channel\\PositioningTest\\Attempt\\AttemptRuntime' => '?',
  1470.             'App\\Twig\\Runtime\\Channel\\PositioningTest\\PositioningTestRuntime' => '?',
  1471.             'App\\Twig\\Runtime\\ChannelUserData\\ActivityRuntime' => '?',
  1472.             'App\\Twig\\Runtime\\ChannelUserData\\ChannelUserDataRuntime' => '?',
  1473.             'App\\Twig\\Runtime\\ChannelUserData\\CursusRuntime' => '?',
  1474.             'App\\Twig\\Runtime\\ChannelUserData\\DriveRuntime' => '?',
  1475.             'App\\Twig\\Runtime\\FileRuntime' => '?',
  1476.             'App\\Twig\\Runtime\\NumberRuntime' => '?',
  1477.             'Symfony\\Bridge\\Twig\\Extension\\CsrfRuntime' => '?',
  1478.             'Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => '?',
  1479.             'Symfony\\Bridge\\Twig\\Extension\\SerializerRuntime' => '?',
  1480.             'Symfony\\Component\\Form\\FormRenderer' => '?',
  1481.             'Nellapp\\Bundle\\SDKBundle\\Permission\\Twig\\Runtime\\Info\\ChannelUserDataPermissionRuntime' => '?',
  1482.             'Nellapp\\Bundle\\SDKBundle\\Permission\\Twig\\Runtime\\Info\\TranslateRuntime' => '?',
  1483.             'Nellapp\\Bundle\\SDKBundle\\Permission\\Twig\\Runtime\\Info\\UserOwnerRuntime' => '?',
  1484.             'Nellapp\\Bundle\\SDKBundle\\Routing\\Twig\\Runtime\\DomainsRoutingRuntime' => '?',
  1485.             'Nellapp\\Bundle\\SDKBundle\\Routing\\Twig\\Runtime\\UrlGeneratorRuntime' => '?',
  1486.             'Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\AppRuntime' => '?',
  1487.             'Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\BooleanRuntime' => '?',
  1488.             'Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\ChannelGetterRuntime' => '?',
  1489.             'Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\ChannelRuntime' => '?',
  1490.             'Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\ChannelUserDataRuntime' => '?',
  1491.             'Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\ChatNotificationRuntime' => '?',
  1492.             'Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\CustomizableViewRuntime' => '?',
  1493.             'Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\EnvRuntime' => '?',
  1494.             'Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\FileRuntime' => '?',
  1495.             'Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\FormRuntime' => '?',
  1496.             'Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\HeaderRuntime' => '?',
  1497.             'Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\ImageRunTime' => '?',
  1498.             'Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\NellappFileRuntime' => '?',
  1499.             'Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\NellappFormatRuntime' => '?',
  1500.             'Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\PaginationRuntime' => '?',
  1501.             'Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\SerializerRuntime' => '?',
  1502.             'Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\SideNavItemRuntime' => '?',
  1503.             'Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\SideNavRuntime' => '?',
  1504.             'Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\UserRunTime' => '?',
  1505.             'Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\VersionRuntime' => '?',
  1506.             'Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\WebSocketRuntime' => '?',
  1507.             'Nellapp\\Bundle\\SDKBundle\\Google\\Twig\\Runtime\\GoogleDrivePermissionRuntime' => '?',
  1508.             'JMS\\Serializer\\Twig\\SerializerRuntimeHelper' => '?',
  1509.         ])));
  1510.         $instance->registerUndefinedFilterCallback([=> $n=> 'suggestFilter']);
  1511.         $instance->registerUndefinedFunctionCallback([=> $n=> 'suggestFunction']);
  1512.         $instance->registerUndefinedTokenParserCallback([=> $n=> 'suggestTag']);
  1513.         (new \Symfony\UX\TwigComponent\Twig\TwigEnvironmentConfigurator(new \Symfony\Bundle\TwigBundle\DependencyInjection\Configurator\EnvironmentConfigurator('F j, Y H:i''%d days'NULL2','' ')))->configure($instance);
  1514.         return $instance;
  1515.     }
  1516.     /**
  1517.      * Gets the public '.container.private.validator' shared service.
  1518.      *
  1519.      * @return \Symfony\Component\Validator\Validator\TraceableValidator
  1520.      */
  1521.     protected function get_Container_Private_ValidatorService()
  1522.     {
  1523.         $a = ($this->privates['validator.builder'] ?? $this->getValidator_BuilderService());
  1524.         if (isset($this->services['.container.private.validator'])) {
  1525.             return $this->services['.container.private.validator'];
  1526.         }
  1527.         return $this->services['.container.private.validator'] = new \Symfony\Component\Validator\Validator\TraceableValidator($a->getValidator());
  1528.     }
  1529.     /**
  1530.      * Gets the public 'admin_channel_user_data_drive_filesystem' shared service.
  1531.      *
  1532.      * @return \League\Flysystem\Filesystem
  1533.      */
  1534.     protected function getAdminChannelUserDataDriveFilesystemService()
  1535.     {
  1536.         return $this->services['admin_channel_user_data_drive_filesystem'] = new \League\Flysystem\Filesystem(new \League\Flysystem\Local\LocalFilesystemAdapter((\dirname(__DIR__3).'/uploads/admin_channel_user_data_drive/'), NULL22NULLfalse), []);
  1537.     }
  1538.     /**
  1539.      * Gets the public 'cache.app' shared service.
  1540.      *
  1541.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1542.      */
  1543.     protected function getCache_AppService()
  1544.     {
  1545.         $a = new \Symfony\Component\Cache\Adapter\RedisAdapter(($this->privates['.cache_connection.cI0K48L'] ?? $this->get_CacheConnection_CI0K48LService()), 'lU5aPu3o0C'0, ($this->privates['cache.default_marshaller'] ?? ($this->privates['cache.default_marshaller'] = new \Symfony\Component\Cache\Marshaller\DefaultMarshaller(NULLtrue))));
  1546.         $a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  1547.         return $this->services['cache.app'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter($a);
  1548.     }
  1549.     /**
  1550.      * Gets the public 'cache.system' shared service.
  1551.      *
  1552.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1553.      */
  1554.     protected function getCache_SystemService()
  1555.     {
  1556.         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())));
  1557.     }
  1558.     /**
  1559.      * Gets the public 'cache.validator_expression_language' shared service.
  1560.      *
  1561.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1562.      */
  1563.     protected function getCache_ValidatorExpressionLanguageService()
  1564.     {
  1565.         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())));
  1566.     }
  1567.     /**
  1568.      * Gets the public 'craue_formflow_util' shared service.
  1569.      *
  1570.      * @return \Craue\FormFlowBundle\Util\FormFlowUtil
  1571.      */
  1572.     protected function getCraueFormflowUtilService()
  1573.     {
  1574.         return $this->services['craue_formflow_util'] = new \Craue\FormFlowBundle\Util\FormFlowUtil();
  1575.     }
  1576.     /**
  1577.      * Gets the public 'cursus_filesystem' shared service.
  1578.      *
  1579.      * @return \League\Flysystem\Filesystem
  1580.      */
  1581.     protected function getCursusFilesystemService()
  1582.     {
  1583.         return $this->services['cursus_filesystem'] = new \League\Flysystem\Filesystem(new \League\Flysystem\Local\LocalFilesystemAdapter((\dirname(__DIR__3).'/uploads/cursus/'), NULL22NULLfalse), []);
  1584.     }
  1585.     /**
  1586.      * Gets the public 'data_collector.dump' shared service.
  1587.      *
  1588.      * @return \Symfony\Component\HttpKernel\DataCollector\DumpDataCollector
  1589.      */
  1590.     protected function getDataCollector_DumpService()
  1591.     {
  1592.         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()));
  1593.     }
  1594.     /**
  1595.      * Gets the public 'doctrine' shared service.
  1596.      *
  1597.      * @return \Doctrine\Bundle\DoctrineBundle\Registry
  1598.      */
  1599.     protected function getDoctrineService()
  1600.     {
  1601.         return $this->services['doctrine'] = new \Doctrine\Bundle\DoctrineBundle\Registry($this$this->parameters['doctrine.connections'], $this->parameters['doctrine.entity_managers'], 'default''default');
  1602.     }
  1603.     /**
  1604.      * Gets the public 'doctrine.dbal.default_connection' shared service.
  1605.      *
  1606.      * @return \Doctrine\DBAL\Connection
  1607.      */
  1608.     protected function getDoctrine_Dbal_DefaultConnectionService()
  1609.     {
  1610.         $a = new \Doctrine\DBAL\Configuration();
  1611.         $b = new \Symfony\Bridge\Monolog\Logger('doctrine');
  1612.         $b->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1613.         $b->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  1614.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($b);
  1615.         $a->setSQLLogger(($this->privates['doctrine.dbal.logger.profiling.default'] ?? ($this->privates['doctrine.dbal.logger.profiling.default'] = new \Doctrine\DBAL\Logging\DebugStack())));
  1616.         $a->setMiddlewares([=> new \Doctrine\DBAL\Logging\Middleware($b)]);
  1617.         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, [
  1618.             'App\\Doctrine\\EventSubscriber\\ChannelUserData\\InternshipSubscriber' => ['privates''App\\Doctrine\\EventSubscriber\\ChannelUserData\\InternshipSubscriber''getInternshipSubscriberService'true],
  1619.             'App\\Doctrine\\EventSubscriber\\Sync\\SyncSubscriber' => ['privates''App\\Doctrine\\EventSubscriber\\Sync\\SyncSubscriber''getSyncSubscriberService'true],
  1620.             'DrosalysWeb\\ObjectExtensions\\Bridge\\Doctrine\\ORM\\Subscriber\\BlameSubscriber' => ['privates''DrosalysWeb\\ObjectExtensions\\Bridge\\Doctrine\\ORM\\Subscriber\\BlameSubscriber''getBlameSubscriberService'true],
  1621.             '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],
  1622.             'DrosalysWeb\\ObjectExtensions\\Bridge\\Doctrine\\ORM\\Subscriber\\Mapping\\TimestampSubscriber' => ['privates''DrosalysWeb\\ObjectExtensions\\Bridge\\Doctrine\\ORM\\Subscriber\\Mapping\\TimestampSubscriber''getTimestampSubscriberService'true],
  1623.             'DrosalysWeb\\ObjectExtensions\\Bridge\\Doctrine\\ORM\\Subscriber\\TimestampSubscriber' => ['privates''DrosalysWeb\\ObjectExtensions\\Bridge\\Doctrine\\ORM\\Subscriber\\TimestampSubscriber''getTimestampSubscriber2Service'true],
  1624.             'Nellapp\\Bundle\\SDKBundle\\Export\\AutoExport\\Doctrine\\EventSubscriber\\TerminateExportableSubscriber' => ['privates''Nellapp\\Bundle\\SDKBundle\\Export\\AutoExport\\Doctrine\\EventSubscriber\\TerminateExportableSubscriber''getTerminateExportableSubscriberService'true],
  1625.             'Nellapp\\Bundle\\SDKBundle\\GlobalGetters\\Doctrine\\EventSubscriber\\ValidGlobalChannelAndUserSubscriber' => ['privates''Nellapp\\Bundle\\SDKBundle\\GlobalGetters\\Doctrine\\EventSubscriber\\ValidGlobalChannelAndUserSubscriber''getValidGlobalChannelAndUserSubscriberService'true],
  1626.             'Nellapp\\Bundle\\SDKBundle\\Permission\\Doctrine\\EventSubscriber\\ChannelMenuDisplayedSubscriber' => ['privates''Nellapp\\Bundle\\SDKBundle\\Permission\\Doctrine\\EventSubscriber\\ChannelMenuDisplayedSubscriber''getChannelMenuDisplayedSubscriber2Service'true],
  1627.             'Nellapp\\Bundle\\SDKBundle\\Permission\\Doctrine\\EventSubscriber\\Mapping\\PermissionConstraintSubscriber' => ['privates''Nellapp\\Bundle\\SDKBundle\\Permission\\Doctrine\\EventSubscriber\\Mapping\\PermissionConstraintSubscriber''getPermissionConstraintSubscriberService'true],
  1628.             'Nellapp\\Bundle\\SDKBundle\\TrackData\\Doctrine\\TrackSubscriber' => ['privates''Nellapp\\Bundle\\SDKBundle\\TrackData\\Doctrine\\TrackSubscriber''getTrackSubscriberService'true],
  1629.             'Nellapp\\Bundle\\SDKBundle\\Uploader\\Doctrine\\NellappFileSubscriber' => ['privates''Nellapp\\Bundle\\SDKBundle\\Uploader\\Doctrine\\NellappFileSubscriber''getNellappFileSubscriberService'true],
  1630.             'doctrine.orm.default_listeners.attach_entity_listeners' => ['privates''doctrine.orm.default_listeners.attach_entity_listeners''getDoctrine_Orm_DefaultListeners_AttachEntityListenersService'true],
  1631.             'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber' => ['privates''doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber''getDoctrine_Orm_Listeners_DoctrineDbalCacheAdapterSchemaSubscriberService'true],
  1632.             'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber' => ['privates''doctrine.orm.listeners.doctrine_token_provider_schema_subscriber''getDoctrine_Orm_Listeners_DoctrineTokenProviderSchemaSubscriberService'true],
  1633.             'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber' => ['privates''doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber''getDoctrine_Orm_Listeners_PdoCacheAdapterDoctrineSchemaSubscriberService'true],
  1634.             'doctrine.orm.messenger.doctrine_schema_subscriber' => ['privates''doctrine.orm.messenger.doctrine_schema_subscriber''getDoctrine_Orm_Messenger_DoctrineSchemaSubscriberService'true],
  1635.             'nellapp_sdk.global_getter.channel_class_resolve_target_entity' => ['privates''nellapp_sdk.global_getter.channel_class_resolve_target_entity''getNellappSdk_GlobalGetter_ChannelClassResolveTargetEntityService'true],
  1636.             '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],
  1637.             '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],
  1638.             '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],
  1639.             'nellapp_sdk.global_getter.user_class_resolve_target_entity' => ['privates''nellapp_sdk.global_getter.user_class_resolve_target_entity''getNellappSdk_GlobalGetter_UserClassResolveTargetEntityService'true],
  1640.         ], [
  1641.             'App\\Doctrine\\EventSubscriber\\ChannelUserData\\InternshipSubscriber' => '?',
  1642.             'App\\Doctrine\\EventSubscriber\\Sync\\SyncSubscriber' => '?',
  1643.             'DrosalysWeb\\ObjectExtensions\\Bridge\\Doctrine\\ORM\\Subscriber\\BlameSubscriber' => '?',
  1644.             'DrosalysWeb\\ObjectExtensions\\Bridge\\Doctrine\\ORM\\Subscriber\\Mapping\\BlameSubscriber.App\\Entity\\Account\\User' => '?',
  1645.             'DrosalysWeb\\ObjectExtensions\\Bridge\\Doctrine\\ORM\\Subscriber\\Mapping\\TimestampSubscriber' => '?',
  1646.             'DrosalysWeb\\ObjectExtensions\\Bridge\\Doctrine\\ORM\\Subscriber\\TimestampSubscriber' => '?',
  1647.             'Nellapp\\Bundle\\SDKBundle\\Export\\AutoExport\\Doctrine\\EventSubscriber\\TerminateExportableSubscriber' => '?',
  1648.             'Nellapp\\Bundle\\SDKBundle\\GlobalGetters\\Doctrine\\EventSubscriber\\ValidGlobalChannelAndUserSubscriber' => '?',
  1649.             'Nellapp\\Bundle\\SDKBundle\\Permission\\Doctrine\\EventSubscriber\\ChannelMenuDisplayedSubscriber' => '?',
  1650.             'Nellapp\\Bundle\\SDKBundle\\Permission\\Doctrine\\EventSubscriber\\Mapping\\PermissionConstraintSubscriber' => '?',
  1651.             'Nellapp\\Bundle\\SDKBundle\\TrackData\\Doctrine\\TrackSubscriber' => '?',
  1652.             'Nellapp\\Bundle\\SDKBundle\\Uploader\\Doctrine\\NellappFileSubscriber' => '?',
  1653.             'doctrine.orm.default_listeners.attach_entity_listeners' => '?',
  1654.             'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber' => '?',
  1655.             'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber' => '?',
  1656.             'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber' => '?',
  1657.             'doctrine.orm.messenger.doctrine_schema_subscriber' => '?',
  1658.             'nellapp_sdk.global_getter.channel_class_resolve_target_entity' => '?',
  1659.             'nellapp_sdk.global_getter.channel_user_data_class_resolve_target_entity' => '?',
  1660.             'nellapp_sdk.global_getter.channel_user_role_class_resolve_target_entity' => '?',
  1661.             'nellapp_sdk.global_getter.channel_white_label_class_resolve_target_entity' => '?',
  1662.             'nellapp_sdk.global_getter.user_class_resolve_target_entity' => '?',
  1663.         ]), [=> 'App\\Doctrine\\EventSubscriber\\ChannelUserData\\InternshipSubscriber'=> 'App\\Doctrine\\EventSubscriber\\ChannelUserData\\InternshipSubscriber'=> 'App\\Doctrine\\EventSubscriber\\Sync\\SyncSubscriber'=> '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'=> 'Nellapp\\Bundle\\SDKBundle\\Permission\\Doctrine\\EventSubscriber\\ChannelMenuDisplayedSubscriber'=> 'Nellapp\\Bundle\\SDKBundle\\Permission\\Doctrine\\EventSubscriber\\Mapping\\PermissionConstraintSubscriber'10 => 'Nellapp\\Bundle\\SDKBundle\\Uploader\\Doctrine\\NellappFileSubscriber'11 => 'nellapp_sdk.global_getter.channel_class_resolve_target_entity'12 => 'nellapp_sdk.global_getter.channel_white_label_class_resolve_target_entity'13 => 'nellapp_sdk.global_getter.user_class_resolve_target_entity'14 => 'nellapp_sdk.global_getter.channel_user_data_class_resolve_target_entity'15 => 'nellapp_sdk.global_getter.channel_user_role_class_resolve_target_entity'16 => 'Nellapp\\Bundle\\SDKBundle\\Export\\AutoExport\\Doctrine\\EventSubscriber\\TerminateExportableSubscriber'17 => 'Nellapp\\Bundle\\SDKBundle\\TrackData\\Doctrine\\TrackSubscriber'18 => 'Nellapp\\Bundle\\SDKBundle\\TrackData\\Doctrine\\TrackSubscriber'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']]), []);
  1664.     }
  1665.     /**
  1666.      * Gets the public 'doctrine.orm.default_entity_listener_resolver' shared service.
  1667.      *
  1668.      * @return \Doctrine\Bundle\DoctrineBundle\Mapping\ContainerEntityListenerResolver
  1669.      */
  1670.     protected function getDoctrine_Orm_DefaultEntityListenerResolverService()
  1671.     {
  1672.         $this->services['doctrine.orm.default_entity_listener_resolver'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Mapping\ContainerEntityListenerResolver(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1673.             'App\\Doctrine\\EventEntitySubscriber\\Account\\User\\AvatarListener' => ['privates''App\\Doctrine\\EventEntitySubscriber\\Account\\User\\AvatarListener''getAvatarListenerService'true],
  1674.             'App\\Doctrine\\EventEntitySubscriber\\Account\\User\\CanonicalizerListener' => ['privates''App\\Doctrine\\EventEntitySubscriber\\Account\\User\\CanonicalizerListener''getCanonicalizerListenerService'true],
  1675.             'App\\Doctrine\\EventEntitySubscriber\\Account\\User\\UserContactSubscriber' => ['privates''App\\Doctrine\\EventEntitySubscriber\\Account\\User\\UserContactSubscriber''getUserContactSubscriberService'true],
  1676.             'App\\Doctrine\\EventEntitySubscriber\\Account\\User\\UserDeleteSubscriber' => ['privates''App\\Doctrine\\EventEntitySubscriber\\Account\\User\\UserDeleteSubscriber''getUserDeleteSubscriberService'true],
  1677.             'App\\Doctrine\\EventEntitySubscriber\\Account\\User\\UserNewSubscriber' => ['privates''App\\Doctrine\\EventEntitySubscriber\\Account\\User\\UserNewSubscriber''getUserNewSubscriberService'true],
  1678.             'App\\Doctrine\\EventEntitySubscriber\\ChannelUserData\\AdminChannelUserDataSubscriber' => ['privates''App\\Doctrine\\EventEntitySubscriber\\ChannelUserData\\AdminChannelUserDataSubscriber''getAdminChannelUserDataSubscriberService'true],
  1679.             'App\\Doctrine\\EventEntitySubscriber\\ChannelUserData\\ChannelUserDataSubscriber' => ['privates''App\\Doctrine\\EventEntitySubscriber\\ChannelUserData\\ChannelUserDataSubscriber''getChannelUserDataSubscriberService'true],
  1680.             'App\\Doctrine\\EventEntitySubscriber\\ChannelUserData\\CursusSubscriber' => ['privates''App\\Doctrine\\EventEntitySubscriber\\ChannelUserData\\CursusSubscriber''getCursusSubscriberService'true],
  1681.             'App\\Doctrine\\EventEntitySubscriber\\ChannelUserData\\FileAbstractCursusSubscriber' => ['privates''App\\Doctrine\\EventEntitySubscriber\\ChannelUserData\\FileAbstractCursusSubscriber''getFileAbstractCursusSubscriberService'true],
  1682.             'App\\Doctrine\\EventEntitySubscriber\\Channel\\ChannelSubscriber' => ['privates''App\\Doctrine\\EventEntitySubscriber\\Channel\\ChannelSubscriber''getChannelSubscriberService'true],
  1683.             'App\\Doctrine\\EventEntitySubscriber\\Channel\\ChannelUserTrainingPermissionSubscriber' => ['privates''App\\Doctrine\\EventEntitySubscriber\\Channel\\ChannelUserTrainingPermissionSubscriber''getChannelUserTrainingPermissionSubscriberService'true],
  1684.             'App\\Doctrine\\EventEntitySubscriber\\Channel\\ChannelWhiteLabelSubscriber' => ['privates''App\\Doctrine\\EventEntitySubscriber\\Channel\\ChannelWhiteLabelSubscriber''getChannelWhiteLabelSubscriberService'true],
  1685.             'App\\Doctrine\\EventEntitySubscriber\\Channel\\FileOrganizationSubscriber' => ['privates''App\\Doctrine\\EventEntitySubscriber\\Channel\\FileOrganizationSubscriber''getFileOrganizationSubscriberService'true],
  1686.             'App\\Doctrine\\EventEntitySubscriber\\Channel\\GroupSubscriber' => ['privates''App\\Doctrine\\EventEntitySubscriber\\Channel\\GroupSubscriber''getGroupSubscriberService'true],
  1687.             'App\\Doctrine\\EventEntitySubscriber\\Channel\\ImageListener' => ['privates''App\\Doctrine\\EventEntitySubscriber\\Channel\\ImageListener''getImageListenerService'true],
  1688.             'App\\Doctrine\\EventEntitySubscriber\\Channel\\LicensesOrderSubscriber' => ['privates''App\\Doctrine\\EventEntitySubscriber\\Channel\\LicensesOrderSubscriber''getLicensesOrderSubscriberService'true],
  1689.             'App\\Doctrine\\EventEntitySubscriber\\Channel\\OwnerPermissionListener' => ['privates''App\\Doctrine\\EventEntitySubscriber\\Channel\\OwnerPermissionListener''getOwnerPermissionListenerService'true],
  1690.             'App\\Doctrine\\EventEntitySubscriber\\Channel\\PositioningTest\\Attempt\\AnswerSubscriber' => ['privates''App\\Doctrine\\EventEntitySubscriber\\Channel\\PositioningTest\\Attempt\\AnswerSubscriber''getAnswerSubscriberService'true],
  1691.             'App\\Doctrine\\EventEntitySubscriber\\Channel\\PositioningTest\\Attempt\\AttemptBlockSubscriber' => ['privates''App\\Doctrine\\EventEntitySubscriber\\Channel\\PositioningTest\\Attempt\\AttemptBlockSubscriber''getAttemptBlockSubscriberService'true],
  1692.             'App\\Doctrine\\EventEntitySubscriber\\Channel\\PositioningTest\\Attempt\\AttemptSubscriber' => ['privates''App\\Doctrine\\EventEntitySubscriber\\Channel\\PositioningTest\\Attempt\\AttemptSubscriber''getAttemptSubscriberService'true],
  1693.             'App\\Doctrine\\EventEntitySubscriber\\Channel\\PositioningTest\\BlockSubscriber' => ['privates''App\\Doctrine\\EventEntitySubscriber\\Channel\\PositioningTest\\BlockSubscriber''getBlockSubscriberService'true],
  1694.             'App\\Doctrine\\EventEntitySubscriber\\Channel\\PositioningTest\\FileQuestionSubscriber' => ['privates''App\\Doctrine\\EventEntitySubscriber\\Channel\\PositioningTest\\FileQuestionSubscriber''getFileQuestionSubscriberService'true],
  1695.             'App\\Doctrine\\EventEntitySubscriber\\Channel\\PositioningTest\\PositioningTestSubscriber' => ['privates''App\\Doctrine\\EventEntitySubscriber\\Channel\\PositioningTest\\PositioningTestSubscriber''getPositioningTestSubscriberService'true],
  1696.             'App\\Doctrine\\EventEntitySubscriber\\Channel\\PositioningTest\\QuestionAnswerSubscriber' => ['privates''App\\Doctrine\\EventEntitySubscriber\\Channel\\PositioningTest\\QuestionAnswerSubscriber''getQuestionAnswerSubscriberService'true],
  1697.             'App\\Doctrine\\EventEntitySubscriber\\Channel\\PositioningTest\\QuestionSubscriber' => ['privates''App\\Doctrine\\EventEntitySubscriber\\Channel\\PositioningTest\\QuestionSubscriber''getQuestionSubscriberService'true],
  1698.             'App\\Doctrine\\EventEntitySubscriber\\Channel\\SessionSubscriber' => ['privates''App\\Doctrine\\EventEntitySubscriber\\Channel\\SessionSubscriber''getSessionSubscriberService'true],
  1699.             'App\\Doctrine\\EventEntitySubscriber\\Channel\\TrainingSubscriber' => ['privates''App\\Doctrine\\EventEntitySubscriber\\Channel\\TrainingSubscriber''getTrainingSubscriberService'true],
  1700.             'App\\Doctrine\\EventEntitySubscriber\\Channel\\UserFromChannelSubscriber' => ['privates''App\\Doctrine\\EventEntitySubscriber\\Channel\\UserFromChannelSubscriber''getUserFromChannelSubscriberService'true],
  1701.             'App\\Doctrine\\EventEntitySubscriber\\Company\\CompanyContactSubscriber' => ['privates''App\\Doctrine\\EventEntitySubscriber\\Company\\CompanyContactSubscriber''getCompanyContactSubscriberService'true],
  1702.         ], [
  1703.             'App\\Doctrine\\EventEntitySubscriber\\Account\\User\\AvatarListener' => '?',
  1704.             'App\\Doctrine\\EventEntitySubscriber\\Account\\User\\CanonicalizerListener' => '?',
  1705.             'App\\Doctrine\\EventEntitySubscriber\\Account\\User\\UserContactSubscriber' => '?',
  1706.             'App\\Doctrine\\EventEntitySubscriber\\Account\\User\\UserDeleteSubscriber' => '?',
  1707.             'App\\Doctrine\\EventEntitySubscriber\\Account\\User\\UserNewSubscriber' => '?',
  1708.             'App\\Doctrine\\EventEntitySubscriber\\ChannelUserData\\AdminChannelUserDataSubscriber' => '?',
  1709.             'App\\Doctrine\\EventEntitySubscriber\\ChannelUserData\\ChannelUserDataSubscriber' => '?',
  1710.             'App\\Doctrine\\EventEntitySubscriber\\ChannelUserData\\CursusSubscriber' => '?',
  1711.             'App\\Doctrine\\EventEntitySubscriber\\ChannelUserData\\FileAbstractCursusSubscriber' => '?',
  1712.             'App\\Doctrine\\EventEntitySubscriber\\Channel\\ChannelSubscriber' => '?',
  1713.             'App\\Doctrine\\EventEntitySubscriber\\Channel\\ChannelUserTrainingPermissionSubscriber' => '?',
  1714.             'App\\Doctrine\\EventEntitySubscriber\\Channel\\ChannelWhiteLabelSubscriber' => '?',
  1715.             'App\\Doctrine\\EventEntitySubscriber\\Channel\\FileOrganizationSubscriber' => '?',
  1716.             'App\\Doctrine\\EventEntitySubscriber\\Channel\\GroupSubscriber' => '?',
  1717.             'App\\Doctrine\\EventEntitySubscriber\\Channel\\ImageListener' => '?',
  1718.             'App\\Doctrine\\EventEntitySubscriber\\Channel\\LicensesOrderSubscriber' => '?',
  1719.             'App\\Doctrine\\EventEntitySubscriber\\Channel\\OwnerPermissionListener' => '?',
  1720.             'App\\Doctrine\\EventEntitySubscriber\\Channel\\PositioningTest\\Attempt\\AnswerSubscriber' => '?',
  1721.             'App\\Doctrine\\EventEntitySubscriber\\Channel\\PositioningTest\\Attempt\\AttemptBlockSubscriber' => '?',
  1722.             'App\\Doctrine\\EventEntitySubscriber\\Channel\\PositioningTest\\Attempt\\AttemptSubscriber' => '?',
  1723.             'App\\Doctrine\\EventEntitySubscriber\\Channel\\PositioningTest\\BlockSubscriber' => '?',
  1724.             'App\\Doctrine\\EventEntitySubscriber\\Channel\\PositioningTest\\FileQuestionSubscriber' => '?',
  1725.             'App\\Doctrine\\EventEntitySubscriber\\Channel\\PositioningTest\\PositioningTestSubscriber' => '?',
  1726.             'App\\Doctrine\\EventEntitySubscriber\\Channel\\PositioningTest\\QuestionAnswerSubscriber' => '?',
  1727.             'App\\Doctrine\\EventEntitySubscriber\\Channel\\PositioningTest\\QuestionSubscriber' => '?',
  1728.             'App\\Doctrine\\EventEntitySubscriber\\Channel\\SessionSubscriber' => '?',
  1729.             'App\\Doctrine\\EventEntitySubscriber\\Channel\\TrainingSubscriber' => '?',
  1730.             'App\\Doctrine\\EventEntitySubscriber\\Channel\\UserFromChannelSubscriber' => '?',
  1731.             'App\\Doctrine\\EventEntitySubscriber\\Company\\CompanyContactSubscriber' => '?',
  1732.         ]));
  1733.         $instance->registerService('App\\Doctrine\\EventEntitySubscriber\\Account\\User\\AvatarListener''App\\Doctrine\\EventEntitySubscriber\\Account\\User\\AvatarListener');
  1734.         $instance->registerService('App\\Doctrine\\EventEntitySubscriber\\Account\\User\\AvatarListener''App\\Doctrine\\EventEntitySubscriber\\Account\\User\\AvatarListener');
  1735.         $instance->registerService('App\\Doctrine\\EventEntitySubscriber\\Account\\User\\CanonicalizerListener''App\\Doctrine\\EventEntitySubscriber\\Account\\User\\CanonicalizerListener');
  1736.         $instance->registerService('App\\Doctrine\\EventEntitySubscriber\\Account\\User\\CanonicalizerListener''App\\Doctrine\\EventEntitySubscriber\\Account\\User\\CanonicalizerListener');
  1737.         $instance->registerService('App\\Doctrine\\EventEntitySubscriber\\Account\\User\\UserContactSubscriber''App\\Doctrine\\EventEntitySubscriber\\Account\\User\\UserContactSubscriber');
  1738.         $instance->registerService('App\\Doctrine\\EventEntitySubscriber\\Account\\User\\UserContactSubscriber''App\\Doctrine\\EventEntitySubscriber\\Account\\User\\UserContactSubscriber');
  1739.         $instance->registerService('App\\Doctrine\\EventEntitySubscriber\\Account\\User\\UserDeleteSubscriber''App\\Doctrine\\EventEntitySubscriber\\Account\\User\\UserDeleteSubscriber');
  1740.         $instance->registerService('App\\Doctrine\\EventEntitySubscriber\\Account\\User\\UserNewSubscriber''App\\Doctrine\\EventEntitySubscriber\\Account\\User\\UserNewSubscriber');
  1741.         $instance->registerService('App\\Doctrine\\EventEntitySubscriber\\Channel\\ChannelSubscriber''App\\Doctrine\\EventEntitySubscriber\\Channel\\ChannelSubscriber');
  1742.         $instance->registerService('App\\Doctrine\\EventEntitySubscriber\\Channel\\ChannelUserTrainingPermissionSubscriber''App\\Doctrine\\EventEntitySubscriber\\Channel\\ChannelUserTrainingPermissionSubscriber');
  1743.         $instance->registerService('App\\Doctrine\\EventEntitySubscriber\\Channel\\ChannelUserTrainingPermissionSubscriber''App\\Doctrine\\EventEntitySubscriber\\Channel\\ChannelUserTrainingPermissionSubscriber');
  1744.         $instance->registerService('App\\Doctrine\\EventEntitySubscriber\\Channel\\ChannelUserTrainingPermissionSubscriber''App\\Doctrine\\EventEntitySubscriber\\Channel\\ChannelUserTrainingPermissionSubscriber');
  1745.         $instance->registerService('App\\Doctrine\\EventEntitySubscriber\\Channel\\ChannelWhiteLabelSubscriber''App\\Doctrine\\EventEntitySubscriber\\Channel\\ChannelWhiteLabelSubscriber');
  1746.         $instance->registerService('App\\Doctrine\\EventEntitySubscriber\\Channel\\ChannelWhiteLabelSubscriber''App\\Doctrine\\EventEntitySubscriber\\Channel\\ChannelWhiteLabelSubscriber');
  1747.         $instance->registerService('App\\Doctrine\\EventEntitySubscriber\\Channel\\ChannelWhiteLabelSubscriber''App\\Doctrine\\EventEntitySubscriber\\Channel\\ChannelWhiteLabelSubscriber');
  1748.         $instance->registerService('App\\Doctrine\\EventEntitySubscriber\\Channel\\ChannelWhiteLabelSubscriber''App\\Doctrine\\EventEntitySubscriber\\Channel\\ChannelWhiteLabelSubscriber');
  1749.         $instance->registerService('App\\Doctrine\\EventEntitySubscriber\\Channel\\FileOrganizationSubscriber''App\\Doctrine\\EventEntitySubscriber\\Channel\\FileOrganizationSubscriber');
  1750.         $instance->registerService('App\\Doctrine\\EventEntitySubscriber\\Channel\\FileOrganizationSubscriber''App\\Doctrine\\EventEntitySubscriber\\Channel\\FileOrganizationSubscriber');
  1751.         $instance->registerService('App\\Doctrine\\EventEntitySubscriber\\Channel\\GroupSubscriber''App\\Doctrine\\EventEntitySubscriber\\Channel\\GroupSubscriber');
  1752.         $instance->registerService('App\\Doctrine\\EventEntitySubscriber\\Channel\\GroupSubscriber''App\\Doctrine\\EventEntitySubscriber\\Channel\\GroupSubscriber');
  1753.         $instance->registerService('App\\Doctrine\\EventEntitySubscriber\\Channel\\GroupSubscriber''App\\Doctrine\\EventEntitySubscriber\\Channel\\GroupSubscriber');
  1754.         $instance->registerService('App\\Doctrine\\EventEntitySubscriber\\Channel\\GroupSubscriber''App\\Doctrine\\EventEntitySubscriber\\Channel\\GroupSubscriber');
  1755.         $instance->registerService('App\\Doctrine\\EventEntitySubscriber\\Channel\\ImageListener''App\\Doctrine\\EventEntitySubscriber\\Channel\\ImageListener');
  1756.         $instance->registerService('App\\Doctrine\\EventEntitySubscriber\\Channel\\ImageListener''App\\Doctrine\\EventEntitySubscriber\\Channel\\ImageListener');
  1757.         $instance->registerService('App\\Doctrine\\EventEntitySubscriber\\Channel\\ImageListener''App\\Doctrine\\EventEntitySubscriber\\Channel\\ImageListener');
  1758.         $instance->registerService('App\\Doctrine\\EventEntitySubscriber\\Channel\\ImageListener''App\\Doctrine\\EventEntitySubscriber\\Channel\\ImageListener');
  1759.         $instance->registerService('App\\Doctrine\\EventEntitySubscriber\\Channel\\LicensesOrderSubscriber''App\\Doctrine\\EventEntitySubscriber\\Channel\\LicensesOrderSubscriber');
  1760.         $instance->registerService('App\\Doctrine\\EventEntitySubscriber\\Channel\\LicensesOrderSubscriber''App\\Doctrine\\EventEntitySubscriber\\Channel\\LicensesOrderSubscriber');
  1761.         $instance->registerService('App\\Doctrine\\EventEntitySubscriber\\Channel\\LicensesOrderSubscriber''App\\Doctrine\\EventEntitySubscriber\\Channel\\LicensesOrderSubscriber');
  1762.         $instance->registerService('App\\Doctrine\\EventEntitySubscriber\\Channel\\OwnerPermissionListener''App\\Doctrine\\EventEntitySubscriber\\Channel\\OwnerPermissionListener');
  1763.         $instance->registerService('App\\Doctrine\\EventEntitySubscriber\\Channel\\OwnerPermissionListener''App\\Doctrine\\EventEntitySubscriber\\Channel\\OwnerPermissionListener');
  1764.         $instance->registerService('App\\Doctrine\\EventEntitySubscriber\\Channel\\OwnerPermissionListener''App\\Doctrine\\EventEntitySubscriber\\Channel\\OwnerPermissionListener');
  1765.         $instance->registerService('App\\Doctrine\\EventEntitySubscriber\\Channel\\PositioningTest\\Attempt\\AnswerSubscriber''App\\Doctrine\\EventEntitySubscriber\\Channel\\PositioningTest\\Attempt\\AnswerSubscriber');
  1766.         $instance->registerService('App\\Doctrine\\EventEntitySubscriber\\Channel\\PositioningTest\\Attempt\\AnswerSubscriber''App\\Doctrine\\EventEntitySubscriber\\Channel\\PositioningTest\\Attempt\\AnswerSubscriber');
  1767.         $instance->registerService('App\\Doctrine\\EventEntitySubscriber\\Channel\\PositioningTest\\Attempt\\AnswerSubscriber''App\\Doctrine\\EventEntitySubscriber\\Channel\\PositioningTest\\Attempt\\AnswerSubscriber');
  1768.         $instance->registerService('App\\Doctrine\\EventEntitySubscriber\\Channel\\PositioningTest\\Attempt\\AnswerSubscriber''App\\Doctrine\\EventEntitySubscriber\\Channel\\PositioningTest\\Attempt\\AnswerSubscriber');
  1769.         $instance->registerService('App\\Doctrine\\EventEntitySubscriber\\Channel\\PositioningTest\\Attempt\\AnswerSubscriber''App\\Doctrine\\EventEntitySubscriber\\Channel\\PositioningTest\\Attempt\\AnswerSubscriber');
  1770.         $instance->registerService('App\\Doctrine\\EventEntitySubscriber\\Channel\\PositioningTest\\Attempt\\AttemptBlockSubscriber''App\\Doctrine\\EventEntitySubscriber\\Channel\\PositioningTest\\Attempt\\AttemptBlockSubscriber');
  1771.         $instance->registerService('App\\Doctrine\\EventEntitySubscriber\\Channel\\PositioningTest\\Attempt\\AttemptBlockSubscriber''App\\Doctrine\\EventEntitySubscriber\\Channel\\PositioningTest\\Attempt\\AttemptBlockSubscriber');
  1772.         $instance->registerService('App\\Doctrine\\EventEntitySubscriber\\Channel\\PositioningTest\\Attempt\\AttemptBlockSubscriber''App\\Doctrine\\EventEntitySubscriber\\Channel\\PositioningTest\\Attempt\\AttemptBlockSubscriber');
  1773.         $instance->registerService('App\\Doctrine\\EventEntitySubscriber\\Channel\\PositioningTest\\Attempt\\AttemptBlockSubscriber''App\\Doctrine\\EventEntitySubscriber\\Channel\\PositioningTest\\Attempt\\AttemptBlockSubscriber');
  1774.         $instance->registerService('App\\Doctrine\\EventEntitySubscriber\\Channel\\PositioningTest\\Attempt\\AttemptBlockSubscriber''App\\Doctrine\\EventEntitySubscriber\\Channel\\PositioningTest\\Attempt\\AttemptBlockSubscriber');
  1775.         $instance->registerService('App\\Doctrine\\EventEntitySubscriber\\Channel\\PositioningTest\\Attempt\\AttemptSubscriber''App\\Doctrine\\EventEntitySubscriber\\Channel\\PositioningTest\\Attempt\\AttemptSubscriber');
  1776.         $instance->registerService('App\\Doctrine\\EventEntitySubscriber\\Channel\\PositioningTest\\BlockSubscriber''App\\Doctrine\\EventEntitySubscriber\\Channel\\PositioningTest\\BlockSubscriber');
  1777.         $instance->registerService('App\\Doctrine\\EventEntitySubscriber\\Channel\\PositioningTest\\BlockSubscriber''App\\Doctrine\\EventEntitySubscriber\\Channel\\PositioningTest\\BlockSubscriber');
  1778.         $instance->registerService('App\\Doctrine\\EventEntitySubscriber\\Channel\\PositioningTest\\BlockSubscriber''App\\Doctrine\\EventEntitySubscriber\\Channel\\PositioningTest\\BlockSubscriber');
  1779.         $instance->registerService('App\\Doctrine\\EventEntitySubscriber\\Channel\\PositioningTest\\FileQuestionSubscriber''App\\Doctrine\\EventEntitySubscriber\\Channel\\PositioningTest\\FileQuestionSubscriber');
  1780.         $instance->registerService('App\\Doctrine\\EventEntitySubscriber\\Channel\\PositioningTest\\FileQuestionSubscriber''App\\Doctrine\\EventEntitySubscriber\\Channel\\PositioningTest\\FileQuestionSubscriber');
  1781.         $instance->registerService('App\\Doctrine\\EventEntitySubscriber\\Channel\\PositioningTest\\PositioningTestSubscriber''App\\Doctrine\\EventEntitySubscriber\\Channel\\PositioningTest\\PositioningTestSubscriber');
  1782.         $instance->registerService('App\\Doctrine\\EventEntitySubscriber\\Channel\\PositioningTest\\PositioningTestSubscriber''App\\Doctrine\\EventEntitySubscriber\\Channel\\PositioningTest\\PositioningTestSubscriber');
  1783.         $instance->registerService('App\\Doctrine\\EventEntitySubscriber\\Channel\\PositioningTest\\QuestionAnswerSubscriber''App\\Doctrine\\EventEntitySubscriber\\Channel\\PositioningTest\\QuestionAnswerSubscriber');
  1784.         $instance->registerService('App\\Doctrine\\EventEntitySubscriber\\Channel\\PositioningTest\\QuestionAnswerSubscriber''App\\Doctrine\\EventEntitySubscriber\\Channel\\PositioningTest\\QuestionAnswerSubscriber');
  1785.         $instance->registerService('App\\Doctrine\\EventEntitySubscriber\\Channel\\PositioningTest\\QuestionAnswerSubscriber''App\\Doctrine\\EventEntitySubscriber\\Channel\\PositioningTest\\QuestionAnswerSubscriber');
  1786.         $instance->registerService('App\\Doctrine\\EventEntitySubscriber\\Channel\\PositioningTest\\QuestionSubscriber''App\\Doctrine\\EventEntitySubscriber\\Channel\\PositioningTest\\QuestionSubscriber');
  1787.         $instance->registerService('App\\Doctrine\\EventEntitySubscriber\\Channel\\PositioningTest\\QuestionSubscriber''App\\Doctrine\\EventEntitySubscriber\\Channel\\PositioningTest\\QuestionSubscriber');
  1788.         $instance->registerService('App\\Doctrine\\EventEntitySubscriber\\Channel\\PositioningTest\\QuestionSubscriber''App\\Doctrine\\EventEntitySubscriber\\Channel\\PositioningTest\\QuestionSubscriber');
  1789.         $instance->registerService('App\\Doctrine\\EventEntitySubscriber\\Channel\\SessionSubscriber''App\\Doctrine\\EventEntitySubscriber\\Channel\\SessionSubscriber');
  1790.         $instance->registerService('App\\Doctrine\\EventEntitySubscriber\\Channel\\SessionSubscriber''App\\Doctrine\\EventEntitySubscriber\\Channel\\SessionSubscriber');
  1791.         $instance->registerService('App\\Doctrine\\EventEntitySubscriber\\Channel\\SessionSubscriber''App\\Doctrine\\EventEntitySubscriber\\Channel\\SessionSubscriber');
  1792.         $instance->registerService('App\\Doctrine\\EventEntitySubscriber\\Channel\\SessionSubscriber''App\\Doctrine\\EventEntitySubscriber\\Channel\\SessionSubscriber');
  1793.         $instance->registerService('App\\Doctrine\\EventEntitySubscriber\\Channel\\TrainingSubscriber''App\\Doctrine\\EventEntitySubscriber\\Channel\\TrainingSubscriber');
  1794.         $instance->registerService('App\\Doctrine\\EventEntitySubscriber\\Channel\\TrainingSubscriber''App\\Doctrine\\EventEntitySubscriber\\Channel\\TrainingSubscriber');
  1795.         $instance->registerService('App\\Doctrine\\EventEntitySubscriber\\Channel\\UserFromChannelSubscriber''App\\Doctrine\\EventEntitySubscriber\\Channel\\UserFromChannelSubscriber');
  1796.         $instance->registerService('App\\Doctrine\\EventEntitySubscriber\\ChannelUserData\\AdminChannelUserDataSubscriber''App\\Doctrine\\EventEntitySubscriber\\ChannelUserData\\AdminChannelUserDataSubscriber');
  1797.         $instance->registerService('App\\Doctrine\\EventEntitySubscriber\\ChannelUserData\\ChannelUserDataSubscriber''App\\Doctrine\\EventEntitySubscriber\\ChannelUserData\\ChannelUserDataSubscriber');
  1798.         $instance->registerService('App\\Doctrine\\EventEntitySubscriber\\ChannelUserData\\ChannelUserDataSubscriber''App\\Doctrine\\EventEntitySubscriber\\ChannelUserData\\ChannelUserDataSubscriber');
  1799.         $instance->registerService('App\\Doctrine\\EventEntitySubscriber\\ChannelUserData\\CursusSubscriber''App\\Doctrine\\EventEntitySubscriber\\ChannelUserData\\CursusSubscriber');
  1800.         $instance->registerService('App\\Doctrine\\EventEntitySubscriber\\ChannelUserData\\CursusSubscriber''App\\Doctrine\\EventEntitySubscriber\\ChannelUserData\\CursusSubscriber');
  1801.         $instance->registerService('App\\Doctrine\\EventEntitySubscriber\\ChannelUserData\\CursusSubscriber''App\\Doctrine\\EventEntitySubscriber\\ChannelUserData\\CursusSubscriber');
  1802.         $instance->registerService('App\\Doctrine\\EventEntitySubscriber\\ChannelUserData\\CursusSubscriber''App\\Doctrine\\EventEntitySubscriber\\ChannelUserData\\CursusSubscriber');
  1803.         $instance->registerService('App\\Doctrine\\EventEntitySubscriber\\ChannelUserData\\CursusSubscriber''App\\Doctrine\\EventEntitySubscriber\\ChannelUserData\\CursusSubscriber');
  1804.         $instance->registerService('App\\Doctrine\\EventEntitySubscriber\\ChannelUserData\\FileAbstractCursusSubscriber''App\\Doctrine\\EventEntitySubscriber\\ChannelUserData\\FileAbstractCursusSubscriber');
  1805.         $instance->registerService('App\\Doctrine\\EventEntitySubscriber\\Company\\CompanyContactSubscriber''App\\Doctrine\\EventEntitySubscriber\\Company\\CompanyContactSubscriber');
  1806.         $instance->registerService('App\\Doctrine\\EventEntitySubscriber\\Company\\CompanyContactSubscriber''App\\Doctrine\\EventEntitySubscriber\\Company\\CompanyContactSubscriber');
  1807.         return $instance;
  1808.     }
  1809.     /**
  1810.      * Gets the public 'doctrine.orm.default_entity_manager' shared service.
  1811.      *
  1812.      * @return \Doctrine\ORM\EntityManager
  1813.      */
  1814.     protected function getDoctrine_Orm_DefaultEntityManagerService($lazyLoad true)
  1815.     {
  1816.         if ($lazyLoad) {
  1817.             return $this->services['doctrine.orm.default_entity_manager'] = $this->createProxy('EntityManager_9a5be93', function () {
  1818.                 return \EntityManager_9a5be93::staticProxyConstructor(function (&$wrappedInstance\ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  1819.                     $wrappedInstance $this->getDoctrine_Orm_DefaultEntityManagerService(false);
  1820.                     $proxy->setProxyInitializer(null);
  1821.                     return true;
  1822.                 });
  1823.             });
  1824.         }
  1825.         include_once \dirname(__DIR__4).'/vendor/doctrine/common/src/Proxy/Autoloader.php';
  1826.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Proxy/Autoloader.php';
  1827.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ObjectManager.php';
  1828.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityManagerInterface.php';
  1829.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityManager.php';
  1830.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Configuration.php';
  1831.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Mapping/MappingDriver.php';
  1832.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/MappingDriverChain.php';
  1833.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/NamingStrategy.php';
  1834.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/UnderscoreNamingStrategy.php';
  1835.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/QuoteStrategy.php';
  1836.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Internal/SQLResultCasing.php';
  1837.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/DefaultQuoteStrategy.php';
  1838.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Repository/RepositoryFactory.php';
  1839.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ContainerRepositoryFactory.php';
  1840.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/ManagerConfigurator.php';
  1841.         $a = new \Doctrine\ORM\Configuration();
  1842.         $b = new \Doctrine\Persistence\Mapping\Driver\MappingDriverChain();
  1843.         $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')])));
  1844.         $b->addDriver($c'App\\Entity');
  1845.         $b->addDriver($c'Nellapp\\Bundle\\SDKBundle\\Entity');
  1846.         $b->addDriver(($this->privates['doctrine.orm.default_xml_metadata_driver'] ?? $this->getDoctrine_Orm_DefaultXmlMetadataDriverService()), 'FOS\\OAuthServerBundle\\Entity');
  1847.         $b->addDriver(new \Doctrine\ORM\Mapping\Driver\AttributeDriver([=> (\dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Permission/Entity')]), 'Nellapp\\Bundle\\SDKBundle\\Permission\\Entity');
  1848.         $b->addDriver(new \Doctrine\ORM\Mapping\Driver\AttributeDriver([=> (\dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Google/Entity')]), 'Nellapp\\Bundle\\SDKBundle\\Google\\Entity');
  1849.         $a->setEntityNamespaces(['App' => 'App\\Entity''NellappSDKBundle' => 'Nellapp\\Bundle\\SDKBundle\\Entity''FOSOAuthServerBundle' => 'FOS\\OAuthServerBundle\\Entity']);
  1850.         $a->setMetadataCache(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  1851.         $a->setQueryCache(($this->privates['cache.doctrine.orm.default.query'] ?? $this->getCache_Doctrine_Orm_Default_QueryService()));
  1852.         $a->setResultCache(($this->privates['cache.doctrine.orm.default.result'] ?? $this->getCache_Doctrine_Orm_Default_ResultService()));
  1853.         $a->setMetadataDriverImpl(new \Doctrine\Bundle\DoctrineBundle\Mapping\MappingDriver($b, new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1854.             'doctrine.ulid_generator' => ['privates''doctrine.ulid_generator''getDoctrine_UlidGeneratorService'true],
  1855.             'doctrine.uuid_generator' => ['privates''doctrine.uuid_generator''getDoctrine_UuidGeneratorService'true],
  1856.         ], [
  1857.             'doctrine.ulid_generator' => '?',
  1858.             'doctrine.uuid_generator' => '?',
  1859.         ])));
  1860.         $a->setProxyDir(($this->targetDir.''.'/doctrine/orm/Proxies'));
  1861.         $a->setProxyNamespace('Proxies');
  1862.         $a->setAutoGenerateProxyClasses(true);
  1863.         $a->setSchemaIgnoreClasses([]);
  1864.         $a->setClassMetadataFactoryName('Doctrine\\Bundle\\DoctrineBundle\\Mapping\\ClassMetadataFactory');
  1865.         $a->setDefaultRepositoryClassName('Doctrine\\ORM\\EntityRepository');
  1866.         $a->setNamingStrategy(new \Doctrine\ORM\Mapping\UnderscoreNamingStrategy(0true));
  1867.         $a->setQuoteStrategy(new \Doctrine\ORM\Mapping\DefaultQuoteStrategy());
  1868.         $a->setEntityListenerResolver(($this->services['doctrine.orm.default_entity_listener_resolver'] ?? $this->getDoctrine_Orm_DefaultEntityListenerResolverService()));
  1869.         $a->setRepositoryFactory(new \Doctrine\Bundle\DoctrineBundle\Repository\ContainerRepositoryFactory(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1870.             'App\\Repository\\Account\\NotificationRepository' => ['privates''App\\Repository\\Account\\NotificationRepository''getNotificationRepositoryService'true],
  1871.             'App\\Repository\\Account\\SsoAppSessionRepository' => ['privates''App\\Repository\\Account\\SsoAppSessionRepository''getSsoAppSessionRepositoryService'true],
  1872.             'App\\Repository\\Account\\UserRepository' => ['privates''App\\Repository\\Account\\UserRepository''getUserRepositoryService'true],
  1873.             'App\\Repository\\App\\AppRepository' => ['privates''App\\Repository\\App\\AppRepository''getAppRepositoryService'false],
  1874.             'App\\Repository\\ChannelUserData\\Activity\\AbstractCursusActivityRepository' => ['privates''App\\Repository\\ChannelUserData\\Activity\\AbstractCursusActivityRepository''getAbstractCursusActivityRepositoryService'false],
  1875.             'App\\Repository\\ChannelUserData\\Activity\\ActivityFeedRepository' => ['privates''App\\Repository\\ChannelUserData\\Activity\\ActivityFeedRepository''getActivityFeedRepositoryService'true],
  1876.             'App\\Repository\\ChannelUserData\\Activity\\MeetingActivityRepository' => ['privates''App\\Repository\\ChannelUserData\\Activity\\MeetingActivityRepository''getMeetingActivityRepositoryService'true],
  1877.             'App\\Repository\\ChannelUserData\\Activity\\MessageActivityRepository' => ['privates''App\\Repository\\ChannelUserData\\Activity\\MessageActivityRepository''getMessageActivityRepositoryService'true],
  1878.             'App\\Repository\\ChannelUserData\\Activity\\TrackDataActivityRepository' => ['privates''App\\Repository\\ChannelUserData\\Activity\\TrackDataActivityRepository''getTrackDataActivityRepositoryService'true],
  1879.             'App\\Repository\\ChannelUserData\\AdminChannelUserDataRepository' => ['privates''App\\Repository\\ChannelUserData\\AdminChannelUserDataRepository''getAdminChannelUserDataRepositoryService'false],
  1880.             'App\\Repository\\ChannelUserData\\AdminChannelUserData\\AdminChannelUserDataCertificateRepository' => ['privates''App\\Repository\\ChannelUserData\\AdminChannelUserData\\AdminChannelUserDataCertificateRepository''getAdminChannelUserDataCertificateRepositoryService'true],
  1881.             'App\\Repository\\ChannelUserData\\AdminChannelUserData\\AdminDriveFileRepository' => ['privates''App\\Repository\\ChannelUserData\\AdminChannelUserData\\AdminDriveFileRepository''getAdminDriveFileRepositoryService'true],
  1882.             'App\\Repository\\ChannelUserData\\ChannelUserDataRepository' => ['privates''App\\Repository\\ChannelUserData\\ChannelUserDataRepository''getChannelUserDataRepositoryService'true],
  1883.             'App\\Repository\\ChannelUserData\\Cursus\\AbstractCursusProgressionRepository' => ['privates''App\\Repository\\ChannelUserData\\Cursus\\AbstractCursusProgressionRepository''getAbstractCursusProgressionRepositoryService'true],
  1884.             'App\\Repository\\ChannelUserData\\Cursus\\AbstractCursusRepository' => ['privates''App\\Repository\\ChannelUserData\\Cursus\\AbstractCursusRepository''getAbstractCursusRepositoryService'false],
  1885.             'App\\Repository\\ChannelUserData\\Cursus\\ExamRepository' => ['privates''App\\Repository\\ChannelUserData\\Cursus\\ExamRepository''getExamRepositoryService'true],
  1886.             'App\\Repository\\ChannelUserData\\Cursus\\FileAbstractCursusRepository' => ['privates''App\\Repository\\ChannelUserData\\Cursus\\FileAbstractCursusRepository''getFileAbstractCursusRepositoryService'true],
  1887.             'App\\Repository\\ChannelUserData\\Cursus\\FounderRepository' => ['privates''App\\Repository\\ChannelUserData\\Cursus\\FounderRepository''getFounderRepositoryService'true],
  1888.             'App\\Repository\\ChannelUserData\\Cursus\\InternshipRepository' => ['privates''App\\Repository\\ChannelUserData\\Cursus\\InternshipRepository''getInternshipRepositoryService'true],
  1889.             'App\\Repository\\ChannelUserData\\Cursus\\PurchaseOrderRepository' => ['privates''App\\Repository\\ChannelUserData\\Cursus\\PurchaseOrderRepository''getPurchaseOrderRepositoryService'true],
  1890.             'App\\Repository\\ChannelUserData\\Cursus\\SessionCursusRepository' => ['privates''App\\Repository\\ChannelUserData\\Cursus\\SessionCursusRepository''getSessionCursusRepositoryService'true],
  1891.             'App\\Repository\\ChannelUserData\\Cursus\\TrainingCursusRepository' => ['privates''App\\Repository\\ChannelUserData\\Cursus\\TrainingCursusRepository''getTrainingCursusRepositoryService'true],
  1892.             'App\\Repository\\Channel\\Certificate\\AbstractCertificateRepository' => ['privates''App\\Repository\\Channel\\Certificate\\AbstractCertificateRepository''getAbstractCertificateRepositoryService'true],
  1893.             'App\\Repository\\Channel\\Certificate\\CursusStartCertificateRepository' => ['privates''App\\Repository\\Channel\\Certificate\\CursusStartCertificateRepository''getCursusStartCertificateRepositoryService'true],
  1894.             'App\\Repository\\Channel\\ChannelConfigurationRepository' => ['privates''App\\Repository\\Channel\\ChannelConfigurationRepository''getChannelConfigurationRepositoryService'true],
  1895.             'App\\Repository\\Channel\\ChannelRepository' => ['privates''App\\Repository\\Channel\\ChannelRepository''getChannelRepositoryService'true],
  1896.             'App\\Repository\\Channel\\ChannelUserCursusPermissionRepository' => ['privates''App\\Repository\\Channel\\ChannelUserCursusPermissionRepository''getChannelUserCursusPermissionRepositoryService'true],
  1897.             'App\\Repository\\Channel\\ChannelUserRoleRepository' => ['privates''App\\Repository\\Channel\\ChannelUserRoleRepository''getChannelUserRoleRepositoryService'true],
  1898.             'App\\Repository\\Channel\\ChannelUserServicePermissionRepository' => ['privates''App\\Repository\\Channel\\ChannelUserServicePermissionRepository''getChannelUserServicePermissionRepositoryService'true],
  1899.             'App\\Repository\\Channel\\ChannelUserSessionPermissionRepository' => ['privates''App\\Repository\\Channel\\ChannelUserSessionPermissionRepository''getChannelUserSessionPermissionRepositoryService'true],
  1900.             'App\\Repository\\Channel\\ChannelUserTrainingPermissionRepository' => ['privates''App\\Repository\\Channel\\ChannelUserTrainingPermissionRepository''getChannelUserTrainingPermissionRepositoryService'true],
  1901.             'App\\Repository\\Channel\\ChannelWhiteLabelRepository' => ['privates''App\\Repository\\Channel\\ChannelWhiteLabelRepository''getChannelWhiteLabelRepositoryService'true],
  1902.             'App\\Repository\\Channel\\CompanyContactRepository' => ['privates''App\\Repository\\Channel\\CompanyContactRepository''getCompanyContactRepositoryService'true],
  1903.             'App\\Repository\\Channel\\CompanyRepository' => ['privates''App\\Repository\\Channel\\CompanyRepository''getCompanyRepositoryService'true],
  1904.             'App\\Repository\\Channel\\DataImportLogRepository' => ['privates''App\\Repository\\Channel\\DataImportLogRepository''getDataImportLogRepositoryService'true],
  1905.             'App\\Repository\\Channel\\Export\\FileExportRepository' => ['privates''App\\Repository\\Channel\\Export\\FileExportRepository''getFileExportRepositoryService'true],
  1906.             'App\\Repository\\Channel\\Google\\ChannelGoogleDriveFolderRepository' => ['privates''App\\Repository\\Channel\\Google\\ChannelGoogleDriveFolderRepository''getChannelGoogleDriveFolderRepositoryService'true],
  1907.             'App\\Repository\\Channel\\GroupRepository' => ['privates''App\\Repository\\Channel\\GroupRepository''getGroupRepositoryService'true],
  1908.             'App\\Repository\\Channel\\MaterialRepository' => ['privates''App\\Repository\\Channel\\MaterialRepository''getMaterialRepositoryService'true],
  1909.             'App\\Repository\\Channel\\OrganizationRepository' => ['privates''App\\Repository\\Channel\\OrganizationRepository''getOrganizationRepositoryService'true],
  1910.             'App\\Repository\\Channel\\Payment\\LicensesOrderRepository' => ['privates''App\\Repository\\Channel\\Payment\\LicensesOrderRepository''getLicensesOrderRepositoryService'true],
  1911.             'App\\Repository\\Channel\\PlaceRepository' => ['privates''App\\Repository\\Channel\\PlaceRepository''getPlaceRepositoryService'true],
  1912.             'App\\Repository\\Channel\\PositioningTest\\Attempt\\AttemptBlockRepository' => ['privates''App\\Repository\\Channel\\PositioningTest\\Attempt\\AttemptBlockRepository''getAttemptBlockRepositoryService'true],
  1913.             'App\\Repository\\Channel\\PositioningTest\\Attempt\\AttemptRepository' => ['privates''App\\Repository\\Channel\\PositioningTest\\Attempt\\AttemptRepository''getAttemptRepositoryService'true],
  1914.             'App\\Repository\\Channel\\PositioningTest\\BlockRepository' => ['privates''App\\Repository\\Channel\\PositioningTest\\BlockRepository''getBlockRepositoryService'true],
  1915.             'App\\Repository\\Channel\\PositioningTest\\PositioningTestRepository' => ['privates''App\\Repository\\Channel\\PositioningTest\\PositioningTestRepository''getPositioningTestRepositoryService'true],
  1916.             'App\\Repository\\Channel\\ProfessionalId\\FrenchProfessionalIdRepository' => ['privates''App\\Repository\\Channel\\ProfessionalId\\FrenchProfessionalIdRepository''getFrenchProfessionalIdRepositoryService'true],
  1917.             'App\\Repository\\Channel\\ProfessionalId\\ProfessionalIdRepository' => ['privates''App\\Repository\\Channel\\ProfessionalId\\ProfessionalIdRepository''getProfessionalIdRepositoryService'true],
  1918.             'App\\Repository\\Channel\\RoomRepository' => ['privates''App\\Repository\\Channel\\RoomRepository''getRoomRepositoryService'true],
  1919.             'App\\Repository\\Channel\\ServiceRepository' => ['privates''App\\Repository\\Channel\\ServiceRepository''getServiceRepositoryService'true],
  1920.             'App\\Repository\\Channel\\SessionRepository' => ['privates''App\\Repository\\Channel\\SessionRepository''getSessionRepositoryService'true],
  1921.             'App\\Repository\\Channel\\TrainingRepository' => ['privates''App\\Repository\\Channel\\TrainingRepository''getTrainingRepositoryService'true],
  1922.             'App\\Repository\\Channel\\UserFromChannelRepository' => ['privates''App\\Repository\\Channel\\UserFromChannelRepository''getUserFromChannelRepositoryService'true],
  1923.             'App\\Repository\\Commercial\\LicensesOfferRepository' => ['privates''App\\Repository\\Commercial\\LicensesOfferRepository''getLicensesOfferRepositoryService'true],
  1924.             'App\\Repository\\Common\\ContactRepository' => ['privates''App\\Repository\\Common\\ContactRepository''getContactRepositoryService'true],
  1925.             'App\\Repository\\Common\\FileRepository' => ['privates''App\\Repository\\Common\\FileRepository''getFileRepositoryService'true],
  1926.             'App\\Repository\\CustomizableView\\CustomViewChannelRepository' => ['privates''App\\Repository\\CustomizableView\\CustomViewChannelRepository''getCustomViewChannelRepositoryService'true],
  1927.             'App\\Repository\\CustomizableView\\CustomViewCommercialRepository' => ['privates''App\\Repository\\CustomizableView\\CustomViewCommercialRepository''getCustomViewCommercialRepositoryService'true],
  1928.             'App\\Repository\\CustomizableView\\CustomViewRepository' => ['privates''App\\Repository\\CustomizableView\\CustomViewRepository''getCustomViewRepositoryService'true],
  1929.             'App\\Repository\\CustomizableView\\CustomViewSuperAdminRepository' => ['privates''App\\Repository\\CustomizableView\\CustomViewSuperAdminRepository''getCustomViewSuperAdminRepositoryService'true],
  1930.             'App\\Repository\\OAuth\\ClientRepository' => ['privates''App\\Repository\\OAuth\\ClientRepository''getClientRepositoryService'true],
  1931.             'Nellapp\\Bundle\\SDKBundle\\Google\\Repository\\GoogleDriveFileRepository' => ['privates''Nellapp\\Bundle\\SDKBundle\\Google\\Repository\\GoogleDriveFileRepository''getGoogleDriveFileRepositoryService'true],
  1932.             'Nellapp\\Bundle\\SDKBundle\\Google\\Repository\\GoogleDriveFolderRepository' => ['privates''Nellapp\\Bundle\\SDKBundle\\Google\\Repository\\GoogleDriveFolderRepository''getGoogleDriveFolderRepositoryService'true],
  1933.             'Nellapp\\Bundle\\SDKBundle\\Google\\Repository\\GoogleDrivePermissionRepository' => ['privates''Nellapp\\Bundle\\SDKBundle\\Google\\Repository\\GoogleDrivePermissionRepository''getGoogleDrivePermissionRepositoryService'true],
  1934.         ], [
  1935.             'App\\Repository\\Account\\NotificationRepository' => '?',
  1936.             'App\\Repository\\Account\\SsoAppSessionRepository' => '?',
  1937.             'App\\Repository\\Account\\UserRepository' => '?',
  1938.             'App\\Repository\\App\\AppRepository' => '?',
  1939.             'App\\Repository\\ChannelUserData\\Activity\\AbstractCursusActivityRepository' => '?',
  1940.             'App\\Repository\\ChannelUserData\\Activity\\ActivityFeedRepository' => '?',
  1941.             'App\\Repository\\ChannelUserData\\Activity\\MeetingActivityRepository' => '?',
  1942.             'App\\Repository\\ChannelUserData\\Activity\\MessageActivityRepository' => '?',
  1943.             'App\\Repository\\ChannelUserData\\Activity\\TrackDataActivityRepository' => '?',
  1944.             'App\\Repository\\ChannelUserData\\AdminChannelUserDataRepository' => '?',
  1945.             'App\\Repository\\ChannelUserData\\AdminChannelUserData\\AdminChannelUserDataCertificateRepository' => '?',
  1946.             'App\\Repository\\ChannelUserData\\AdminChannelUserData\\AdminDriveFileRepository' => '?',
  1947.             'App\\Repository\\ChannelUserData\\ChannelUserDataRepository' => '?',
  1948.             'App\\Repository\\ChannelUserData\\Cursus\\AbstractCursusProgressionRepository' => '?',
  1949.             'App\\Repository\\ChannelUserData\\Cursus\\AbstractCursusRepository' => '?',
  1950.             'App\\Repository\\ChannelUserData\\Cursus\\ExamRepository' => '?',
  1951.             'App\\Repository\\ChannelUserData\\Cursus\\FileAbstractCursusRepository' => '?',
  1952.             'App\\Repository\\ChannelUserData\\Cursus\\FounderRepository' => '?',
  1953.             'App\\Repository\\ChannelUserData\\Cursus\\InternshipRepository' => '?',
  1954.             'App\\Repository\\ChannelUserData\\Cursus\\PurchaseOrderRepository' => '?',
  1955.             'App\\Repository\\ChannelUserData\\Cursus\\SessionCursusRepository' => '?',
  1956.             'App\\Repository\\ChannelUserData\\Cursus\\TrainingCursusRepository' => '?',
  1957.             'App\\Repository\\Channel\\Certificate\\AbstractCertificateRepository' => '?',
  1958.             'App\\Repository\\Channel\\Certificate\\CursusStartCertificateRepository' => '?',
  1959.             'App\\Repository\\Channel\\ChannelConfigurationRepository' => '?',
  1960.             'App\\Repository\\Channel\\ChannelRepository' => '?',
  1961.             'App\\Repository\\Channel\\ChannelUserCursusPermissionRepository' => '?',
  1962.             'App\\Repository\\Channel\\ChannelUserRoleRepository' => '?',
  1963.             'App\\Repository\\Channel\\ChannelUserServicePermissionRepository' => '?',
  1964.             'App\\Repository\\Channel\\ChannelUserSessionPermissionRepository' => '?',
  1965.             'App\\Repository\\Channel\\ChannelUserTrainingPermissionRepository' => '?',
  1966.             'App\\Repository\\Channel\\ChannelWhiteLabelRepository' => '?',
  1967.             'App\\Repository\\Channel\\CompanyContactRepository' => '?',
  1968.             'App\\Repository\\Channel\\CompanyRepository' => '?',
  1969.             'App\\Repository\\Channel\\DataImportLogRepository' => '?',
  1970.             'App\\Repository\\Channel\\Export\\FileExportRepository' => '?',
  1971.             'App\\Repository\\Channel\\Google\\ChannelGoogleDriveFolderRepository' => '?',
  1972.             'App\\Repository\\Channel\\GroupRepository' => '?',
  1973.             'App\\Repository\\Channel\\MaterialRepository' => '?',
  1974.             'App\\Repository\\Channel\\OrganizationRepository' => '?',
  1975.             'App\\Repository\\Channel\\Payment\\LicensesOrderRepository' => '?',
  1976.             'App\\Repository\\Channel\\PlaceRepository' => '?',
  1977.             'App\\Repository\\Channel\\PositioningTest\\Attempt\\AttemptBlockRepository' => '?',
  1978.             'App\\Repository\\Channel\\PositioningTest\\Attempt\\AttemptRepository' => '?',
  1979.             'App\\Repository\\Channel\\PositioningTest\\BlockRepository' => '?',
  1980.             'App\\Repository\\Channel\\PositioningTest\\PositioningTestRepository' => '?',
  1981.             'App\\Repository\\Channel\\ProfessionalId\\FrenchProfessionalIdRepository' => '?',
  1982.             'App\\Repository\\Channel\\ProfessionalId\\ProfessionalIdRepository' => '?',
  1983.             'App\\Repository\\Channel\\RoomRepository' => '?',
  1984.             'App\\Repository\\Channel\\ServiceRepository' => '?',
  1985.             'App\\Repository\\Channel\\SessionRepository' => '?',
  1986.             'App\\Repository\\Channel\\TrainingRepository' => '?',
  1987.             'App\\Repository\\Channel\\UserFromChannelRepository' => '?',
  1988.             'App\\Repository\\Commercial\\LicensesOfferRepository' => '?',
  1989.             'App\\Repository\\Common\\ContactRepository' => '?',
  1990.             'App\\Repository\\Common\\FileRepository' => '?',
  1991.             'App\\Repository\\CustomizableView\\CustomViewChannelRepository' => '?',
  1992.             'App\\Repository\\CustomizableView\\CustomViewCommercialRepository' => '?',
  1993.             'App\\Repository\\CustomizableView\\CustomViewRepository' => '?',
  1994.             'App\\Repository\\CustomizableView\\CustomViewSuperAdminRepository' => '?',
  1995.             'App\\Repository\\OAuth\\ClientRepository' => '?',
  1996.             'Nellapp\\Bundle\\SDKBundle\\Google\\Repository\\GoogleDriveFileRepository' => '?',
  1997.             'Nellapp\\Bundle\\SDKBundle\\Google\\Repository\\GoogleDriveFolderRepository' => '?',
  1998.             'Nellapp\\Bundle\\SDKBundle\\Google\\Repository\\GoogleDrivePermissionRepository' => '?',
  1999.         ])));
  2000.         $a->addCustomStringFunction('MATCH_AGAINST''DrosalysWeb\\DoctrineExtensions\\Functions\\MariaDB\\MatchAgainstFunction');
  2001.         $a->addCustomStringFunction('RAND''DrosalysWeb\\DoctrineExtensions\\Functions\\MariaDB\\RandFunction');
  2002.         $a->addCustomStringFunction('FIND_IN_SET''DoctrineExtensions\\Query\\Mysql\\FindInSet');
  2003.         $a->addCustomNumericFunction('CEIL''DoctrineExtensions\\Query\\Mysql\\Ceil');
  2004.         $a->addCustomNumericFunction('GREATEST''DoctrineExtensions\\Query\\Mysql\\Greatest');
  2005.         $a->addCustomDatetimeFunction('DATEDIFF''DoctrineExtensions\\Query\\Mysql\\DateDiff');
  2006.         $a->addCustomDatetimeFunction('DATE''DoctrineExtensions\\Query\\Mysql\\Date');
  2007.         $a->addCustomDatetimeFunction('TIMESTAMPDIFF''DoctrineExtensions\\Query\\Mysql\\TimestampDiff');
  2008.         $instance = new \Doctrine\ORM\EntityManager(($this->services['doctrine.dbal.default_connection'] ?? $this->getDoctrine_Dbal_DefaultConnectionService()), $a);
  2009.         (new \Doctrine\Bundle\DoctrineBundle\ManagerConfigurator([], []))->configure($instance);
  2010.         return $instance;
  2011.     }
  2012.     /**
  2013.      * Gets the public 'event_dispatcher' shared service.
  2014.      *
  2015.      * @return \Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher
  2016.      */
  2017.     protected function getEventDispatcherService()
  2018.     {
  2019.         $a = new \Symfony\Bridge\Monolog\Logger('event');
  2020.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  2021.         $a->pushHandler(new \Monolog\Handler\NullHandler());
  2022.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  2023.         $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())));
  2024.         $instance->addListener('oneup_uploader.post_upload', [=> function () {
  2025.             return ($this->privates['app.file_abstract_cursus_post_upload_listener'] ?? ($this->privates['app.file_abstract_cursus_post_upload_listener'] = new \App\Uploader\Event\PostUploadListener()));
  2026.         }, => 'postUpload'], 0);
  2027.         $instance->addListener('oneup_uploader.validation', [=> function () {
  2028.             return ($this->privates['app.file_abstract_cursus_validation_listener'] ?? $this->load('getApp_FileAbstractCursusValidationListenerService'));
  2029.         }, => 'onValidate'], 0);
  2030.         $instance->addListener('kernel.controller', [=> function () {
  2031.             return ($this->privates['data_collector.router'] ?? ($this->privates['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector()));
  2032.         }, => 'onKernelController'], 0);
  2033.         $instance->addListener('kernel.request', [=> function () {
  2034.             return ($this->privates['knp_paginator.subscriber.sliding_pagination'] ?? $this->getKnpPaginator_Subscriber_SlidingPaginationService());
  2035.         }, => 'onKernelRequest'], 0);
  2036.         $instance->addListener('kernel.exception', [=> function () {
  2037.             return ($this->privates['webpack_encore.exception_listener'] ?? $this->load('getWebpackEncore_ExceptionListenerService'));
  2038.         }, => 'onKernelException'], 0);
  2039.         $instance->addListener('flow.previous_step_invalid', [=> function () {
  2040.             return ($this->privates['craue.form.flow.event_listener.previous_step_invalid'] ?? $this->load('getCraue_Form_Flow_EventListener_PreviousStepInvalidService'));
  2041.         }, => 'onPreviousStepInvalid'], 0);
  2042.         $instance->addListener('flow.flow_expired', [=> function () {
  2043.             return ($this->privates['craue.form.flow.event_listener.flow_expired'] ?? $this->load('getCraue_Form_Flow_EventListener_FlowExpiredService'));
  2044.         }, => 'onFlowExpired'], 0);
  2045.         $instance->addListener('spiriit_filter.prepare', [=> function () {
  2046.             return ($this->services['spiriit_form_filter.filter_prepare'] ?? ($this->services['spiriit_form_filter.filter_prepare'] = new \Spiriit\Bundle\FormFilterBundle\Event\Listener\PrepareListener()));
  2047.         }, => 'onFilterBuilderPrepare'], 0);
  2048.         $instance->addListener('spiriit_filter.apply_filters.orm', [=> function () {
  2049.             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')));
  2050.         }, => 'onApplyFilterCondition'], 0);
  2051.         $instance->addListener('oneup_uploader.validation', [=> function () {
  2052.             return ($this->privates['Oneup\\UploaderBundle\\EventListener\\MaxSizeValidationListener'] ?? ($this->privates['Oneup\\UploaderBundle\\EventListener\\MaxSizeValidationListener'] = new \Oneup\UploaderBundle\EventListener\MaxSizeValidationListener()));
  2053.         }, => 'onValidate'], 0);
  2054.         $instance->addListener('oneup_uploader.validation', [=> function () {
  2055.             return ($this->privates['Oneup\\UploaderBundle\\EventListener\\AllowedMimetypeAndExtensionValidationListener'] ?? ($this->privates['Oneup\\UploaderBundle\\EventListener\\AllowedMimetypeAndExtensionValidationListener'] = new \Oneup\UploaderBundle\EventListener\AllowedMimetypeAndExtensionValidationListener()));
  2056.         }, => 'onValidate'], 0);
  2057.         $instance->addListener('oneup_uploader.validation', [=> function () {
  2058.             return ($this->privates['Oneup\\UploaderBundle\\EventListener\\DisallowedMimetypeValidationListener'] ?? ($this->privates['Oneup\\UploaderBundle\\EventListener\\DisallowedMimetypeValidationListener'] = new \Oneup\UploaderBundle\EventListener\DisallowedMimetypeValidationListener()));
  2059.         }, => 'onValidate'], 0);
  2060.         $instance->addListener('kernel.request', [=> function () {
  2061.             return ($this->privates['nelmio_cors.cors_listener'] ?? $this->getNelmioCors_CorsListenerService());
  2062.         }, => 'onKernelRequest'], 250);
  2063.         $instance->addListener('kernel.response', [=> function () {
  2064.             return ($this->privates['nelmio_cors.cors_listener'] ?? $this->getNelmioCors_CorsListenerService());
  2065.         }, => 'onKernelResponse'], 0);
  2066.         $instance->addListener('kernel.response', [=> function () {
  2067.             return ($this->privates['nelmio_cors.cacheable_response_vary_listener'] ?? ($this->privates['nelmio_cors.cacheable_response_vary_listener'] = new \Nelmio\CorsBundle\EventListener\CacheableResponseVaryListener()));
  2068.         }, => 'onResponse'], -10);
  2069.         $instance->addListener('knp_pager.items', [=> function () {
  2070.             return ($this->privates['App\\Event\\PaginationEventSubscriber'] ?? ($this->privates['App\\Event\\PaginationEventSubscriber'] = new \App\Event\PaginationEventSubscriber()));
  2071.         }, => 'items'], 0);
  2072.         $instance->addListener('Nellapp\\Bundle\\SDKBundle\\Permission\\Event\\ChannelMenuDisplayedEvent', [=> function () {
  2073.             return ($this->privates['App\\EventSubscriber\\ChannelMenuDisplayedSubscriber'] ?? $this->load('getChannelMenuDisplayedSubscriberService'));
  2074.         }, => '__invoke'], 0);
  2075.         $instance->addListener('kernel.request', [=> function () {
  2076.             return ($this->privates['App\\EventSubscriber\\ForceUserFromSetupSubscriber'] ?? $this->getForceUserFromSetupSubscriberService());
  2077.         }, => '__invoke'], 0);
  2078.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  2079.             return ($this->privates['App\\EventSubscriber\\LogoutSubscriber'] ?? $this->load('getLogoutSubscriberService'));
  2080.         }, => 'logout'], 0);
  2081.         $instance->addListener('FOS\\OAuthServerBundle\\Event\\PreAuthorizationEvent', [=> function () {
  2082.             return ($this->privates['App\\EventSubscriber\\OAuthSubscriber'] ?? ($this->privates['App\\EventSubscriber\\OAuthSubscriber'] = new \App\EventSubscriber\OAuthSubscriber()));
  2083.         }, => 'onPreAuthorization'], 0);
  2084.         $instance->addListener('kernel.exception', [=> function () {
  2085.             return ($this->privates['App\\EventSubscriber\\PartnerApi\\PartnerApiExceptionSubscriber'] ?? ($this->privates['App\\EventSubscriber\\PartnerApi\\PartnerApiExceptionSubscriber'] = new \App\EventSubscriber\PartnerApi\PartnerApiExceptionSubscriber(($this->services['kernel'] ?? $this->get('kernel'1)), $this->getEnv('resolve:APP_PARTNER_API_SUBDOMAIN').'.'.$this->getEnv('string:resolve:APP_MAIN_DOMAIN'))));
  2086.         }, => 'onKernelException'], 0);
  2087.         $instance->addListener('kernel.terminate', [=> function () {
  2088.             return ($this->privates['App\\EventSubscriber\\SyncSubscriber'] ?? $this->load('getSyncSubscriber2Service'));
  2089.         }, => 'sendTracked'], 0);
  2090.         $instance->addListener('console.terminate', [=> function () {
  2091.             return ($this->privates['App\\EventSubscriber\\SyncSubscriber'] ?? $this->load('getSyncSubscriber2Service'));
  2092.         }, => 'sendTracked'], 0);
  2093.         $instance->addListener('kernel.response', [=> function () {
  2094.             return ($this->privates['response_listener'] ?? ($this->privates['response_listener'] = new \Symfony\Component\HttpKernel\EventListener\ResponseListener('UTF-8'false)));
  2095.         }, => 'onKernelResponse'], 0);
  2096.         $instance->addListener('kernel.response', [=> function () {
  2097.             return ($this->privates['streamed_response_listener'] ?? ($this->privates['streamed_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\StreamedResponseListener()));
  2098.         }, => 'onKernelResponse'], -1024);
  2099.         $instance->addListener('kernel.request', [=> function () {
  2100.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  2101.         }, => 'setDefaultLocale'], 100);
  2102.         $instance->addListener('kernel.request', [=> function () {
  2103.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  2104.         }, => 'onKernelRequest'], 16);
  2105.         $instance->addListener('kernel.finish_request', [=> function () {
  2106.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  2107.         }, => 'onKernelFinishRequest'], 0);
  2108.         $instance->addListener('kernel.request', [=> function () {
  2109.             return ($this->privates['validate_request_listener'] ?? ($this->privates['validate_request_listener'] = new \Symfony\Component\HttpKernel\EventListener\ValidateRequestListener()));
  2110.         }, => 'onKernelRequest'], 256);
  2111.         $instance->addListener('kernel.response', [=> function () {
  2112.             return ($this->privates['disallow_search_engine_index_response_listener'] ?? ($this->privates['disallow_search_engine_index_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\DisallowRobotsIndexingListener()));
  2113.         }, => 'onResponse'], -255);
  2114.         $instance->addListener('kernel.controller_arguments', [=> function () {
  2115.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  2116.         }, => 'onControllerArguments'], 0);
  2117.         $instance->addListener('kernel.exception', [=> function () {
  2118.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  2119.         }, => 'logKernelException'], 0);
  2120.         $instance->addListener('kernel.exception', [=> function () {
  2121.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  2122.         }, => 'onKernelException'], -128);
  2123.         $instance->addListener('kernel.response', [=> function () {
  2124.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  2125.         }, => 'removeCspHeader'], -128);
  2126.         $instance->addListener('kernel.request', [=> function () {
  2127.             return ($this->privates['locale_aware_listener'] ?? $this->getLocaleAwareListenerService());
  2128.         }, => 'onKernelRequest'], 15);
  2129.         $instance->addListener('kernel.finish_request', [=> function () {
  2130.             return ($this->privates['locale_aware_listener'] ?? $this->getLocaleAwareListenerService());
  2131.         }, => 'onKernelFinishRequest'], -15);
  2132.         $instance->addListener('console.error', [=> function () {
  2133.             return ($this->privates['console.error_listener'] ?? $this->load('getConsole_ErrorListenerService'));
  2134.         }, => 'onConsoleError'], -128);
  2135.         $instance->addListener('console.terminate', [=> function () {
  2136.             return ($this->privates['console.error_listener'] ?? $this->load('getConsole_ErrorListenerService'));
  2137.         }, => 'onConsoleTerminate'], -128);
  2138.         $instance->addListener('console.error', [=> function () {
  2139.             return ($this->privates['console.suggest_missing_package_subscriber'] ?? ($this->privates['console.suggest_missing_package_subscriber'] = new \Symfony\Bundle\FrameworkBundle\EventListener\SuggestMissingPackageSubscriber()));
  2140.         }, => 'onConsoleError'], 0);
  2141.         $instance->addListener('kernel.request', [=> function () {
  2142.             return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());
  2143.         }, => 'configure'], 2048);
  2144.         $instance->addListener('console.command', [=> function () {
  2145.             return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());
  2146.         }, => 'configure'], 2048);
  2147.         $instance->addListener('kernel.request', [=> function () {
  2148.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  2149.         }, => 'onKernelRequest'], 32);
  2150.         $instance->addListener('kernel.finish_request', [=> function () {
  2151.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  2152.         }, => 'onKernelFinishRequest'], 0);
  2153.         $instance->addListener('kernel.exception', [=> function () {
  2154.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  2155.         }, => 'onKernelException'], -64);
  2156.         $instance->addListener('kernel.response', [=> function () {
  2157.             return ($this->privates['web_link.add_link_header_listener'] ?? ($this->privates['web_link.add_link_header_listener'] = new \Symfony\Component\WebLink\EventListener\AddLinkHeaderListener()));
  2158.         }, => 'onKernelResponse'], 0);
  2159.         $instance->addListener('kernel.request', [=> function () {
  2160.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  2161.         }, => 'onKernelRequest'], 128);
  2162.         $instance->addListener('kernel.response', [=> function () {
  2163.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  2164.         }, => 'onKernelResponse'], -1000);
  2165.         $instance->addListener('kernel.finish_request', [=> function () {
  2166.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  2167.         }, => 'onFinishRequest'], 0);
  2168.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageFailedEvent', [=> function () {
  2169.             return ($this->privates['messenger.retry.send_failed_message_for_retry_listener'] ?? $this->load('getMessenger_Retry_SendFailedMessageForRetryListenerService'));
  2170.         }, => 'onMessageFailed'], 100);
  2171.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageFailedEvent', [=> function () {
  2172.             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()));
  2173.         }, => 'onMessageFailed'], 200);
  2174.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerStartedEvent', [=> function () {
  2175.             return ($this->privates['messenger.listener.stop_worker_on_restart_signal_listener'] ?? $this->load('getMessenger_Listener_StopWorkerOnRestartSignalListenerService'));
  2176.         }, => 'onWorkerStarted'], 0);
  2177.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerRunningEvent', [=> function () {
  2178.             return ($this->privates['messenger.listener.stop_worker_on_restart_signal_listener'] ?? $this->load('getMessenger_Listener_StopWorkerOnRestartSignalListenerService'));
  2179.         }, => 'onWorkerRunning'], 0);
  2180.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageFailedEvent', [=> function () {
  2181.             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()));
  2182.         }, => 'onMessageFailed'], 0);
  2183.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerRunningEvent', [=> function () {
  2184.             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()));
  2185.         }, => 'onWorkerRunning'], 0);
  2186.         $instance->addListener('Symfony\\Component\\Notifier\\Event\\MessageEvent', [=> function () {
  2187.             return ($this->privates['notifier.logger_notification_listener'] ?? ($this->privates['notifier.logger_notification_listener'] = new \Symfony\Component\Notifier\EventListener\NotificationLoggerListener()));
  2188.         }, => 'onNotification'], -255);
  2189.         $instance->addListener('kernel.response', [=> function () {
  2190.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  2191.         }, => 'onKernelResponse'], -100);
  2192.         $instance->addListener('kernel.exception', [=> function () {
  2193.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  2194.         }, => 'onKernelException'], 0);
  2195.         $instance->addListener('kernel.terminate', [=> function () {
  2196.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  2197.         }, => 'onKernelTerminate'], -1024);
  2198.         $instance->addListener('kernel.controller', [=> function () {
  2199.             return ($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService());
  2200.         }, => 'onKernelController'], 0);
  2201.         $instance->addListener('kernel.response', [=> function () {
  2202.             return ($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService());
  2203.         }, => 'onKernelResponse'], 0);
  2204.         $instance->addListener('kernel.controller', [=> function () {
  2205.             return ($this->privates['sensio_framework_extra.controller.listener'] ?? $this->getSensioFrameworkExtra_Controller_ListenerService());
  2206.         }, => 'onKernelController'], 0);
  2207.         $instance->addListener('kernel.controller', [=> function () {
  2208.             return ($this->privates['sensio_framework_extra.converter.listener'] ?? $this->getSensioFrameworkExtra_Converter_ListenerService());
  2209.         }, => 'onKernelController'], 0);
  2210.         $instance->addListener('kernel.controller', [=> function () {
  2211.             return ($this->privates['sensio_framework_extra.view.listener'] ?? $this->getSensioFrameworkExtra_View_ListenerService());
  2212.         }, => 'onKernelController'], -128);
  2213.         $instance->addListener('kernel.view', [=> function () {
  2214.             return ($this->privates['sensio_framework_extra.view.listener'] ?? $this->getSensioFrameworkExtra_View_ListenerService());
  2215.         }, => 'onKernelView'], 0);
  2216.         $instance->addListener('kernel.controller', [=> function () {
  2217.             return ($this->privates['sensio_framework_extra.cache.listener'] ?? ($this->privates['sensio_framework_extra.cache.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener()));
  2218.         }, => 'onKernelController'], 0);
  2219.         $instance->addListener('kernel.response', [=> function () {
  2220.             return ($this->privates['sensio_framework_extra.cache.listener'] ?? ($this->privates['sensio_framework_extra.cache.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener()));
  2221.         }, => 'onKernelResponse'], 0);
  2222.         $instance->addListener('kernel.controller_arguments', [=> function () {
  2223.             return ($this->privates['sensio_framework_extra.security.listener'] ?? $this->getSensioFrameworkExtra_Security_ListenerService());
  2224.         }, => 'onKernelControllerArguments'], 0);
  2225.         $instance->addListener('kernel.controller_arguments', [=> function () {
  2226.             return ($this->privates['framework_extra_bundle.event.is_granted'] ?? $this->getFrameworkExtraBundle_Event_IsGrantedService());
  2227.         }, => 'onKernelControllerArguments'], 0);
  2228.         $instance->addListener('kernel.response', [=> function () {
  2229.             return ($this->privates['web_profiler.debug_toolbar'] ?? $this->getWebProfiler_DebugToolbarService());
  2230.         }, => 'onKernelResponse'], -128);
  2231.         $instance->addListener('console.command', [=> function () {
  2232.             return ($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService());
  2233.         }, => 'onCommand'], 255);
  2234.         $instance->addListener('console.terminate', [=> function () {
  2235.             return ($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService());
  2236.         }, => 'onTerminate'], -255);
  2237.         $instance->addListener('console.command', [=> function () {
  2238.             return ($this->privates['debug.dump_listener'] ?? $this->load('getDebug_DumpListenerService'));
  2239.         }, => 'configure'], 1024);
  2240.         $instance->addListener('console.error', [=> function () {
  2241.             return ($this->privates['maker.console_error_listener'] ?? ($this->privates['maker.console_error_listener'] = new \Symfony\Bundle\MakerBundle\Event\ConsoleErrorSubscriber()));
  2242.         }, => 'onConsoleError'], 0);
  2243.         $instance->addListener('console.terminate', [=> function () {
  2244.             return ($this->privates['maker.console_error_listener'] ?? ($this->privates['maker.console_error_listener'] = new \Symfony\Bundle\MakerBundle\Event\ConsoleErrorSubscriber()));
  2245.         }, => 'onConsoleTerminate'], 0);
  2246.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageHandledEvent', [=> function () {
  2247.             return ($this->privates['doctrine.orm.messenger.event_subscriber.doctrine_clear_entity_manager'] ?? $this->load('getDoctrine_Orm_Messenger_EventSubscriber_DoctrineClearEntityManagerService'));
  2248.         }, => 'onWorkerMessageHandled'], 0);
  2249.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageFailedEvent', [=> function () {
  2250.             return ($this->privates['doctrine.orm.messenger.event_subscriber.doctrine_clear_entity_manager'] ?? $this->load('getDoctrine_Orm_Messenger_EventSubscriber_DoctrineClearEntityManagerService'));
  2251.         }, => 'onWorkerMessageFailed'], 0);
  2252.         $instance->addListener('kernel.response', [=> function () {
  2253.             return ($this->privates['security.rememberme.response_listener'] ?? ($this->privates['security.rememberme.response_listener'] = new \Symfony\Component\Security\Http\RememberMe\ResponseListener()));
  2254.         }, => 'onKernelResponse'], 0);
  2255.         $instance->addListener('debug.security.authorization.vote', [=> function () {
  2256.             return ($this->privates['debug.security.voter.vote_listener'] ?? $this->load('getDebug_Security_Voter_VoteListenerService'));
  2257.         }, => 'onVoterVote'], 0);
  2258.         $instance->addListener('kernel.request', [=> function () {
  2259.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  2260.         }, => 'configureLogoutUrlGenerator'], 8);
  2261.         $instance->addListener('kernel.request', [=> function () {
  2262.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  2263.         }, => 'onKernelRequest'], 8);
  2264.         $instance->addListener('kernel.finish_request', [=> function () {
  2265.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  2266.         }, => 'onKernelFinishRequest'], 0);
  2267.         $instance->addListener('kernel.controller_arguments', [=> function () {
  2268.             return ($this->privates['Nellapp\\Bundle\\SDKBundle\\EventSubscriber\\ControllerEntityResolverSubscriber'] ?? $this->getControllerEntityResolverSubscriberService());
  2269.         }, => '__invoke'], 31);
  2270.         $instance->addListener('kernel.response', [=> function () {
  2271.             return ($this->privates['Nellapp\\Bundle\\SDKBundle\\EventSubscriber\\DeviceIdSubscriber'] ?? $this->getDeviceIdSubscriberService());
  2272.         }, => 'onResponse'], 0);
  2273.         $instance->addListener('kernel.request', [=> function () {
  2274.             return ($this->privates['Nellapp\\Bundle\\SDKBundle\\EventSubscriber\\RequestChannelDomainSubscriber'] ?? $this->getRequestChannelDomainSubscriberService());
  2275.         }, => '__invoke'], 32);
  2276.         $instance->addListener('kernel.controller_arguments', [=> function () {
  2277.             return ($this->privates['Nellapp\\Bundle\\SDKBundle\\EventSubscriber\\RouteSecuritySubscriber'] ?? ($this->privates['Nellapp\\Bundle\\SDKBundle\\EventSubscriber\\RouteSecuritySubscriber'] = new \Nellapp\Bundle\SDKBundle\EventSubscriber\RouteSecuritySubscriber()));
  2278.         }, => '__invoke'], 15);
  2279.         $instance->addListener('kernel.terminate', [=> function () {
  2280.             return ($this->privates['Nellapp\\Bundle\\SDKBundle\\Permission\\ChannelMenuDisplayed\\EventSubscriber\\TerminateMenuDisplayedSubscriber'] ?? $this->load('getTerminateMenuDisplayedSubscriberService'));
  2281.         }, => 'refreshTracked'], 0);
  2282.         $instance->addListener('console.terminate', [=> function () {
  2283.             return ($this->privates['Nellapp\\Bundle\\SDKBundle\\Permission\\ChannelMenuDisplayed\\EventSubscriber\\TerminateMenuDisplayedSubscriber'] ?? $this->load('getTerminateMenuDisplayedSubscriberService'));
  2284.         }, => 'refreshTracked'], 0);
  2285.         $instance->addListener('kernel.terminate', [=> function () {
  2286.             return ($this->privates['Nellapp\\Bundle\\SDKBundle\\Export\\AutoExport\\EventSubscriber\\TerminateExportSubscriber'] ?? $this->load('getTerminateExportSubscriberService'));
  2287.         }, => 'exportTracked'], 0);
  2288.         $instance->addListener('console.terminate', [=> function () {
  2289.             return ($this->privates['Nellapp\\Bundle\\SDKBundle\\Export\\AutoExport\\EventSubscriber\\TerminateExportSubscriber'] ?? $this->load('getTerminateExportSubscriberService'));
  2290.         }, => 'exportTracked'], 0);
  2291.         $instance->addListener('kernel.terminate', [=> function () {
  2292.             return ($this->privates['Nellapp\\Bundle\\SDKBundle\\Export\\AutoRefresh\\EventSubscriber\\TerminateRefreshSubscriber'] ?? $this->load('getTerminateRefreshSubscriberService'));
  2293.         }, => 'refreshTracked'], 0);
  2294.         $instance->addListener('console.terminate', [=> function () {
  2295.             return ($this->privates['Nellapp\\Bundle\\SDKBundle\\Export\\AutoRefresh\\EventSubscriber\\TerminateRefreshSubscriber'] ?? $this->load('getTerminateRefreshSubscriberService'));
  2296.         }, => 'refreshTracked'], 0);
  2297.         $instance->addListener('kernel.controller', [=> function () {
  2298.             return ($this->privates['Drosalys\\Bundle\\ApiBundle\\EventSubscriber\\ActionControllerSubscriber'] ?? $this->getActionControllerSubscriberService());
  2299.         }, => '__invoke'], 15);
  2300.         $instance->addListener('kernel.view', [=> function () {
  2301.             return ($this->privates['Drosalys\\Bundle\\ApiBundle\\EventSubscriber\\ActionResponseSubscriber'] ?? $this->load('getActionResponseSubscriberService'));
  2302.         }, => '__invoke'], 63);
  2303.         $instance->addListener('kernel.controller_arguments', [=> function () {
  2304.             return ($this->privates['Drosalys\\Bundle\\ApiBundle\\EventSubscriber\\DeserializeActionControllerSubscriber'] ?? $this->getDeserializeActionControllerSubscriberService());
  2305.         }, => '__invoke'], -63);
  2306.         $instance->addListener('kernel.exception', [=> function () {
  2307.             return ($this->privates['Drosalys\\Bundle\\ApiBundle\\EventSubscriber\\HandleErrorSubscriber'] ?? ($this->privates['Drosalys\\Bundle\\ApiBundle\\EventSubscriber\\HandleErrorSubscriber'] = new \Drosalys\Bundle\ApiBundle\EventSubscriber\HandleErrorSubscriber()));
  2308.         }, => '__invoke'], -195);
  2309.         $instance->addListener('knp_pager.before', [=> function () {
  2310.             return ($this->privates['knp_paginator.subscriber.paginate'] ?? ($this->privates['knp_paginator.subscriber.paginate'] = new \Knp\Component\Pager\Event\Subscriber\Paginate\PaginationSubscriber()));
  2311.         }, => 'before'], 0);
  2312.         $instance->addListener('knp_pager.pagination', [=> function () {
  2313.             return ($this->privates['knp_paginator.subscriber.paginate'] ?? ($this->privates['knp_paginator.subscriber.paginate'] = new \Knp\Component\Pager\Event\Subscriber\Paginate\PaginationSubscriber()));
  2314.         }, => 'pagination'], 0);
  2315.         $instance->addListener('knp_pager.before', [=> function () {
  2316.             return ($this->privates['knp_paginator.subscriber.sortable'] ?? ($this->privates['knp_paginator.subscriber.sortable'] = new \Knp\Component\Pager\Event\Subscriber\Sortable\SortableSubscriber()));
  2317.         }, => 'before'], 1);
  2318.         $instance->addListener('knp_pager.before', [=> function () {
  2319.             return ($this->privates['knp_paginator.subscriber.filtration'] ?? ($this->privates['knp_paginator.subscriber.filtration'] = new \Knp\Component\Pager\Event\Subscriber\Filtration\FiltrationSubscriber()));
  2320.         }, => 'before'], 1);
  2321.         $instance->addListener('knp_pager.pagination', [=> function () {
  2322.             return ($this->privates['knp_paginator.subscriber.sliding_pagination'] ?? $this->getKnpPaginator_Subscriber_SlidingPaginationService());
  2323.         }, => 'pagination'], 1);
  2324.         $instance->addListener('kernel.response', [=> function () {
  2325.             return ($this->privates['webpack_encore.preload_assets_event_listener'] ?? $this->getWebpackEncore_PreloadAssetsEventListenerService());
  2326.         }, => 'onKernelResponse'], 50);
  2327.         $instance->addListener('kernel.finish_request', [=> function () {
  2328.             return ($this->privates['Symfony\\WebpackEncoreBundle\\EventListener\\ResetAssetsEventListener'] ?? $this->getResetAssetsEventListenerService());
  2329.         }, => 'resetAssets'], 0);
  2330.         $instance->addListener('spiriit_form_filter.apply.orm.filter_boolean', [=> function () {
  2331.             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()));
  2332.         }, => 'filterBoolean'], 0);
  2333.         $instance->addListener('spiriit_form_filter.apply.orm.filter_checkbox', [=> function () {
  2334.             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()));
  2335.         }, => 'filterCheckbox'], 0);
  2336.         $instance->addListener('spiriit_form_filter.apply.orm.filter_choice', [=> function () {
  2337.             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()));
  2338.         }, => 'filterValue'], 0);
  2339.         $instance->addListener('spiriit_form_filter.apply.orm.filter_date', [=> function () {
  2340.             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()));
  2341.         }, => 'filterDate'], 0);
  2342.         $instance->addListener('spiriit_form_filter.apply.orm.filter_date_range', [=> function () {
  2343.             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()));
  2344.         }, => 'filterDateRange'], 0);
  2345.         $instance->addListener('spiriit_form_filter.apply.orm.filter_datetime', [=> function () {
  2346.             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()));
  2347.         }, => 'filterDateTime'], 0);
  2348.         $instance->addListener('spiriit_form_filter.apply.orm.filter_datetime_range', [=> function () {
  2349.             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()));
  2350.         }, => 'filterDateTimeRange'], 0);
  2351.         $instance->addListener('spiriit_form_filter.apply.orm.filter_entity', [=> function () {
  2352.             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()));
  2353.         }, => 'filterEntity'], 0);
  2354.         $instance->addListener('spiriit_form_filter.apply.orm.filter_enum', [=> function () {
  2355.             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()));
  2356.         }, => 'filterEnum'], 0);
  2357.         $instance->addListener('spiriit_form_filter.apply.orm.filter_number', [=> function () {
  2358.             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()));
  2359.         }, => 'filterNumber'], 0);
  2360.         $instance->addListener('spiriit_form_filter.apply.orm.filter_number_range', [=> function () {
  2361.             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()));
  2362.         }, => 'filterNumberRange'], 0);
  2363.         $instance->addListener('spiriit_form_filter.apply.orm.filter_text', [=> function () {
  2364.             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()));
  2365.         }, => 'filterText'], 0);
  2366.         $instance->addListener('spiriit_form_filter.apply.orm.text', [=> function () {
  2367.             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()));
  2368.         }, => 'filterText'], 0);
  2369.         $instance->addListener('spiriit_form_filter.apply.orm.email', [=> function () {
  2370.             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()));
  2371.         }, => 'filterValue'], 0);
  2372.         $instance->addListener('spiriit_form_filter.apply.orm.integer', [=> function () {
  2373.             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()));
  2374.         }, => 'filterValue'], 0);
  2375.         $instance->addListener('spiriit_form_filter.apply.orm.money', [=> function () {
  2376.             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()));
  2377.         }, => 'filterValue'], 0);
  2378.         $instance->addListener('spiriit_form_filter.apply.orm.number', [=> function () {
  2379.             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()));
  2380.         }, => 'filterValue'], 0);
  2381.         $instance->addListener('spiriit_form_filter.apply.orm.percent', [=> function () {
  2382.             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()));
  2383.         }, => 'filterValue'], 0);
  2384.         $instance->addListener('spiriit_form_filter.apply.orm.search', [=> function () {
  2385.             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()));
  2386.         }, => 'filterValue'], 0);
  2387.         $instance->addListener('spiriit_form_filter.apply.orm.url', [=> function () {
  2388.             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()));
  2389.         }, => 'filterValue'], 0);
  2390.         $instance->addListener('spiriit_form_filter.apply.orm.choice', [=> function () {
  2391.             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()));
  2392.         }, => 'filterValue'], 0);
  2393.         $instance->addListener('spiriit_form_filter.apply.orm.entity', [=> function () {
  2394.             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()));
  2395.         }, => 'filterEntity'], 0);
  2396.         $instance->addListener('spiriit_form_filter.apply.orm.country', [=> function () {
  2397.             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()));
  2398.         }, => 'filterValue'], 0);
  2399.         $instance->addListener('spiriit_form_filter.apply.orm.language', [=> function () {
  2400.             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()));
  2401.         }, => 'filterValue'], 0);
  2402.         $instance->addListener('spiriit_form_filter.apply.orm.locale', [=> function () {
  2403.             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()));
  2404.         }, => 'filterValue'], 0);
  2405.         $instance->addListener('spiriit_form_filter.apply.orm.timezone', [=> function () {
  2406.             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()));
  2407.         }, => 'filterValue'], 0);
  2408.         $instance->addListener('spiriit_form_filter.apply.orm.date', [=> function () {
  2409.             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()));
  2410.         }, => 'filterDate'], 0);
  2411.         $instance->addListener('spiriit_form_filter.apply.orm.datetime', [=> function () {
  2412.             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()));
  2413.         }, => 'filterDate'], 0);
  2414.         $instance->addListener('spiriit_form_filter.apply.orm.birthday', [=> function () {
  2415.             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()));
  2416.         }, => 'filterDate'], 0);
  2417.         $instance->addListener('spiriit_form_filter.apply.orm.checkbox', [=> function () {
  2418.             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()));
  2419.         }, => 'filterValue'], 0);
  2420.         $instance->addListener('spiriit_form_filter.apply.orm.radio', [=> function () {
  2421.             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()));
  2422.         }, => 'filterValue'], 0);
  2423.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  2424.             return ($this->privates['security.logout.listener.csrf_token_clearing'] ?? $this->load('getSecurity_Logout_Listener_CsrfTokenClearingService'));
  2425.         }, => 'onLogout'], 0);
  2426.         return $instance;
  2427.     }
  2428.     /**
  2429.      * Gets the public 'http_kernel' shared service.
  2430.      *
  2431.      * @return \Symfony\Component\HttpKernel\HttpKernel
  2432.      */
  2433.     protected function getHttpKernelService()
  2434.     {
  2435.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  2436.         if (isset($this->services['http_kernel'])) {
  2437.             return $this->services['http_kernel'];
  2438.         }
  2439.         $b = ($this->privates['debug.argument_resolver'] ?? $this->getDebug_ArgumentResolverService());
  2440.         if (isset($this->services['http_kernel'])) {
  2441.             return $this->services['http_kernel'];
  2442.         }
  2443.         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);
  2444.     }
  2445.     /**
  2446.      * Gets the public 'knp_menu.matcher' shared service.
  2447.      *
  2448.      * @return \Knp\Menu\Matcher\Matcher
  2449.      */
  2450.     protected function getKnpMenu_MatcherService()
  2451.     {
  2452.         return $this->services['knp_menu.matcher'] = new \Knp\Menu\Matcher\Matcher(new RewindableGenerator(function () {
  2453.             yield => ($this->privates['knp_menu.voter.router'] ?? $this->load('getKnpMenu_Voter_RouterService'));
  2454.         }, 1));
  2455.     }
  2456.     /**
  2457.      * Gets the public 'liip_imagine.cache.manager' shared service.
  2458.      *
  2459.      * @return \Liip\ImagineBundle\Imagine\Cache\CacheManager
  2460.      */
  2461.     protected function getLiipImagine_Cache_ManagerService()
  2462.     {
  2463.         $a = ($this->services['router'] ?? $this->getRouterService());
  2464.         if (isset($this->services['liip_imagine.cache.manager'])) {
  2465.             return $this->services['liip_imagine.cache.manager'];
  2466.         }
  2467.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  2468.         if (isset($this->services['liip_imagine.cache.manager'])) {
  2469.             return $this->services['liip_imagine.cache.manager'];
  2470.         }
  2471.         $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);
  2472.         $instance->addResolver('default', ($this->services['liip_imagine.cache.resolver.default'] ?? $this->getLiipImagine_Cache_Resolver_DefaultService()));
  2473.         $instance->addResolver('cursus_uploads', ($this->services['liip_imagine.cache.resolver.cursus_uploads'] ?? $this->getLiipImagine_Cache_Resolver_CursusUploadsService()));
  2474.         $instance->addResolver('admin_channel_user_data_drive', ($this->services['liip_imagine.cache.resolver.admin_channel_user_data_drive'] ?? $this->getLiipImagine_Cache_Resolver_AdminChannelUserDataDriveService()));
  2475.         $instance->addResolver('organization_uploads', ($this->services['liip_imagine.cache.resolver.organization_uploads'] ?? $this->getLiipImagine_Cache_Resolver_OrganizationUploadsService()));
  2476.         $instance->addResolver('positioning_test_uploads', ($this->services['liip_imagine.cache.resolver.positioning_test_uploads'] ?? $this->getLiipImagine_Cache_Resolver_PositioningTestUploadsService()));
  2477.         $instance->addResolver('no_cache', ($this->services['liip_imagine.cache.resolver.no_cache_web_path'] ?? $this->getLiipImagine_Cache_Resolver_NoCacheWebPathService()));
  2478.         return $instance;
  2479.     }
  2480.     /**
  2481.      * Gets the public 'liip_imagine.cache.resolver.admin_channel_user_data_drive' shared service.
  2482.      *
  2483.      * @return \Liip\ImagineBundle\Imagine\Cache\Resolver\FlysystemV2Resolver
  2484.      */
  2485.     protected function getLiipImagine_Cache_Resolver_AdminChannelUserDataDriveService()
  2486.     {
  2487.         return $this->services['liip_imagine.cache.resolver.admin_channel_user_data_drive'] = new \Liip\ImagineBundle\Imagine\Cache\Resolver\FlysystemV2Resolver(($this->services['admin_channel_user_data_drive_filesystem'] ?? $this->getAdminChannelUserDataDriveFilesystemService()), ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService()), 'none''''private');
  2488.     }
  2489.     /**
  2490.      * Gets the public 'liip_imagine.cache.resolver.cursus_uploads' shared service.
  2491.      *
  2492.      * @return \Liip\ImagineBundle\Imagine\Cache\Resolver\FlysystemV2Resolver
  2493.      */
  2494.     protected function getLiipImagine_Cache_Resolver_CursusUploadsService()
  2495.     {
  2496.         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');
  2497.     }
  2498.     /**
  2499.      * Gets the public 'liip_imagine.cache.resolver.default' shared service.
  2500.      *
  2501.      * @return \Liip\ImagineBundle\Imagine\Cache\Resolver\WebPathResolver
  2502.      */
  2503.     protected function getLiipImagine_Cache_Resolver_DefaultService()
  2504.     {
  2505.         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');
  2506.     }
  2507.     /**
  2508.      * Gets the public 'liip_imagine.cache.resolver.no_cache_web_path' shared service.
  2509.      *
  2510.      * @return \Liip\ImagineBundle\Imagine\Cache\Resolver\NoCacheWebPathResolver
  2511.      */
  2512.     protected function getLiipImagine_Cache_Resolver_NoCacheWebPathService()
  2513.     {
  2514.         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()));
  2515.     }
  2516.     /**
  2517.      * Gets the public 'liip_imagine.cache.resolver.organization_uploads' shared service.
  2518.      *
  2519.      * @return \Liip\ImagineBundle\Imagine\Cache\Resolver\FlysystemV2Resolver
  2520.      */
  2521.     protected function getLiipImagine_Cache_Resolver_OrganizationUploadsService()
  2522.     {
  2523.         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');
  2524.     }
  2525.     /**
  2526.      * Gets the public 'liip_imagine.cache.resolver.positioning_test_uploads' shared service.
  2527.      *
  2528.      * @return \Liip\ImagineBundle\Imagine\Cache\Resolver\FlysystemV2Resolver
  2529.      */
  2530.     protected function getLiipImagine_Cache_Resolver_PositioningTestUploadsService()
  2531.     {
  2532.         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');
  2533.     }
  2534.     /**
  2535.      * Gets the public 'liip_imagine.cache.signer' shared service.
  2536.      *
  2537.      * @return \Liip\ImagineBundle\Imagine\Cache\Signer
  2538.      */
  2539.     protected function getLiipImagine_Cache_SignerService()
  2540.     {
  2541.         return $this->services['liip_imagine.cache.signer'] = new \Liip\ImagineBundle\Imagine\Cache\Signer($this->getEnv('APP_SECRET'));
  2542.     }
  2543.     /**
  2544.      * Gets the public 'messenger.default_bus' shared service.
  2545.      *
  2546.      * @return \Symfony\Component\Messenger\TraceableMessageBus
  2547.      */
  2548.     protected function getMessenger_DefaultBusService()
  2549.     {
  2550.         return $this->services['messenger.default_bus'] = new \Symfony\Component\Messenger\TraceableMessageBus(new \Symfony\Component\Messenger\MessageBus(new RewindableGenerator(function () {
  2551.             yield => ($this->privates['messenger.bus.default.middleware.traceable'] ?? $this->load('getMessenger_Bus_Default_Middleware_TraceableService'));
  2552.             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')));
  2553.             yield => ($this->privates['messenger.middleware.reject_redelivered_message_middleware'] ?? ($this->privates['messenger.middleware.reject_redelivered_message_middleware'] = new \Symfony\Component\Messenger\Middleware\RejectRedeliveredMessageMiddleware()));
  2554.             yield => ($this->privates['messenger.middleware.dispatch_after_current_bus'] ?? ($this->privates['messenger.middleware.dispatch_after_current_bus'] = new \Symfony\Component\Messenger\Middleware\DispatchAfterCurrentBusMiddleware()));
  2555.             yield => ($this->privates['messenger.middleware.failed_message_processing_middleware'] ?? ($this->privates['messenger.middleware.failed_message_processing_middleware'] = new \Symfony\Component\Messenger\Middleware\FailedMessageProcessingMiddleware()));
  2556.             yield => ($this->privates['Nellapp\\Bundle\\SDKBundle\\Permission\\ChannelMenuDisplayed\\Messenger\\MenuDisplayedMiddleware'] ?? $this->load('getMenuDisplayedMiddlewareService'));
  2557.             yield => ($this->privates['messenger.middleware.send_message'] ?? $this->load('getMessenger_Middleware_SendMessageService'));
  2558.             yield => ($this->privates['messenger.bus.default.middleware.handle_message'] ?? $this->load('getMessenger_Bus_Default_Middleware_HandleMessageService'));
  2559.         }, 8)));
  2560.     }
  2561.     /**
  2562.      * Gets the public 'oneup_uploader.orphanage_manager' shared service.
  2563.      *
  2564.      * @return \Oneup\UploaderBundle\Uploader\Orphanage\OrphanageManager
  2565.      */
  2566.     protected function getOneupUploader_OrphanageManagerService()
  2567.     {
  2568.         return $this->services['oneup_uploader.orphanage_manager'] = new \Oneup\UploaderBundle\Uploader\Orphanage\OrphanageManager($this$this->getParameter('oneup_uploader.orphanage'));
  2569.     }
  2570.     /**
  2571.      * Gets the public 'oneup_uploader.templating.uploader_helper' shared service.
  2572.      *
  2573.      * @return \Oneup\UploaderBundle\Templating\Helper\UploaderHelper
  2574.      */
  2575.     protected function getOneupUploader_Templating_UploaderHelperService()
  2576.     {
  2577.         $a = ($this->services['router'] ?? $this->getRouterService());
  2578.         if (isset($this->services['oneup_uploader.templating.uploader_helper'])) {
  2579.             return $this->services['oneup_uploader.templating.uploader_helper'];
  2580.         }
  2581.         return $this->services['oneup_uploader.templating.uploader_helper'] = new \Oneup\UploaderBundle\Templating\Helper\UploaderHelper($a$this->parameters['oneup_uploader.maxsize']);
  2582.     }
  2583.     /**
  2584.      * Gets the public 'oneup_uploader.twig.extension.uploader' shared service.
  2585.      *
  2586.      * @return \Oneup\UploaderBundle\Twig\Extension\UploaderExtension
  2587.      */
  2588.     protected function getOneupUploader_Twig_Extension_UploaderService()
  2589.     {
  2590.         $a = ($this->services['oneup_uploader.templating.uploader_helper'] ?? $this->getOneupUploader_Templating_UploaderHelperService());
  2591.         if (isset($this->services['oneup_uploader.twig.extension.uploader'])) {
  2592.             return $this->services['oneup_uploader.twig.extension.uploader'];
  2593.         }
  2594.         return $this->services['oneup_uploader.twig.extension.uploader'] = new \Oneup\UploaderBundle\Twig\Extension\UploaderExtension($a);
  2595.     }
  2596.     /**
  2597.      * Gets the public 'organization_filesystem' shared service.
  2598.      *
  2599.      * @return \League\Flysystem\Filesystem
  2600.      */
  2601.     protected function getOrganizationFilesystemService()
  2602.     {
  2603.         return $this->services['organization_filesystem'] = new \League\Flysystem\Filesystem(new \League\Flysystem\Local\LocalFilesystemAdapter((\dirname(__DIR__3).'/uploads/organization/'), NULL22NULLfalse), []);
  2604.     }
  2605.     /**
  2606.      * Gets the public 'positioning_test_filesystem' shared service.
  2607.      *
  2608.      * @return \League\Flysystem\Filesystem
  2609.      */
  2610.     protected function getPositioningTestFilesystemService()
  2611.     {
  2612.         return $this->services['positioning_test_filesystem'] = new \League\Flysystem\Filesystem(new \League\Flysystem\Local\LocalFilesystemAdapter((\dirname(__DIR__3).'/uploads/positioning-test/'), NULL22NULLfalse), []);
  2613.     }
  2614.     /**
  2615.      * Gets the public 'request_stack' shared service.
  2616.      *
  2617.      * @return \Symfony\Component\HttpFoundation\RequestStack
  2618.      */
  2619.     protected function getRequestStackService()
  2620.     {
  2621.         return $this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack();
  2622.     }
  2623.     /**
  2624.      * Gets the public 'router' shared autowired service.
  2625.      *
  2626.      * @return \Nellapp\Bundle\SDKBundle\Routing\SymfonyUrlGenerator
  2627.      */
  2628.     protected function getRouterService()
  2629.     {
  2630.         $a = ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService());
  2631.         $b = new \Symfony\Bridge\Monolog\Logger('router');
  2632.         $b->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  2633.         $b->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  2634.         $b->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  2635.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($b);
  2636.         $c = new \Symfony\Bundle\FrameworkBundle\Routing\Router((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2637.             'routing.loader' => ['services''routing.loader''getRouting_LoaderService'true],
  2638.         ], [
  2639.             'routing.loader' => 'Symfony\\Component\\Config\\Loader\\LoaderInterface',
  2640.         ]))->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');
  2641.         $c->setConfigCacheFactory(($this->privates['config_cache_factory'] ?? $this->getConfigCacheFactoryService()));
  2642.         $c->addExpressionLanguageProvider(($this->privates['router.expression_language_provider'] ?? $this->getRouter_ExpressionLanguageProviderService()));
  2643.         return $this->services['router'] = new \Nellapp\Bundle\SDKBundle\Routing\SymfonyUrlGenerator($c$a);
  2644.     }
  2645.     /**
  2646.      * Gets the public 'translator' shared service.
  2647.      *
  2648.      * @return \Symfony\Component\Translation\DataCollectorTranslator
  2649.      */
  2650.     protected function getTranslatorService()
  2651.     {
  2652.         return $this->services['translator'] = new \Symfony\Component\Translation\DataCollectorTranslator(($this->privates['translator.default'] ?? $this->getTranslator_DefaultService()));
  2653.     }
  2654.     /**
  2655.      * Gets the public 'var_dumper.cloner' shared service.
  2656.      *
  2657.      * @return \Symfony\Component\VarDumper\Cloner\VarCloner
  2658.      */
  2659.     protected function getVarDumper_ClonerService()
  2660.     {
  2661.         $this->services['var_dumper.cloner'] = $instance = new \Symfony\Component\VarDumper\Cloner\VarCloner();
  2662.         $instance->setMaxItems(2500);
  2663.         $instance->setMinDepth(1);
  2664.         $instance->setMaxString(-1);
  2665.         $instance->addCasters(['Closure' => 'Symfony\\Component\\VarDumper\\Caster\\ReflectionCaster::unsetClosureFileInfo']);
  2666.         return $instance;
  2667.     }
  2668.     /**
  2669.      * Gets the private '.cache_connection.cI0K48L' shared service.
  2670.      *
  2671.      * @return \Symfony\Component\Cache\Adapter\AbstractAdapter
  2672.      */
  2673.     protected function get_CacheConnection_CI0K48LService()
  2674.     {
  2675.         return $this->privates['.cache_connection.cI0K48L'] = \Symfony\Component\Cache\Adapter\AbstractAdapter::createConnection('redis://'.$this->getEnv('string:REDIS_HOST').':'.$this->getEnv('string:int:REDIS_PORT'), ['lazy' => true]);
  2676.     }
  2677.     /**
  2678.      * Gets the private '.debug.http_client' shared service.
  2679.      *
  2680.      * @return \Symfony\Component\HttpClient\TraceableHttpClient
  2681.      */
  2682.     protected function get_Debug_HttpClientService()
  2683.     {
  2684.         $a \Symfony\Component\HttpClient\HttpClient::create(['verify_peer' => false'verify_host' => false'headers' => [], 'resolve' => []], 6);
  2685.         $b = new \Symfony\Bridge\Monolog\Logger('http_client');
  2686.         $b->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  2687.         $b->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  2688.         $b->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  2689.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($b);
  2690.         $a->setLogger($b);
  2691.         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))));
  2692.     }
  2693.     /**
  2694.      * Gets the private '.service_locator.yNOXh5_' shared service.
  2695.      *
  2696.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  2697.      */
  2698.     protected function get_ServiceLocator_YNOXh5Service()
  2699.     {
  2700.         return $this->privates['.service_locator.yNOXh5_'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2701.             'security.firewall.map.context.api' => ['privates''security.firewall.map.context.api''getSecurity_Firewall_Map_Context_ApiService'true],
  2702.             'security.firewall.map.context.api_doc' => ['privates''security.firewall.map.context.api_doc''getSecurity_Firewall_Map_Context_ApiDocService'true],
  2703.             'security.firewall.map.context.dev' => ['privates''security.firewall.map.context.dev''getSecurity_Firewall_Map_Context_DevService'true],
  2704.             'security.firewall.map.context.internal_api' => ['privates''security.firewall.map.context.internal_api''getSecurity_Firewall_Map_Context_InternalApiService'true],
  2705.             'security.firewall.map.context.main' => ['privates''security.firewall.map.context.main''getSecurity_Firewall_Map_Context_MainService'true],
  2706.             'security.firewall.map.context.oauth_token' => ['privates''security.firewall.map.context.oauth_token''getSecurity_Firewall_Map_Context_OauthTokenService'true],
  2707.             'security.firewall.map.context.partner_api' => ['privates''security.firewall.map.context.partner_api''getSecurity_Firewall_Map_Context_PartnerApiService'true],
  2708.             'security.firewall.map.context.partner_api_doc' => ['privates''security.firewall.map.context.partner_api_doc''getSecurity_Firewall_Map_Context_PartnerApiDocService'true],
  2709.             'security.firewall.map.context.sync' => ['privates''security.firewall.map.context.sync''getSecurity_Firewall_Map_Context_SyncService'true],
  2710.             'security.firewall.map.context.sync_doc' => ['privates''security.firewall.map.context.sync_doc''getSecurity_Firewall_Map_Context_SyncDocService'true],
  2711.         ], [
  2712.             'security.firewall.map.context.api' => '?',
  2713.             'security.firewall.map.context.api_doc' => '?',
  2714.             'security.firewall.map.context.dev' => '?',
  2715.             'security.firewall.map.context.internal_api' => '?',
  2716.             'security.firewall.map.context.main' => '?',
  2717.             'security.firewall.map.context.oauth_token' => '?',
  2718.             'security.firewall.map.context.partner_api' => '?',
  2719.             'security.firewall.map.context.partner_api_doc' => '?',
  2720.             'security.firewall.map.context.sync' => '?',
  2721.             'security.firewall.map.context.sync_doc' => '?',
  2722.         ]);
  2723.     }
  2724.     /**
  2725.      * Gets the private 'App\EventSubscriber\ForceUserFromSetupSubscriber' shared autowired service.
  2726.      *
  2727.      * @return \App\EventSubscriber\ForceUserFromSetupSubscriber
  2728.      */
  2729.     protected function getForceUserFromSetupSubscriberService()
  2730.     {
  2731.         return $this->privates['App\\EventSubscriber\\ForceUserFromSetupSubscriber'] = new \App\EventSubscriber\ForceUserFromSetupSubscriber(($this->privates['security.helper'] ?? $this->getSecurity_HelperService()), ($this->privates['nellapp_sdk.routing.url_generator'] ?? $this->getNellappSdk_Routing_UrlGeneratorService()));
  2732.     }
  2733.     /**
  2734.      * Gets the private 'App\Repository\App\AppRepository' shared autowired service.
  2735.      *
  2736.      * @return \App\Repository\App\AppRepository
  2737.      */
  2738.     protected function getAppRepositoryService()
  2739.     {
  2740.         return $this->privates['App\\Repository\\App\\AppRepository'] = new \App\Repository\App\AppRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  2741.     }
  2742.     /**
  2743.      * Gets the private 'App\Repository\ChannelUserData\Activity\AbstractCursusActivityRepository' shared autowired service.
  2744.      *
  2745.      * @return \App\Repository\ChannelUserData\Activity\AbstractCursusActivityRepository
  2746.      */
  2747.     protected function getAbstractCursusActivityRepositoryService()
  2748.     {
  2749.         return $this->privates['App\\Repository\\ChannelUserData\\Activity\\AbstractCursusActivityRepository'] = new \App\Repository\ChannelUserData\Activity\AbstractCursusActivityRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  2750.     }
  2751.     /**
  2752.      * Gets the private 'App\Repository\ChannelUserData\AdminChannelUserDataRepository' shared autowired service.
  2753.      *
  2754.      * @return \App\Repository\ChannelUserData\AdminChannelUserDataRepository
  2755.      */
  2756.     protected function getAdminChannelUserDataRepositoryService()
  2757.     {
  2758.         return $this->privates['App\\Repository\\ChannelUserData\\AdminChannelUserDataRepository'] = new \App\Repository\ChannelUserData\AdminChannelUserDataRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  2759.     }
  2760.     /**
  2761.      * Gets the private 'App\Repository\ChannelUserData\Cursus\AbstractCursusRepository' shared autowired service.
  2762.      *
  2763.      * @return \App\Repository\ChannelUserData\Cursus\AbstractCursusRepository
  2764.      */
  2765.     protected function getAbstractCursusRepositoryService()
  2766.     {
  2767.         return $this->privates['App\\Repository\\ChannelUserData\\Cursus\\AbstractCursusRepository'] = new \App\Repository\ChannelUserData\Cursus\AbstractCursusRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  2768.     }
  2769.     /**
  2770.      * Gets the private 'App\Service\ChannelUserData\ActivityFeedService' shared autowired service.
  2771.      *
  2772.      * @return \App\Service\ChannelUserData\ActivityFeedService
  2773.      */
  2774.     protected function getActivityFeedServiceService()
  2775.     {
  2776.         return $this->privates['App\\Service\\ChannelUserData\\ActivityFeedService'] = new \App\Service\ChannelUserData\ActivityFeedService(($this->privates['App\\Repository\\ChannelUserData\\AdminChannelUserDataRepository'] ?? $this->getAdminChannelUserDataRepositoryService()), ($this->privates['App\\Repository\\ChannelUserData\\Cursus\\AbstractCursusRepository'] ?? $this->getAbstractCursusRepositoryService()));
  2777.     }
  2778.     /**
  2779.      * Gets the private 'App\Service\ChannelUserData\ActivityService' shared autowired service.
  2780.      *
  2781.      * @return \App\Service\ChannelUserData\ActivityService
  2782.      */
  2783.     protected function getActivityServiceService()
  2784.     {
  2785.         $a = ($this->privates['App\\Service\\Mailer\\MailerService'] ?? $this->getMailerServiceService());
  2786.         if (isset($this->privates['App\\Service\\ChannelUserData\\ActivityService'])) {
  2787.             return $this->privates['App\\Service\\ChannelUserData\\ActivityService'];
  2788.         }
  2789.         $b = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  2790.         if (isset($this->privates['App\\Service\\ChannelUserData\\ActivityService'])) {
  2791.             return $this->privates['App\\Service\\ChannelUserData\\ActivityService'];
  2792.         }
  2793.         return $this->privates['App\\Service\\ChannelUserData\\ActivityService'] = new \App\Service\ChannelUserData\ActivityService(($this->services['translator'] ?? $this->getTranslatorService()), $a, new \App\Service\Pdf\ExportActivityGenerator(($this->privates['App\\Service\\ChannelUserData\\ActivityFeedService'] ?? $this->getActivityFeedServiceService()), $b, ($this->privates['HeadlessChromium\\BrowserFactory'] ?? ($this->privates['HeadlessChromium\\BrowserFactory'] = new \HeadlessChromium\BrowserFactory($this->getEnv('resolve:CHROME_BIN')))), ($this->targetDir.''.'%/pdf_tmp/'), true), ($this->privates['App\\Repository\\ChannelUserData\\Activity\\AbstractCursusActivityRepository'] ?? $this->getAbstractCursusActivityRepositoryService()));
  2794.     }
  2795.     /**
  2796.      * Gets the private 'App\Service\Mailer\MailerService' shared autowired service.
  2797.      *
  2798.      * @return \App\Service\Mailer\MailerService
  2799.      */
  2800.     protected function getMailerServiceService()
  2801.     {
  2802.         $a = ($this->privates['Nellapp\\Bundle\\SDKBundle\\Mailer\\Mailer'] ?? $this->getMailerService());
  2803.         if (isset($this->privates['App\\Service\\Mailer\\MailerService'])) {
  2804.             return $this->privates['App\\Service\\Mailer\\MailerService'];
  2805.         }
  2806.         $b = ($this->services['router'] ?? $this->getRouterService());
  2807.         if (isset($this->privates['App\\Service\\Mailer\\MailerService'])) {
  2808.             return $this->privates['App\\Service\\Mailer\\MailerService'];
  2809.         }
  2810.         $c = ($this->privates['Nellapp\\Bundle\\SDKBundle\\Routing\\Utils\\ChannelMainDomainUtils'] ?? $this->getChannelMainDomainUtilsService());
  2811.         if (isset($this->privates['App\\Service\\Mailer\\MailerService'])) {
  2812.             return $this->privates['App\\Service\\Mailer\\MailerService'];
  2813.         }
  2814.         return $this->privates['App\\Service\\Mailer\\MailerService'] = new \App\Service\Mailer\MailerService($a$b$b, ($this->privates['nellapp_sdk.routing.url_generator'] ?? $this->getNellappSdk_Routing_UrlGeneratorService()), $c, ($this->privates['Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\FileRuntime'] ?? $this->getFileRuntime2Service()), ($this->privates['Nellapp\\Bundle\\SDKBundle\\Uploader\\Service\\NellappFileService'] ?? $this->getNellappFileServiceService()));
  2815.     }
  2816.     /**
  2817.      * Gets the private 'App\Service\Sync\Routing\Loader\RouteCollectionLoader' shared autowired service.
  2818.      *
  2819.      * @return \App\Service\Sync\Routing\Loader\RouteCollectionLoader
  2820.      */
  2821.     protected function getRouteCollectionLoaderService()
  2822.     {
  2823.         $a = ($this->privates['App\\Service\\Sync\\Routing\\Routing'] ?? $this->getRoutingService());
  2824.         if (isset($this->privates['App\\Service\\Sync\\Routing\\Loader\\RouteCollectionLoader'])) {
  2825.             return $this->privates['App\\Service\\Sync\\Routing\\Loader\\RouteCollectionLoader'];
  2826.         }
  2827.         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);
  2828.     }
  2829.     /**
  2830.      * Gets the private 'App\Service\Sync\Routing\Routing' shared autowired service.
  2831.      *
  2832.      * @return \App\Service\Sync\Routing\Routing
  2833.      */
  2834.     protected function getRoutingService()
  2835.     {
  2836.         $a = ($this->services['router'] ?? $this->getRouterService());
  2837.         if (isset($this->privates['App\\Service\\Sync\\Routing\\Routing'])) {
  2838.             return $this->privates['App\\Service\\Sync\\Routing\\Routing'];
  2839.         }
  2840.         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);
  2841.     }
  2842.     /**
  2843.      * Gets the private 'App\Twig\Extension\Channel\ChannelUserExtension' shared autowired service.
  2844.      *
  2845.      * @return \App\Twig\Extension\Channel\ChannelUserExtension
  2846.      */
  2847.     protected function getChannelUserExtensionService()
  2848.     {
  2849.         return $this->privates['App\\Twig\\Extension\\Channel\\ChannelUserExtension'] = new \App\Twig\Extension\Channel\ChannelUserExtension(($this->services['translator'] ?? $this->getTranslatorService()), ($this->privates['Nellapp\\Bundle\\SDKBundle\\Permission\\Twig\\Runtime\\Info\\ChannelUserDataPermissionRuntime'] ?? $this->getChannelUserDataPermissionRuntimeService()));
  2850.     }
  2851.     /**
  2852.      * Gets the private 'Drosalys\Bundle\ApiBundle\Action\ActionRetriever' shared autowired service.
  2853.      *
  2854.      * @return \Drosalys\Bundle\ApiBundle\Action\ActionRetriever
  2855.      */
  2856.     protected function getActionRetrieverService()
  2857.     {
  2858.         return $this->privates['Drosalys\\Bundle\\ApiBundle\\Action\\ActionRetriever'] = new \Drosalys\Bundle\ApiBundle\Action\ActionRetriever(new RewindableGenerator(function () {
  2859.             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()));
  2860.             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()));
  2861.         }, 2));
  2862.     }
  2863.     /**
  2864.      * Gets the private 'Drosalys\Bundle\ApiBundle\EventSubscriber\ActionControllerSubscriber' shared autowired service.
  2865.      *
  2866.      * @return \Drosalys\Bundle\ApiBundle\EventSubscriber\ActionControllerSubscriber
  2867.      */
  2868.     protected function getActionControllerSubscriberService()
  2869.     {
  2870.         $a = ($this->services['router'] ?? $this->getRouterService());
  2871.         if (isset($this->privates['Drosalys\\Bundle\\ApiBundle\\EventSubscriber\\ActionControllerSubscriber'])) {
  2872.             return $this->privates['Drosalys\\Bundle\\ApiBundle\\EventSubscriber\\ActionControllerSubscriber'];
  2873.         }
  2874.         return $this->privates['Drosalys\\Bundle\\ApiBundle\\EventSubscriber\\ActionControllerSubscriber'] = new \Drosalys\Bundle\ApiBundle\EventSubscriber\ActionControllerSubscriber(($this->privates['Drosalys\\Bundle\\ApiBundle\\Action\\ActionRetriever'] ?? $this->getActionRetrieverService()), $a);
  2875.     }
  2876.     /**
  2877.      * Gets the private 'Drosalys\Bundle\ApiBundle\EventSubscriber\DeserializeActionControllerSubscriber' shared autowired service.
  2878.      *
  2879.      * @return \Drosalys\Bundle\ApiBundle\EventSubscriber\DeserializeActionControllerSubscriber
  2880.      */
  2881.     protected function getDeserializeActionControllerSubscriberService()
  2882.     {
  2883.         $a = ($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService());
  2884.         if (isset($this->privates['Drosalys\\Bundle\\ApiBundle\\EventSubscriber\\DeserializeActionControllerSubscriber'])) {
  2885.             return $this->privates['Drosalys\\Bundle\\ApiBundle\\EventSubscriber\\DeserializeActionControllerSubscriber'];
  2886.         }
  2887.         $b = ($this->privates['debug.argument_resolver'] ?? $this->getDebug_ArgumentResolverService());
  2888.         if (isset($this->privates['Drosalys\\Bundle\\ApiBundle\\EventSubscriber\\DeserializeActionControllerSubscriber'])) {
  2889.             return $this->privates['Drosalys\\Bundle\\ApiBundle\\EventSubscriber\\DeserializeActionControllerSubscriber'];
  2890.         }
  2891.         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()), $a$b);
  2892.     }
  2893.     /**
  2894.      * Gets the private 'Drosalys\Bundle\ApiBundle\Serializer\Adapter\Symfony\SerializerAdapter' shared autowired service.
  2895.      *
  2896.      * @return \Drosalys\Bundle\ApiBundle\Serializer\Adapter\Symfony\SerializerAdapter
  2897.      */
  2898.     protected function getSerializerAdapterService()
  2899.     {
  2900.         $a = ($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService());
  2901.         if (isset($this->privates['Drosalys\\Bundle\\ApiBundle\\Serializer\\Adapter\\Symfony\\SerializerAdapter'])) {
  2902.             return $this->privates['Drosalys\\Bundle\\ApiBundle\\Serializer\\Adapter\\Symfony\\SerializerAdapter'];
  2903.         }
  2904.         return $this->privates['Drosalys\\Bundle\\ApiBundle\\Serializer\\Adapter\\Symfony\\SerializerAdapter'] = new \Drosalys\Bundle\ApiBundle\Serializer\Adapter\Symfony\SerializerAdapter($a);
  2905.     }
  2906.     /**
  2907.      * Gets the private 'Nellapp\Bundle\SDKBundle\EventSubscriber\ControllerEntityResolverSubscriber' shared autowired service.
  2908.      *
  2909.      * @return \Nellapp\Bundle\SDKBundle\EventSubscriber\ControllerEntityResolverSubscriber
  2910.      */
  2911.     protected function getControllerEntityResolverSubscriberService()
  2912.     {
  2913.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  2914.         if (isset($this->privates['Nellapp\\Bundle\\SDKBundle\\EventSubscriber\\ControllerEntityResolverSubscriber'])) {
  2915.             return $this->privates['Nellapp\\Bundle\\SDKBundle\\EventSubscriber\\ControllerEntityResolverSubscriber'];
  2916.         }
  2917.         return $this->privates['Nellapp\\Bundle\\SDKBundle\\EventSubscriber\\ControllerEntityResolverSubscriber'] = new \Nellapp\Bundle\SDKBundle\EventSubscriber\ControllerEntityResolverSubscriber($a);
  2918.     }
  2919.     /**
  2920.      * Gets the private 'Nellapp\Bundle\SDKBundle\EventSubscriber\DeviceIdSubscriber' shared autowired service.
  2921.      *
  2922.      * @return \Nellapp\Bundle\SDKBundle\EventSubscriber\DeviceIdSubscriber
  2923.      */
  2924.     protected function getDeviceIdSubscriberService()
  2925.     {
  2926.         return $this->privates['Nellapp\\Bundle\\SDKBundle\\EventSubscriber\\DeviceIdSubscriber'] = new \Nellapp\Bundle\SDKBundle\EventSubscriber\DeviceIdSubscriber(($this->privates['Nellapp\\Bundle\\SDKBundle\\Routing\\Utils\\DomainsRoutingUtils'] ?? ($this->privates['Nellapp\\Bundle\\SDKBundle\\Routing\\Utils\\DomainsRoutingUtils'] = new \Nellapp\Bundle\SDKBundle\Routing\Utils\DomainsRoutingUtils($this->getEnv('DEFAULT_DOMAIN'), 'core'))));
  2927.     }
  2928.     /**
  2929.      * Gets the private 'Nellapp\Bundle\SDKBundle\EventSubscriber\RequestChannelDomainSubscriber' shared autowired service.
  2930.      *
  2931.      * @return \Nellapp\Bundle\SDKBundle\EventSubscriber\RequestChannelDomainSubscriber
  2932.      */
  2933.     protected function getRequestChannelDomainSubscriberService()
  2934.     {
  2935.         $a = ($this->privates['Nellapp\\Bundle\\SDKBundle\\Routing\\Utils\\ChannelMainDomainUtils'] ?? $this->getChannelMainDomainUtilsService());
  2936.         if (isset($this->privates['Nellapp\\Bundle\\SDKBundle\\EventSubscriber\\RequestChannelDomainSubscriber'])) {
  2937.             return $this->privates['Nellapp\\Bundle\\SDKBundle\\EventSubscriber\\RequestChannelDomainSubscriber'];
  2938.         }
  2939.         $b = ($this->services['router'] ?? $this->getRouterService());
  2940.         if (isset($this->privates['Nellapp\\Bundle\\SDKBundle\\EventSubscriber\\RequestChannelDomainSubscriber'])) {
  2941.             return $this->privates['Nellapp\\Bundle\\SDKBundle\\EventSubscriber\\RequestChannelDomainSubscriber'];
  2942.         }
  2943.         return $this->privates['Nellapp\\Bundle\\SDKBundle\\EventSubscriber\\RequestChannelDomainSubscriber'] = new \Nellapp\Bundle\SDKBundle\EventSubscriber\RequestChannelDomainSubscriber($a$b);
  2944.     }
  2945.     /**
  2946.      * Gets the private 'Nellapp\Bundle\SDKBundle\GlobalGetters\GlobalEntitiesService' shared autowired service.
  2947.      *
  2948.      * @return \Nellapp\Bundle\SDKBundle\GlobalGetters\GlobalEntitiesService
  2949.      */
  2950.     protected function getGlobalEntitiesServiceService()
  2951.     {
  2952.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  2953.         if (isset($this->privates['Nellapp\\Bundle\\SDKBundle\\GlobalGetters\\GlobalEntitiesService'])) {
  2954.             return $this->privates['Nellapp\\Bundle\\SDKBundle\\GlobalGetters\\GlobalEntitiesService'];
  2955.         }
  2956.         return $this->privates['Nellapp\\Bundle\\SDKBundle\\GlobalGetters\\GlobalEntitiesService'] = new \Nellapp\Bundle\SDKBundle\GlobalGetters\GlobalEntitiesService($a, ($this->privates['Nellapp\\Bundle\\SDKBundle\\GlobalGetters\\GlobalEntityKeys'] ?? $this->getGlobalEntityKeysService()));
  2957.     }
  2958.     /**
  2959.      * Gets the private 'Nellapp\Bundle\SDKBundle\GlobalGetters\GlobalEntityKeys' shared autowired service.
  2960.      *
  2961.      * @return \Nellapp\Bundle\SDKBundle\GlobalGetters\GlobalEntityKeys
  2962.      */
  2963.     protected function getGlobalEntityKeysService()
  2964.     {
  2965.         return $this->privates['Nellapp\\Bundle\\SDKBundle\\GlobalGetters\\GlobalEntityKeys'] = new \Nellapp\Bundle\SDKBundle\GlobalGetters\GlobalEntityKeys($this->parameters['nellapp_sdk.global_getter.global_entities']);
  2966.     }
  2967.     /**
  2968.      * Gets the private 'Nellapp\Bundle\SDKBundle\Mailer\Mailer' shared autowired service.
  2969.      *
  2970.      * @return \Nellapp\Bundle\SDKBundle\Mailer\Mailer
  2971.      */
  2972.     protected function getMailerService()
  2973.     {
  2974.         $a = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  2975.         if (isset($this->privates['Nellapp\\Bundle\\SDKBundle\\Mailer\\Mailer'])) {
  2976.             return $this->privates['Nellapp\\Bundle\\SDKBundle\\Mailer\\Mailer'];
  2977.         }
  2978.         $this->privates['Nellapp\\Bundle\\SDKBundle\\Mailer\\Mailer'] = $instance = new \Nellapp\Bundle\SDKBundle\Mailer\Mailer($this->getEnv('MAIL_SENDER'), $this->getEnv('MAIL_SENDER_NAME'), $this->getEnv('BREVO_API_URL'), $this->getEnv('BREVO_API_KEY'), $this->getEnv('MAIL_DEV_ADDRESS'), $this->getEnv('bool:MAIL_TO_DEV'), $this->getEnv('bool:ACTIVE_MAIL'), $a, ($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService()));
  2979.         $instance->setLogger(($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  2980.         return $instance;
  2981.     }
  2982.     /**
  2983.      * Gets the private 'Nellapp\Bundle\SDKBundle\Permission\ChannelUserPermissionManager' shared autowired service.
  2984.      *
  2985.      * @return \Nellapp\Bundle\SDKBundle\Permission\ChannelUserPermissionManager
  2986.      */
  2987.     protected function getChannelUserPermissionManagerService()
  2988.     {
  2989.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  2990.         if (isset($this->privates['Nellapp\\Bundle\\SDKBundle\\Permission\\ChannelUserPermissionManager'])) {
  2991.             return $this->privates['Nellapp\\Bundle\\SDKBundle\\Permission\\ChannelUserPermissionManager'];
  2992.         }
  2993.         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);
  2994.     }
  2995.     /**
  2996.      * Gets the private 'Nellapp\Bundle\SDKBundle\Permission\ChannelUserPermissionService' shared autowired service.
  2997.      *
  2998.      * @return \Nellapp\Bundle\SDKBundle\Permission\ChannelUserPermissionService
  2999.      */
  3000.     protected function getChannelUserPermissionServiceService()
  3001.     {
  3002.         $a = ($this->privates['Nellapp\\Bundle\\SDKBundle\\Permission\\ChannelUserPermissionManager'] ?? $this->getChannelUserPermissionManagerService());
  3003.         if (isset($this->privates['Nellapp\\Bundle\\SDKBundle\\Permission\\ChannelUserPermissionService'])) {
  3004.             return $this->privates['Nellapp\\Bundle\\SDKBundle\\Permission\\ChannelUserPermissionService'];
  3005.         }
  3006.         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()));
  3007.     }
  3008.     /**
  3009.      * Gets the private 'Nellapp\Bundle\SDKBundle\Permission\Enum\ChannelUserPermissionEnumManager' shared autowired service.
  3010.      *
  3011.      * @return \Nellapp\Bundle\SDKBundle\Permission\Enum\ChannelUserPermissionEnumManager
  3012.      */
  3013.     protected function getChannelUserPermissionEnumManagerService()
  3014.     {
  3015.         return $this->privates['Nellapp\\Bundle\\SDKBundle\\Permission\\Enum\\ChannelUserPermissionEnumManager'] = new \Nellapp\Bundle\SDKBundle\Permission\Enum\ChannelUserPermissionEnumManager(new RewindableGenerator(function () {
  3016.             yield => ($this->privates['App\\Enum\\ChannelUserResourcePermission\\ChannelUserActivityFeedPermissionEnum'] ?? ($this->privates['App\\Enum\\ChannelUserResourcePermission\\ChannelUserActivityFeedPermissionEnum'] = new \App\Enum\ChannelUserResourcePermission\ChannelUserActivityFeedPermissionEnum()));
  3017.             yield => ($this->privates['App\\Enum\\ChannelUserResourcePermission\\ChannelUserPermissionAsyncEnum'] ?? ($this->privates['App\\Enum\\ChannelUserResourcePermission\\ChannelUserPermissionAsyncEnum'] = new \App\Enum\ChannelUserResourcePermission\ChannelUserPermissionAsyncEnum()));
  3018.             yield => ($this->privates['App\\Enum\\ChannelUserResourcePermission\\ChannelUserServicePermissionEnum'] ?? ($this->privates['App\\Enum\\ChannelUserResourcePermission\\ChannelUserServicePermissionEnum'] = new \App\Enum\ChannelUserResourcePermission\ChannelUserServicePermissionEnum()));
  3019.             yield => ($this->privates['Nellapp\\Bundle\\SDKBundle\\Permission\\Enum\\ChannelUserChannelUserDataPermissionEnum'] ?? ($this->privates['Nellapp\\Bundle\\SDKBundle\\Permission\\Enum\\ChannelUserChannelUserDataPermissionEnum'] = new \Nellapp\Bundle\SDKBundle\Permission\Enum\ChannelUserChannelUserDataPermissionEnum()));
  3020.             yield => ($this->privates['Nellapp\\Bundle\\SDKBundle\\Permission\\Enum\\ChannelUserCursusPermissionEnum'] ?? ($this->privates['Nellapp\\Bundle\\SDKBundle\\Permission\\Enum\\ChannelUserCursusPermissionEnum'] = new \Nellapp\Bundle\SDKBundle\Permission\Enum\ChannelUserCursusPermissionEnum()));
  3021.             yield => ($this->privates['Nellapp\\Bundle\\SDKBundle\\Permission\\Enum\\ChannelUserPermissionAsyncEnum'] ?? ($this->privates['Nellapp\\Bundle\\SDKBundle\\Permission\\Enum\\ChannelUserPermissionAsyncEnum'] = new \Nellapp\Bundle\SDKBundle\Permission\Enum\ChannelUserPermissionAsyncEnum()));
  3022.             yield => ($this->privates['Nellapp\\Bundle\\SDKBundle\\Permission\\Enum\\ChannelUserPermissionEnum'] ?? ($this->privates['Nellapp\\Bundle\\SDKBundle\\Permission\\Enum\\ChannelUserPermissionEnum'] = new \Nellapp\Bundle\SDKBundle\Permission\Enum\ChannelUserPermissionEnum()));
  3023.             yield => ($this->privates['Nellapp\\Bundle\\SDKBundle\\Permission\\Enum\\ChannelUserSessionPermissionEnum'] ?? ($this->privates['Nellapp\\Bundle\\SDKBundle\\Permission\\Enum\\ChannelUserSessionPermissionEnum'] = new \Nellapp\Bundle\SDKBundle\Permission\Enum\ChannelUserSessionPermissionEnum()));
  3024.             yield => ($this->privates['Nellapp\\Bundle\\SDKBundle\\Permission\\Enum\\ChannelUserTrainingPermissionEnum'] ?? ($this->privates['Nellapp\\Bundle\\SDKBundle\\Permission\\Enum\\ChannelUserTrainingPermissionEnum'] = new \Nellapp\Bundle\SDKBundle\Permission\Enum\ChannelUserTrainingPermissionEnum()));
  3025.         }, 9));
  3026.     }
  3027.     /**
  3028.      * Gets the private 'Nellapp\Bundle\SDKBundle\Permission\Security\Hierarchy\ChannelUserPermissionHierarchyManager' shared autowired service.
  3029.      *
  3030.      * @return \Nellapp\Bundle\SDKBundle\Permission\Security\Hierarchy\ChannelUserPermissionHierarchyManager
  3031.      */
  3032.     protected function getChannelUserPermissionHierarchyManagerService()
  3033.     {
  3034.         return $this->privates['Nellapp\\Bundle\\SDKBundle\\Permission\\Security\\Hierarchy\\ChannelUserPermissionHierarchyManager'] = new \Nellapp\Bundle\SDKBundle\Permission\Security\Hierarchy\ChannelUserPermissionHierarchyManager(new RewindableGenerator(function () {
  3035.             yield => ($this->privates['App\\Security\\Hierarchy\\ChannelServicePermissionHierarchy'] ?? ($this->privates['App\\Security\\Hierarchy\\ChannelServicePermissionHierarchy'] = new \App\Security\Hierarchy\ChannelServicePermissionHierarchy()));
  3036.             yield => ($this->privates['App\\Security\\Hierarchy\\ChannelUserPermissionAsyncHierarchy'] ?? ($this->privates['App\\Security\\Hierarchy\\ChannelUserPermissionAsyncHierarchy'] = new \App\Security\Hierarchy\ChannelUserPermissionAsyncHierarchy()));
  3037.             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()));
  3038.             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()));
  3039.             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()));
  3040.             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()));
  3041.             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()));
  3042.         }, 7));
  3043.     }
  3044.     /**
  3045.      * Gets the private 'Nellapp\Bundle\SDKBundle\Permission\Twig\Runtime\Info\ChannelUserDataPermissionRuntime' shared autowired service.
  3046.      *
  3047.      * @return \Nellapp\Bundle\SDKBundle\Permission\Twig\Runtime\Info\ChannelUserDataPermissionRuntime
  3048.      */
  3049.     protected function getChannelUserDataPermissionRuntimeService()
  3050.     {
  3051.         return $this->privates['Nellapp\\Bundle\\SDKBundle\\Permission\\Twig\\Runtime\\Info\\ChannelUserDataPermissionRuntime'] = new \Nellapp\Bundle\SDKBundle\Permission\Twig\Runtime\Info\ChannelUserDataPermissionRuntime(($this->privates['Nellapp\\Bundle\\SDKBundle\\Permission\\ChannelUserPermissionService'] ?? $this->getChannelUserPermissionServiceService()), ($this->privates['Nellapp\\Bundle\\SDKBundle\\Permission\\UserOwner\\UserOwnerGetter'] ?? $this->getUserOwnerGetterService()), ($this->services['translator'] ?? $this->getTranslatorService()));
  3052.     }
  3053.     /**
  3054.      * Gets the private 'Nellapp\Bundle\SDKBundle\Permission\UserOwner\UserOwnerGetter' shared autowired service.
  3055.      *
  3056.      * @return \Nellapp\Bundle\SDKBundle\Permission\UserOwner\UserOwnerGetter
  3057.      */
  3058.     protected function getUserOwnerGetterService()
  3059.     {
  3060.         return $this->privates['Nellapp\\Bundle\\SDKBundle\\Permission\\UserOwner\\UserOwnerGetter'] = new \Nellapp\Bundle\SDKBundle\Permission\UserOwner\UserOwnerGetter(new RewindableGenerator(function () {
  3061.             return new \EmptyIterator();
  3062.         }, 0));
  3063.     }
  3064.     /**
  3065.      * Gets the private 'Nellapp\Bundle\SDKBundle\Routing\Utils\ChannelMainDomainUtils' shared autowired service.
  3066.      *
  3067.      * @return \Nellapp\Bundle\SDKBundle\Routing\Utils\ChannelMainDomainUtils
  3068.      */
  3069.     protected function getChannelMainDomainUtilsService()
  3070.     {
  3071.         $a = ($this->privates['Nellapp\\Bundle\\SDKBundle\\GlobalGetters\\GlobalEntitiesService'] ?? $this->getGlobalEntitiesServiceService());
  3072.         if (isset($this->privates['Nellapp\\Bundle\\SDKBundle\\Routing\\Utils\\ChannelMainDomainUtils'])) {
  3073.             return $this->privates['Nellapp\\Bundle\\SDKBundle\\Routing\\Utils\\ChannelMainDomainUtils'];
  3074.         }
  3075.         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);
  3076.     }
  3077.     /**
  3078.      * Gets the private 'Nellapp\Bundle\SDKBundle\Twig\Runtime\FileRuntime' shared autowired service.
  3079.      *
  3080.      * @return \Nellapp\Bundle\SDKBundle\Twig\Runtime\FileRuntime
  3081.      */
  3082.     protected function getFileRuntime2Service()
  3083.     {
  3084.         return $this->privates['Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\FileRuntime'] = new \Nellapp\Bundle\SDKBundle\Twig\Runtime\FileRuntime(($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))), ($this->privates['Nellapp\\Bundle\\SDKBundle\\Uploader\\Service\\NellappFileService'] ?? $this->getNellappFileServiceService()));
  3085.     }
  3086.     /**
  3087.      * Gets the private 'Nellapp\Bundle\SDKBundle\Twig\Runtime\ImageRunTime' shared autowired service.
  3088.      *
  3089.      * @return \Nellapp\Bundle\SDKBundle\Twig\Runtime\ImageRunTime
  3090.      */
  3091.     protected function getImageRunTimeService()
  3092.     {
  3093.         return $this->privates['Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\ImageRunTime'] = new \Nellapp\Bundle\SDKBundle\Twig\Runtime\ImageRunTime(($this->privates['assets.packages'] ?? $this->getAssets_PackagesService()));
  3094.     }
  3095.     /**
  3096.      * Gets the private 'Nellapp\Bundle\SDKBundle\Uploader\Service\NellappFileService' shared autowired service.
  3097.      *
  3098.      * @return \Nellapp\Bundle\SDKBundle\Uploader\Service\NellappFileService
  3099.      */
  3100.     protected function getNellappFileServiceService()
  3101.     {
  3102.         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, [
  3103.             'oneup_flysystem.admin_channel_user_data_certificate_filesystem' => ['services''admin_channel_user_data_certificate_filesystem''getAdminChannelUserDataCertificateFilesystemService'true],
  3104.             'oneup_flysystem.admin_channel_user_data_drive_filesystem' => ['services''admin_channel_user_data_drive_filesystem''getAdminChannelUserDataDriveFilesystemService'false],
  3105.             'oneup_flysystem.cursus_filesystem' => ['services''cursus_filesystem''getCursusFilesystemService'false],
  3106.             'oneup_flysystem.export_filesystem' => ['services''export_filesystem''getExportFilesystemService'true],
  3107.             'oneup_flysystem.organization_filesystem' => ['services''organization_filesystem''getOrganizationFilesystemService'false],
  3108.             'oneup_flysystem.positioning_test_filesystem' => ['services''positioning_test_filesystem''getPositioningTestFilesystemService'false],
  3109.         ], [
  3110.             'oneup_flysystem.admin_channel_user_data_certificate_filesystem' => '?',
  3111.             'oneup_flysystem.admin_channel_user_data_drive_filesystem' => '?',
  3112.             'oneup_flysystem.cursus_filesystem' => '?',
  3113.             'oneup_flysystem.export_filesystem' => '?',
  3114.             'oneup_flysystem.organization_filesystem' => '?',
  3115.             'oneup_flysystem.positioning_test_filesystem' => '?',
  3116.         ]), ($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/')], 'admin_channel_user_data_drive_upload' => ['maxsize' => 10000000'mimeTypes' => $this->parameters['admin_channel_user_data_drive_upload_mime_types'], 'uploadDirectory' => (\dirname(__DIR__3).'/uploads/admin_channel_user_data_drive/')], 'admin_channel_user_data_certificate_upload' => ['maxsize' => 1000000000'mimeTypes' => $this->parameters['admin_channel_user_data_certificate_upload_mime_types'], 'uploadDirectory' => (\dirname(__DIR__3).'/uploads/admin_channel_user_data_certificate/')]]), ($this->privates['assets.packages'] ?? $this->getAssets_PackagesService()));
  3117.     }
  3118.     /**
  3119.      * Gets the private 'Symfony\WebpackEncoreBundle\EventListener\ResetAssetsEventListener' shared service.
  3120.      *
  3121.      * @return \Symfony\WebpackEncoreBundle\EventListener\ResetAssetsEventListener
  3122.      */
  3123.     protected function getResetAssetsEventListenerService()
  3124.     {
  3125.         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']);
  3126.     }
  3127.     /**
  3128.      * Gets the private 'annotations.cache_adapter' shared service.
  3129.      *
  3130.      * @return \Symfony\Component\Cache\Adapter\PhpArrayAdapter
  3131.      */
  3132.     protected function getAnnotations_CacheAdapterService()
  3133.     {
  3134.         return \Symfony\Component\Cache\Adapter\PhpArrayAdapter::create(($this->targetDir.''.'/annotations.php'), ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService()));
  3135.     }
  3136.     /**
  3137.      * Gets the private 'annotations.cached_reader' shared service.
  3138.      *
  3139.      * @return \Doctrine\Common\Annotations\PsrCachedReader
  3140.      */
  3141.     protected function getAnnotations_CachedReaderService()
  3142.     {
  3143.         return $this->privates['annotations.cached_reader'] = new \Doctrine\Common\Annotations\PsrCachedReader(($this->privates['annotations.reader'] ?? $this->getAnnotations_ReaderService()), $this->getAnnotations_CacheAdapterService(), true);
  3144.     }
  3145.     /**
  3146.      * Gets the private 'annotations.reader' shared service.
  3147.      *
  3148.      * @return \Doctrine\Common\Annotations\AnnotationReader
  3149.      */
  3150.     protected function getAnnotations_ReaderService()
  3151.     {
  3152.         $this->privates['annotations.reader'] = $instance = new \Doctrine\Common\Annotations\AnnotationReader();
  3153.         $a = new \Doctrine\Common\Annotations\AnnotationRegistry();
  3154.         $a->registerUniqueLoader('class_exists');
  3155.         $instance->addGlobalIgnoredName('required'$a);
  3156.         return $instance;
  3157.     }
  3158.     /**
  3159.      * Gets the private 'assets.context' shared service.
  3160.      *
  3161.      * @return \Symfony\Component\Asset\Context\RequestStackContext
  3162.      */
  3163.     protected function getAssets_ContextService()
  3164.     {
  3165.         $a = ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService());
  3166.         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());
  3167.     }
  3168.     /**
  3169.      * Gets the private 'assets.packages' shared service.
  3170.      *
  3171.      * @return \Symfony\Component\Asset\Packages
  3172.      */
  3173.     protected function getAssets_PackagesService()
  3174.     {
  3175.         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 () {
  3176.             yield 'account' => ($this->privates['assets._package_account'] ?? $this->load('getAssets_PackageAccountService'));
  3177.             yield 'admin' => ($this->privates['assets._package_admin'] ?? $this->load('getAssets_PackageAdminService'));
  3178.             yield 'super_admin' => ($this->privates['assets._package_super_admin'] ?? $this->load('getAssets_PackageSuperAdminService'));
  3179.             yield 'core' => ($this->privates['nellapp_sdk.assets._package_core'] ?? $this->load('getNellappSdk_Assets_PackageCoreService'));
  3180.             yield 'channel_image' => ($this->privates['nellapp_sdk.assets._package_channel_image'] ?? $this->load('getNellappSdk_Assets_PackageChannelImageService'));
  3181.             yield 'user_avatar' => ($this->privates['nellapp_sdk.assets._package_user_avatar'] ?? $this->load('getNellappSdk_Assets_PackageUserAvatarService'));
  3182.             yield 'organization_file' => ($this->privates['nellapp_sdk.assets._package_organization_file'] ?? $this->load('getNellappSdk_Assets_PackageOrganizationFileService'));
  3183.         }, 7));
  3184.     }
  3185.     /**
  3186.      * Gets the private 'cache.annotations' shared service.
  3187.      *
  3188.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  3189.      */
  3190.     protected function getCache_AnnotationsService()
  3191.     {
  3192.         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())));
  3193.     }
  3194.     /**
  3195.      * Gets the private 'cache.doctrine.orm.default.query' shared service.
  3196.      *
  3197.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  3198.      */
  3199.     protected function getCache_Doctrine_Orm_Default_QueryService()
  3200.     {
  3201.         return $this->privates['cache.doctrine.orm.default.query'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  3202.     }
  3203.     /**
  3204.      * Gets the private 'cache.doctrine.orm.default.result' shared service.
  3205.      *
  3206.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  3207.      */
  3208.     protected function getCache_Doctrine_Orm_Default_ResultService()
  3209.     {
  3210.         return $this->privates['cache.doctrine.orm.default.result'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  3211.     }
  3212.     /**
  3213.      * Gets the private 'cache.messenger.restart_workers_signal' shared service.
  3214.      *
  3215.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  3216.      */
  3217.     protected function getCache_Messenger_RestartWorkersSignalService()
  3218.     {
  3219.         $a = new \Symfony\Component\Cache\Adapter\RedisAdapter(($this->privates['.cache_connection.cI0K48L'] ?? $this->get_CacheConnection_CI0K48LService()), 'rC9AFPHjnt'0, ($this->privates['cache.default_marshaller'] ?? ($this->privates['cache.default_marshaller'] = new \Symfony\Component\Cache\Marshaller\DefaultMarshaller(NULLtrue))));
  3220.         $a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  3221.         return $this->privates['cache.messenger.restart_workers_signal'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter($a);
  3222.     }
  3223.     /**
  3224.      * Gets the private 'cache.property_info' shared service.
  3225.      *
  3226.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  3227.      */
  3228.     protected function getCache_PropertyInfoService()
  3229.     {
  3230.         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())));
  3231.     }
  3232.     /**
  3233.      * Gets the private 'cache.security_expression_language' shared service.
  3234.      *
  3235.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  3236.      */
  3237.     protected function getCache_SecurityExpressionLanguageService()
  3238.     {
  3239.         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())));
  3240.     }
  3241.     /**
  3242.      * Gets the private 'cache.serializer' shared service.
  3243.      *
  3244.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  3245.      */
  3246.     protected function getCache_SerializerService()
  3247.     {
  3248.         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())));
  3249.     }
  3250.     /**
  3251.      * Gets the private 'cache.validator' shared service.
  3252.      *
  3253.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  3254.      */
  3255.     protected function getCache_ValidatorService()
  3256.     {
  3257.         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())));
  3258.     }
  3259.     /**
  3260.      * Gets the private 'cache.webpack_encore' shared service.
  3261.      *
  3262.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  3263.      */
  3264.     protected function getCache_WebpackEncoreService()
  3265.     {
  3266.         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())));
  3267.     }
  3268.     /**
  3269.      * Gets the private 'config_cache_factory' shared service.
  3270.      *
  3271.      * @return \Symfony\Component\Config\ResourceCheckerConfigCacheFactory
  3272.      */
  3273.     protected function getConfigCacheFactoryService()
  3274.     {
  3275.         return $this->privates['config_cache_factory'] = new \Symfony\Component\Config\ResourceCheckerConfigCacheFactory(new RewindableGenerator(function () {
  3276.             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)));
  3277.             yield => ($this->privates['config.resource.self_checking_resource_checker'] ?? ($this->privates['config.resource.self_checking_resource_checker'] = new \Symfony\Component\Config\Resource\SelfCheckingResourceChecker()));
  3278.         }, 2));
  3279.     }
  3280.     /**
  3281.      * Gets the private 'data_collector.form' shared service.
  3282.      *
  3283.      * @return \Symfony\Component\Form\Extension\DataCollector\FormDataCollector
  3284.      */
  3285.     protected function getDataCollector_FormService()
  3286.     {
  3287.         return $this->privates['data_collector.form'] = new \Symfony\Component\Form\Extension\DataCollector\FormDataCollector(new \Symfony\Component\Form\Extension\DataCollector\FormDataExtractor());
  3288.     }
  3289.     /**
  3290.      * Gets the private 'data_collector.request' shared service.
  3291.      *
  3292.      * @return \Symfony\Component\HttpKernel\DataCollector\RequestDataCollector
  3293.      */
  3294.     protected function getDataCollector_RequestService()
  3295.     {
  3296.         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())));
  3297.     }
  3298.     /**
  3299.      * Gets the private 'debug.argument_resolver' shared service.
  3300.      *
  3301.      * @return \Symfony\Component\HttpKernel\Controller\TraceableArgumentResolver
  3302.      */
  3303.     protected function getDebug_ArgumentResolverService()
  3304.     {
  3305.         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 () {
  3306.             yield => ($this->privates['debug.argument_resolver.request_attribute'] ?? $this->load('getDebug_ArgumentResolver_RequestAttributeService'));
  3307.             yield => ($this->privates['debug.argument_resolver.request'] ?? $this->load('getDebug_ArgumentResolver_RequestService'));
  3308.             yield => ($this->privates['debug.argument_resolver.session'] ?? $this->load('getDebug_ArgumentResolver_SessionService'));
  3309.             yield => ($this->privates['debug.security.user_value_resolver'] ?? $this->load('getDebug_Security_UserValueResolverService'));
  3310.             yield => ($this->privates['debug.Drosalys\\Bundle\\ApiBundle\\ArgumentResolver\\ActionResolver'] ?? $this->load('getActionResolverService'));
  3311.             yield => ($this->privates['debug.Drosalys\\Bundle\\ApiBundle\\ArgumentResolver\\ConstraintViolationListResolver'] ?? $this->load('getConstraintViolationListResolverService'));
  3312.             yield => ($this->privates['debug.Drosalys\\Bundle\\ApiBundle\\ArgumentResolver\\DeserializeResolver'] ?? $this->load('getDeserializeResolverService'));
  3313.             yield => ($this->privates['debug.argument_resolver.service'] ?? $this->load('getDebug_ArgumentResolver_ServiceService'));
  3314.             yield => ($this->privates['debug.argument_resolver.default'] ?? $this->load('getDebug_ArgumentResolver_DefaultService'));
  3315.             yield => ($this->privates['debug.argument_resolver.variadic'] ?? $this->load('getDebug_ArgumentResolver_VariadicService'));
  3316.             yield 10 => ($this->privates['debug.argument_resolver.not_tagged_controller'] ?? $this->load('getDebug_ArgumentResolver_NotTaggedControllerService'));
  3317.         }, 11)), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  3318.     }
  3319.     /**
  3320.      * Gets the private 'debug.debug_handlers_listener' shared service.
  3321.      *
  3322.      * @return \Symfony\Component\HttpKernel\EventListener\DebugHandlersListener
  3323.      */
  3324.     protected function getDebug_DebugHandlersListenerService()
  3325.     {
  3326.         $a = new \Symfony\Bridge\Monolog\Logger('php');
  3327.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  3328.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  3329.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  3330.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  3331.         return $this->privates['debug.debug_handlers_listener'] = new \Symfony\Component\HttpKernel\EventListener\DebugHandlersListener(NULL$aNULL, -1truetrueNULL);
  3332.     }
  3333.     /**
  3334.      * Gets the private 'debug.file_link_formatter' shared service.
  3335.      *
  3336.      * @return \Symfony\Component\HttpKernel\Debug\FileLinkFormatter
  3337.      */
  3338.     protected function getDebug_FileLinkFormatterService()
  3339.     {
  3340.         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 () {
  3341.             return ($this->privates['debug.file_link_formatter.url_format'] ?? $this->load('getDebug_FileLinkFormatter_UrlFormatService'));
  3342.         });
  3343.     }
  3344.     /**
  3345.      * Gets the private 'debug.log_processor' shared service.
  3346.      *
  3347.      * @return \Symfony\Bridge\Monolog\Processor\DebugProcessor
  3348.      */
  3349.     protected function getDebug_LogProcessorService()
  3350.     {
  3351.         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())));
  3352.     }
  3353.     /**
  3354.      * Gets the private 'debug.security.access.decision_manager' shared service.
  3355.      *
  3356.      * @return \Symfony\Component\Security\Core\Authorization\TraceableAccessDecisionManager
  3357.      */
  3358.     protected function getDebug_Security_Access_DecisionManagerService()
  3359.     {
  3360.         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 () {
  3361.             yield => ($this->privates['debug.security.voter.security.access.authenticated_voter'] ?? $this->load('getDebug_Security_Voter_Security_Access_AuthenticatedVoterService'));
  3362.             yield => ($this->privates['debug.security.voter.security.access.role_hierarchy_voter'] ?? $this->load('getDebug_Security_Voter_Security_Access_RoleHierarchyVoterService'));
  3363.             yield => ($this->privates['debug.security.voter.security.access.expression_voter'] ?? $this->load('getDebug_Security_Voter_Security_Access_ExpressionVoterService'));
  3364.             yield => ($this->privates['debug.security.voter.App\\Security\\Voter\\AdminDriveVoter'] ?? $this->load('getAdminDriveVoterService'));
  3365.             yield => ($this->privates['debug.security.voter.App\\Security\\Voter\\CursusDriverVoter'] ?? $this->load('getCursusDriverVoterService'));
  3366.             yield => ($this->privates['debug.security.voter.App\\Security\\Voter\\FileExportVoter'] ?? $this->load('getFileExportVoterService'));
  3367.             yield => ($this->privates['debug.security.voter.Nellapp\\Bundle\\SDKBundle\\Permission\\Security\\Voter\\ChannelUserDataVoter'] ?? $this->load('getChannelUserDataVoterService'));
  3368.             yield => ($this->privates['debug.security.voter.Nellapp\\Bundle\\SDKBundle\\Permission\\Security\\Voter\\ChannelUserMenuVoter'] ?? $this->load('getChannelUserMenuVoterService'));
  3369.             yield => ($this->privates['debug.security.voter.Nellapp\\Bundle\\SDKBundle\\Permission\\Security\\Voter\\ChannelUserPermissionResourceVoter'] ?? $this->load('getChannelUserPermissionResourceVoterService'));
  3370.             yield => ($this->privates['debug.security.voter.Nellapp\\Bundle\\SDKBundle\\Permission\\Security\\Voter\\ChannelUserPermissionVoter'] ?? $this->load('getChannelUserPermissionVoterService'));
  3371.             yield 10 => ($this->privates['debug.security.voter.Nellapp\\Bundle\\SDKBundle\\Permission\\Security\\Voter\\SharableChannelPermissionVoter'] ?? $this->load('getSharableChannelPermissionVoterService'));
  3372.             yield 11 => ($this->privates['debug.security.voter.Nellapp\\Bundle\\SDKBundle\\Permission\\Security\\Voter\\SharableChannelResourcePermissionVoter'] ?? $this->load('getSharableChannelResourcePermissionVoterService'));
  3373.             yield 12 => ($this->privates['debug.security.voter.Nellapp\\Bundle\\SDKBundle\\Permission\\Security\\Voter\\SharableUsersResourcePermissionVoter'] ?? $this->load('getSharableUsersResourcePermissionVoterService'));
  3374.             yield 13 => ($this->privates['debug.security.voter.Nellapp\\Bundle\\SDKBundle\\Permission\\Security\\Voter\\SuperAdminVoter'] ?? $this->load('getSuperAdminVoterService'));
  3375.             yield 14 => ($this->privates['debug.security.voter.Nellapp\\Bundle\\SDKBundle\\Permission\\Security\\Voter\\UserOwnerVoter'] ?? $this->load('getUserOwnerVoterService'));
  3376.             yield 15 => ($this->privates['debug.security.voter.Nellapp\\Bundle\\SDKBundle\\Permission\\Security\\Voter\\UsersResourceVoter'] ?? $this->load('getUsersResourceVoterService'));
  3377.         }, 16), new \Symfony\Component\Security\Core\Authorization\Strategy\AffirmativeStrategy(false)));
  3378.     }
  3379.     /**
  3380.      * Gets the private 'debug.security.firewall' shared service.
  3381.      *
  3382.      * @return \Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener
  3383.      */
  3384.     protected function getDebug_Security_FirewallService()
  3385.     {
  3386.         $a = ($this->privates['security.firewall.map'] ?? $this->getSecurity_Firewall_MapService());
  3387.         if (isset($this->privates['debug.security.firewall'])) {
  3388.             return $this->privates['debug.security.firewall'];
  3389.         }
  3390.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  3391.         if (isset($this->privates['debug.security.firewall'])) {
  3392.             return $this->privates['debug.security.firewall'];
  3393.         }
  3394.         return $this->privates['debug.security.firewall'] = new \Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener($a$b, ($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService()));
  3395.     }
  3396.     /**
  3397.      * Gets the private 'doctrine.migrations.dependency_factory' shared service.
  3398.      *
  3399.      * @return \Doctrine\Migrations\DependencyFactory
  3400.      */
  3401.     protected function getDoctrine_Migrations_DependencyFactoryService()
  3402.     {
  3403.         $a = new \Doctrine\Migrations\Configuration\Configuration();
  3404.         $a->addMigrationsDirectory('DoctrineMigrations', (\dirname(__DIR__4).'/migrations'));
  3405.         $a->setAllOrNothing(false);
  3406.         $a->setCheckDatabasePlatform(true);
  3407.         $a->setTransactional(true);
  3408.         $a->setMetadataStorageConfiguration(new \Doctrine\Migrations\Metadata\Storage\TableMetadataStorageConfiguration());
  3409.         $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()));
  3410.         $instance->setDefinition('Doctrine\\Migrations\\Version\\MigrationFactory', function () {
  3411.             return ($this->privates['doctrine.migrations.container_aware_migrations_factory'] ?? $this->load('getDoctrine_Migrations_ContainerAwareMigrationsFactoryService'));
  3412.         });
  3413.         return $instance;
  3414.     }
  3415.     /**
  3416.      * Gets the private 'doctrine.orm.default_xml_metadata_driver' shared service.
  3417.      *
  3418.      * @return \Doctrine\ORM\Mapping\Driver\SimplifiedXmlDriver
  3419.      */
  3420.     protected function getDoctrine_Orm_DefaultXmlMetadataDriverService()
  3421.     {
  3422.         $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']);
  3423.         $instance->setGlobalBasename('mapping');
  3424.         return $instance;
  3425.     }
  3426.     /**
  3427.      * Gets the private 'exception_listener' shared service.
  3428.      *
  3429.      * @return \Symfony\Component\HttpKernel\EventListener\ErrorListener
  3430.      */
  3431.     protected function getExceptionListenerService()
  3432.     {
  3433.         return $this->privates['exception_listener'] = new \Symfony\Component\HttpKernel\EventListener\ErrorListener('error_controller', ($this->privates['monolog.logger.request'] ?? $this->getMonolog_Logger_RequestService()), true, []);
  3434.     }
  3435.     /**
  3436.      * Gets the private 'framework_extra_bundle.argument_name_convertor' shared service.
  3437.      *
  3438.      * @return \Sensio\Bundle\FrameworkExtraBundle\Request\ArgumentNameConverter
  3439.      */
  3440.     protected function getFrameworkExtraBundle_ArgumentNameConvertorService()
  3441.     {
  3442.         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())));
  3443.     }
  3444.     /**
  3445.      * Gets the private 'framework_extra_bundle.event.is_granted' shared service.
  3446.      *
  3447.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\IsGrantedListener
  3448.      */
  3449.     protected function getFrameworkExtraBundle_Event_IsGrantedService()
  3450.     {
  3451.         return $this->privates['framework_extra_bundle.event.is_granted'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\IsGrantedListener(($this->privates['framework_extra_bundle.argument_name_convertor'] ?? $this->getFrameworkExtraBundle_ArgumentNameConvertorService()), ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService()));
  3452.     }
  3453.     /**
  3454.      * Gets the private 'knp_paginator.subscriber.sliding_pagination' shared service.
  3455.      *
  3456.      * @return \Knp\Bundle\PaginatorBundle\Subscriber\SlidingPaginationSubscriber
  3457.      */
  3458.     protected function getKnpPaginator_Subscriber_SlidingPaginationService()
  3459.     {
  3460.         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]);
  3461.     }
  3462.     /**
  3463.      * Gets the private 'liip_imagine.filter.configuration' shared service.
  3464.      *
  3465.      * @return \Liip\ImagineBundle\Imagine\Filter\FilterConfiguration
  3466.      */
  3467.     protected function getLiipImagine_Filter_ConfigurationService()
  3468.     {
  3469.         return $this->privates['liip_imagine.filter.configuration'] = new \Liip\ImagineBundle\Imagine\Filter\FilterConfiguration($this->parameters['liip_imagine.filter_sets']);
  3470.     }
  3471.     /**
  3472.      * Gets the private 'locale_aware_listener' shared service.
  3473.      *
  3474.      * @return \Symfony\Component\HttpKernel\EventListener\LocaleAwareListener
  3475.      */
  3476.     protected function getLocaleAwareListenerService()
  3477.     {
  3478.         return $this->privates['locale_aware_listener'] = new \Symfony\Component\HttpKernel\EventListener\LocaleAwareListener(new RewindableGenerator(function () {
  3479.             yield => ($this->privates['slugger'] ?? ($this->privates['slugger'] = new \Symfony\Component\String\Slugger\AsciiSlugger('fr')));
  3480.             yield => ($this->privates['translator.default'] ?? $this->getTranslator_DefaultService());
  3481.         }, 2), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  3482.     }
  3483.     /**
  3484.      * Gets the private 'locale_listener' shared service.
  3485.      *
  3486.      * @return \Symfony\Component\HttpKernel\EventListener\LocaleListener
  3487.      */
  3488.     protected function getLocaleListenerService()
  3489.     {
  3490.         $a = ($this->services['router'] ?? $this->getRouterService());
  3491.         if (isset($this->privates['locale_listener'])) {
  3492.             return $this->privates['locale_listener'];
  3493.         }
  3494.         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'$afalse, []);
  3495.     }
  3496.     /**
  3497.      * Gets the private 'mime_types' shared service.
  3498.      *
  3499.      * @return \Symfony\Component\Mime\MimeTypes
  3500.      */
  3501.     protected function getMimeTypesService()
  3502.     {
  3503.         $this->privates['mime_types'] = $instance = new \Symfony\Component\Mime\MimeTypes();
  3504.         $instance->setDefault($instance);
  3505.         return $instance;
  3506.     }
  3507.     /**
  3508.      * Gets the private 'monolog.handler.console' shared service.
  3509.      *
  3510.      * @return \Symfony\Bridge\Monolog\Handler\ConsoleHandler
  3511.      */
  3512.     protected function getMonolog_Handler_ConsoleService()
  3513.     {
  3514.         return $this->privates['monolog.handler.console'] = new \Symfony\Bridge\Monolog\Handler\ConsoleHandler(NULLtrue, [], []);
  3515.     }
  3516.     /**
  3517.      * Gets the private 'monolog.handler.main' shared service.
  3518.      *
  3519.      * @return \Monolog\Handler\StreamHandler
  3520.      */
  3521.     protected function getMonolog_Handler_MainService()
  3522.     {
  3523.         $this->privates['monolog.handler.main'] = $instance = new \Monolog\Handler\StreamHandler((\dirname(__DIR__3).'/log/dev.log'), 100trueNULLfalse);
  3524.         $instance->pushProcessor(new \Monolog\Processor\PsrLogMessageProcessor());
  3525.         return $instance;
  3526.     }
  3527.     /**
  3528.      * Gets the private 'monolog.logger' shared service.
  3529.      *
  3530.      * @return \Symfony\Bridge\Monolog\Logger
  3531.      */
  3532.     protected function getMonolog_LoggerService()
  3533.     {
  3534.         $this->privates['monolog.logger'] = $instance = new \Symfony\Bridge\Monolog\Logger('app');
  3535.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  3536.         $instance->useMicrosecondTimestamps(true);
  3537.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  3538.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  3539.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  3540.         return $instance;
  3541.     }
  3542.     /**
  3543.      * Gets the private 'monolog.logger.cache' shared service.
  3544.      *
  3545.      * @return \Symfony\Bridge\Monolog\Logger
  3546.      */
  3547.     protected function getMonolog_Logger_CacheService()
  3548.     {
  3549.         $this->privates['monolog.logger.cache'] = $instance = new \Symfony\Bridge\Monolog\Logger('cache');
  3550.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  3551.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  3552.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  3553.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  3554.         return $instance;
  3555.     }
  3556.     /**
  3557.      * Gets the private 'monolog.logger.request' shared service.
  3558.      *
  3559.      * @return \Symfony\Bridge\Monolog\Logger
  3560.      */
  3561.     protected function getMonolog_Logger_RequestService()
  3562.     {
  3563.         $this->privates['monolog.logger.request'] = $instance = new \Symfony\Bridge\Monolog\Logger('request');
  3564.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  3565.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  3566.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  3567.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  3568.         return $instance;
  3569.     }
  3570.     /**
  3571.      * Gets the private 'nellapp_sdk.routing.url_generator' shared autowired service.
  3572.      *
  3573.      * @return \Nellapp\Bundle\SDKBundle\Routing\UrlGenerator
  3574.      */
  3575.     protected function getNellappSdk_Routing_UrlGeneratorService()
  3576.     {
  3577.         return $this->privates['nellapp_sdk.routing.url_generator'] = new \Nellapp\Bundle\SDKBundle\Routing\UrlGenerator(($this->privates['App\\Service\\Sync\\Routing\\Loader\\RouteCollectionLoader'] ?? $this->getRouteCollectionLoaderService()), ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService()));
  3578.     }
  3579.     /**
  3580.      * Gets the private 'nelmio_cors.cors_listener' shared service.
  3581.      *
  3582.      * @return \Nelmio\CorsBundle\EventListener\CorsListener
  3583.      */
  3584.     protected function getNelmioCors_CorsListenerService()
  3585.     {
  3586.         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'))]));
  3587.     }
  3588.     /**
  3589.      * Gets the private 'parameter_bag' shared service.
  3590.      *
  3591.      * @return \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag
  3592.      */
  3593.     protected function getParameterBagService()
  3594.     {
  3595.         return $this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this);
  3596.     }
  3597.     /**
  3598.      * Gets the private 'profiler_listener' shared service.
  3599.      *
  3600.      * @return \Symfony\Component\HttpKernel\EventListener\ProfilerListener
  3601.      */
  3602.     protected function getProfilerListenerService()
  3603.     {
  3604.         $a = ($this->services['.container.private.profiler'] ?? $this->get_Container_Private_ProfilerService());
  3605.         if (isset($this->privates['profiler_listener'])) {
  3606.             return $this->privates['profiler_listener'];
  3607.         }
  3608.         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);
  3609.     }
  3610.     /**
  3611.      * Gets the private 'property_accessor' shared service.
  3612.      *
  3613.      * @return \Symfony\Component\PropertyAccess\PropertyAccessor
  3614.      */
  3615.     protected function getPropertyAccessorService()
  3616.     {
  3617.         $a = ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  3618.         return $this->privates['property_accessor'] = new \Symfony\Component\PropertyAccess\PropertyAccessor(32, new \Symfony\Component\Cache\Adapter\ArrayAdapter(0false), $a$a);
  3619.     }
  3620.     /**
  3621.      * Gets the private 'property_info' shared service.
  3622.      *
  3623.      * @return \Symfony\Component\PropertyInfo\PropertyInfoExtractor
  3624.      */
  3625.     protected function getPropertyInfoService()
  3626.     {
  3627.         return $this->privates['property_info'] = new \Symfony\Component\PropertyInfo\PropertyInfoExtractor(new RewindableGenerator(function () {
  3628.             yield => ($this->privates['property_info.serializer_extractor'] ?? $this->load('getPropertyInfo_SerializerExtractorService'));
  3629.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  3630.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->load('getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService'));
  3631.         }, 3), new RewindableGenerator(function () {
  3632.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->load('getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService'));
  3633.             yield => ($this->privates['property_info.phpstan_extractor'] ?? ($this->privates['property_info.phpstan_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\PhpStanExtractor()));
  3634.             yield => ($this->privates['property_info.php_doc_extractor'] ?? ($this->privates['property_info.php_doc_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\PhpDocExtractor()));
  3635.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  3636.         }, 4), new RewindableGenerator(function () {
  3637.             yield => ($this->privates['property_info.php_doc_extractor'] ?? ($this->privates['property_info.php_doc_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\PhpDocExtractor()));
  3638.         }, 1), new RewindableGenerator(function () {
  3639.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->load('getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService'));
  3640.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  3641.         }, 2), new RewindableGenerator(function () {
  3642.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  3643.         }, 1));
  3644.     }
  3645.     /**
  3646.      * Gets the private 'router.expression_language_provider' shared service.
  3647.      *
  3648.      * @return \Symfony\Component\Routing\Matcher\ExpressionLanguageProvider
  3649.      */
  3650.     protected function getRouter_ExpressionLanguageProviderService()
  3651.     {
  3652.         return $this->privates['router.expression_language_provider'] = new \Symfony\Component\Routing\Matcher\ExpressionLanguageProvider(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3653.             'env' => ['privates''container.getenv''getContainer_GetenvService'true],
  3654.         ], [
  3655.             'env' => 'Closure',
  3656.         ]));
  3657.     }
  3658.     /**
  3659.      * Gets the private 'router.request_context' shared service.
  3660.      *
  3661.      * @return \Symfony\Component\Routing\RequestContext
  3662.      */
  3663.     protected function getRouter_RequestContextService()
  3664.     {
  3665.         $this->privates['router.request_context'] = $instance \Symfony\Component\Routing\RequestContext::fromUri('''localhost''http'80443);
  3666.         $instance->setParameter('_functions', ($this->privates['router.expression_language_provider'] ?? $this->getRouter_ExpressionLanguageProviderService()));
  3667.         return $instance;
  3668.     }
  3669.     /**
  3670.      * Gets the private 'router_listener' shared service.
  3671.      *
  3672.      * @return \Symfony\Component\HttpKernel\EventListener\RouterListener
  3673.      */
  3674.     protected function getRouterListenerService()
  3675.     {
  3676.         $a = ($this->services['router'] ?? $this->getRouterService());
  3677.         if (isset($this->privates['router_listener'])) {
  3678.             return $this->privates['router_listener'];
  3679.         }
  3680.         return $this->privates['router_listener'] = new \Symfony\Component\HttpKernel\EventListener\RouterListener($a, ($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);
  3681.     }
  3682.     /**
  3683.      * Gets the private 'security.firewall.map' shared service.
  3684.      *
  3685.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallMap
  3686.      */
  3687.     protected function getSecurity_Firewall_MapService()
  3688.     {
  3689.         $a = ($this->privates['.service_locator.yNOXh5_'] ?? $this->get_ServiceLocator_YNOXh5Service());
  3690.         if (isset($this->privates['security.firewall.map'])) {
  3691.             return $this->privates['security.firewall.map'];
  3692.         }
  3693.         return $this->privates['security.firewall.map'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallMap($a, new RewindableGenerator(function () {
  3694.             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)/')));
  3695.             yield 'security.firewall.map.context.oauth_token' => ($this->privates['.security.request_matcher.tIiXF5v'] ?? ($this->privates['.security.request_matcher.tIiXF5v'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/oauth/v2/token'$this->getEnv('string:resolve:APP_ACCOUNT_SUBDOMAIN').'(\\.[\\w\\-]+)*\\.[\\w\\-]+\\.[a-z]{2,}')));
  3696.             yield 'security.firewall.map.context.api_doc' => ($this->privates['.security.request_matcher.SPPqV9X'] ?? ($this->privates['.security.request_matcher.SPPqV9X'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/doc'$this->getEnv('resolve:APP_API_SUBDOMAIN').'.'.$this->getEnv('string:resolve:APP_MAIN_DOMAIN'))));
  3697.             yield 'security.firewall.map.context.api' => ($this->privates['.security.request_matcher.XcIGcJl'] ?? ($this->privates['.security.request_matcher.XcIGcJl'] = new \Symfony\Component\HttpFoundation\RequestMatcher(NULL$this->getEnv('resolve:APP_API_SUBDOMAIN').'.'.$this->getEnv('string:resolve:APP_MAIN_DOMAIN'))));
  3698.             yield 'security.firewall.map.context.sync_doc' => ($this->privates['.security.request_matcher.hadwB1O'] ?? ($this->privates['.security.request_matcher.hadwB1O'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/doc'$this->getEnv('resolve:APP_SUPER_SYNC_SUBDOMAIN').'.'.$this->getEnv('string:resolve:APP_MAIN_DOMAIN'))));
  3699.             yield 'security.firewall.map.context.sync' => ($this->privates['.security.request_matcher.mwylieo'] ?? ($this->privates['.security.request_matcher.mwylieo'] = new \Symfony\Component\HttpFoundation\RequestMatcher(NULL$this->getEnv('resolve:APP_SUPER_SYNC_SUBDOMAIN').'.'.$this->getEnv('string:resolve:APP_MAIN_DOMAIN'))));
  3700.             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/')));
  3701.             yield 'security.firewall.map.context.partner_api_doc' => ($this->privates['.security.request_matcher.jG00oWd'] ?? ($this->privates['.security.request_matcher.jG00oWd'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/doc'$this->getEnv('resolve:APP_PARTNER_API_SUBDOMAIN').'.'.$this->getEnv('string:resolve:APP_MAIN_DOMAIN'))));
  3702.             yield 'security.firewall.map.context.partner_api' => ($this->privates['.security.request_matcher.ruvIkmq'] ?? ($this->privates['.security.request_matcher.ruvIkmq'] = new \Symfony\Component\HttpFoundation\RequestMatcher(NULL$this->getEnv('resolve:APP_PARTNER_API_SUBDOMAIN').'.'.$this->getEnv('string:resolve:APP_MAIN_DOMAIN'))));
  3703.             yield 'security.firewall.map.context.main' => NULL;
  3704.         }, 10));
  3705.     }
  3706.     /**
  3707.      * Gets the private 'security.helper' shared service.
  3708.      *
  3709.      * @return \Symfony\Component\Security\Core\Security
  3710.      */
  3711.     protected function getSecurity_HelperService()
  3712.     {
  3713.         return $this->privates['security.helper'] = new \Symfony\Component\Security\Core\Security(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3714.             'security.authorization_checker' => ['services''.container.private.security.authorization_checker''get_Container_Private_Security_AuthorizationCheckerService'false],
  3715.             'security.token_storage' => ['services''.container.private.security.token_storage''get_Container_Private_Security_TokenStorageService'false],
  3716.         ], [
  3717.             'security.authorization_checker' => '?',
  3718.             'security.token_storage' => '?',
  3719.         ]));
  3720.     }
  3721.     /**
  3722.      * Gets the private 'security.logout_url_generator' shared service.
  3723.      *
  3724.      * @return \Symfony\Component\Security\Http\Logout\LogoutUrlGenerator
  3725.      */
  3726.     protected function getSecurity_LogoutUrlGeneratorService()
  3727.     {
  3728.         $a = ($this->services['router'] ?? $this->getRouterService());
  3729.         if (isset($this->privates['security.logout_url_generator'])) {
  3730.             return $this->privates['security.logout_url_generator'];
  3731.         }
  3732.         $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()));
  3733.         $instance->registerListener('main''app_logout''logout''_csrf_token'NULLNULL);
  3734.         return $instance;
  3735.     }
  3736.     /**
  3737.      * Gets the private 'security.role_hierarchy' shared service.
  3738.      *
  3739.      * @return \Symfony\Component\Security\Core\Role\RoleHierarchy
  3740.      */
  3741.     protected function getSecurity_RoleHierarchyService()
  3742.     {
  3743.         return $this->privates['security.role_hierarchy'] = new \Symfony\Component\Security\Core\Role\RoleHierarchy($this->parameters['security.role_hierarchy.roles']);
  3744.     }
  3745.     /**
  3746.      * Gets the private 'sensio_framework_extra.controller.listener' shared service.
  3747.      *
  3748.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener
  3749.      */
  3750.     protected function getSensioFrameworkExtra_Controller_ListenerService()
  3751.     {
  3752.         return $this->privates['sensio_framework_extra.controller.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  3753.     }
  3754.     /**
  3755.      * Gets the private 'sensio_framework_extra.converter.listener' shared service.
  3756.      *
  3757.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener
  3758.      */
  3759.     protected function getSensioFrameworkExtra_Converter_ListenerService()
  3760.     {
  3761.         $a = new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\ParamConverterManager();
  3762.         $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');
  3763.         $a->add(new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\DateTimeParamConverter(), 0'datetime');
  3764.         return $this->privates['sensio_framework_extra.converter.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener($atrue);
  3765.     }
  3766.     /**
  3767.      * Gets the private 'sensio_framework_extra.security.listener' shared service.
  3768.      *
  3769.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\SecurityListener
  3770.      */
  3771.     protected function getSensioFrameworkExtra_Security_ListenerService()
  3772.     {
  3773.         return $this->privates['sensio_framework_extra.security.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\SecurityListener(($this->privates['framework_extra_bundle.argument_name_convertor'] ?? $this->getFrameworkExtraBundle_ArgumentNameConvertorService()), new \Sensio\Bundle\FrameworkExtraBundle\Security\ExpressionLanguage(), ($this->privates['security.authentication.trust_resolver'] ?? ($this->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver())), ($this->privates['security.role_hierarchy'] ?? $this->getSecurity_RoleHierarchyService()), ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService()), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  3774.     }
  3775.     /**
  3776.      * Gets the private 'sensio_framework_extra.view.listener' shared service.
  3777.      *
  3778.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\TemplateListener
  3779.      */
  3780.     protected function getSensioFrameworkExtra_View_ListenerService()
  3781.     {
  3782.         $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))));
  3783.         $instance->setContainer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3784.             'twig' => ['services''.container.private.twig''get_Container_Private_TwigService'false],
  3785.         ], [
  3786.             'twig' => '?',
  3787.         ]))->withContext('sensio_framework_extra.view.listener'$this));
  3788.         return $instance;
  3789.     }
  3790.     /**
  3791.      * Gets the private 'serializer.mapping.class_metadata_factory' shared service.
  3792.      *
  3793.      * @return \Symfony\Component\Serializer\Mapping\Factory\ClassMetadataFactory
  3794.      */
  3795.     protected function getSerializer_Mapping_ClassMetadataFactoryService()
  3796.     {
  3797.         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'))]));
  3798.     }
  3799.     /**
  3800.      * Gets the private 'serializer.name_converter.metadata_aware' shared service.
  3801.      *
  3802.      * @return \Symfony\Component\Serializer\NameConverter\MetadataAwareNameConverter
  3803.      */
  3804.     protected function getSerializer_NameConverter_MetadataAwareService()
  3805.     {
  3806.         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()));
  3807.     }
  3808.     /**
  3809.      * Gets the private 'session_listener' shared service.
  3810.      *
  3811.      * @return \Symfony\Component\HttpKernel\EventListener\SessionListener
  3812.      */
  3813.     protected function getSessionListenerService()
  3814.     {
  3815.         return $this->privates['session_listener'] = new \Symfony\Component\HttpKernel\EventListener\SessionListener(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3816.             'initialized_session' => ['services''.container.private.session'NULLtrue],
  3817.             'logger' => ['privates''monolog.logger''getMonolog_LoggerService'false],
  3818.             'session' => ['services''.container.private.session''get_Container_Private_SessionService'true],
  3819.             'session_collector' => ['privates''data_collector.request.session_collector''getDataCollector_Request_SessionCollectorService'true],
  3820.             'session_factory' => ['privates''session.factory''getSession_FactoryService'true],
  3821.         ], [
  3822.             'initialized_session' => '?',
  3823.             'logger' => '?',
  3824.             'session' => '?',
  3825.             'session_collector' => '?',
  3826.             'session_factory' => '?',
  3827.         ]), true$this->parameters['session.storage.options']);
  3828.     }
  3829.     /**
  3830.      * Gets the private 'translator.default' shared service.
  3831.      *
  3832.      * @return \Symfony\Bundle\FrameworkBundle\Translation\Translator
  3833.      */
  3834.     protected function getTranslator_DefaultService()
  3835.     {
  3836.         $this->privates['translator.default'] = $instance = new \Symfony\Bundle\FrameworkBundle\Translation\Translator(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3837.             'translation.loader.csv' => ['privates''translation.loader.csv''getTranslation_Loader_CsvService'true],
  3838.             'translation.loader.dat' => ['privates''translation.loader.dat''getTranslation_Loader_DatService'true],
  3839.             'translation.loader.ini' => ['privates''translation.loader.ini''getTranslation_Loader_IniService'true],
  3840.             'translation.loader.json' => ['privates''translation.loader.json''getTranslation_Loader_JsonService'true],
  3841.             'translation.loader.mo' => ['privates''translation.loader.mo''getTranslation_Loader_MoService'true],
  3842.             'translation.loader.php' => ['privates''translation.loader.php''getTranslation_Loader_PhpService'true],
  3843.             'translation.loader.po' => ['privates''translation.loader.po''getTranslation_Loader_PoService'true],
  3844.             'translation.loader.qt' => ['privates''translation.loader.qt''getTranslation_Loader_QtService'true],
  3845.             'translation.loader.res' => ['privates''translation.loader.res''getTranslation_Loader_ResService'true],
  3846.             'translation.loader.xliff' => ['privates''translation.loader.xliff''getTranslation_Loader_XliffService'true],
  3847.             'translation.loader.yml' => ['privates''translation.loader.yml''getTranslation_Loader_YmlService'true],
  3848.         ], [
  3849.             'translation.loader.csv' => '?',
  3850.             'translation.loader.dat' => '?',
  3851.             'translation.loader.ini' => '?',
  3852.             'translation.loader.json' => '?',
  3853.             'translation.loader.mo' => '?',
  3854.             'translation.loader.php' => '?',
  3855.             'translation.loader.po' => '?',
  3856.             'translation.loader.qt' => '?',
  3857.             'translation.loader.res' => '?',
  3858.             'translation.loader.xliff' => '?',
  3859.             'translation.loader.yml' => '?',
  3860.         ]), 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'), 42 => (\dirname(__DIR__4).'/vendor/friendsofsymfony/jsrouting-bundle/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'42 => 'vendor/friendsofsymfony/jsrouting-bundle/translations']]], []);
  3861.         $instance->setConfigCacheFactory(($this->privates['config_cache_factory'] ?? $this->getConfigCacheFactoryService()));
  3862.         $instance->setFallbackLocales([=> 'fr']);
  3863.         return $instance;
  3864.     }
  3865.     /**
  3866.      * Gets the private 'validator.builder' shared service.
  3867.      *
  3868.      * @return \Symfony\Component\Validator\ValidatorBuilder
  3869.      */
  3870.     protected function getValidator_BuilderService()
  3871.     {
  3872.         $this->privates['validator.builder'] = $instance \Symfony\Component\Validator\Validation::createValidatorBuilder();
  3873.         $a = ($this->privates['property_info'] ?? $this->getPropertyInfoService());
  3874.         $instance->setConstraintValidatorFactory(new \Symfony\Component\Validator\ContainerConstraintValidatorFactory(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3875.             'App\\Validator\\Constraints\\AbstractCursusConstraintValidator' => ['privates''App\\Validator\\Constraints\\AbstractCursusConstraintValidator''getAbstractCursusConstraintValidatorService'true],
  3876.             'App\\Validator\\Constraints\\ChannelLicensesConstraintValidator' => ['privates''App\\Validator\\Constraints\\ChannelLicensesConstraintValidator''getChannelLicensesConstraintValidatorService'true],
  3877.             'App\\Validator\\Constraints\\CustomViewChannelCountUserConstraintValidator' => ['privates''App\\Validator\\Constraints\\CustomViewChannelCountUserConstraintValidator''getCustomViewChannelCountUserConstraintValidatorService'true],
  3878.             'App\\Validator\\Constraints\\CustomViewCountUserConstraintValidator' => ['privates''App\\Validator\\Constraints\\CustomViewCountUserConstraintValidator''getCustomViewCountUserConstraintValidatorService'true],
  3879.             'App\\Validator\\Constraints\\DateWithinIntervalOfValidator' => ['privates''App\\Validator\\Constraints\\DateWithinIntervalOfValidator''getDateWithinIntervalOfValidatorService'true],
  3880.             'App\\Validator\\Constraints\\DomainResolutionConstraintValidator' => ['privates''App\\Validator\\Constraints\\DomainResolutionConstraintValidator''getDomainResolutionConstraintValidatorService'true],
  3881.             'App\\Validator\\Constraints\\LicenseEmbeddableConstraintValidator' => ['privates''App\\Validator\\Constraints\\LicenseEmbeddableConstraintValidator''getLicenseEmbeddableConstraintValidatorService'true],
  3882.             'Karser\\Recaptcha3Bundle\\Validator\\Constraints\\Recaptcha3Validator' => ['privates''karser_recaptcha3.validator''getKarserRecaptcha3_ValidatorService'true],
  3883.             'Nellapp\\Bundle\\SDKBundle\\Validator\\AssertSameChannelValidator' => ['privates''Nellapp\\Bundle\\SDKBundle\\Validator\\AssertSameChannelValidator''getAssertSameChannelValidatorService'true],
  3884.             'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator' => ['privates''doctrine.orm.validator.unique''getDoctrine_Orm_Validator_UniqueService'true],
  3885.             'Symfony\\Component\\Security\\Core\\Validator\\Constraints\\UserPasswordValidator' => ['privates''security.validator.user_password''getSecurity_Validator_UserPasswordService'true],
  3886.             'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => ['privates''validator.email''getValidator_EmailService'true],
  3887.             'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => ['privates''validator.expression''getValidator_ExpressionService'true],
  3888.             'Symfony\\Component\\Validator\\Constraints\\NotCompromisedPasswordValidator' => ['privates''validator.not_compromised_password''getValidator_NotCompromisedPasswordService'true],
  3889.             'doctrine.orm.validator.unique' => ['privates''doctrine.orm.validator.unique''getDoctrine_Orm_Validator_UniqueService'true],
  3890.             'karser_recaptcha3_validator' => ['privates''karser_recaptcha3.validator''getKarserRecaptcha3_ValidatorService'true],
  3891.             'security.validator.user_password' => ['privates''security.validator.user_password''getSecurity_Validator_UserPasswordService'true],
  3892.             'validator.expression' => ['privates''validator.expression''getValidator_ExpressionService'true],
  3893.         ], [
  3894.             'App\\Validator\\Constraints\\AbstractCursusConstraintValidator' => '?',
  3895.             'App\\Validator\\Constraints\\ChannelLicensesConstraintValidator' => '?',
  3896.             'App\\Validator\\Constraints\\CustomViewChannelCountUserConstraintValidator' => '?',
  3897.             'App\\Validator\\Constraints\\CustomViewCountUserConstraintValidator' => '?',
  3898.             'App\\Validator\\Constraints\\DateWithinIntervalOfValidator' => '?',
  3899.             'App\\Validator\\Constraints\\DomainResolutionConstraintValidator' => '?',
  3900.             'App\\Validator\\Constraints\\LicenseEmbeddableConstraintValidator' => '?',
  3901.             'Karser\\Recaptcha3Bundle\\Validator\\Constraints\\Recaptcha3Validator' => '?',
  3902.             'Nellapp\\Bundle\\SDKBundle\\Validator\\AssertSameChannelValidator' => '?',
  3903.             'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator' => '?',
  3904.             'Symfony\\Component\\Security\\Core\\Validator\\Constraints\\UserPasswordValidator' => '?',
  3905.             'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => '?',
  3906.             'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => '?',
  3907.             'Symfony\\Component\\Validator\\Constraints\\NotCompromisedPasswordValidator' => '?',
  3908.             'doctrine.orm.validator.unique' => '?',
  3909.             'karser_recaptcha3_validator' => '?',
  3910.             'security.validator.user_password' => '?',
  3911.             'validator.expression' => '?',
  3912.         ])));
  3913.         if ($this->has('translator')) {
  3914.             $instance->setTranslator(($this->services['translator'] ?? $this->getTranslatorService()));
  3915.         }
  3916.         $instance->setTranslationDomain('validators');
  3917.         $instance->addXmlMappings([=> (\dirname(__DIR__4).'/vendor/symfony/form/Resources/config/validation.xml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/oauth-server-bundle/Resources/config/validation.xml')]);
  3918.         $instance->enableAnnotationMapping(true);
  3919.         $instance->setDoctrineAnnotationReader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  3920.         $instance->addMethodMapping('loadValidatorMetadata');
  3921.         $instance->addObjectInitializers([=> new \Symfony\Bridge\Doctrine\Validator\DoctrineInitializer(($this->services['doctrine'] ?? $this->getDoctrineService()))]);
  3922.         $instance->addLoader(new \Symfony\Component\Validator\Mapping\Loader\PropertyInfoLoader($a$a$aNULL));
  3923.         $instance->addLoader(new \Symfony\Bridge\Doctrine\Validator\DoctrineLoader(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), NULL));
  3924.         return $instance;
  3925.     }
  3926.     /**
  3927.      * Gets the private 'var_dumper.html_dumper' shared service.
  3928.      *
  3929.      * @return \Symfony\Component\VarDumper\Dumper\HtmlDumper
  3930.      */
  3931.     protected function getVarDumper_HtmlDumperService()
  3932.     {
  3933.         $this->privates['var_dumper.html_dumper'] = $instance = new \Symfony\Component\VarDumper\Dumper\HtmlDumper(NULL'UTF-8'0);
  3934.         $instance->setDisplayOptions(['fileLinkFormat' => ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService())]);
  3935.         return $instance;
  3936.     }
  3937.     /**
  3938.      * Gets the private 'var_dumper.server_connection' shared service.
  3939.      *
  3940.      * @return \Symfony\Component\VarDumper\Server\Connection
  3941.      */
  3942.     protected function getVarDumper_ServerConnectionService()
  3943.     {
  3944.         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()]);
  3945.     }
  3946.     /**
  3947.      * Gets the private 'web_profiler.csp.handler' shared service.
  3948.      *
  3949.      * @return \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler
  3950.      */
  3951.     protected function getWebProfiler_Csp_HandlerService()
  3952.     {
  3953.         return $this->privates['web_profiler.csp.handler'] = new \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler(new \Symfony\Bundle\WebProfilerBundle\Csp\NonceGenerator());
  3954.     }
  3955.     /**
  3956.      * Gets the private 'web_profiler.debug_toolbar' shared service.
  3957.      *
  3958.      * @return \Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener
  3959.      */
  3960.     protected function getWebProfiler_DebugToolbarService()
  3961.     {
  3962.         $a = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  3963.         if (isset($this->privates['web_profiler.debug_toolbar'])) {
  3964.             return $this->privates['web_profiler.debug_toolbar'];
  3965.         }
  3966.         $b = ($this->services['router'] ?? $this->getRouterService());
  3967.         if (isset($this->privates['web_profiler.debug_toolbar'])) {
  3968.             return $this->privates['web_profiler.debug_toolbar'];
  3969.         }
  3970.         return $this->privates['web_profiler.debug_toolbar'] = new \Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener($afalse2$b'^/((index|app(_[\\w]+)?)\\.php/)?_wdt', ($this->privates['web_profiler.csp.handler'] ?? $this->getWebProfiler_Csp_HandlerService()), ($this->services['data_collector.dump'] ?? $this->getDataCollector_DumpService()));
  3971.     }
  3972.     /**
  3973.      * Gets the private 'webpack_encore.entrypoint_lookup_collection' shared service.
  3974.      *
  3975.      * @return \Symfony\WebpackEncoreBundle\Asset\EntrypointLookupCollection
  3976.      */
  3977.     protected function getWebpackEncore_EntrypointLookupCollectionService()
  3978.     {
  3979.         return $this->privates['webpack_encore.entrypoint_lookup_collection'] = new \Symfony\WebpackEncoreBundle\Asset\EntrypointLookupCollection(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3980.             'account' => ['privates''webpack_encore.entrypoint_lookup[account]''getWebpackEncore_EntrypointLookupaccountService'true],
  3981.             'admin' => ['privates''webpack_encore.entrypoint_lookup[admin]''getWebpackEncore_EntrypointLookupadminService'true],
  3982.             'core' => ['privates''webpack_encore.entrypoint_lookup[core]''getWebpackEncore_EntrypointLookupcoreService'true],
  3983.             'super_admin' => ['privates''webpack_encore.entrypoint_lookup[super_admin]''getWebpackEncore_EntrypointLookupsuperAdminService'true],
  3984.         ], [
  3985.             'account' => '?',
  3986.             'admin' => '?',
  3987.             'core' => '?',
  3988.             'super_admin' => '?',
  3989.         ]));
  3990.     }
  3991.     /**
  3992.      * Gets the private 'webpack_encore.preload_assets_event_listener' shared service.
  3993.      *
  3994.      * @return \Symfony\WebpackEncoreBundle\EventListener\PreLoadAssetsEventListener
  3995.      */
  3996.     protected function getWebpackEncore_PreloadAssetsEventListenerService()
  3997.     {
  3998.         $a = ($this->privates['webpack_encore.tag_renderer'] ?? $this->getWebpackEncore_TagRendererService());
  3999.         if (isset($this->privates['webpack_encore.preload_assets_event_listener'])) {
  4000.             return $this->privates['webpack_encore.preload_assets_event_listener'];
  4001.         }
  4002.         return $this->privates['webpack_encore.preload_assets_event_listener'] = new \Symfony\WebpackEncoreBundle\EventListener\PreLoadAssetsEventListener($a);
  4003.     }
  4004.     /**
  4005.      * Gets the private 'webpack_encore.tag_renderer' shared service.
  4006.      *
  4007.      * @return \Symfony\WebpackEncoreBundle\Asset\TagRenderer
  4008.      */
  4009.     protected function getWebpackEncore_TagRendererService()
  4010.     {
  4011.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  4012.         if (isset($this->privates['webpack_encore.tag_renderer'])) {
  4013.             return $this->privates['webpack_encore.tag_renderer'];
  4014.         }
  4015.         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);
  4016.     }
  4017.     /**
  4018.      * Gets the public 'cache_clearer' alias.
  4019.      *
  4020.      * @return object The ".container.private.cache_clearer" service.
  4021.      */
  4022.     protected function getCacheClearerService()
  4023.     {
  4024.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "cache_clearer" service directly from the container is deprecated, use dependency injection instead.');
  4025.         return $this->get('.container.private.cache_clearer');
  4026.     }
  4027.     /**
  4028.      * Gets the public 'filesystem' alias.
  4029.      *
  4030.      * @return object The ".container.private.filesystem" service.
  4031.      */
  4032.     protected function getFilesystemService()
  4033.     {
  4034.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "filesystem" service directly from the container is deprecated, use dependency injection instead.');
  4035.         return $this->get('.container.private.filesystem');
  4036.     }
  4037.     /**
  4038.      * Gets the public 'serializer' alias.
  4039.      *
  4040.      * @return object The ".container.private.serializer" service.
  4041.      */
  4042.     protected function getSerializerService()
  4043.     {
  4044.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "serializer" service directly from the container is deprecated, use dependency injection instead.');
  4045.         return $this->get('.container.private.serializer');
  4046.     }
  4047.     /**
  4048.      * Gets the public 'security.csrf.token_manager' alias.
  4049.      *
  4050.      * @return object The ".container.private.security.csrf.token_manager" service.
  4051.      */
  4052.     protected function getSecurity_Csrf_TokenManagerService()
  4053.     {
  4054.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "security.csrf.token_manager" service directly from the container is deprecated, use dependency injection instead.');
  4055.         return $this->get('.container.private.security.csrf.token_manager');
  4056.     }
  4057.     /**
  4058.      * Gets the public 'form.factory' alias.
  4059.      *
  4060.      * @return object The ".container.private.form.factory" service.
  4061.      */
  4062.     protected function getForm_FactoryService()
  4063.     {
  4064.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "form.factory" service directly from the container is deprecated, use dependency injection instead.');
  4065.         return $this->get('.container.private.form.factory');
  4066.     }
  4067.     /**
  4068.      * Gets the public 'form.type.file' alias.
  4069.      *
  4070.      * @return object The ".container.private.form.type.file" service.
  4071.      */
  4072.     protected function getForm_Type_FileService()
  4073.     {
  4074.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "form.type.file" service directly from the container is deprecated, use dependency injection instead.');
  4075.         return $this->get('.container.private.form.type.file');
  4076.     }
  4077.     /**
  4078.      * Gets the public 'profiler' alias.
  4079.      *
  4080.      * @return object The ".container.private.profiler" service.
  4081.      */
  4082.     protected function getProfilerService()
  4083.     {
  4084.         trigger_deprecation('symfony/framework-bundle''5.4''Accessing the "profiler" service directly from the container is deprecated, use dependency injection instead.');
  4085.         return $this->get('.container.private.profiler');
  4086.     }
  4087.     /**
  4088.      * Gets the public 'twig' alias.
  4089.      *
  4090.      * @return object The ".container.private.twig" service.
  4091.      */
  4092.     protected function getTwigService()
  4093.     {
  4094.         trigger_deprecation('symfony/twig-bundle''5.2''Accessing the "twig" service directly from the container is deprecated, use dependency injection instead.');
  4095.         return $this->get('.container.private.twig');
  4096.     }
  4097.     /**
  4098.      * Gets the public 'security.authorization_checker' alias.
  4099.      *
  4100.      * @return object The ".container.private.security.authorization_checker" service.
  4101.      */
  4102.     protected function getSecurity_AuthorizationCheckerService()
  4103.     {
  4104.         trigger_deprecation('symfony/security-bundle''5.3''Accessing the "security.authorization_checker" service directly from the container is deprecated, use dependency injection instead.');
  4105.         return $this->get('.container.private.security.authorization_checker');
  4106.     }
  4107.     /**
  4108.      * Gets the public 'security.token_storage' alias.
  4109.      *
  4110.      * @return object The ".container.private.security.token_storage" service.
  4111.      */
  4112.     protected function getSecurity_TokenStorageService()
  4113.     {
  4114.         trigger_deprecation('symfony/security-bundle''5.3''Accessing the "security.token_storage" service directly from the container is deprecated, use dependency injection instead.');
  4115.         return $this->get('.container.private.security.token_storage');
  4116.     }
  4117.     /**
  4118.      * Gets the public 'security.password_encoder' alias.
  4119.      *
  4120.      * @return object The ".container.private.security.password_encoder" service.
  4121.      */
  4122.     protected function getSecurity_PasswordEncoderService()
  4123.     {
  4124.         trigger_deprecation('symfony/security-bundle''5.3''Accessing the "security.password_encoder" service directly from the container is deprecated, use dependency injection instead.');
  4125.         return $this->get('.container.private.security.password_encoder');
  4126.     }
  4127.     /**
  4128.      * Gets the public 'session' alias.
  4129.      *
  4130.      * @return object The ".container.private.session" service.
  4131.      */
  4132.     protected function getSessionService()
  4133.     {
  4134.         trigger_deprecation('symfony/framework-bundle''5.3''Accessing the "session" service directly from the container is deprecated, use dependency injection instead.');
  4135.         return $this->get('.container.private.session');
  4136.     }
  4137.     /**
  4138.      * Gets the public 'validator' alias.
  4139.      *
  4140.      * @return object The ".container.private.validator" service.
  4141.      */
  4142.     protected function getValidatorService()
  4143.     {
  4144.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "validator" service directly from the container is deprecated, use dependency injection instead.');
  4145.         return $this->get('.container.private.validator');
  4146.     }
  4147.     /**
  4148.      * @return array|bool|float|int|string|\UnitEnum|null
  4149.      */
  4150.     public function getParameter(string $name)
  4151.     {
  4152.         if (isset($this->buildParameters[$name])) {
  4153.             return $this->buildParameters[$name];
  4154.         }
  4155.         if (!(isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || \array_key_exists($name$this->parameters))) {
  4156.             throw new InvalidArgumentException(sprintf('The parameter "%s" must be defined.'$name));
  4157.         }
  4158.         if (isset($this->loadedDynamicParameters[$name])) {
  4159.             return $this->loadedDynamicParameters[$name] ? $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
  4160.         }
  4161.         return $this->parameters[$name];
  4162.     }
  4163.     public function hasParameter(string $name): bool
  4164.     {
  4165.         if (isset($this->buildParameters[$name])) {
  4166.             return true;
  4167.         }
  4168.         return isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || \array_key_exists($name$this->parameters);
  4169.     }
  4170.     public function setParameter(string $name$value): void
  4171.     {
  4172.         throw new LogicException('Impossible to call set() on a frozen ParameterBag.');
  4173.     }
  4174.     public function getParameterBag(): ParameterBagInterface
  4175.     {
  4176.         if (null === $this->parameterBag) {
  4177.             $parameters $this->parameters;
  4178.             foreach ($this->loadedDynamicParameters as $name => $loaded) {
  4179.                 $parameters[$name] = $loaded $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
  4180.             }
  4181.             foreach ($this->buildParameters as $name => $value) {
  4182.                 $parameters[$name] = $value;
  4183.             }
  4184.             $this->parameterBag = new FrozenParameterBag($parameters);
  4185.         }
  4186.         return $this->parameterBag;
  4187.     }
  4188.     private $loadedDynamicParameters = [
  4189.         'kernel.runtime_environment' => false,
  4190.         'kernel.build_dir' => false,
  4191.         'kernel.cache_dir' => false,
  4192.         'app_secret' => false,
  4193.         'app_account_subdomain' => false,
  4194.         'app_admin_subdomain' => false,
  4195.         'app_api_subdomain' => false,
  4196.         'app_partner_api_subdomain' => false,
  4197.         'app_super_admin_subdomain' => false,
  4198.         'app_commercial_subdomain' => false,
  4199.         'app_sync_subdomain' => false,
  4200.         'app_main_domain' => false,
  4201.         'app_account_domain' => false,
  4202.         'app_admin_domain' => false,
  4203.         'app_api_domain' => false,
  4204.         'app_partner_api_domain' => false,
  4205.         'app_super_admin_domain' => false,
  4206.         'app_commercial_domain' => false,
  4207.         'app_sync_domain' => false,
  4208.         'app_tua_url' => false,
  4209.         'array_domains' => false,
  4210.         'caddy_file_path' => false,
  4211.         'allowed_domain_ips' => false,
  4212.         'core_host_docker' => false,
  4213.         'e_learning_host_docker' => false,
  4214.         'npm_host_docker' => false,
  4215.         'nim_host_docker' => false,
  4216.         'tls_docker' => false,
  4217.         'project_environment_containers' => false,
  4218.         'encryption_key' => false,
  4219.         'google.credentials_json' => false,
  4220.         'kernel.secret' => false,
  4221.         'kernel.trusted_hosts' => false,
  4222.         'kernel.trusted_proxies' => false,
  4223.         'debug.container.dump' => false,
  4224.         'serializer.mapping.cache.file' => false,
  4225.         'session.save_path' => false,
  4226.         'validator.mapping.cache.file' => false,
  4227.         'profiler.storage.dsn' => false,
  4228.         'doctrine.orm.proxy_dir' => false,
  4229.         'nellapp_sdk.api_internal.secret' => false,
  4230.         'nellapp_sdk.routing.default_domain' => false,
  4231.         'nellapp_sdk.template_header.search_deactivated_domain' => false,
  4232.         'nellapp_sdk.google.drive_id' => false,
  4233.         'nellapp_sdk.google.protected_emails' => false,
  4234.         'karser_recaptcha3.site_key' => false,
  4235.         'karser_recaptcha3.secret_key' => false,
  4236.         'oneup_uploader.chunks' => false,
  4237.         'oneup_uploader.orphanage' => false,
  4238.         'oneup_uploader.config' => false,
  4239.         'nelmio_cors.defaults' => false,
  4240.     ];
  4241.     private $dynamicParameters = [];
  4242.     private function getDynamicParameter(string $name)
  4243.     {
  4244.         switch ($name) {
  4245.             case 'kernel.runtime_environment'$value $this->getEnv('default:kernel.environment:APP_RUNTIME_ENV'); break;
  4246.             case 'kernel.build_dir'$value $this->targetDir.''; break;
  4247.             case 'kernel.cache_dir'$value $this->targetDir.''; break;
  4248.             case 'app_secret'$value $this->getEnv('APP_SECRET'); break;
  4249.             case 'app_account_subdomain'$value $this->getEnv('resolve:APP_ACCOUNT_SUBDOMAIN'); break;
  4250.             case 'app_admin_subdomain'$value $this->getEnv('resolve:APP_ADMIN_SUBDOMAIN'); break;
  4251.             case 'app_api_subdomain'$value $this->getEnv('resolve:APP_API_SUBDOMAIN'); break;
  4252.             case 'app_partner_api_subdomain'$value $this->getEnv('resolve:APP_PARTNER_API_SUBDOMAIN'); break;
  4253.             case 'app_super_admin_subdomain'$value $this->getEnv('resolve:APP_SUPER_ADMIN_SUBDOMAIN'); break;
  4254.             case 'app_commercial_subdomain'$value $this->getEnv('resolve:APP_COMMERCIAL_SUBDOMAIN'); break;
  4255.             case 'app_sync_subdomain'$value $this->getEnv('resolve:APP_SUPER_SYNC_SUBDOMAIN'); break;
  4256.             case 'app_main_domain'$value $this->getEnv('resolve:APP_MAIN_DOMAIN'); break;
  4257.             case 'app_account_domain'$value $this->getEnv('string:resolve:APP_ACCOUNT_SUBDOMAIN').'(\\.[\\w\\-]+)*\\.[\\w\\-]+\\.[a-z]{2,}'; break;
  4258.             case 'app_admin_domain'$value $this->getEnv('string:resolve:APP_ADMIN_SUBDOMAIN').'(\\.[\\w\\-]+)*\\.[\\w\\-]+\\.[a-z]{2,}'; break;
  4259.             case 'app_api_domain'$value $this->getEnv('resolve:APP_API_SUBDOMAIN').'.'.$this->getEnv('string:resolve:APP_MAIN_DOMAIN'); break;
  4260.             case 'app_partner_api_domain'$value $this->getEnv('resolve:APP_PARTNER_API_SUBDOMAIN').'.'.$this->getEnv('string:resolve:APP_MAIN_DOMAIN'); break;
  4261.             case 'app_super_admin_domain'$value $this->getEnv('resolve:APP_SUPER_ADMIN_SUBDOMAIN').'.'.$this->getEnv('string:resolve:APP_MAIN_DOMAIN'); break;
  4262.             case 'app_commercial_domain'$value $this->getEnv('resolve:APP_COMMERCIAL_SUBDOMAIN').'.'.$this->getEnv('string:resolve:APP_MAIN_DOMAIN'); break;
  4263.             case 'app_sync_domain'$value $this->getEnv('resolve:APP_SUPER_SYNC_SUBDOMAIN').'.'.$this->getEnv('string:resolve:APP_MAIN_DOMAIN'); break;
  4264.             case 'app_tua_url'$value $this->getEnv('resolve:TUA_URL'); break;
  4265.             case 'array_domains'$value = [
  4266.                 => '^'.$this->getEnv('string:resolve:APP_ACCOUNT_SUBDOMAIN').'(\\.[\\w\\-]+)*\\.[\\w\\-]+\\.[a-z]{2,}$',
  4267.                 => '^'.$this->getEnv('string:resolve:APP_ADMIN_SUBDOMAIN').'(\\.[\\w\\-]+)*\\.[\\w\\-]+\\.[a-z]{2,}$',
  4268.                 => $this->getEnv('resolve:APP_API_SUBDOMAIN').'.'.$this->getEnv('string:resolve:APP_MAIN_DOMAIN'),
  4269.                 => $this->getEnv('resolve:APP_PARTNER_API_SUBDOMAIN').'.'.$this->getEnv('string:resolve:APP_MAIN_DOMAIN'),
  4270.                 => $this->getEnv('resolve:APP_SUPER_ADMIN_SUBDOMAIN').'.'.$this->getEnv('string:resolve:APP_MAIN_DOMAIN'),
  4271.                 => $this->getEnv('resolve:APP_COMMERCIAL_SUBDOMAIN').'.'.$this->getEnv('string:resolve:APP_MAIN_DOMAIN'),
  4272.                 => $this->getEnv('resolve:APP_SUPER_SYNC_SUBDOMAIN').'.'.$this->getEnv('string:resolve:APP_MAIN_DOMAIN'),
  4273.             ]; break;
  4274.             case 'caddy_file_path'$value $this->getEnv('resolve:CADDY_FILE_PATH'); break;
  4275.             case 'allowed_domain_ips'$value $this->getEnv('resolve:ALLOWED_DOMAIN_IPS'); break;
  4276.             case 'core_host_docker'$value $this->getEnv('resolve:CORE_DOCKER_HOST'); break;
  4277.             case 'e_learning_host_docker'$value $this->getEnv('resolve:E_LEARNING_DOCKER_HOST'); break;
  4278.             case 'npm_host_docker'$value $this->getEnv('resolve:NPM_DOCKER_HOST'); break;
  4279.             case 'nim_host_docker'$value $this->getEnv('resolve:NIM_DOCKER_HOST'); break;
  4280.             case 'tls_docker'$value $this->getEnv('resolve:TLS_DOCKER'); break;
  4281.             case 'project_environment_containers'$value $this->getEnv('resolve:PROJECT_ENVIRONMENT_CONTAINERS'); break;
  4282.             case 'encryption_key'$value $this->getEnv('FILE_ENCRYPTION_KEY'); break;
  4283.             case 'google.credentials_json'$value $this->getEnv('string:GOOGLE_NELLAPP_CREDENTIALS_PATH'); break;
  4284.             case 'kernel.secret'$value $this->getEnv('APP_SECRET'); break;
  4285.             case 'kernel.trusted_hosts'$value = [
  4286.                 => '^'.$this->getEnv('string:resolve:APP_ACCOUNT_SUBDOMAIN').'(\\.[\\w\\-]+)*\\.[\\w\\-]+\\.[a-z]{2,}$',
  4287.                 => '^'.$this->getEnv('string:resolve:APP_ADMIN_SUBDOMAIN').'(\\.[\\w\\-]+)*\\.[\\w\\-]+\\.[a-z]{2,}$',
  4288.                 => $this->getEnv('resolve:APP_API_SUBDOMAIN').'.'.$this->getEnv('string:resolve:APP_MAIN_DOMAIN'),
  4289.                 => $this->getEnv('resolve:APP_PARTNER_API_SUBDOMAIN').'.'.$this->getEnv('string:resolve:APP_MAIN_DOMAIN'),
  4290.                 => $this->getEnv('resolve:APP_SUPER_ADMIN_SUBDOMAIN').'.'.$this->getEnv('string:resolve:APP_MAIN_DOMAIN'),
  4291.                 => $this->getEnv('resolve:APP_COMMERCIAL_SUBDOMAIN').'.'.$this->getEnv('string:resolve:APP_MAIN_DOMAIN'),
  4292.                 => $this->getEnv('resolve:APP_SUPER_SYNC_SUBDOMAIN').'.'.$this->getEnv('string:resolve:APP_MAIN_DOMAIN'),
  4293.             ]; break;
  4294.             case 'kernel.trusted_proxies'$value $this->getEnv('TRUSTED_PROXIES'); break;
  4295.             case 'debug.container.dump'$value = ($this->targetDir.''.'/App_KernelDevDebugContainer.xml'); break;
  4296.             case 'serializer.mapping.cache.file'$value = ($this->targetDir.''.'/serialization.php'); break;
  4297.             case 'session.save_path'$value = ($this->targetDir.''.'/sessions'); break;
  4298.             case 'validator.mapping.cache.file'$value = ($this->targetDir.''.'/validation.php'); break;
  4299.             case 'profiler.storage.dsn'$value = ('file:'.$this->targetDir.''.'/profiler'); break;
  4300.             case 'doctrine.orm.proxy_dir'$value = ($this->targetDir.''.'/doctrine/orm/Proxies'); break;
  4301.             case 'nellapp_sdk.api_internal.secret'$value $this->getEnv('APP_SECRET'); break;
  4302.             case 'nellapp_sdk.routing.default_domain'$value $this->getEnv('DEFAULT_DOMAIN'); break;
  4303.             case 'nellapp_sdk.template_header.search_deactivated_domain'$value = [
  4304.                 => $this->getEnv('resolve:APP_SUPER_ADMIN_SUBDOMAIN').'.'.$this->getEnv('string:resolve:APP_MAIN_DOMAIN'),
  4305.                 => $this->getEnv('resolve:APP_COMMERCIAL_SUBDOMAIN').'.'.$this->getEnv('string:resolve:APP_MAIN_DOMAIN'),
  4306.                 => $this->getEnv('resolve:APP_ACCOUNT_SUBDOMAIN'),
  4307.                 => $this->getEnv('resolve:APP_ADMIN_SUBDOMAIN'),
  4308.             ]; break;
  4309.             case 'nellapp_sdk.google.drive_id'$value $this->getEnv('GOOGLE_DRIVE_ID'); break;
  4310.             case 'nellapp_sdk.google.protected_emails'$value = [
  4311.                 => $this->getEnv('GOOGLE_DRIVE_SERVICE_ACCOUNT_EMAIL'),
  4312.                 => 'no-reply@nellapp.com',
  4313.             ]; break;
  4314.             case 'karser_recaptcha3.site_key'$value $this->getEnv('RECAPTCHA3_KEY'); break;
  4315.             case 'karser_recaptcha3.secret_key'$value $this->getEnv('RECAPTCHA3_SECRET'); break;
  4316.             case 'oneup_uploader.chunks'$value = [
  4317.                 'maxage' => 604800,
  4318.                 'storage' => [
  4319.                     'type' => 'filesystem',
  4320.                     'filesystem' => NULL,
  4321.                     'directory' => ($this->targetDir.''.'/uploader/chunks'),
  4322.                     'stream_wrapper' => NULL,
  4323.                     'sync_buffer_size' => '100K',
  4324.                     'prefix' => 'chunks',
  4325.                 ],
  4326.                 'load_distribution' => true,
  4327.             ]; break;
  4328.             case 'oneup_uploader.orphanage'$value = [
  4329.                 'maxage' => 43200,
  4330.                 'directory' => ($this->targetDir.''.'/uploader/orphanage'),
  4331.             ]; break;
  4332.             case 'oneup_uploader.config'$value = [
  4333.                 'orphanage' => [
  4334.                     'maxage' => 43200,
  4335.                     'directory' => ($this->targetDir.''.'/uploader/orphanage'),
  4336.                 ],
  4337.                 'mappings' => [
  4338.                     'cursus_upload' => [
  4339.                         'use_orphanage' => true,
  4340.                         'frontend' => 'dropzone',
  4341.                         'storage' => [
  4342.                             'type' => 'flysystem',
  4343.                             'filesystem' => 'oneup_flysystem.cursus_filesystem',
  4344.                             'service' => NULL,
  4345.                             'directory' => NULL,
  4346.                             'stream_wrapper' => NULL,
  4347.                             'sync_buffer_size' => '100K',
  4348.                         ],
  4349.                         'allowed_mimetypes' => [
  4350.                             'image/jpeg' => [
  4351.                                 => 'jpg',
  4352.                                 => 'jpeg',
  4353.                             ],
  4354.                             'image/png' => [
  4355.                                 => 'png',
  4356.                             ],
  4357.                             'application/pdf' => [
  4358.                                 => 'pdf',
  4359.                             ],
  4360.                             'application/vnd.openxmlformats-officedocument.wordprocessingml.document' => [
  4361.                                 => 'docx',
  4362.                             ],
  4363.                             'application/msword' => [
  4364.                                 => 'doc',
  4365.                             ],
  4366.                             'application/vnd.oasis.opendocument.text' => [
  4367.                                 => 'odt',
  4368.                             ],
  4369.                             'application/vnd.ms-excel' => [
  4370.                                 => 'xls',
  4371.                             ],
  4372.                             'application/vnd.openxmlformats-officedocument.spreadsheetml.sheet' => [
  4373.                                 => 'xlsx',
  4374.                             ],
  4375.                         ],
  4376.                         'max_size' => 10000000,
  4377.                         'namer' => 'app.file_abstract_cursus_namer',
  4378.                         'custom_frontend' => [
  4379.                             'name' => NULL,
  4380.                             'class' => NULL,
  4381.                         ],
  4382.                         'route_prefix' => '',
  4383.                         'endpoints' => [
  4384.                             'upload' => NULL,
  4385.                             'progress' => NULL,
  4386.                             'cancel' => NULL,
  4387.                         ],
  4388.                         'disallowed_mimetypes' => [
  4389.                         ],
  4390.                         'error_handler' => NULL,
  4391.                         'enable_progress' => false,
  4392.                         'enable_cancelation' => false,
  4393.                         'root_folder' => false,
  4394.                     ],
  4395.                     'organization_upload' => [
  4396.                         'use_orphanage' => true,
  4397.                         'frontend' => 'dropzone',
  4398.                         'storage' => [
  4399.                             'type' => 'flysystem',
  4400.                             'filesystem' => 'oneup_flysystem.organization_filesystem',
  4401.                             'service' => NULL,
  4402.                             'directory' => NULL,
  4403.                             'stream_wrapper' => NULL,
  4404.                             'sync_buffer_size' => '100K',
  4405.                         ],
  4406.                         'allowed_mimetypes' => [
  4407.                             'image/jpeg' => [
  4408.                                 => 'jpg',
  4409.                                 => 'jpeg',
  4410.                             ],
  4411.                             'image/png' => [
  4412.                                 => 'png',
  4413.                             ],
  4414.                             'image/gif' => [
  4415.                                 => 'gif',
  4416.                             ],
  4417.                         ],
  4418.                         'max_size' => 10000000,
  4419.                         'namer' => 'app.organization_file_namer',
  4420.                         'custom_frontend' => [
  4421.                             'name' => NULL,
  4422.                             'class' => NULL,
  4423.                         ],
  4424.                         'route_prefix' => '',
  4425.                         'endpoints' => [
  4426.                             'upload' => NULL,
  4427.                             'progress' => NULL,
  4428.                             'cancel' => NULL,
  4429.                         ],
  4430.                         'disallowed_mimetypes' => [
  4431.                         ],
  4432.                         'error_handler' => NULL,
  4433.                         'enable_progress' => false,
  4434.                         'enable_cancelation' => false,
  4435.                         'root_folder' => false,
  4436.                     ],
  4437.                     'positioning_test_upload' => [
  4438.                         'use_orphanage' => true,
  4439.                         'frontend' => 'dropzone',
  4440.                         'storage' => [
  4441.                             'type' => 'flysystem',
  4442.                             'filesystem' => 'oneup_flysystem.positioning_test_filesystem',
  4443.                             'service' => NULL,
  4444.                             'directory' => NULL,
  4445.                             'stream_wrapper' => NULL,
  4446.                             'sync_buffer_size' => '100K',
  4447.                         ],
  4448.                         'allowed_mimetypes' => [
  4449.                             'image/jpeg' => [
  4450.                                 => 'jpg',
  4451.                                 => 'jpeg',
  4452.                             ],
  4453.                             'image/png' => [
  4454.                                 => 'png',
  4455.                             ],
  4456.                             'image/gif' => [
  4457.                                 => 'gif',
  4458.                             ],
  4459.                         ],
  4460.                         'max_size' => 10000000,
  4461.                         'namer' => 'app.positioning_test_file_namer',
  4462.                         'custom_frontend' => [
  4463.                             'name' => NULL,
  4464.                             'class' => NULL,
  4465.                         ],
  4466.                         'route_prefix' => '',
  4467.                         'endpoints' => [
  4468.                             'upload' => NULL,
  4469.                             'progress' => NULL,
  4470.                             'cancel' => NULL,
  4471.                         ],
  4472.                         'disallowed_mimetypes' => [
  4473.                         ],
  4474.                         'error_handler' => NULL,
  4475.                         'enable_progress' => false,
  4476.                         'enable_cancelation' => false,
  4477.                         'root_folder' => false,
  4478.                     ],
  4479.                     'admin_channel_user_data_drive_upload' => [
  4480.                         'use_orphanage' => true,
  4481.                         'frontend' => 'dropzone',
  4482.                         'storage' => [
  4483.                             'type' => 'flysystem',
  4484.                             'filesystem' => 'oneup_flysystem.admin_channel_user_data_drive_filesystem',
  4485.                             'service' => NULL,
  4486.                             'directory' => NULL,
  4487.                             'stream_wrapper' => NULL,
  4488.                             'sync_buffer_size' => '100K',
  4489.                         ],
  4490.                         'allowed_mimetypes' => [
  4491.                             'image/jpeg' => [
  4492.                                 => 'jpg',
  4493.                                 => 'jpeg',
  4494.                             ],
  4495.                             'image/png' => [
  4496.                                 => 'png',
  4497.                             ],
  4498.                             'application/pdf' => [
  4499.                                 => 'pdf',
  4500.                             ],
  4501.                             'application/vnd.openxmlformats-officedocument.wordprocessingml.document' => [
  4502.                                 => 'docx',
  4503.                             ],
  4504.                             'application/msword' => [
  4505.                                 => 'doc',
  4506.                             ],
  4507.                             'application/vnd.oasis.opendocument.text' => [
  4508.                                 => 'odt',
  4509.                             ],
  4510.                             'application/vnd.ms-excel' => [
  4511.                                 => 'xls',
  4512.                             ],
  4513.                             'application/vnd.openxmlformats-officedocument.spreadsheetml.sheet' => [
  4514.                                 => 'xlsx',
  4515.                             ],
  4516.                         ],
  4517.                         'max_size' => 10000000,
  4518.                         'namer' => 'app.file_channel_user_data_drive_namer',
  4519.                         'custom_frontend' => [
  4520.                             'name' => NULL,
  4521.                             'class' => NULL,
  4522.                         ],
  4523.                         'route_prefix' => '',
  4524.                         'endpoints' => [
  4525.                             'upload' => NULL,
  4526.                             'progress' => NULL,
  4527.                             'cancel' => NULL,
  4528.                         ],
  4529.                         'disallowed_mimetypes' => [
  4530.                         ],
  4531.                         'error_handler' => NULL,
  4532.                         'enable_progress' => false,
  4533.                         'enable_cancelation' => false,
  4534.                         'root_folder' => false,
  4535.                     ],
  4536.                     'admin_channel_user_data_certificate_upload' => [
  4537.                         'use_orphanage' => true,
  4538.                         'frontend' => 'dropzone',
  4539.                         'storage' => [
  4540.                             'type' => 'flysystem',
  4541.                             'filesystem' => 'oneup_flysystem.admin_channel_user_data_certificate_filesystem',
  4542.                             'service' => NULL,
  4543.                             'directory' => NULL,
  4544.                             'stream_wrapper' => NULL,
  4545.                             'sync_buffer_size' => '100K',
  4546.                         ],
  4547.                         'allowed_mimetypes' => [
  4548.                             'image/jpeg' => [
  4549.                                 => 'jpg',
  4550.                                 => 'jpeg',
  4551.                             ],
  4552.                             'image/png' => [
  4553.                                 => 'png',
  4554.                             ],
  4555.                             'application/pdf' => [
  4556.                                 => 'pdf',
  4557.                             ],
  4558.                         ],
  4559.                         'max_size' => 1000000000,
  4560.                         'custom_frontend' => [
  4561.                             'name' => NULL,
  4562.                             'class' => NULL,
  4563.                         ],
  4564.                         'route_prefix' => '',
  4565.                         'endpoints' => [
  4566.                             'upload' => NULL,
  4567.                             'progress' => NULL,
  4568.                             'cancel' => NULL,
  4569.                         ],
  4570.                         'disallowed_mimetypes' => [
  4571.                         ],
  4572.                         'error_handler' => NULL,
  4573.                         'enable_progress' => false,
  4574.                         'enable_cancelation' => false,
  4575.                         'namer' => 'oneup_uploader.namer.uniqid',
  4576.                         'root_folder' => false,
  4577.                     ],
  4578.                 ],
  4579.                 'chunks' => [
  4580.                     'maxage' => 604800,
  4581.                     'storage' => [
  4582.                         'type' => 'filesystem',
  4583.                         'filesystem' => NULL,
  4584.                         'directory' => ($this->targetDir.''.'/uploader/chunks'),
  4585.                         'stream_wrapper' => NULL,
  4586.                         'sync_buffer_size' => '100K',
  4587.                         'prefix' => 'chunks',
  4588.                     ],
  4589.                     'load_distribution' => true,
  4590.                 ],
  4591.                 'twig' => true,
  4592.             ]; break;
  4593.             case 'nelmio_cors.defaults'$value = [
  4594.                 'allow_origin' => [
  4595.                     => $this->getEnv('string:resolve:APP_ACCOUNT_SUBDOMAIN').'(\\.[\\w\\-]+)*\\.[\\w\\-]+\\.[a-z]{2,}',
  4596.                     => $this->getEnv('resolve:APP_SUPER_ADMIN_SUBDOMAIN').'.'.$this->getEnv('string:resolve:APP_MAIN_DOMAIN'),
  4597.                     => $this->getEnv('resolve:APP_COMMERCIAL_SUBDOMAIN').'.'.$this->getEnv('string:resolve:APP_MAIN_DOMAIN'),
  4598.                     => $this->getEnv('string:resolve:APP_ADMIN_SUBDOMAIN').'(\\.[\\w\\-]+)*\\.[\\w\\-]+\\.[a-z]{2,}',
  4599.                 ],
  4600.                 'allow_credentials' => true,
  4601.                 'allow_headers' => [
  4602.                     => 'content-type',
  4603.                     => 'authorization',
  4604.                 ],
  4605.                 'allow_private_network' => false,
  4606.                 'expose_headers' => [
  4607.                     => 'Link',
  4608.                 ],
  4609.                 'allow_methods' => [
  4610.                     => 'GET',
  4611.                     => 'OPTIONS',
  4612.                     => 'POST',
  4613.                     => 'PUT',
  4614.                     => 'PATCH',
  4615.                     => 'DELETE',
  4616.                 ],
  4617.                 'max_age' => 3600,
  4618.                 'hosts' => [
  4619.                 ],
  4620.                 'origin_regex' => true,
  4621.                 'forced_allow_origin_value' => NULL,
  4622.                 'skip_same_as_origin' => true,
  4623.             ]; break;
  4624.             default: throw new InvalidArgumentException(sprintf('The dynamic parameter "%s" must be defined.'$name));
  4625.         }
  4626.         $this->loadedDynamicParameters[$name] = true;
  4627.         return $this->dynamicParameters[$name] = $value;
  4628.     }
  4629.     protected function getDefaultParameters(): array
  4630.     {
  4631.         return [
  4632.             'kernel.project_dir' => \dirname(__DIR__4),
  4633.             'kernel.environment' => 'dev',
  4634.             'kernel.debug' => true,
  4635.             'kernel.logs_dir' => (\dirname(__DIR__3).'/log'),
  4636.             'kernel.bundles' => [
  4637.                 'FrameworkBundle' => 'Symfony\\Bundle\\FrameworkBundle\\FrameworkBundle',
  4638.                 'SensioFrameworkExtraBundle' => 'Sensio\\Bundle\\FrameworkExtraBundle\\SensioFrameworkExtraBundle',
  4639.                 'TwigBundle' => 'Symfony\\Bundle\\TwigBundle\\TwigBundle',
  4640.                 'WebProfilerBundle' => 'Symfony\\Bundle\\WebProfilerBundle\\WebProfilerBundle',
  4641.                 'MonologBundle' => 'Symfony\\Bundle\\MonologBundle\\MonologBundle',
  4642.                 'DebugBundle' => 'Symfony\\Bundle\\DebugBundle\\DebugBundle',
  4643.                 'MakerBundle' => 'Symfony\\Bundle\\MakerBundle\\MakerBundle',
  4644.                 'DoctrineBundle' => 'Doctrine\\Bundle\\DoctrineBundle\\DoctrineBundle',
  4645.                 'DoctrineMigrationsBundle' => 'Doctrine\\Bundle\\MigrationsBundle\\DoctrineMigrationsBundle',
  4646.                 'SecurityBundle' => 'Symfony\\Bundle\\SecurityBundle\\SecurityBundle',
  4647.                 'TwigExtraBundle' => 'Twig\\Extra\\TwigExtraBundle\\TwigExtraBundle',
  4648.                 'DrosalysWebObjectExtensionsBundle' => 'DrosalysWeb\\ObjectExtensions\\Bridge\\Symfony\\DrosalysWebObjectExtensionsBundle',
  4649.                 'NelmioAliceBundle' => 'Nelmio\\Alice\\Bridge\\Symfony\\NelmioAliceBundle',
  4650.                 'FidryAliceDataFixturesBundle' => 'Fidry\\AliceDataFixtures\\Bridge\\Symfony\\FidryAliceDataFixturesBundle',
  4651.                 'HautelookAliceBundle' => 'Hautelook\\AliceBundle\\HautelookAliceBundle',
  4652.                 'SymfonyCastsVerifyEmailBundle' => 'SymfonyCasts\\Bundle\\VerifyEmail\\SymfonyCastsVerifyEmailBundle',
  4653.                 'DrosalysWebStringExtensionsBundle' => 'DrosalysWeb\\StringExtensions\\Bridge\\Symfony\\DrosalysWebStringExtensionsBundle',
  4654.                 'DrosalysWebDoctrineExtensionsBundle' => 'DrosalysWeb\\DoctrineExtensions\\Bridge\\Symfony\\DrosalysWebDoctrineExtensionsBundle',
  4655.                 'FOSOAuthServerBundle' => 'FOS\\OAuthServerBundle\\FOSOAuthServerBundle',
  4656.                 'NellappSDKBundle' => 'Nellapp\\Bundle\\SDKBundle\\NellappSDKBundle',
  4657.                 'NelmioApiDocBundle' => 'Nelmio\\ApiDocBundle\\NelmioApiDocBundle',
  4658.                 'JMSSerializerBundle' => 'JMS\\SerializerBundle\\JMSSerializerBundle',
  4659.                 'DrosalysApiBundle' => 'Drosalys\\Bundle\\ApiBundle\\DrosalysApiBundle',
  4660.                 'KnpPaginatorBundle' => 'Knp\\Bundle\\PaginatorBundle\\KnpPaginatorBundle',
  4661.                 'WebpackEncoreBundle' => 'Symfony\\WebpackEncoreBundle\\WebpackEncoreBundle',
  4662.                 'KnpMenuBundle' => 'Knp\\Bundle\\MenuBundle\\KnpMenuBundle',
  4663.                 'DrosalysWebFormBundle' => 'DrosalysWeb\\Bundle\\FormBundle\\DrosalysWebFormBundle',
  4664.                 'CraueFormFlowBundle' => 'Craue\\FormFlowBundle\\CraueFormFlowBundle',
  4665.                 'LiipImagineBundle' => 'Liip\\ImagineBundle\\LiipImagineBundle',
  4666.                 'BazingaJsTranslationBundle' => 'Bazinga\\Bundle\\JsTranslationBundle\\BazingaJsTranslationBundle',
  4667.                 'KarserRecaptcha3Bundle' => 'Karser\\Recaptcha3Bundle\\KarserRecaptcha3Bundle',
  4668.                 'SpiriitFormFilterBundle' => 'Spiriit\\Bundle\\FormFilterBundle\\SpiriitFormFilterBundle',
  4669.                 'OneupFlysystemBundle' => 'Oneup\\FlysystemBundle\\OneupFlysystemBundle',
  4670.                 'OneupUploaderBundle' => 'Oneup\\UploaderBundle\\OneupUploaderBundle',
  4671.                 'TwigComponentBundle' => 'Symfony\\UX\\TwigComponent\\TwigComponentBundle',
  4672.                 'NelmioCorsBundle' => 'Nelmio\\CorsBundle\\NelmioCorsBundle',
  4673.                 'DoctrineFixturesBundle' => 'Doctrine\\Bundle\\FixturesBundle\\DoctrineFixturesBundle',
  4674.                 'ZenstruckFoundryBundle' => 'Zenstruck\\Foundry\\ZenstruckFoundryBundle',
  4675.                 'FOSJsRoutingBundle' => 'FOS\\JsRoutingBundle\\FOSJsRoutingBundle',
  4676.             ],
  4677.             'kernel.bundles_metadata' => [
  4678.                 'FrameworkBundle' => [
  4679.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle'),
  4680.                     'namespace' => 'Symfony\\Bundle\\FrameworkBundle',
  4681.                 ],
  4682.                 'SensioFrameworkExtraBundle' => [
  4683.                     'path' => (\dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src'),
  4684.                     'namespace' => 'Sensio\\Bundle\\FrameworkExtraBundle',
  4685.                 ],
  4686.                 'TwigBundle' => [
  4687.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/twig-bundle'),
  4688.                     'namespace' => 'Symfony\\Bundle\\TwigBundle',
  4689.                 ],
  4690.                 'WebProfilerBundle' => [
  4691.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle'),
  4692.                     'namespace' => 'Symfony\\Bundle\\WebProfilerBundle',
  4693.                 ],
  4694.                 'MonologBundle' => [
  4695.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/monolog-bundle'),
  4696.                     'namespace' => 'Symfony\\Bundle\\MonologBundle',
  4697.                 ],
  4698.                 'DebugBundle' => [
  4699.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/debug-bundle'),
  4700.                     'namespace' => 'Symfony\\Bundle\\DebugBundle',
  4701.                 ],
  4702.                 'MakerBundle' => [
  4703.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/maker-bundle/src'),
  4704.                     'namespace' => 'Symfony\\Bundle\\MakerBundle',
  4705.                 ],
  4706.                 'DoctrineBundle' => [
  4707.                     'path' => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle'),
  4708.                     'namespace' => 'Doctrine\\Bundle\\DoctrineBundle',
  4709.                 ],
  4710.                 'DoctrineMigrationsBundle' => [
  4711.                     'path' => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle'),
  4712.                     'namespace' => 'Doctrine\\Bundle\\MigrationsBundle',
  4713.                 ],
  4714.                 'SecurityBundle' => [
  4715.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/security-bundle'),
  4716.                     'namespace' => 'Symfony\\Bundle\\SecurityBundle',
  4717.                 ],
  4718.                 'TwigExtraBundle' => [
  4719.                     'path' => (\dirname(__DIR__4).'/vendor/twig/extra-bundle'),
  4720.                     'namespace' => 'Twig\\Extra\\TwigExtraBundle',
  4721.                 ],
  4722.                 'DrosalysWebObjectExtensionsBundle' => [
  4723.                     'path' => (\dirname(__DIR__4).'/vendor/drosalys-web/object-extensions/src/Bridge/Symfony'),
  4724.                     'namespace' => 'DrosalysWeb\\ObjectExtensions\\Bridge\\Symfony',
  4725.                 ],
  4726.                 'NelmioAliceBundle' => [
  4727.                     'path' => (\dirname(__DIR__4).'/vendor/nelmio/alice/src/Bridge/Symfony'),
  4728.                     'namespace' => 'Nelmio\\Alice\\Bridge\\Symfony',
  4729.                 ],
  4730.                 'FidryAliceDataFixturesBundle' => [
  4731.                     'path' => (\dirname(__DIR__4).'/vendor/theofidry/alice-data-fixtures/src/Bridge/Symfony'),
  4732.                     'namespace' => 'Fidry\\AliceDataFixtures\\Bridge\\Symfony',
  4733.                 ],
  4734.                 'HautelookAliceBundle' => [
  4735.                     'path' => (\dirname(__DIR__4).'/vendor/hautelook/alice-bundle/src'),
  4736.                     'namespace' => 'Hautelook\\AliceBundle',
  4737.                 ],
  4738.                 'SymfonyCastsVerifyEmailBundle' => [
  4739.                     'path' => (\dirname(__DIR__4).'/vendor/symfonycasts/verify-email-bundle/src'),
  4740.                     'namespace' => 'SymfonyCasts\\Bundle\\VerifyEmail',
  4741.                 ],
  4742.                 'DrosalysWebStringExtensionsBundle' => [
  4743.                     'path' => (\dirname(__DIR__4).'/vendor/drosalys-web/string-extensions/src/Bridge/Symfony'),
  4744.                     'namespace' => 'DrosalysWeb\\StringExtensions\\Bridge\\Symfony',
  4745.                 ],
  4746.                 'DrosalysWebDoctrineExtensionsBundle' => [
  4747.                     'path' => (\dirname(__DIR__4).'/vendor/drosalys-web/doctrine-extensions/src/Bridge/Symfony'),
  4748.                     'namespace' => 'DrosalysWeb\\DoctrineExtensions\\Bridge\\Symfony',
  4749.                 ],
  4750.                 'FOSOAuthServerBundle' => [
  4751.                     'path' => (\dirname(__DIR__4).'/vendor/friendsofsymfony/oauth-server-bundle'),
  4752.                     'namespace' => 'FOS\\OAuthServerBundle',
  4753.                 ],
  4754.                 'NellappSDKBundle' => [
  4755.                     'path' => (\dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src'),
  4756.                     'namespace' => 'Nellapp\\Bundle\\SDKBundle',
  4757.                 ],
  4758.                 'NelmioApiDocBundle' => [
  4759.                     'path' => (\dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle'),
  4760.                     'namespace' => 'Nelmio\\ApiDocBundle',
  4761.                 ],
  4762.                 'JMSSerializerBundle' => [
  4763.                     'path' => (\dirname(__DIR__4).'/vendor/jms/serializer-bundle'),
  4764.                     'namespace' => 'JMS\\SerializerBundle',
  4765.                 ],
  4766.                 'DrosalysApiBundle' => [
  4767.                     'path' => (\dirname(__DIR__4).'/vendor/drosalys/api-bundle/src'),
  4768.                     'namespace' => 'Drosalys\\Bundle\\ApiBundle',
  4769.                 ],
  4770.                 'KnpPaginatorBundle' => [
  4771.                     'path' => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle'),
  4772.                     'namespace' => 'Knp\\Bundle\\PaginatorBundle',
  4773.                 ],
  4774.                 'WebpackEncoreBundle' => [
  4775.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src'),
  4776.                     'namespace' => 'Symfony\\WebpackEncoreBundle',
  4777.                 ],
  4778.                 'KnpMenuBundle' => [
  4779.                     'path' => (\dirname(__DIR__4).'/vendor/knplabs/knp-menu-bundle/src'),
  4780.                     'namespace' => 'Knp\\Bundle\\MenuBundle',
  4781.                 ],
  4782.                 'DrosalysWebFormBundle' => [
  4783.                     'path' => (\dirname(__DIR__4).'/vendor/drosalys-web/form-bundle/src'),
  4784.                     'namespace' => 'DrosalysWeb\\Bundle\\FormBundle',
  4785.                 ],
  4786.                 'CraueFormFlowBundle' => [
  4787.                     'path' => (\dirname(__DIR__4).'/vendor/craue/formflow-bundle'),
  4788.                     'namespace' => 'Craue\\FormFlowBundle',
  4789.                 ],
  4790.                 'LiipImagineBundle' => [
  4791.                     'path' => (\dirname(__DIR__4).'/vendor/liip/imagine-bundle'),
  4792.                     'namespace' => 'Liip\\ImagineBundle',
  4793.                 ],
  4794.                 'BazingaJsTranslationBundle' => [
  4795.                     'path' => (\dirname(__DIR__4).'/vendor/willdurand/js-translation-bundle'),
  4796.                     'namespace' => 'Bazinga\\Bundle\\JsTranslationBundle',
  4797.                 ],
  4798.                 'KarserRecaptcha3Bundle' => [
  4799.                     'path' => (\dirname(__DIR__4).'/vendor/karser/karser-recaptcha3-bundle'),
  4800.                     'namespace' => 'Karser\\Recaptcha3Bundle',
  4801.                 ],
  4802.                 'SpiriitFormFilterBundle' => [
  4803.                     'path' => (\dirname(__DIR__4).'/vendor/spiriitlabs/form-filter-bundle'),
  4804.                     'namespace' => 'Spiriit\\Bundle\\FormFilterBundle',
  4805.                 ],
  4806.                 'OneupFlysystemBundle' => [
  4807.                     'path' => (\dirname(__DIR__4).'/vendor/oneup/flysystem-bundle/src'),
  4808.                     'namespace' => 'Oneup\\FlysystemBundle',
  4809.                 ],
  4810.                 'OneupUploaderBundle' => [
  4811.                     'path' => (\dirname(__DIR__4).'/vendor/oneup/uploader-bundle/src'),
  4812.                     'namespace' => 'Oneup\\UploaderBundle',
  4813.                 ],
  4814.                 'TwigComponentBundle' => [
  4815.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/ux-twig-component'),
  4816.                     'namespace' => 'Symfony\\UX\\TwigComponent',
  4817.                 ],
  4818.                 'NelmioCorsBundle' => [
  4819.                     'path' => (\dirname(__DIR__4).'/vendor/nelmio/cors-bundle'),
  4820.                     'namespace' => 'Nelmio\\CorsBundle',
  4821.                 ],
  4822.                 'DoctrineFixturesBundle' => [
  4823.                     'path' => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-fixtures-bundle'),
  4824.                     'namespace' => 'Doctrine\\Bundle\\FixturesBundle',
  4825.                 ],
  4826.                 'ZenstruckFoundryBundle' => [
  4827.                     'path' => (\dirname(__DIR__4).'/vendor/zenstruck/foundry/src'),
  4828.                     'namespace' => 'Zenstruck\\Foundry',
  4829.                 ],
  4830.                 'FOSJsRoutingBundle' => [
  4831.                     'path' => (\dirname(__DIR__4).'/vendor/friendsofsymfony/jsrouting-bundle'),
  4832.                     'namespace' => 'FOS\\JsRoutingBundle',
  4833.                 ],
  4834.             ],
  4835.             'kernel.charset' => 'UTF-8',
  4836.             'kernel.container_class' => 'App_KernelDevDebugContainer',
  4837.             'images_user_avatar_directory' => (\dirname(__DIR__4).'/public/images/avatar'),
  4838.             'images_user_avatar_asset_path' => 'images/avatar/',
  4839.             'images_channel_directory' => (\dirname(__DIR__4).'/public/images/channel'),
  4840.             'images_channel_asset_path' => '/images/channel/',
  4841.             'cursus_upload_directory' => (\dirname(__DIR__3).'/uploads/cursus/'),
  4842.             'cursus_upload_maxsize' => 10000000,
  4843.             'cursus_upload_mime_types' => [
  4844.                 'image/jpeg' => [
  4845.                     => 'jpg',
  4846.                     => 'jpeg',
  4847.                 ],
  4848.                 'image/png' => [
  4849.                     => 'png',
  4850.                 ],
  4851.                 'application/pdf' => [
  4852.                     => 'pdf',
  4853.                 ],
  4854.                 'application/vnd.openxmlformats-officedocument.wordprocessingml.document' => [
  4855.                     => 'docx',
  4856.                 ],
  4857.                 'application/msword' => [
  4858.                     => 'doc',
  4859.                 ],
  4860.                 'application/vnd.oasis.opendocument.text' => [
  4861.                     => 'odt',
  4862.                 ],
  4863.                 'application/vnd.ms-excel' => [
  4864.                     => 'xls',
  4865.                 ],
  4866.                 'application/vnd.openxmlformats-officedocument.spreadsheetml.sheet' => [
  4867.                     => 'xlsx',
  4868.                 ],
  4869.             ],
  4870.             'admin_channel_user_data_drive_upload_directory' => (\dirname(__DIR__3).'/uploads/admin_channel_user_data_drive/'),
  4871.             'admin_channel_user_data_drive_upload_maxsize' => 10000000,
  4872.             'admin_channel_user_data_drive_upload_mime_types' => [
  4873.                 'image/jpeg' => [
  4874.                     => 'jpg',
  4875.                     => 'jpeg',
  4876.                 ],
  4877.                 'image/png' => [
  4878.                     => 'png',
  4879.                 ],
  4880.                 'application/pdf' => [
  4881.                     => 'pdf',
  4882.                 ],
  4883.                 'application/vnd.openxmlformats-officedocument.wordprocessingml.document' => [
  4884.                     => 'docx',
  4885.                 ],
  4886.                 'application/msword' => [
  4887.                     => 'doc',
  4888.                 ],
  4889.                 'application/vnd.oasis.opendocument.text' => [
  4890.                     => 'odt',
  4891.                 ],
  4892.                 'application/vnd.ms-excel' => [
  4893.                     => 'xls',
  4894.                 ],
  4895.                 'application/vnd.openxmlformats-officedocument.spreadsheetml.sheet' => [
  4896.                     => 'xlsx',
  4897.                 ],
  4898.             ],
  4899.             'admin_channel_user_data_certificate_upload_directory' => (\dirname(__DIR__3).'/uploads/admin_channel_user_data_certificate/'),
  4900.             'admin_channel_user_data_certificate_upload_maxsize' => 1000000000,
  4901.             'admin_channel_user_data_certificate_upload_mime_types' => [
  4902.                 'image/jpeg' => [
  4903.                     => 'jpg',
  4904.                     => 'jpeg',
  4905.                 ],
  4906.                 'image/png' => [
  4907.                     => 'png',
  4908.                 ],
  4909.                 'application/pdf' => [
  4910.                     => 'pdf',
  4911.                 ],
  4912.             ],
  4913.             'organization_upload_directory' => (\dirname(__DIR__3).'/uploads/organization/'),
  4914.             'organization_upload_maxsize' => 10000000,
  4915.             'organization_upload_mime_types' => [
  4916.                 'image/jpeg' => [
  4917.                     => 'jpg',
  4918.                     => 'jpeg',
  4919.                 ],
  4920.                 'image/png' => [
  4921.                     => 'png',
  4922.                 ],
  4923.                 'image/gif' => [
  4924.                     => 'gif',
  4925.                 ],
  4926.             ],
  4927.             'positioning_test_upload_directory' => (\dirname(__DIR__3).'/uploads/positioning-test/'),
  4928.             'positioning_test_upload_maxsize' => 10000000,
  4929.             'positioning_test_upload_mime_types' => [
  4930.                 'image/jpeg' => [
  4931.                     => 'jpg',
  4932.                     => 'jpeg',
  4933.                 ],
  4934.                 'image/png' => [
  4935.                     => 'png',
  4936.                 ],
  4937.                 'image/gif' => [
  4938.                     => 'gif',
  4939.                 ],
  4940.             ],
  4941.             'export_file_directory' => (\dirname(__DIR__3).'/files/exports/'),
  4942.             'public_dir' => (\dirname(__DIR__4).'/public/'),
  4943.             'event_dispatcher.event_aliases' => [
  4944.                 'Symfony\\Component\\Console\\Event\\ConsoleCommandEvent' => 'console.command',
  4945.                 'Symfony\\Component\\Console\\Event\\ConsoleErrorEvent' => 'console.error',
  4946.                 'Symfony\\Component\\Console\\Event\\ConsoleSignalEvent' => 'console.signal',
  4947.                 'Symfony\\Component\\Console\\Event\\ConsoleTerminateEvent' => 'console.terminate',
  4948.                 'Symfony\\Component\\Form\\Event\\PreSubmitEvent' => 'form.pre_submit',
  4949.                 'Symfony\\Component\\Form\\Event\\SubmitEvent' => 'form.submit',
  4950.                 'Symfony\\Component\\Form\\Event\\PostSubmitEvent' => 'form.post_submit',
  4951.                 'Symfony\\Component\\Form\\Event\\PreSetDataEvent' => 'form.pre_set_data',
  4952.                 'Symfony\\Component\\Form\\Event\\PostSetDataEvent' => 'form.post_set_data',
  4953.                 'Symfony\\Component\\HttpKernel\\Event\\ControllerArgumentsEvent' => 'kernel.controller_arguments',
  4954.                 'Symfony\\Component\\HttpKernel\\Event\\ControllerEvent' => 'kernel.controller',
  4955.                 'Symfony\\Component\\HttpKernel\\Event\\ResponseEvent' => 'kernel.response',
  4956.                 'Symfony\\Component\\HttpKernel\\Event\\FinishRequestEvent' => 'kernel.finish_request',
  4957.                 'Symfony\\Component\\HttpKernel\\Event\\RequestEvent' => 'kernel.request',
  4958.                 'Symfony\\Component\\HttpKernel\\Event\\ViewEvent' => 'kernel.view',
  4959.                 'Symfony\\Component\\HttpKernel\\Event\\ExceptionEvent' => 'kernel.exception',
  4960.                 'Symfony\\Component\\HttpKernel\\Event\\TerminateEvent' => 'kernel.terminate',
  4961.                 'Symfony\\Component\\Security\\Core\\Event\\AuthenticationSuccessEvent' => 'security.authentication.success',
  4962.                 'Symfony\\Component\\Security\\Core\\Event\\AuthenticationFailureEvent' => 'security.authentication.failure',
  4963.                 'Symfony\\Component\\Security\\Http\\Event\\InteractiveLoginEvent' => 'security.interactive_login',
  4964.                 'Symfony\\Component\\Security\\Http\\Event\\SwitchUserEvent' => 'security.switch_user',
  4965.             ],
  4966.             'fragment.renderer.hinclude.global_template' => NULL,
  4967.             'fragment.path' => '/_fragment',
  4968.             'kernel.http_method_override' => true,
  4969.             'kernel.default_locale' => 'fr',
  4970.             'kernel.enabled_locales' => [
  4971.             ],
  4972.             'kernel.error_controller' => 'error_controller',
  4973.             'kernel.trusted_headers' => 30,
  4974.             'debug.file_link_format' => NULL,
  4975.             'asset.request_context.base_path' => NULL,
  4976.             'asset.request_context.secure' => NULL,
  4977.             'translator.logging' => false,
  4978.             'translator.default_path' => (\dirname(__DIR__4).'/translations'),
  4979.             'debug.error_handler.throw_at' => -1,
  4980.             'router.request_context.host' => 'localhost',
  4981.             'router.request_context.scheme' => 'http',
  4982.             'router.request_context.base_url' => '',
  4983.             'router.resource' => 'kernel::loadRoutes',
  4984.             'request_listener.http_port' => 80,
  4985.             'request_listener.https_port' => 443,
  4986.             'session.metadata.storage_key' => '_sf2_meta',
  4987.             'session.storage.options' => [
  4988.                 'cache_limiter' => '0',
  4989.                 'name' => 'CORESESSID',
  4990.                 'cookie_lifetime' => 86400,
  4991.                 'cookie_secure' => 'auto',
  4992.                 'cookie_httponly' => true,
  4993.                 'cookie_samesite' => 'lax',
  4994.                 'gc_probability' => 1,
  4995.             ],
  4996.             'session.metadata.update_threshold' => 0,
  4997.             'form.type_extension.csrf.enabled' => true,
  4998.             'form.type_extension.csrf.field_name' => '_token',
  4999.             'validator.translation_domain' => 'validators',
  5000.             'profiler_listener.only_exceptions' => false,
  5001.             'profiler_listener.only_main_requests' => false,
  5002.             'twig.form.resources' => [
  5003.                 => 'form_div_layout.html.twig',
  5004.                 => '@KarserRecaptcha3/Form/karser_recaptcha3_widget.html.twig',
  5005.                 => '@LiipImagine/Form/form_div_layout.html.twig',
  5006.                 => '@NellappSDK/Form/form_theme_checkboxes.html.twig',
  5007.                 => '@NellappSDK/Form/form_theme.html.twig',
  5008.                 => 'bootstrap_5_layout.html.twig',
  5009.                 => '@NellappSDK/Partials/templates/form/nellapp_form_layout.html.twig',
  5010.                 => '@NellappSDK/Form/form_theme_channel_user_permission.html.twig',
  5011.                 => 'Form/admin_layout.html.twig',
  5012.                 => 'Form/form_collection_users.html.twig',
  5013.                 10 => 'Form/channel_user_roles.html.twig',
  5014.                 11 => 'Form/form_sortable_collection.html.twig',
  5015.                 12 => 'Form/form_dropzone.html.twig',
  5016.                 13 => 'Form/form_video_url.html.twig',
  5017.                 14 => '@DrosalysWebForm/Form/collection_layout.html.twig',
  5018.                 15 => '@DrosalysWebForm/Form/select_or_create_layout.html.twig',
  5019.             ],
  5020.             'twig.default_path' => (\dirname(__DIR__4).'/templates'),
  5021.             'web_profiler.debug_toolbar.intercept_redirects' => false,
  5022.             'web_profiler.debug_toolbar.mode' => 2,
  5023.             'monolog.use_microseconds' => true,
  5024.             'monolog.swift_mailer.handlers' => [
  5025.             ],
  5026.             'monolog.handlers_to_channels' => [
  5027.                 'monolog.handler.console' => [
  5028.                     'type' => 'exclusive',
  5029.                     'elements' => [
  5030.                         => 'event',
  5031.                         => 'doctrine',
  5032.                         => 'console',
  5033.                     ],
  5034.                 ],
  5035.                 'monolog.handler.main' => [
  5036.                     'type' => 'exclusive',
  5037.                     'elements' => [
  5038.                         => 'event',
  5039.                     ],
  5040.                 ],
  5041.             ],
  5042.             'env(VAR_DUMPER_SERVER)' => '127.0.0.1:9912',
  5043.             'doctrine.dbal.logger.chain.class' => 'Doctrine\\DBAL\\Logging\\LoggerChain',
  5044.             'doctrine.dbal.logger.profiling.class' => 'Doctrine\\DBAL\\Logging\\DebugStack',
  5045.             'doctrine.dbal.logger.class' => 'Symfony\\Bridge\\Doctrine\\Logger\\DbalLogger',
  5046.             'doctrine.dbal.configuration.class' => 'Doctrine\\DBAL\\Configuration',
  5047.             'doctrine.data_collector.class' => 'Doctrine\\Bundle\\DoctrineBundle\\DataCollector\\DoctrineDataCollector',
  5048.             'doctrine.dbal.connection.event_manager.class' => 'Symfony\\Bridge\\Doctrine\\ContainerAwareEventManager',
  5049.             'doctrine.dbal.connection_factory.class' => 'Doctrine\\Bundle\\DoctrineBundle\\ConnectionFactory',
  5050.             'doctrine.dbal.events.mysql_session_init.class' => 'Doctrine\\DBAL\\Event\\Listeners\\MysqlSessionInit',
  5051.             'doctrine.dbal.events.oracle_session_init.class' => 'Doctrine\\DBAL\\Event\\Listeners\\OracleSessionInit',
  5052.             'doctrine.class' => 'Doctrine\\Bundle\\DoctrineBundle\\Registry',
  5053.             'doctrine.entity_managers' => [
  5054.                 'default' => 'doctrine.orm.default_entity_manager',
  5055.             ],
  5056.             'doctrine.default_entity_manager' => 'default',
  5057.             'doctrine.dbal.connection_factory.types' => [
  5058.                 'uuid' => [
  5059.                     'class' => 'Symfony\\Bridge\\Doctrine\\Types\\UuidType',
  5060.                 ],
  5061.                 'ulid' => [
  5062.                     'class' => 'Symfony\\Bridge\\Doctrine\\Types\\UlidType',
  5063.                 ],
  5064.             ],
  5065.             'doctrine.connections' => [
  5066.                 'default' => 'doctrine.dbal.default_connection',
  5067.             ],
  5068.             'doctrine.default_connection' => 'default',
  5069.             'doctrine.orm.configuration.class' => 'Doctrine\\ORM\\Configuration',
  5070.             'doctrine.orm.entity_manager.class' => 'Doctrine\\ORM\\EntityManager',
  5071.             'doctrine.orm.manager_configurator.class' => 'Doctrine\\Bundle\\DoctrineBundle\\ManagerConfigurator',
  5072.             'doctrine.orm.cache.array.class' => 'Doctrine\\Common\\Cache\\ArrayCache',
  5073.             'doctrine.orm.cache.apc.class' => 'Doctrine\\Common\\Cache\\ApcCache',
  5074.             'doctrine.orm.cache.memcache.class' => 'Doctrine\\Common\\Cache\\MemcacheCache',
  5075.             'doctrine.orm.cache.memcache_host' => 'localhost',
  5076.             'doctrine.orm.cache.memcache_port' => 11211,
  5077.             'doctrine.orm.cache.memcache_instance.class' => 'Memcache',
  5078.             'doctrine.orm.cache.memcached.class' => 'Doctrine\\Common\\Cache\\MemcachedCache',
  5079.             'doctrine.orm.cache.memcached_host' => 'localhost',
  5080.             'doctrine.orm.cache.memcached_port' => 11211,
  5081.             'doctrine.orm.cache.memcached_instance.class' => 'Memcached',
  5082.             'doctrine.orm.cache.redis.class' => 'Doctrine\\Common\\Cache\\RedisCache',
  5083.             'doctrine.orm.cache.redis_host' => 'localhost',
  5084.             'doctrine.orm.cache.redis_port' => 6379,
  5085.             'doctrine.orm.cache.redis_instance.class' => 'Redis',
  5086.             'doctrine.orm.cache.xcache.class' => 'Doctrine\\Common\\Cache\\XcacheCache',
  5087.             'doctrine.orm.cache.wincache.class' => 'Doctrine\\Common\\Cache\\WinCacheCache',
  5088.             'doctrine.orm.cache.zenddata.class' => 'Doctrine\\Common\\Cache\\ZendDataCache',
  5089.             'doctrine.orm.metadata.driver_chain.class' => 'Doctrine\\Persistence\\Mapping\\Driver\\MappingDriverChain',
  5090.             'doctrine.orm.metadata.annotation.class' => 'Doctrine\\ORM\\Mapping\\Driver\\AnnotationDriver',
  5091.             'doctrine.orm.metadata.xml.class' => 'Doctrine\\ORM\\Mapping\\Driver\\SimplifiedXmlDriver',
  5092.             'doctrine.orm.metadata.yml.class' => 'Doctrine\\ORM\\Mapping\\Driver\\SimplifiedYamlDriver',
  5093.             'doctrine.orm.metadata.php.class' => 'Doctrine\\ORM\\Mapping\\Driver\\PHPDriver',
  5094.             'doctrine.orm.metadata.staticphp.class' => 'Doctrine\\ORM\\Mapping\\Driver\\StaticPHPDriver',
  5095.             'doctrine.orm.metadata.attribute.class' => 'Doctrine\\ORM\\Mapping\\Driver\\AttributeDriver',
  5096.             'doctrine.orm.proxy_cache_warmer.class' => 'Symfony\\Bridge\\Doctrine\\CacheWarmer\\ProxyCacheWarmer',
  5097.             'form.type_guesser.doctrine.class' => 'Symfony\\Bridge\\Doctrine\\Form\\DoctrineOrmTypeGuesser',
  5098.             'doctrine.orm.validator.unique.class' => 'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator',
  5099.             'doctrine.orm.validator_initializer.class' => 'Symfony\\Bridge\\Doctrine\\Validator\\DoctrineInitializer',
  5100.             'doctrine.orm.security.user.provider.class' => 'Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider',
  5101.             'doctrine.orm.listeners.resolve_target_entity.class' => 'Doctrine\\ORM\\Tools\\ResolveTargetEntityListener',
  5102.             'doctrine.orm.listeners.attach_entity_listeners.class' => 'Doctrine\\ORM\\Tools\\AttachEntityListenersListener',
  5103.             'doctrine.orm.naming_strategy.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultNamingStrategy',
  5104.             'doctrine.orm.naming_strategy.underscore.class' => 'Doctrine\\ORM\\Mapping\\UnderscoreNamingStrategy',
  5105.             'doctrine.orm.quote_strategy.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultQuoteStrategy',
  5106.             'doctrine.orm.quote_strategy.ansi.class' => 'Doctrine\\ORM\\Mapping\\AnsiQuoteStrategy',
  5107.             'doctrine.orm.entity_listener_resolver.class' => 'Doctrine\\Bundle\\DoctrineBundle\\Mapping\\ContainerEntityListenerResolver',
  5108.             'doctrine.orm.second_level_cache.default_cache_factory.class' => 'Doctrine\\ORM\\Cache\\DefaultCacheFactory',
  5109.             'doctrine.orm.second_level_cache.default_region.class' => 'Doctrine\\ORM\\Cache\\Region\\DefaultRegion',
  5110.             'doctrine.orm.second_level_cache.filelock_region.class' => 'Doctrine\\ORM\\Cache\\Region\\FileLockRegion',
  5111.             'doctrine.orm.second_level_cache.logger_chain.class' => 'Doctrine\\ORM\\Cache\\Logging\\CacheLoggerChain',
  5112.             'doctrine.orm.second_level_cache.logger_statistics.class' => 'Doctrine\\ORM\\Cache\\Logging\\StatisticsCacheLogger',
  5113.             'doctrine.orm.second_level_cache.cache_configuration.class' => 'Doctrine\\ORM\\Cache\\CacheConfiguration',
  5114.             'doctrine.orm.second_level_cache.regions_configuration.class' => 'Doctrine\\ORM\\Cache\\RegionsConfiguration',
  5115.             'doctrine.orm.auto_generate_proxy_classes' => true,
  5116.             'doctrine.orm.proxy_namespace' => 'Proxies',
  5117.             'doctrine.migrations.preferred_em' => NULL,
  5118.             'doctrine.migrations.preferred_connection' => NULL,
  5119.             'security.role_hierarchy.roles' => [
  5120.                 'ROLE_ADMIN' => [
  5121.                     => 'ROLE_USER',
  5122.                 ],
  5123.                 'ROLE_SUPER_ADMIN' => [
  5124.                     => 'ROLE_ADMIN',
  5125.                     => 'ROLE_ALLOWED_TO_SWITCH',
  5126.                     => 'ROLE_COMMERCIAL',
  5127.                 ],
  5128.             ],
  5129.             'security.access.denied_url' => NULL,
  5130.             'security.authentication.manager.erase_credentials' => true,
  5131.             'security.authentication.session_strategy.strategy' => 'migrate',
  5132.             'security.access.always_authenticate_before_granting' => false,
  5133.             'security.authentication.hide_user_not_found' => true,
  5134.             'security.firewalls' => [
  5135.                 => 'dev',
  5136.                 => 'oauth_token',
  5137.                 => 'api_doc',
  5138.                 => 'api',
  5139.                 => 'sync_doc',
  5140.                 => 'sync',
  5141.                 => 'internal_api',
  5142.                 => 'partner_api_doc',
  5143.                 => 'partner_api',
  5144.                 => 'main',
  5145.             ],
  5146.             'security.api._indexed_authenticators' => [
  5147.             ],
  5148.             'security.sync._indexed_authenticators' => [
  5149.             ],
  5150.             'security.internal_api._indexed_authenticators' => [
  5151.             ],
  5152.             'security.partner_api._indexed_authenticators' => [
  5153.             ],
  5154.             'security.main._indexed_authenticators' => [
  5155.             ],
  5156.             'nelmio_alice.locale' => 'fr_FR',
  5157.             'nelmio_alice.functions_blacklist' => [
  5158.                 => 'current',
  5159.                 => 'shuffle',
  5160.                 => 'date',
  5161.                 => 'time',
  5162.                 => 'file',
  5163.                 => 'md5',
  5164.                 => 'sha1',
  5165.             ],
  5166.             'nelmio_alice.seed' => 1,
  5167.             'nelmio_alice.loading_limit' => 5,
  5168.             'nelmio_alice.max_unique_values_retry' => 150,
  5169.             'fidry_alice_data_fixtures.default_purge_mode' => 'delete',
  5170.             'hautelook_alice.fixtures_path' => [
  5171.                 => 'fixtures',
  5172.             ],
  5173.             'hautelook_alice.root_dirs' => [
  5174.                 => \dirname(__DIR__4),
  5175.             ],
  5176.             'fos_oauth_server.server.class' => 'OAuth2\\OAuth2',
  5177.             'fos_oauth_server.security.authentication.provider.class' => 'FOS\\OAuthServerBundle\\Security\\Authentication\\Provider\\OAuthProvider',
  5178.             'fos_oauth_server.security.authentication.listener.class' => 'FOS\\OAuthServerBundle\\Security\\Firewall\\OAuthListener',
  5179.             'fos_oauth_server.security.entry_point.class' => 'FOS\\OAuthServerBundle\\Security\\EntryPoint\\OAuthEntryPoint',
  5180.             'fos_oauth_server.server.options' => [
  5181.                 'supported_scopes' => 'api',
  5182.                 'access_token_lifetime' => 86400,
  5183.             ],
  5184.             'fos_oauth_server.model_manager_name' => NULL,
  5185.             'fos_oauth_server.model.client.class' => 'App\\Entity\\OAuth\\Client',
  5186.             'fos_oauth_server.model.access_token.class' => 'App\\Entity\\OAuth\\AccessToken',
  5187.             'fos_oauth_server.model.refresh_token.class' => 'App\\Entity\\OAuth\\RefreshToken',
  5188.             'fos_oauth_server.model.auth_code.class' => 'App\\Entity\\OAuth\\AuthCode',
  5189.             'fos_oauth_server.authorize.form.type' => 'FOS\\OAuthServerBundle\\Form\\Type\\AuthorizeFormType',
  5190.             'fos_oauth_server.authorize.form.name' => 'fos_oauth_server_authorize_form',
  5191.             'fos_oauth_server.authorize.form.validation_groups' => [
  5192.                 => 'Authorize',
  5193.                 => 'Default',
  5194.             ],
  5195.             'nellapp_sdk.global_getter.global_entities' => [
  5196.                 'channel_class' => 'App\\Entity\\Channel\\Channel',
  5197.                 'channel_white_label_class' => 'App\\Entity\\Channel\\ChannelWhiteLabel',
  5198.                 'user_class' => 'App\\Entity\\Account\\User',
  5199.                 'channel_user_data_class' => 'App\\Entity\\ChannelUserData\\ChannelUserData',
  5200.                 'channel_user_role_class' => 'App\\Entity\\Channel\\ChannelUserRole',
  5201.             ],
  5202.             'nellapp_sdk.default.doctrine_connection' => 'default',
  5203.             'nellapp_sdk.google.enable' => true,
  5204.             'nelmio_api_doc.areas' => [
  5205.                 => 'default',
  5206.                 => 'super_admin_async',
  5207.                 => 'app_sync',
  5208.                 => 'partner_api',
  5209.             ],
  5210.             'nelmio_api_doc.use_validation_groups' => false,
  5211.             'drosalys_api.serializer.symfony' => true,
  5212.             'knp_paginator.template.pagination' => '@NellappSDK/Partials/component/pagination/pagination.html.twig',
  5213.             'knp_paginator.template.filtration' => '@KnpPaginator/Pagination/filtration.html.twig',
  5214.             'knp_paginator.template.sortable' => '@KnpPaginator/Pagination/sortable_link.html.twig',
  5215.             'knp_paginator.page_range' => 5,
  5216.             'knp_paginator.page_limit' => NULL,
  5217.             'knp_menu.renderer.list.options' => [
  5218.             ],
  5219.             'knp_menu.twig.extension.class' => 'Knp\\Menu\\Twig\\MenuExtension',
  5220.             'knp_menu.renderer.twig.class' => 'Knp\\Menu\\Renderer\\TwigRenderer',
  5221.             'knp_menu.renderer.twig.options' => [
  5222.             ],
  5223.             'knp_menu.renderer.twig.template' => '@KnpMenu/menu.html.twig',
  5224.             'knp_menu.default_renderer' => 'twig',
  5225.             'drosalys_form.collection.import_template' => true,
  5226.             'drosalys_form.collection.main_form_template' => 'form_div_layout.html.twig',
  5227.             'drosalys_form.select_or_create.import_template' => true,
  5228.             'drosalys_form.select_or_create.layout_template' => '@DrosalysWebForm/Form/select_or_create_layout.html.twig',
  5229.             'craue.form.flow.class' => 'Craue\\FormFlowBundle\\Form\\FormFlow',
  5230.             'craue.form.flow.storage.class' => 'Craue\\FormFlowBundle\\Storage\\SessionStorage',
  5231.             'craue.form.flow.event_listener.previous_step_invalid.class' => 'Craue\\FormFlowBundle\\EventListener\\PreviousStepInvalidEventListener',
  5232.             'craue.form.flow.event_listener.previous_step_invalid.event' => 'flow.previous_step_invalid',
  5233.             'craue.form.flow.event_listener.flow_expired.class' => 'Craue\\FormFlowBundle\\EventListener\\FlowExpiredEventListener',
  5234.             'craue.form.flow.event_listener.flow_expired.event' => 'flow.flow_expired',
  5235.             'craue_twig_extensions.formflow.class' => 'Craue\\FormFlowBundle\\Twig\\Extension\\FormFlowExtension',
  5236.             'craue_formflow.util.class' => 'Craue\\FormFlowBundle\\Util\\FormFlowUtil',
  5237.             'liip_imagine.resolvers' => [
  5238.                 'default' => [
  5239.                     'web_path' => [
  5240.                         'web_root' => (\dirname(__DIR__4).'/public'),
  5241.                         'cache_prefix' => 'media/cache',
  5242.                     ],
  5243.                 ],
  5244.                 'cursus_uploads' => [
  5245.                     'flysystem' => [
  5246.                         'filesystem_service' => 'oneup_flysystem.cursus_filesystem',
  5247.                         'root_url' => 'none',
  5248.                         'visibility' => 'private',
  5249.                         'cache_prefix' => '',
  5250.                     ],
  5251.                 ],
  5252.                 'admin_channel_user_data_drive' => [
  5253.                     'flysystem' => [
  5254.                         'filesystem_service' => 'oneup_flysystem.admin_channel_user_data_drive_filesystem',
  5255.                         'root_url' => 'none',
  5256.                         'visibility' => 'private',
  5257.                         'cache_prefix' => '',
  5258.                     ],
  5259.                 ],
  5260.                 'organization_uploads' => [
  5261.                     'flysystem' => [
  5262.                         'filesystem_service' => 'oneup_flysystem.organization_filesystem',
  5263.                         'root_url' => 'none',
  5264.                         'visibility' => 'public',
  5265.                         'cache_prefix' => '',
  5266.                     ],
  5267.                 ],
  5268.                 'positioning_test_uploads' => [
  5269.                     'flysystem' => [
  5270.                         'filesystem_service' => 'oneup_flysystem.positioning_test_filesystem',
  5271.                         'root_url' => 'none',
  5272.                         'visibility' => 'public',
  5273.                         'cache_prefix' => '',
  5274.                     ],
  5275.                 ],
  5276.             ],
  5277.             'liip_imagine.loaders' => [
  5278.                 'default' => [
  5279.                     'filesystem' => [
  5280.                         'locator' => 'filesystem',
  5281.                         'data_root' => [
  5282.                             => (\dirname(__DIR__4).'/public'),
  5283.                         ],
  5284.                         'allow_unresolvable_data_roots' => false,
  5285.                         'bundle_resources' => [
  5286.                             'enabled' => false,
  5287.                             'access_control_type' => 'blacklist',
  5288.                             'access_control_list' => [
  5289.                             ],
  5290.                         ],
  5291.                     ],
  5292.                 ],
  5293.                 'cursus_uploads' => [
  5294.                     'flysystem' => [
  5295.                         'filesystem_service' => 'oneup_flysystem.cursus_filesystem',
  5296.                     ],
  5297.                 ],
  5298.                 'organization_uploads' => [
  5299.                     'flysystem' => [
  5300.                         'filesystem_service' => 'oneup_flysystem.organization_filesystem',
  5301.                     ],
  5302.                 ],
  5303.                 'positioning_test_uploads' => [
  5304.                     'flysystem' => [
  5305.                         'filesystem_service' => 'oneup_flysystem.positioning_test_filesystem',
  5306.                     ],
  5307.                 ],
  5308.             ],
  5309.             'liip_imagine.jpegoptim.binary' => '/usr/bin/jpegoptim',
  5310.             'liip_imagine.jpegoptim.stripAll' => true,
  5311.             'liip_imagine.jpegoptim.max' => NULL,
  5312.             'liip_imagine.jpegoptim.progressive' => true,
  5313.             'liip_imagine.jpegoptim.tempDir' => NULL,
  5314.             'liip_imagine.optipng.binary' => '/usr/bin/optipng',
  5315.             'liip_imagine.optipng.level' => 7,
  5316.             'liip_imagine.optipng.stripAll' => true,
  5317.             'liip_imagine.optipng.tempDir' => NULL,
  5318.             'liip_imagine.pngquant.binary' => '/usr/bin/pngquant',
  5319.             'liip_imagine.mozjpeg.binary' => '/opt/mozjpeg/bin/cjpeg',
  5320.             'liip_imagine.cwebp.binary' => '/usr/bin/cwebp',
  5321.             'liip_imagine.cwebp.tempDir' => NULL,
  5322.             'liip_imagine.cwebp.q' => 75,
  5323.             'liip_imagine.cwebp.alphaQ' => 100,
  5324.             'liip_imagine.cwebp.m' => 4,
  5325.             'liip_imagine.cwebp.alphaFilter' => 'fast',
  5326.             'liip_imagine.cwebp.alphaMethod' => 1,
  5327.             'liip_imagine.cwebp.exact' => false,
  5328.             'liip_imagine.cwebp.metadata' => [
  5329.                 => 'none',
  5330.             ],
  5331.             'liip_imagine.driver_service' => 'liip_imagine.gd',
  5332.             'liip_imagine.cache.resolver.default' => 'default',
  5333.             'liip_imagine.default_image' => NULL,
  5334.             'liip_imagine.filter_sets' => [
  5335.                 'channel_thumbnail' => [
  5336.                     'quality' => 100,
  5337.                     'jpeg_quality' => 80,
  5338.                     'png_compression_level' => 8,
  5339.                     'png_compression_filter' => NULL,
  5340.                     'format' => NULL,
  5341.                     'animated' => false,
  5342.                     'cache' => NULL,
  5343.                     'data_loader' => NULL,
  5344.                     'default_image' => NULL,
  5345.                     'filters' => [
  5346.                         'auto_rotate' => [
  5347.                         ],
  5348.                         'strip' => [
  5349.                         ],
  5350.                         'thumbnail' => [
  5351.                             'size' => [
  5352.                                 => 600,
  5353.                                 => 300,
  5354.                             ],
  5355.                             'mode' => 'inset',
  5356.                             'allow_upscale' => true,
  5357.                         ],
  5358.                     ],
  5359.                     'post_processors' => [
  5360.                     ],
  5361.                 ],
  5362.                 'avatar_thumbnail' => [
  5363.                     'quality' => 100,
  5364.                     'jpeg_quality' => 80,
  5365.                     'png_compression_level' => 8,
  5366.                     'png_compression_filter' => NULL,
  5367.                     'format' => NULL,
  5368.                     'animated' => false,
  5369.                     'cache' => NULL,
  5370.                     'data_loader' => NULL,
  5371.                     'default_image' => NULL,
  5372.                     'filters' => [
  5373.                         'auto_rotate' => [
  5374.                         ],
  5375.                         'strip' => [
  5376.                         ],
  5377.                         'thumbnail' => [
  5378.                             'size' => [
  5379.                                 => 100,
  5380.                                 => 100,
  5381.                             ],
  5382.                             'mode' => 'outbound',
  5383.                             'allow_upscale' => true,
  5384.                         ],
  5385.                     ],
  5386.                     'post_processors' => [
  5387.                     ],
  5388.                 ],
  5389.                 'cache' => [
  5390.                     'quality' => 100,
  5391.                     'jpeg_quality' => NULL,
  5392.                     'png_compression_level' => NULL,
  5393.                     'png_compression_filter' => NULL,
  5394.                     'format' => NULL,
  5395.                     'animated' => false,
  5396.                     'cache' => NULL,
  5397.                     'data_loader' => NULL,
  5398.                     'default_image' => NULL,
  5399.                     'filters' => [
  5400.                     ],
  5401.                     'post_processors' => [
  5402.                     ],
  5403.                 ],
  5404.                 'thumbnail' => [
  5405.                     'quality' => 50,
  5406.                     'jpeg_quality' => NULL,
  5407.                     'png_compression_level' => NULL,
  5408.                     'png_compression_filter' => NULL,
  5409.                     'format' => NULL,
  5410.                     'animated' => false,
  5411.                     'cache' => NULL,
  5412.                     'data_loader' => NULL,
  5413.                     'default_image' => NULL,
  5414.                     'filters' => [
  5415.                         'thumbnail' => [
  5416.                             'size' => [
  5417.                                 => 50,
  5418.                                 => 50,
  5419.                             ],
  5420.                             'mode' => 'inset',
  5421.                         ],
  5422.                     ],
  5423.                     'post_processors' => [
  5424.                     ],
  5425.                 ],
  5426.                 'drive_thumbnail' => [
  5427.                     'quality' => 50,
  5428.                     'jpeg_quality' => NULL,
  5429.                     'png_compression_level' => NULL,
  5430.                     'png_compression_filter' => NULL,
  5431.                     'format' => NULL,
  5432.                     'animated' => false,
  5433.                     'cache' => NULL,
  5434.                     'data_loader' => 'cursus_uploads',
  5435.                     'default_image' => NULL,
  5436.                     'filters' => [
  5437.                         'thumbnail' => [
  5438.                             'size' => [
  5439.                                 => 50,
  5440.                                 => 50,
  5441.                             ],
  5442.                             'mode' => 'inset',
  5443.                         ],
  5444.                     ],
  5445.                     'post_processors' => [
  5446.                     ],
  5447.                 ],
  5448.                 'question_picture' => [
  5449.                     'quality' => 90,
  5450.                     'jpeg_quality' => NULL,
  5451.                     'png_compression_level' => NULL,
  5452.                     'png_compression_filter' => NULL,
  5453.                     'format' => NULL,
  5454.                     'animated' => false,
  5455.                     'cache' => NULL,
  5456.                     'data_loader' => 'positioning_test_uploads',
  5457.                     'default_image' => NULL,
  5458.                     'filters' => [
  5459.                         'thumbnail' => [
  5460.                             'size' => [
  5461.                                 => 300,
  5462.                                 => 220,
  5463.                             ],
  5464.                             'mode' => 'inset',
  5465.                         ],
  5466.                     ],
  5467.                     'post_processors' => [
  5468.                     ],
  5469.                 ],
  5470.                 'question_picture_big' => [
  5471.                     'quality' => 90,
  5472.                     'jpeg_quality' => NULL,
  5473.                     'png_compression_level' => NULL,
  5474.                     'png_compression_filter' => NULL,
  5475.                     'format' => NULL,
  5476.                     'animated' => false,
  5477.                     'cache' => NULL,
  5478.                     'data_loader' => 'positioning_test_uploads',
  5479.                     'default_image' => NULL,
  5480.                     'filters' => [
  5481.                     ],
  5482.                     'post_processors' => [
  5483.                     ],
  5484.                 ],
  5485.                 'organization_file' => [
  5486.                     'quality' => 90,
  5487.                     'jpeg_quality' => NULL,
  5488.                     'png_compression_level' => NULL,
  5489.                     'png_compression_filter' => NULL,
  5490.                     'format' => NULL,
  5491.                     'animated' => false,
  5492.                     'cache' => NULL,
  5493.                     'data_loader' => 'organization_uploads',
  5494.                     'default_image' => NULL,
  5495.                     'filters' => [
  5496.                         'thumbnail' => [
  5497.                             'size' => [
  5498.                                 => 250,
  5499.                                 => 250,
  5500.                             ],
  5501.                             'mode' => 'inset',
  5502.                         ],
  5503.                     ],
  5504.                     'post_processors' => [
  5505.                     ],
  5506.                 ],
  5507.             ],
  5508.             'liip_imagine.binary.loader.default' => 'default',
  5509.             'liip_imagine.controller.filter_action' => 'Liip\\ImagineBundle\\Controller\\ImagineController::filterAction',
  5510.             'liip_imagine.controller.filter_runtime_action' => 'Liip\\ImagineBundle\\Controller\\ImagineController::filterRuntimeAction',
  5511.             'liip_imagine.webp.generate' => false,
  5512.             'liip_imagine.webp.options' => [
  5513.                 'quality' => 100,
  5514.                 'cache' => NULL,
  5515.                 'data_loader' => NULL,
  5516.                 'post_processors' => [
  5517.                 ],
  5518.             ],
  5519.             'bazinga.jstranslation.translation_finder.class' => 'Bazinga\\Bundle\\JsTranslationBundle\\Finder\\TranslationFinder',
  5520.             'bazinga.jstranslation.translation_dumper.class' => 'Bazinga\\Bundle\\JsTranslationBundle\\Dumper\\TranslationDumper',
  5521.             'bazinga.jstranslation.controller.class' => 'Bazinga\\Bundle\\JsTranslationBundle\\Controller\\Controller',
  5522.             'karser_recaptcha3.score_threshold' => 0.5,
  5523.             'karser_recaptcha3.enabled' => true,
  5524.             'karser_recaptcha3.host' => 'www.google.com',
  5525.             'spiriit_form_filter.query_builder_updater.class' => 'Spiriit\\Bundle\\FormFilterBundle\\Filter\\FilterBuilderUpdater',
  5526.             'spiriit_form_filter.form_data_extractor.class' => 'Spiriit\\Bundle\\FormFilterBundle\\Filter\\DataExtractor\\FormDataExtractor',
  5527.             'spiriit_form_filter.data_extraction_method.default.class' => 'Spiriit\\Bundle\\FormFilterBundle\\Filter\\DataExtractor\\Method\\DefaultExtractionMethod',
  5528.             'spiriit_form_filter.data_extraction_method.text.class' => 'Spiriit\\Bundle\\FormFilterBundle\\Filter\\DataExtractor\\Method\\TextExtractionMethod',
  5529.             'spiriit_form_filter.data_extraction_method.key_values.class' => 'Spiriit\\Bundle\\FormFilterBundle\\Filter\\DataExtractor\\Method\\ValueKeysExtractionMethod',
  5530.             'spiriit_form_filter.filter_prepare.class' => 'Spiriit\\Bundle\\FormFilterBundle\\Event\\Listener\\PrepareListener',
  5531.             'spiriit_form_filter.type.filter_text.class' => 'Spiriit\\Bundle\\FormFilterBundle\\Filter\\Form\\Type\\TextFilterType',
  5532.             'spiriit_form_filter.type.filter_number.class' => 'Spiriit\\Bundle\\FormFilterBundle\\Filter\\Form\\Type\\NumberFilterType',
  5533.             'spiriit_form_filter.type.filter_number_range.class' => 'Spiriit\\Bundle\\FormFilterBundle\\Filter\\Form\\Type\\NumberRangeFilterType',
  5534.             'spiriit_form_filter.type.filter_checkbox.class' => 'Spiriit\\Bundle\\FormFilterBundle\\Filter\\Form\\Type\\CheckboxFilterType',
  5535.             'spiriit_form_filter.type.filter_boolean.class' => 'Spiriit\\Bundle\\FormFilterBundle\\Filter\\Form\\Type\\BooleanFilterType',
  5536.             'spiriit_form_filter.type.filter_choice.class' => 'Spiriit\\Bundle\\FormFilterBundle\\Filter\\Form\\Type\\ChoiceFilterType',
  5537.             'spiriit_form_filter.type.filter_date.class' => 'Spiriit\\Bundle\\FormFilterBundle\\Filter\\Form\\Type\\DateFilterType',
  5538.             'spiriit_form_filter.type.filter_date_range.class' => 'Spiriit\\Bundle\\FormFilterBundle\\Filter\\Form\\Type\\DateRangeFilterType',
  5539.             'spiriit_form_filter.type.filter_datetime.class' => 'Spiriit\\Bundle\\FormFilterBundle\\Filter\\Form\\Type\\DateTimeFilterType',
  5540.             'spiriit_form_filter.type.filter_datetime_range.class' => 'Spiriit\\Bundle\\FormFilterBundle\\Filter\\Form\\Type\\DateTimeRangeFilterType',
  5541.             'spiriit_form_filter.type.filter_collection_adapter.class' => 'Spiriit\\Bundle\\FormFilterBundle\\Filter\\Form\\Type\\CollectionAdapterFilterType',
  5542.             'spiriit_form_filter.type.filter_sharedable.class' => 'Spiriit\\Bundle\\FormFilterBundle\\Filter\\Form\\Type\\SharedableFilterType',
  5543.             'spiriit_form_filter.type.filter_enum.class' => 'Spiriit\\Bundle\\FormFilterBundle\\Filter\\Form\\Type\\EnumFilterType',
  5544.             'spiriit_form_filter.type_extension.filter_extension.class' => 'Spiriit\\Bundle\\FormFilterBundle\\Filter\\Form\\FilterTypeExtension',
  5545.             'spiriit_form_filter.get_filter.doctrine_orm.class' => 'Spiriit\\Bundle\\FormFilterBundle\\Event\\Subscriber\\DoctrineORMSubscriber',
  5546.             'spiriit_form_filter.apply_filter.doctrine_orm.class' => 'Spiriit\\Bundle\\FormFilterBundle\\Event\\Listener\\DoctrineApplyFilterListener',
  5547.             'spiriit_form_filter.type.filter_entity.class' => 'Spiriit\\Bundle\\FormFilterBundle\\Filter\\Form\\Type\\EntityFilterType',
  5548.             'spiriit_form_filter.where_method' => 'and',
  5549.             'spiriit_form_filter.text.condition_pattern' => 1,
  5550.             'oneup_uploader.chunks.manager.class' => 'Oneup\\UploaderBundle\\Uploader\\Chunk\\ChunkManager',
  5551.             'oneup_uploader.chunks_storage.gaufrette.class' => 'Oneup\\UploaderBundle\\Uploader\\Chunk\\Storage\\GaufretteStorage',
  5552.             'oneup_uploader.chunks_storage.flysystem.class' => 'Oneup\\UploaderBundle\\Uploader\\Chunk\\Storage\\FlysystemStorage',
  5553.             'oneup_uploader.chunks_storage.filesystem.class' => 'Oneup\\UploaderBundle\\Uploader\\Chunk\\Storage\\FilesystemStorage',
  5554.             'oneup_uploader.namer.urlsafename.class' => 'Oneup\\UploaderBundle\\Uploader\\Naming\\UrlSafeNamer',
  5555.             'oneup_uploader.namer.uniqid.class' => 'Oneup\\UploaderBundle\\Uploader\\Naming\\UniqidNamer',
  5556.             'oneup_uploader.routing.loader.class' => 'Oneup\\UploaderBundle\\Routing\\RouteLoader',
  5557.             'oneup_uploader.storage.gaufrette.class' => 'Oneup\\UploaderBundle\\Uploader\\Storage\\GaufretteStorage',
  5558.             'oneup_uploader.storage.flysystem.class' => 'Oneup\\UploaderBundle\\Uploader\\Storage\\FlysystemStorage',
  5559.             'oneup_uploader.storage.filesystem.class' => 'Oneup\\UploaderBundle\\Uploader\\Storage\\FilesystemStorage',
  5560.             'oneup_uploader.orphanage.class' => 'Oneup\\UploaderBundle\\Uploader\\Storage\\FilesystemOrphanageStorage',
  5561.             'oneup_uploader.orphanage.manager.class' => 'Oneup\\UploaderBundle\\Uploader\\Orphanage\\OrphanageManager',
  5562.             'oneup_uploader.controller.fineuploader.class' => 'Oneup\\UploaderBundle\\Controller\\FineUploaderController',
  5563.             'oneup_uploader.controller.blueimp.class' => 'Oneup\\UploaderBundle\\Controller\\BlueimpController',
  5564.             'oneup_uploader.controller.uploadify.class' => 'Oneup\\UploaderBundle\\Controller\\UploadifyController',
  5565.             'oneup_uploader.controller.yui3.class' => 'Oneup\\UploaderBundle\\Controller\\YUI3Controller',
  5566.             'oneup_uploader.controller.fancyupload.class' => 'Oneup\\UploaderBundle\\Controller\\FancyUploadController',
  5567.             'oneup_uploader.controller.mooupload.class' => 'Oneup\\UploaderBundle\\Controller\\MooUploadController',
  5568.             'oneup_uploader.controller.plupload.class' => 'Oneup\\UploaderBundle\\Controller\\PluploadController',
  5569.             'oneup_uploader.controller.dropzone.class' => 'Oneup\\UploaderBundle\\Controller\\DropzoneController',
  5570.             'oneup_uploader.command.clear_chunks.class' => 'Oneup\\UploaderBundle\\Command\\ClearChunkCommand',
  5571.             'oneup_uploader.command.clear_orphans.class' => 'Oneup\\UploaderBundle\\Command\\ClearOrphansCommand',
  5572.             'oneup_uploader.error_handler.noop.class' => 'Oneup\\UploaderBundle\\Uploader\\ErrorHandler\\NoopErrorHandler',
  5573.             'oneup_uploader.error_handler.blueimp.class' => 'Oneup\\UploaderBundle\\Uploader\\ErrorHandler\\BlueimpErrorHandler',
  5574.             'oneup_uploader.error_handler.plupload.class' => 'Oneup\\UploaderBundle\\Uploader\\ErrorHandler\\PluploadErrorHandler',
  5575.             'oneup_uploader.error_handler.dropzone.class' => 'Oneup\\UploaderBundle\\Uploader\\ErrorHandler\\DropzoneErrorHandler',
  5576.             'oneup_uploader.config.cursus_upload' => [
  5577.                 'use_orphanage' => true,
  5578.                 'frontend' => 'dropzone',
  5579.                 'storage' => [
  5580.                     'type' => 'flysystem',
  5581.                     'filesystem' => 'oneup_flysystem.cursus_filesystem',
  5582.                     'service' => NULL,
  5583.                     'directory' => NULL,
  5584.                     'stream_wrapper' => NULL,
  5585.                     'sync_buffer_size' => '100K',
  5586.                 ],
  5587.                 'allowed_mimetypes' => [
  5588.                     'image/jpeg' => [
  5589.                         => 'jpg',
  5590.                         => 'jpeg',
  5591.                     ],
  5592.                     'image/png' => [
  5593.                         => 'png',
  5594.                     ],
  5595.                     'application/pdf' => [
  5596.                         => 'pdf',
  5597.                     ],
  5598.                     'application/vnd.openxmlformats-officedocument.wordprocessingml.document' => [
  5599.                         => 'docx',
  5600.                     ],
  5601.                     'application/msword' => [
  5602.                         => 'doc',
  5603.                     ],
  5604.                     'application/vnd.oasis.opendocument.text' => [
  5605.                         => 'odt',
  5606.                     ],
  5607.                     'application/vnd.ms-excel' => [
  5608.                         => 'xls',
  5609.                     ],
  5610.                     'application/vnd.openxmlformats-officedocument.spreadsheetml.sheet' => [
  5611.                         => 'xlsx',
  5612.                     ],
  5613.                 ],
  5614.                 'max_size' => 10000000,
  5615.                 'namer' => 'app.file_abstract_cursus_namer',
  5616.                 'custom_frontend' => [
  5617.                     'name' => NULL,
  5618.                     'class' => NULL,
  5619.                 ],
  5620.                 'route_prefix' => '',
  5621.                 'endpoints' => [
  5622.                     'upload' => NULL,
  5623.                     'progress' => NULL,
  5624.                     'cancel' => NULL,
  5625.                 ],
  5626.                 'disallowed_mimetypes' => [
  5627.                 ],
  5628.                 'error_handler' => NULL,
  5629.                 'enable_progress' => false,
  5630.                 'enable_cancelation' => false,
  5631.                 'root_folder' => false,
  5632.             ],
  5633.             'oneup_uploader.config.organization_upload' => [
  5634.                 'use_orphanage' => true,
  5635.                 'frontend' => 'dropzone',
  5636.                 'storage' => [
  5637.                     'type' => 'flysystem',
  5638.                     'filesystem' => 'oneup_flysystem.organization_filesystem',
  5639.                     'service' => NULL,
  5640.                     'directory' => NULL,
  5641.                     'stream_wrapper' => NULL,
  5642.                     'sync_buffer_size' => '100K',
  5643.                 ],
  5644.                 'allowed_mimetypes' => [
  5645.                     'image/jpeg' => [
  5646.                         => 'jpg',
  5647.                         => 'jpeg',
  5648.                     ],
  5649.                     'image/png' => [
  5650.                         => 'png',
  5651.                     ],
  5652.                     'image/gif' => [
  5653.                         => 'gif',
  5654.                     ],
  5655.                 ],
  5656.                 'max_size' => 10000000,
  5657.                 'namer' => 'app.organization_file_namer',
  5658.                 'custom_frontend' => [
  5659.                     'name' => NULL,
  5660.                     'class' => NULL,
  5661.                 ],
  5662.                 'route_prefix' => '',
  5663.                 'endpoints' => [
  5664.                     'upload' => NULL,
  5665.                     'progress' => NULL,
  5666.                     'cancel' => NULL,
  5667.                 ],
  5668.                 'disallowed_mimetypes' => [
  5669.                 ],
  5670.                 'error_handler' => NULL,
  5671.                 'enable_progress' => false,
  5672.                 'enable_cancelation' => false,
  5673.                 'root_folder' => false,
  5674.             ],
  5675.             'oneup_uploader.config.positioning_test_upload' => [
  5676.                 'use_orphanage' => true,
  5677.                 'frontend' => 'dropzone',
  5678.                 'storage' => [
  5679.                     'type' => 'flysystem',
  5680.                     'filesystem' => 'oneup_flysystem.positioning_test_filesystem',
  5681.                     'service' => NULL,
  5682.                     'directory' => NULL,
  5683.                     'stream_wrapper' => NULL,
  5684.                     'sync_buffer_size' => '100K',
  5685.                 ],
  5686.                 'allowed_mimetypes' => [
  5687.                     'image/jpeg' => [
  5688.                         => 'jpg',
  5689.                         => 'jpeg',
  5690.                     ],
  5691.                     'image/png' => [
  5692.                         => 'png',
  5693.                     ],
  5694.                     'image/gif' => [
  5695.                         => 'gif',
  5696.                     ],
  5697.                 ],
  5698.                 'max_size' => 10000000,
  5699.                 'namer' => 'app.positioning_test_file_namer',
  5700.                 'custom_frontend' => [
  5701.                     'name' => NULL,
  5702.                     'class' => NULL,
  5703.                 ],
  5704.                 'route_prefix' => '',
  5705.                 'endpoints' => [
  5706.                     'upload' => NULL,
  5707.                     'progress' => NULL,
  5708.                     'cancel' => NULL,
  5709.                 ],
  5710.                 'disallowed_mimetypes' => [
  5711.                 ],
  5712.                 'error_handler' => NULL,
  5713.                 'enable_progress' => false,
  5714.                 'enable_cancelation' => false,
  5715.                 'root_folder' => false,
  5716.             ],
  5717.             'oneup_uploader.config.admin_channel_user_data_drive_upload' => [
  5718.                 'use_orphanage' => true,
  5719.                 'frontend' => 'dropzone',
  5720.                 'storage' => [
  5721.                     'type' => 'flysystem',
  5722.                     'filesystem' => 'oneup_flysystem.admin_channel_user_data_drive_filesystem',
  5723.                     'service' => NULL,
  5724.                     'directory' => NULL,
  5725.                     'stream_wrapper' => NULL,
  5726.                     'sync_buffer_size' => '100K',
  5727.                 ],
  5728.                 'allowed_mimetypes' => [
  5729.                     'image/jpeg' => [
  5730.                         => 'jpg',
  5731.                         => 'jpeg',
  5732.                     ],
  5733.                     'image/png' => [
  5734.                         => 'png',
  5735.                     ],
  5736.                     'application/pdf' => [
  5737.                         => 'pdf',
  5738.                     ],
  5739.                     'application/vnd.openxmlformats-officedocument.wordprocessingml.document' => [
  5740.                         => 'docx',
  5741.                     ],
  5742.                     'application/msword' => [
  5743.                         => 'doc',
  5744.                     ],
  5745.                     'application/vnd.oasis.opendocument.text' => [
  5746.                         => 'odt',
  5747.                     ],
  5748.                     'application/vnd.ms-excel' => [
  5749.                         => 'xls',
  5750.                     ],
  5751.                     'application/vnd.openxmlformats-officedocument.spreadsheetml.sheet' => [
  5752.                         => 'xlsx',
  5753.                     ],
  5754.                 ],
  5755.                 'max_size' => 10000000,
  5756.                 'namer' => 'app.file_channel_user_data_drive_namer',
  5757.                 'custom_frontend' => [
  5758.                     'name' => NULL,
  5759.                     'class' => NULL,
  5760.                 ],
  5761.                 'route_prefix' => '',
  5762.                 'endpoints' => [
  5763.                     'upload' => NULL,
  5764.                     'progress' => NULL,
  5765.                     'cancel' => NULL,
  5766.                 ],
  5767.                 'disallowed_mimetypes' => [
  5768.                 ],
  5769.                 'error_handler' => NULL,
  5770.                 'enable_progress' => false,
  5771.                 'enable_cancelation' => false,
  5772.                 'root_folder' => false,
  5773.             ],
  5774.             'oneup_uploader.config.admin_channel_user_data_certificate_upload' => [
  5775.                 'use_orphanage' => true,
  5776.                 'frontend' => 'dropzone',
  5777.                 'storage' => [
  5778.                     'type' => 'flysystem',
  5779.                     'filesystem' => 'oneup_flysystem.admin_channel_user_data_certificate_filesystem',
  5780.                     'service' => NULL,
  5781.                     'directory' => NULL,
  5782.                     'stream_wrapper' => NULL,
  5783.                     'sync_buffer_size' => '100K',
  5784.                 ],
  5785.                 'allowed_mimetypes' => [
  5786.                     'image/jpeg' => [
  5787.                         => 'jpg',
  5788.                         => 'jpeg',
  5789.                     ],
  5790.                     'image/png' => [
  5791.                         => 'png',
  5792.                     ],
  5793.                     'application/pdf' => [
  5794.                         => 'pdf',
  5795.                     ],
  5796.                 ],
  5797.                 'max_size' => 1000000000,
  5798.                 'custom_frontend' => [
  5799.                     'name' => NULL,
  5800.                     'class' => NULL,
  5801.                 ],
  5802.                 'route_prefix' => '',
  5803.                 'endpoints' => [
  5804.                     'upload' => NULL,
  5805.                     'progress' => NULL,
  5806.                     'cancel' => NULL,
  5807.                 ],
  5808.                 'disallowed_mimetypes' => [
  5809.                 ],
  5810.                 'error_handler' => NULL,
  5811.                 'enable_progress' => false,
  5812.                 'enable_cancelation' => false,
  5813.                 'namer' => 'oneup_uploader.namer.uniqid',
  5814.                 'root_folder' => false,
  5815.             ],
  5816.             'oneup_uploader.controllers' => [
  5817.                 'cursus_upload' => [
  5818.                     => 'oneup_uploader.controller.cursus_upload',
  5819.                     => [
  5820.                         'enable_progress' => false,
  5821.                         'enable_cancelation' => false,
  5822.                         'route_prefix' => '',
  5823.                         'endpoints' => [
  5824.                             'upload' => NULL,
  5825.                             'progress' => NULL,
  5826.                             'cancel' => NULL,
  5827.                         ],
  5828.                     ],
  5829.                 ],
  5830.                 'organization_upload' => [
  5831.                     => 'oneup_uploader.controller.organization_upload',
  5832.                     => [
  5833.                         'enable_progress' => false,
  5834.                         'enable_cancelation' => false,
  5835.                         'route_prefix' => '',
  5836.                         'endpoints' => [
  5837.                             'upload' => NULL,
  5838.                             'progress' => NULL,
  5839.                             'cancel' => NULL,
  5840.                         ],
  5841.                     ],
  5842.                 ],
  5843.                 'positioning_test_upload' => [
  5844.                     => 'oneup_uploader.controller.positioning_test_upload',
  5845.                     => [
  5846.                         'enable_progress' => false,
  5847.                         'enable_cancelation' => false,
  5848.                         'route_prefix' => '',
  5849.                         'endpoints' => [
  5850.                             'upload' => NULL,
  5851.                             'progress' => NULL,
  5852.                             'cancel' => NULL,
  5853.                         ],
  5854.                     ],
  5855.                 ],
  5856.                 'admin_channel_user_data_drive_upload' => [
  5857.                     => 'oneup_uploader.controller.admin_channel_user_data_drive_upload',
  5858.                     => [
  5859.                         'enable_progress' => false,
  5860.                         'enable_cancelation' => false,
  5861.                         'route_prefix' => '',
  5862.                         'endpoints' => [
  5863.                             'upload' => NULL,
  5864.                             'progress' => NULL,
  5865.                             'cancel' => NULL,
  5866.                         ],
  5867.                     ],
  5868.                 ],
  5869.                 'admin_channel_user_data_certificate_upload' => [
  5870.                     => 'oneup_uploader.controller.admin_channel_user_data_certificate_upload',
  5871.                     => [
  5872.                         'enable_progress' => false,
  5873.                         'enable_cancelation' => false,
  5874.                         'route_prefix' => '',
  5875.                         'endpoints' => [
  5876.                             'upload' => NULL,
  5877.                             'progress' => NULL,
  5878.                             'cancel' => NULL,
  5879.                         ],
  5880.                     ],
  5881.                 ],
  5882.             ],
  5883.             'oneup_uploader.maxsize' => [
  5884.                 'cursus_upload' => 10000000,
  5885.                 'organization_upload' => 10000000,
  5886.                 'positioning_test_upload' => 10000000,
  5887.                 'admin_channel_user_data_drive_upload' => 10000000,
  5888.                 'admin_channel_user_data_certificate_upload' => 20971520,
  5889.             ],
  5890.             'nelmio_cors.map' => [
  5891.                 '^/' => [
  5892.                 ],
  5893.             ],
  5894.             'nelmio_cors.cors_listener.class' => 'Nelmio\\CorsBundle\\EventListener\\CorsListener',
  5895.             'nelmio_cors.options_resolver.class' => 'Nelmio\\CorsBundle\\Options\\Resolver',
  5896.             'nelmio_cors.options_provider.config.class' => 'Nelmio\\CorsBundle\\Options\\ConfigProvider',
  5897.             'fos_js_routing.extractor.class' => 'FOS\\JsRoutingBundle\\Extractor\\ExposedRoutesExtractor',
  5898.             'fos_js_routing.routes_response.class' => 'FOS\\JsRoutingBundle\\Response\\RoutesResponse',
  5899.             'fos_js_routing.controller.class' => 'FOS\\JsRoutingBundle\\Controller\\Controller',
  5900.             'fos_js_routing.normalizer.route_collection.class' => 'FOS\\JsRoutingBundle\\Serializer\\Normalizer\\RouteCollectionNormalizer',
  5901.             'fos_js_routing.normalizer.routes_response.class' => 'FOS\\JsRoutingBundle\\Serializer\\Normalizer\\RoutesResponseNormalizer',
  5902.             'fos_js_routing.denormalizer.route_collection.class' => 'FOS\\JsRoutingBundle\\Serializer\\Denormalizer\\RouteCollectionDenormalizer',
  5903.             'fos_js_routing.request_context_base_url' => NULL,
  5904.             'fos_js_routing.cache_control' => [
  5905.                 'enabled' => false,
  5906.             ],
  5907.             'maker.compatible_check.doctrine.supports_attributes' => true,
  5908.             'data_collector.templates' => [
  5909.                 'data_collector.request' => [
  5910.                     => 'request',
  5911.                     => '@WebProfiler/Collector/request.html.twig',
  5912.                 ],
  5913.                 'data_collector.time' => [
  5914.                     => 'time',
  5915.                     => '@WebProfiler/Collector/time.html.twig',
  5916.                 ],
  5917.                 'data_collector.memory' => [
  5918.                     => 'memory',
  5919.                     => '@WebProfiler/Collector/memory.html.twig',
  5920.                 ],
  5921.                 'data_collector.validator' => [
  5922.                     => 'validator',
  5923.                     => '@WebProfiler/Collector/validator.html.twig',
  5924.                 ],
  5925.                 'data_collector.ajax' => [
  5926.                     => 'ajax',
  5927.                     => '@WebProfiler/Collector/ajax.html.twig',
  5928.                 ],
  5929.                 'data_collector.form' => [
  5930.                     => 'form',
  5931.                     => '@WebProfiler/Collector/form.html.twig',
  5932.                 ],
  5933.                 'data_collector.exception' => [
  5934.                     => 'exception',
  5935.                     => '@WebProfiler/Collector/exception.html.twig',
  5936.                 ],
  5937.                 'data_collector.logger' => [
  5938.                     => 'logger',
  5939.                     => '@WebProfiler/Collector/logger.html.twig',
  5940.                 ],
  5941.                 'data_collector.events' => [
  5942.                     => 'events',
  5943.                     => '@WebProfiler/Collector/events.html.twig',
  5944.                 ],
  5945.                 'data_collector.router' => [
  5946.                     => 'router',
  5947.                     => '@WebProfiler/Collector/router.html.twig',
  5948.                 ],
  5949.                 'data_collector.cache' => [
  5950.                     => 'cache',
  5951.                     => '@WebProfiler/Collector/cache.html.twig',
  5952.                 ],
  5953.                 'data_collector.translation' => [
  5954.                     => 'translation',
  5955.                     => '@WebProfiler/Collector/translation.html.twig',
  5956.                 ],
  5957.                 'data_collector.security' => [
  5958.                     => 'security',
  5959.                     => '@Security/Collector/security.html.twig',
  5960.                 ],
  5961.                 'data_collector.twig' => [
  5962.                     => 'twig',
  5963.                     => '@WebProfiler/Collector/twig.html.twig',
  5964.                 ],
  5965.                 'data_collector.http_client' => [
  5966.                     => 'http_client',
  5967.                     => '@WebProfiler/Collector/http_client.html.twig',
  5968.                 ],
  5969.                 'data_collector.doctrine' => [
  5970.                     => 'db',
  5971.                     => '@Doctrine/Collector/db.html.twig',
  5972.                 ],
  5973.                 'doctrine_migrations.migrations_collector' => [
  5974.                     => 'doctrine_migrations',
  5975.                     => '@DoctrineMigrations/Collector/migrations.html.twig',
  5976.                 ],
  5977.                 'data_collector.dump' => [
  5978.                     => 'dump',
  5979.                     => '@Debug/Profiler/dump.html.twig',
  5980.                 ],
  5981.                 'data_collector.messenger' => [
  5982.                     => 'messenger',
  5983.                     => '@WebProfiler/Collector/messenger.html.twig',
  5984.                 ],
  5985.                 'notifier.data_collector' => [
  5986.                     => 'notifier',
  5987.                     => '@WebProfiler/Collector/notifier.html.twig',
  5988.                 ],
  5989.                 'data_collector.config' => [
  5990.                     => 'config',
  5991.                     => '@WebProfiler/Collector/config.html.twig',
  5992.                 ],
  5993.             ],
  5994.             'console.command.ids' => [
  5995.             ],
  5996.         ];
  5997.     }
  5998.     protected function throw($message)
  5999.     {
  6000.         throw new RuntimeException($message);
  6001.     }
  6002. }