var/cache/dev/ContainerQiuNS4J/App_KernelDevDebugContainer.php line 1414

Open in your IDE?
  1. <?php
  2. namespace ContainerQiuNS4J;
  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\\ShowDocumentsAction' => 'getShowDocumentsActionService',
  105.             'App\\Controller\\Account\\ChannelUserData\\AdminChannelUserData\\ShowDriveAction' => 'getShowDriveActionService',
  106.             'App\\Controller\\Account\\ChannelUserData\\AdminChannelUserData\\ShowEventsAction' => 'getShowEventsActionService',
  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\\ShowCertificatesAction' => 'getShowCertificatesActionService',
  112.             'App\\Controller\\Account\\ChannelUserData\\Learner\\Cursus\\ShowDriveAction' => 'getShowDriveAction2Service',
  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\\NotificationIndexController' => 'getNotificationIndexControllerService',
  126.             'App\\Controller\\Account\\Notification\\NotificationSeeAllController' => 'getNotificationSeeAllControllerService',
  127.             'App\\Controller\\Account\\Notification\\RedirectController' => 'getRedirectControllerService',
  128.             'App\\Controller\\Account\\Register\\RegisterAction' => 'getRegisterActionService',
  129.             'App\\Controller\\Account\\Register\\RegisterVerificationAction' => 'getRegisterVerificationActionService',
  130.             'App\\Controller\\Account\\Register\\SetPasswordController' => 'getSetPasswordControllerService',
  131.             'App\\Controller\\Account\\Register\\VerifyEmailAction' => 'getVerifyEmailActionService',
  132.             'App\\Controller\\Account\\Security\\LoginAction' => 'getLoginActionService',
  133.             'App\\Controller\\Account\\Security\\LogoutAction' => 'getLogoutActionService',
  134.             'App\\Controller\\Admin\\Async\\ChannelUserData\\Cursus\\Files\\GetCursusFiles' => 'getGetCursusFilesService',
  135.             'App\\Controller\\Admin\\Async\\ChannelUserData\\Cursus\\Progress\\ExportTrainingProgression' => 'getExportTrainingProgressionService',
  136.             'App\\Controller\\Admin\\Async\\ChannelUserData\\Cursus\\Progress\\GetEventsCollectionAction' => 'getGetEventsCollectionActionService',
  137.             'App\\Controller\\Admin\\Async\\ChannelUserData\\Cursus\\Progress\\GetGlobalProgressionAction' => 'getGetGlobalProgressionAction2Service',
  138.             'App\\Controller\\Admin\\Async\\ChannelUserData\\Cursus\\Progress\\GetLightProgressionAction' => 'getGetLightProgressionAction2Service',
  139.             'App\\Controller\\Admin\\Async\\ChannelUserData\\Cursus\\Progress\\GetLightProgressionCollectionAction' => 'getGetLightProgressionCollectionActionService',
  140.             'App\\Controller\\Admin\\Async\\ChannelUserData\\Cursus\\Progress\\GetTrainingProgressionAction' => 'getGetTrainingProgressionAction2Service',
  141.             'App\\Controller\\Admin\\Async\\Channel\\Certificate\\CursusStartCertificate\\GetPreviewCertificateAction' => 'getGetPreviewCertificateActionService',
  142.             'App\\Controller\\Admin\\Async\\Channel\\ChannelUserData\\TutorCollectionAction' => 'getTutorCollectionActionService',
  143.             'App\\Controller\\Admin\\Async\\Channel\\Company\\CollectionAction' => 'getCollectionAction2Service',
  144.             'App\\Controller\\Admin\\Async\\Channel\\Contact\\CollectionAction' => 'getCollectionAction3Service',
  145.             'App\\Controller\\Admin\\Async\\Channel\\Group\\CollectionAction' => 'getCollectionAction4Service',
  146.             'App\\Controller\\Admin\\Async\\Channel\\Organization\\CollectionAction' => 'getCollectionAction5Service',
  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' => 'getCollectionAction6Service',
  150.             'App\\Controller\\Admin\\Async\\Channel\\Session\\CollectionAction' => 'getCollectionAction7Service',
  151.             'App\\Controller\\Admin\\Async\\Channel\\Training\\CollectionAction' => 'getCollectionAction8Service',
  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\\ExportAdminsAction' => 'getExportAdminsActionService',
  156.             'App\\Controller\\Admin\\ChannelUserData\\Admin\\Export\\ExportListAction' => 'getExportListActionService',
  157.             'App\\Controller\\Admin\\ChannelUserData\\Admin\\IndexAction' => 'getIndexAction2Service',
  158.             'App\\Controller\\Admin\\ChannelUserData\\Admin\\Information\\Documents\\AcceptAgreementAction' => 'getAcceptAgreementActionService',
  159.             'App\\Controller\\Admin\\ChannelUserData\\Admin\\Information\\Documents\\RefuseAgreementAction' => 'getRefuseAgreementActionService',
  160.             'App\\Controller\\Admin\\ChannelUserData\\Admin\\Information\\Documents\\ReminderAction' => 'getReminderActionService',
  161.             'App\\Controller\\Admin\\ChannelUserData\\Admin\\Information\\ShowActivityAction' => 'getShowActivityActionService',
  162.             'App\\Controller\\Admin\\ChannelUserData\\Admin\\Information\\ShowDocumentsAction' => 'getShowDocumentsAction2Service',
  163.             'App\\Controller\\Admin\\ChannelUserData\\Admin\\Information\\ShowDriveAction' => 'getShowDriveAction3Service',
  164.             'App\\Controller\\Admin\\ChannelUserData\\Admin\\Information\\ShowEventsAction' => 'getShowEventsAction2Service',
  165.             'App\\Controller\\Admin\\ChannelUserData\\Admin\\Information\\ShowInformationsAction' => 'getShowInformationsActionService',
  166.             'App\\Controller\\Admin\\ChannelUserData\\Admin\\Information\\ShowPricesAction' => 'getShowPricesActionService',
  167.             'App\\Controller\\Admin\\ChannelUserData\\Admin\\Information\\ShowSkillsAction' => 'getShowSkillsAction2Service',
  168.             'App\\Controller\\Admin\\ChannelUserData\\Admin\\RemoveChannelUserDataRoleAction' => 'getRemoveChannelUserDataRoleActionService',
  169.             'App\\Controller\\Admin\\ChannelUserData\\Admin\\ShowAction' => 'getShowAction4Service',
  170.             'App\\Controller\\Admin\\ChannelUserData\\Admin\\ShowPermissionsAction' => 'getShowPermissionsActionService',
  171.             'App\\Controller\\Admin\\ChannelUserData\\Admin\\ShowProfileAction' => 'getShowProfileActionService',
  172.             'App\\Controller\\Admin\\ChannelUserData\\ChannelUserData\\CustomView\\DeleteCustomViewAdminAction' => 'getDeleteCustomViewAdminActionService',
  173.             'App\\Controller\\Admin\\ChannelUserData\\ChannelUserData\\CustomView\\InactivateCustomViewAdminAction' => 'getInactivateCustomViewAdminActionService',
  174.             'App\\Controller\\Admin\\ChannelUserData\\ChannelUserData\\DeleteAction' => 'getDeleteActionService',
  175.             'App\\Controller\\Admin\\ChannelUserData\\ChannelUserData\\IndexAction' => 'getIndexAction3Service',
  176.             'App\\Controller\\Admin\\ChannelUserData\\ChannelUserData\\NewAction' => 'getNewActionService',
  177.             'App\\Controller\\Admin\\ChannelUserData\\ChannelUserData\\ToggleActiveChannelUserDataAction' => 'getToggleActiveChannelUserDataActionService',
  178.             'App\\Controller\\Admin\\ChannelUserData\\Learner\\Cursus\\Activity\\CreateMessageActivityAction' => 'getCreateMessageActivityActionService',
  179.             'App\\Controller\\Admin\\ChannelUserData\\Learner\\Cursus\\Activity\\ShowActivityGeneralAction' => 'getShowActivityGeneralActionService',
  180.             'App\\Controller\\Admin\\ChannelUserData\\Learner\\Cursus\\DeleteAction' => 'getDeleteAction2Service',
  181.             'App\\Controller\\Admin\\ChannelUserData\\Learner\\Cursus\\DeleteAdviserAction' => 'getDeleteAdviserActionService',
  182.             'App\\Controller\\Admin\\ChannelUserData\\Learner\\Cursus\\DeleteExamAction' => 'getDeleteExamActionService',
  183.             'App\\Controller\\Admin\\ChannelUserData\\Learner\\Cursus\\DeleteFounderAction' => 'getDeleteFounderActionService',
  184.             'App\\Controller\\Admin\\ChannelUserData\\Learner\\Cursus\\DeleteInternshipAction' => 'getDeleteInternshipActionService',
  185.             'App\\Controller\\Admin\\ChannelUserData\\Learner\\Cursus\\DeleteInternshipTutorAction' => 'getDeleteInternshipTutorActionService',
  186.             'App\\Controller\\Admin\\ChannelUserData\\Learner\\Cursus\\Export\\ExportAction' => 'getExportActionService',
  187.             'App\\Controller\\Admin\\ChannelUserData\\Learner\\Cursus\\IndexAction' => 'getIndexAction4Service',
  188.             'App\\Controller\\Admin\\ChannelUserData\\Learner\\Cursus\\IndexCursusAction' => 'getIndexCursusActionService',
  189.             'App\\Controller\\Admin\\ChannelUserData\\Learner\\Cursus\\NewTrainingCursus' => 'getNewTrainingCursusService',
  190.             'App\\Controller\\Admin\\ChannelUserData\\Learner\\Cursus\\ReactivateCursusAction' => 'getReactivateCursusActionService',
  191.             'App\\Controller\\Admin\\ChannelUserData\\Learner\\Cursus\\RedirectCursusAction' => 'getRedirectCursusActionService',
  192.             'App\\Controller\\Admin\\ChannelUserData\\Learner\\Cursus\\RedirectCursusTabAction' => 'getRedirectCursusTabActionService',
  193.             'App\\Controller\\Admin\\ChannelUserData\\Learner\\Cursus\\ShowCertificatesAction' => 'getShowCertificatesAction2Service',
  194.             'App\\Controller\\Admin\\ChannelUserData\\Learner\\Cursus\\ShowChatAction' => 'getShowChatActionService',
  195.             'App\\Controller\\Admin\\ChannelUserData\\Learner\\Cursus\\ShowDriveAction' => 'getShowDriveAction4Service',
  196.             'App\\Controller\\Admin\\ChannelUserData\\Learner\\Cursus\\ShowExamAction' => 'getShowExamActionService',
  197.             'App\\Controller\\Admin\\ChannelUserData\\Learner\\Cursus\\ShowFounderAction' => 'getShowFounderActionService',
  198.             'App\\Controller\\Admin\\ChannelUserData\\Learner\\Cursus\\ShowInternshipAction' => 'getShowInternshipActionService',
  199.             'App\\Controller\\Admin\\ChannelUserData\\Learner\\Cursus\\ShowProgressAction' => 'getShowProgressAction2Service',
  200.             'App\\Controller\\Admin\\ChannelUserData\\Learner\\IndexPositioningTestAttemptAction' => 'getIndexPositioningTestAttemptActionService',
  201.             'App\\Controller\\Admin\\ChannelUserData\\Learner\\RedirectControllerAction' => 'getRedirectControllerActionService',
  202.             'App\\Controller\\Admin\\ChannelUserData\\Learner\\ShowAction' => 'getShowAction5Service',
  203.             'App\\Controller\\Admin\\ChannelUserData\\Learner\\ShowPositioningTestAttemptAction' => 'getShowPositioningTestAttemptActionService',
  204.             'App\\Controller\\Admin\\ChannelUserData\\Learner\\ShowProfileAction' => 'getShowProfileAction2Service',
  205.             'App\\Controller\\Admin\\ChannelUserData\\ShowChannelUserDataAction' => 'getShowChannelUserDataActionService',
  206.             'App\\Controller\\Admin\\Channel\\Certificate\\CursusStartCertificate\\DeleteAction' => 'getDeleteAction3Service',
  207.             'App\\Controller\\Admin\\Channel\\Certificate\\CursusStartCertificate\\EditAction' => 'getEditActionService',
  208.             'App\\Controller\\Admin\\Channel\\Certificate\\CursusStartCertificate\\NewAction' => 'getNewAction2Service',
  209.             'App\\Controller\\Admin\\Channel\\Certificate\\CursusStartCertificate\\ShowAction' => 'getShowAction6Service',
  210.             'App\\Controller\\Admin\\Channel\\Certificate\\IndexAction' => 'getIndexAction5Service',
  211.             'App\\Controller\\Admin\\Channel\\Channel\\ChannelUserRole\\ManageAction' => 'getManageActionService',
  212.             'App\\Controller\\Admin\\Channel\\Channel\\DeleteOrganizationAction' => 'getDeleteOrganizationActionService',
  213.             'App\\Controller\\Admin\\Channel\\Channel\\Index' => 'getIndexService',
  214.             'App\\Controller\\Admin\\Channel\\Channel\\ShowAction' => 'getShowAction7Service',
  215.             'App\\Controller\\Admin\\Channel\\Company\\Contact\\AddAction' => 'getAddActionService',
  216.             'App\\Controller\\Admin\\Channel\\Company\\Contact\\RemoveAction' => 'getRemoveActionService',
  217.             'App\\Controller\\Admin\\Channel\\Company\\Contact\\ToggleRepresentativeContactAction' => 'getToggleRepresentativeContactActionService',
  218.             'App\\Controller\\Admin\\Channel\\Company\\DeleteAction' => 'getDeleteAction4Service',
  219.             'App\\Controller\\Admin\\Channel\\Company\\DeleteMultipleAction' => 'getDeleteMultipleActionService',
  220.             'App\\Controller\\Admin\\Channel\\Company\\EditAction' => 'getEditAction2Service',
  221.             'App\\Controller\\Admin\\Channel\\Company\\ExportAction' => 'getExportAction2Service',
  222.             'App\\Controller\\Admin\\Channel\\Company\\IndexAction' => 'getIndexAction6Service',
  223.             'App\\Controller\\Admin\\Channel\\Company\\NewAction' => 'getNewAction3Service',
  224.             'App\\Controller\\Admin\\Channel\\Company\\ShowAction' => 'getShowAction8Service',
  225.             'App\\Controller\\Admin\\Channel\\Company\\Tutor\\AddAction' => 'getAddAction2Service',
  226.             'App\\Controller\\Admin\\Channel\\Company\\Tutor\\RemoveAction' => 'getRemoveAction2Service',
  227.             'App\\Controller\\Admin\\Channel\\Company\\Tutor\\RemoveMultipleAction' => 'getRemoveMultipleActionService',
  228.             'App\\Controller\\Admin\\Channel\\Configuration\\ShowAction' => 'getShowAction9Service',
  229.             'App\\Controller\\Admin\\Channel\\Contact\\EditAction' => 'getEditAction3Service',
  230.             'App\\Controller\\Admin\\Channel\\Contact\\ExportAction' => 'getExportAction3Service',
  231.             'App\\Controller\\Admin\\Channel\\Contact\\IndexAction' => 'getIndexAction7Service',
  232.             'App\\Controller\\Admin\\Channel\\Contact\\ShowAction' => 'getShowAction10Service',
  233.             'App\\Controller\\Admin\\Channel\\Contact\\ToggleArchiveAction' => 'getToggleArchiveActionService',
  234.             'App\\Controller\\Admin\\Channel\\CustomView\\DeleteCustomViewChannelAction' => 'getDeleteCustomViewChannelActionService',
  235.             'App\\Controller\\Admin\\Channel\\CustomView\\InactivateCustomViewChannelAction' => 'getInactivateCustomViewChannelActionService',
  236.             'App\\Controller\\Admin\\Channel\\Export\\DeleteAction' => 'getDeleteAction5Service',
  237.             'App\\Controller\\Admin\\Channel\\Export\\DownloadExportAction' => 'getDownloadExportActionService',
  238.             'App\\Controller\\Admin\\Channel\\Export\\IndexAction' => 'getIndexAction8Service',
  239.             'App\\Controller\\Admin\\Channel\\Groups\\DeleteAction' => 'getDeleteAction6Service',
  240.             'App\\Controller\\Admin\\Channel\\Groups\\DeleteMultipleAction' => 'getDeleteMultipleAction2Service',
  241.             'App\\Controller\\Admin\\Channel\\Groups\\EditAction' => 'getEditAction4Service',
  242.             'App\\Controller\\Admin\\Channel\\Groups\\IndexAction' => 'getIndexAction9Service',
  243.             'App\\Controller\\Admin\\Channel\\Groups\\NewAction' => 'getNewAction4Service',
  244.             'App\\Controller\\Admin\\Channel\\Groups\\ShowAction' => 'getShowAction11Service',
  245.             'App\\Controller\\Admin\\Channel\\Groups\\User\\AddAction' => 'getAddAction3Service',
  246.             'App\\Controller\\Admin\\Channel\\Groups\\User\\RemoveAction' => 'getRemoveAction3Service',
  247.             'App\\Controller\\Admin\\Channel\\Groups\\User\\RemoveMultipleAction' => 'getRemoveMultipleAction2Service',
  248.             'App\\Controller\\Admin\\Channel\\Licenses\\DashboardAction' => 'getDashboardAction2Service',
  249.             'App\\Controller\\Admin\\Channel\\Licenses\\ValidateOrderAction' => 'getValidateOrderActionService',
  250.             'App\\Controller\\Admin\\Channel\\Material\\DeleteAction' => 'getDeleteAction7Service',
  251.             'App\\Controller\\Admin\\Channel\\Material\\DeleteMultipleAction' => 'getDeleteMultipleAction3Service',
  252.             'App\\Controller\\Admin\\Channel\\Material\\EditAction' => 'getEditAction5Service',
  253.             'App\\Controller\\Admin\\Channel\\Material\\IndexAction' => 'getIndexAction10Service',
  254.             'App\\Controller\\Admin\\Channel\\Material\\NewAction' => 'getNewAction5Service',
  255.             'App\\Controller\\Admin\\Channel\\Material\\ShowAction' => 'getShowAction12Service',
  256.             'App\\Controller\\Admin\\Channel\\Place\\DeleteAction' => 'getDeleteAction8Service',
  257.             'App\\Controller\\Admin\\Channel\\Place\\DeleteMultipleAction' => 'getDeleteMultipleAction4Service',
  258.             'App\\Controller\\Admin\\Channel\\Place\\EditAction' => 'getEditAction6Service',
  259.             'App\\Controller\\Admin\\Channel\\Place\\IndexAction' => 'getIndexAction11Service',
  260.             'App\\Controller\\Admin\\Channel\\Place\\NewAction' => 'getNewAction6Service',
  261.             'App\\Controller\\Admin\\Channel\\Place\\ShowAction' => 'getShowAction13Service',
  262.             'App\\Controller\\Admin\\Channel\\PositioningTest\\Attempt\\CreateOrSetUserAction' => 'getCreateOrSetUserActionService',
  263.             'App\\Controller\\Admin\\Channel\\PositioningTest\\Attempt\\IndexAction' => 'getIndexAction12Service',
  264.             'App\\Controller\\Admin\\Channel\\PositioningTest\\Attempt\\NewAction' => 'getNewAction7Service',
  265.             'App\\Controller\\Admin\\Channel\\PositioningTest\\Attempt\\SendReminderAction' => 'getSendReminderActionService',
  266.             'App\\Controller\\Admin\\Channel\\PositioningTest\\Attempt\\SendReminderMultipleAction' => 'getSendReminderMultipleActionService',
  267.             'App\\Controller\\Admin\\Channel\\PositioningTest\\Attempt\\ShowAction' => 'getShowAction14Service',
  268.             'App\\Controller\\Admin\\Channel\\PositioningTest\\Block\\DeleteAction' => 'getDeleteAction9Service',
  269.             'App\\Controller\\Admin\\Channel\\PositioningTest\\Block\\DeleteMultipleAction' => 'getDeleteMultipleAction5Service',
  270.             'App\\Controller\\Admin\\Channel\\PositioningTest\\Block\\DuplicateAction' => 'getDuplicateActionService',
  271.             'App\\Controller\\Admin\\Channel\\PositioningTest\\Block\\EditAction' => 'getEditAction7Service',
  272.             'App\\Controller\\Admin\\Channel\\PositioningTest\\Block\\IndexAction' => 'getIndexAction13Service',
  273.             'App\\Controller\\Admin\\Channel\\PositioningTest\\Block\\NewAction' => 'getNewAction8Service',
  274.             'App\\Controller\\Admin\\Channel\\PositioningTest\\Block\\RestoreAction' => 'getRestoreActionService',
  275.             'App\\Controller\\Admin\\Channel\\PositioningTest\\DeleteAction' => 'getDeleteAction10Service',
  276.             'App\\Controller\\Admin\\Channel\\PositioningTest\\DeleteMultipleAction' => 'getDeleteMultipleAction6Service',
  277.             'App\\Controller\\Admin\\Channel\\PositioningTest\\DuplicateAction' => 'getDuplicateAction2Service',
  278.             'App\\Controller\\Admin\\Channel\\PositioningTest\\EditAction' => 'getEditAction8Service',
  279.             'App\\Controller\\Admin\\Channel\\PositioningTest\\IndexAction' => 'getIndexAction14Service',
  280.             'App\\Controller\\Admin\\Channel\\PositioningTest\\NewAction' => 'getNewAction9Service',
  281.             'App\\Controller\\Admin\\Channel\\PositioningTest\\PositioningTestGoogleDriveAction' => 'getPositioningTestGoogleDriveActionService',
  282.             'App\\Controller\\Admin\\Channel\\PositioningTest\\RestoreAction' => 'getRestoreAction2Service',
  283.             'App\\Controller\\Admin\\Channel\\PositioningTest\\ShowAction' => 'getShowAction15Service',
  284.             'App\\Controller\\Admin\\Channel\\PurchaseOrder\\ExportIndexAction' => 'getExportIndexActionService',
  285.             'App\\Controller\\Admin\\Channel\\PurchaseOrder\\IndexAction' => 'getIndexAction15Service',
  286.             'App\\Controller\\Admin\\Channel\\Room\\DeleteAction' => 'getDeleteAction11Service',
  287.             'App\\Controller\\Admin\\Channel\\Room\\DeleteMultipleAction' => 'getDeleteMultipleAction7Service',
  288.             'App\\Controller\\Admin\\Channel\\Room\\EditAction' => 'getEditAction9Service',
  289.             'App\\Controller\\Admin\\Channel\\Room\\IndexAction' => 'getIndexAction16Service',
  290.             'App\\Controller\\Admin\\Channel\\Room\\NewAction' => 'getNewAction10Service',
  291.             'App\\Controller\\Admin\\Channel\\Room\\ShowAction' => 'getShowAction16Service',
  292.             'App\\Controller\\Admin\\Channel\\Service\\DeleteAction' => 'getDeleteAction12Service',
  293.             'App\\Controller\\Admin\\Channel\\Service\\DeleteMultipleAction' => 'getDeleteMultipleAction8Service',
  294.             'App\\Controller\\Admin\\Channel\\Service\\EditController' => 'getEditControllerService',
  295.             'App\\Controller\\Admin\\Channel\\Service\\IndexAction' => 'getIndexAction17Service',
  296.             'App\\Controller\\Admin\\Channel\\Service\\NewAction' => 'getNewAction11Service',
  297.             'App\\Controller\\Admin\\Channel\\Service\\ShowAction' => 'getShowAction17Service',
  298.             'App\\Controller\\Admin\\Channel\\Service\\User\\AddUserAction' => 'getAddUserActionService',
  299.             'App\\Controller\\Admin\\Channel\\Service\\User\\RemoveAction' => 'getRemoveAction4Service',
  300.             'App\\Controller\\Admin\\Channel\\Service\\User\\RemoveMultipleAction' => 'getRemoveMultipleAction3Service',
  301.             'App\\Controller\\Admin\\Channel\\Session\\DeleteAction' => 'getDeleteAction13Service',
  302.             'App\\Controller\\Admin\\Channel\\Session\\DeleteMultipleAction' => 'getDeleteMultipleAction9Service',
  303.             'App\\Controller\\Admin\\Channel\\Session\\DuplicateAction' => 'getDuplicateAction3Service',
  304.             'App\\Controller\\Admin\\Channel\\Session\\EditController' => 'getEditController2Service',
  305.             'App\\Controller\\Admin\\Channel\\Session\\IndexAction' => 'getIndexAction18Service',
  306.             'App\\Controller\\Admin\\Channel\\Session\\NewAction' => 'getNewAction12Service',
  307.             'App\\Controller\\Admin\\Channel\\Session\\ShowAction' => 'getShowAction18Service',
  308.             'App\\Controller\\Admin\\Channel\\Trainings\\LearnersCollectionAction' => 'getLearnersCollectionActionService',
  309.             'App\\Controller\\Admin\\IndexAction' => 'getIndexAction19Service',
  310.             'App\\Controller\\Api\\Security\\Profile\\GetAction' => 'getGetActionService',
  311.             'App\\Controller\\Async\\Channel\\ActivityFeed\\CollectionAction' => 'getCollectionAction9Service',
  312.             'App\\Controller\\Async\\Channel\\ActivityFeed\\DeleteActivityAction' => 'getDeleteActivityActionService',
  313.             'App\\Controller\\Async\\Channel\\ActivityFeed\\ExportActivitiesAction' => 'getExportActivitiesActionService',
  314.             'App\\Controller\\Async\\Channel\\ActivityFeed\\GetMeetingCollectionAction' => 'getGetMeetingCollectionActionService',
  315.             'App\\Controller\\Async\\Channel\\ActivityFeed\\PostMeetingActivityAction' => 'getPostMeetingActivityActionService',
  316.             'App\\Controller\\Async\\Channel\\ActivityFeed\\PostMessageActivityAction' => 'getPostMessageActivityActionService',
  317.             'App\\Controller\\Async\\Channel\\ActivityFeed\\PutMeetingActivityAction' => 'getPutMeetingActivityActionService',
  318.             'App\\Controller\\Async\\Channel\\ActivityFeed\\PutMessageActivityAction' => 'getPutMessageActivityActionService',
  319.             'App\\Controller\\Async\\Channel\\Analytics\\Event\\GetAdminChannelUserDataCollectionAction' => 'getGetAdminChannelUserDataCollectionActionService',
  320.             'App\\Controller\\Async\\Channel\\Analytics\\Event\\GetByAdminChannelUserDataAction' => 'getGetByAdminChannelUserDataActionService',
  321.             'App\\Controller\\Async\\Channel\\Analytics\\Event\\GetGlobalAnalyticsAction' => 'getGetGlobalAnalyticsActionService',
  322.             'App\\Controller\\Async\\Channel\\Analytics\\Event\\GetRepartitionByEventTypeAction' => 'getGetRepartitionByEventTypeActionService',
  323.             'App\\Controller\\Async\\Channel\\ChannelUserData\\Certificate\\GetAdminDocument' => 'getGetAdminDocumentService',
  324.             'App\\Controller\\Async\\Channel\\ChannelUserData\\Drive\\CollectionAction' => 'getCollectionAction10Service',
  325.             'App\\Controller\\Async\\Channel\\ChannelUserData\\Drive\\DeleteAction' => 'getDeleteAction14Service',
  326.             'App\\Controller\\Async\\Channel\\ChannelUserData\\Drive\\GetAction' => 'getGetAction2Service',
  327.             'App\\Controller\\Async\\Channel\\ChannelUserData\\Drive\\PostAction' => 'getPostActionService',
  328.             'App\\Controller\\Async\\Channel\\ChannelUserData\\Drive\\PutFile' => 'getPutFileService',
  329.             'App\\Controller\\Async\\Channel\\ChannelUserData\\Drive\\RestoreAction' => 'getRestoreAction3Service',
  330.             'App\\Controller\\Async\\Channel\\ChannelUserData\\Drive\\ToRemoveAction' => 'getToRemoveActionService',
  331.             'App\\Controller\\Async\\Channel\\ChannelUserData\\Planning\\GetAdminEventCollectionAction' => 'getGetAdminEventCollectionActionService',
  332.             'App\\Controller\\Async\\Channel\\Cursus\\Drive\\CollectionAction' => 'getCollectionAction11Service',
  333.             'App\\Controller\\Async\\Channel\\Cursus\\Drive\\CountByTagAction' => 'getCountByTagActionService',
  334.             'App\\Controller\\Async\\Channel\\Cursus\\Drive\\GetAction' => 'getGetAction3Service',
  335.             'App\\Controller\\Async\\Channel\\Cursus\\Drive\\NotifyServicesAction' => 'getNotifyServicesActionService',
  336.             'App\\Controller\\Async\\Channel\\Cursus\\Drive\\PostAction' => 'getPostAction2Service',
  337.             'App\\Controller\\Async\\Channel\\Cursus\\Drive\\PutAction' => 'getPutActionService',
  338.             'App\\Controller\\Async\\Channel\\Cursus\\Drive\\RemoveAction' => 'getRemoveAction5Service',
  339.             'App\\Controller\\Async\\Channel\\Cursus\\Drive\\RestoreAction' => 'getRestoreAction4Service',
  340.             'App\\Controller\\Async\\Channel\\Cursus\\Drive\\ToRemoveAction' => 'getToRemoveAction2Service',
  341.             'App\\Controller\\Async\\Channel\\Cursus\\Message\\GetCollectionAction' => 'getGetCollectionActionService',
  342.             'App\\Controller\\Async\\Channel\\Export\\ExportAnalyticsGraphAction' => 'getExportAnalyticsGraphActionService',
  343.             'App\\Controller\\Async\\Channel\\Place\\CollectionAction' => 'getCollectionAction12Service',
  344.             'App\\Controller\\Async\\Channel\\Service\\CollectionAction' => 'getCollectionAction13Service',
  345.             'App\\Controller\\Async\\Channel\\User\\AdminCollectionAction' => 'getAdminCollectionActionService',
  346.             'App\\Controller\\Commercial\\Async\\User\\CollectionAction' => 'getCollectionAction14Service',
  347.             'App\\Controller\\Commercial\\Channel\\LicensesDashboardAction' => 'getLicensesDashboardActionService',
  348.             'App\\Controller\\Commercial\\Channel\\ToggleSepaMandateAction' => 'getToggleSepaMandateActionService',
  349.             'App\\Controller\\Commercial\\Channel\\ValidateOrderAction' => 'getValidateOrderAction2Service',
  350.             'App\\Controller\\Commercial\\CustomVIew\\DeleteCustomViewCommercialAction' => 'getDeleteCustomViewCommercialActionService',
  351.             'App\\Controller\\Commercial\\CustomVIew\\InactivateCustomViewCommercialAction' => 'getInactivateCustomViewCommercialActionService',
  352.             'App\\Controller\\Commercial\\DashboardAction' => 'getDashboardAction3Service',
  353.             'App\\Controller\\Commercial\\LicensesOrder\\ArchiveLicensesOrderAction' => 'getArchiveLicensesOrderActionService',
  354.             'App\\Controller\\Commercial\\LicensesOrder\\EditAction' => 'getEditAction10Service',
  355.             'App\\Controller\\Commercial\\LicensesOrder\\IndexAction' => 'getIndexAction20Service',
  356.             'App\\Controller\\PartnerApi\\Account\\User\\GetChannelsAction' => 'getGetChannelsActionService',
  357.             'App\\Controller\\PartnerApi\\Channel\\Channel\\IndexAction' => 'getIndexAction21Service',
  358.             'App\\Controller\\SuperAdmin\\Async\\User\\CollectionAction' => 'getCollectionAction15Service',
  359.             'App\\Controller\\SuperAdmin\\Async\\User\\ToggleCommercialRoleAction' => 'getToggleCommercialRoleActionService',
  360.             'App\\Controller\\SuperAdmin\\Channel\\Channel\\ChannelController' => 'getChannelControllerService',
  361.             'App\\Controller\\SuperAdmin\\Channel\\Channel\\Configuration\\ToggleEnabledConferenceAction' => 'getToggleEnabledConferenceActionService',
  362.             'App\\Controller\\SuperAdmin\\Channel\\Channel\\Configuration\\ToggleEnabledPartnerApiIndexAction' => 'getToggleEnabledPartnerApiIndexActionService',
  363.             'App\\Controller\\SuperAdmin\\Channel\\Channel\\Configuration\\ToogleEnabledCrmAction' => 'getToogleEnabledCrmActionService',
  364.             'App\\Controller\\SuperAdmin\\Channel\\Channel\\RemoveWhiteLabelAction' => 'getRemoveWhiteLabelActionService',
  365.             'App\\Controller\\SuperAdmin\\Channel\\Channel\\ToggleApprovedActionController' => 'getToggleApprovedActionControllerService',
  366.             'App\\Controller\\SuperAdmin\\Channel\\Channel\\ToggleEnableGoogleDriveAction' => 'getToggleEnableGoogleDriveActionService',
  367.             'App\\Controller\\SuperAdmin\\Channel\\Channel\\ToggleEnabledChatBotAction' => 'getToggleEnabledChatBotActionService',
  368.             'App\\Controller\\SuperAdmin\\Channel\\Channel\\TogglePaymentAlertAction' => 'getTogglePaymentAlertActionService',
  369.             'App\\Controller\\SuperAdmin\\Channel\\Channel\\ToggleTuaProposalAction' => 'getToggleTuaProposalActionService',
  370.             'App\\Controller\\SuperAdmin\\Channel\\Channel\\WhiteLabelEditAction' => 'getWhiteLabelEditActionService',
  371.             'App\\Controller\\SuperAdmin\\Channel\\GroupController' => 'getGroupControllerService',
  372.             'App\\Controller\\SuperAdmin\\Channel\\UserController' => 'getUserControllerService',
  373.             'App\\Controller\\SuperAdmin\\CustomVIew\\DeleteCustomViewSuperAdminAction' => 'getDeleteCustomViewSuperAdminActionService',
  374.             'App\\Controller\\SuperAdmin\\CustomVIew\\InactivateCustomViewSuperAdminAction' => 'getInactivateCustomViewSuperAdminActionService',
  375.             'App\\Controller\\SuperAdmin\\DashboardAction' => 'getDashboardAction4Service',
  376.             'App\\Controller\\SuperAdmin\\Google\\GoogleDriveFolderIndexAction' => 'getGoogleDriveFolderIndexActionService',
  377.             'App\\Controller\\SuperAdmin\\Google\\GoogleDriveShareItemAction' => 'getGoogleDriveShareItemActionService',
  378.             'App\\Controller\\SuperAdmin\\Sync\\DetailsAction' => 'getDetailsActionService',
  379.             'App\\Controller\\SuperAdmin\\Sync\\FullRefreshAction' => 'getFullRefreshActionService',
  380.             'App\\Controller\\SuperAdmin\\Sync\\IndexAction' => 'getIndexAction22Service',
  381.             'App\\Controller\\SuperAdmin\\Sync\\RetryAction' => 'getRetryActionService',
  382.             'App\\Controller\\SuperAdmin\\UserController' => 'getUserController2Service',
  383.             'App\\Controller\\SuperAdmin\\UserExportController' => 'getUserExportControllerService',
  384.             'App\\Controller\\Sync\\Account\\Notification\\CollectionAction' => 'getCollectionAction16Service',
  385.             'App\\Controller\\Sync\\Account\\Notification\\GetAction' => 'getGetAction4Service',
  386.             'App\\Controller\\Sync\\Account\\Sso\\RegisterAction' => 'getRegisterAction2Service',
  387.             'App\\Controller\\Sync\\Account\\User\\CollectionAction' => 'getCollectionAction17Service',
  388.             'App\\Controller\\Sync\\Account\\User\\GetAction' => 'getGetAction5Service',
  389.             'App\\Controller\\Sync\\Account\\User\\PutAction' => 'getPutAction2Service',
  390.             'App\\Controller\\Sync\\Account\\User\\UpdateLastConnected' => 'getUpdateLastConnected2Service',
  391.             'App\\Controller\\Sync\\ChannelUserData\\AbstractCursus\\CollectionAction' => 'getCollectionAction18Service',
  392.             'App\\Controller\\Sync\\ChannelUserData\\AbstractCursus\\GetAction' => 'getGetAction6Service',
  393.             'App\\Controller\\Sync\\ChannelUserData\\AbstractCursus\\PostFileAbstractCursusAction' => 'getPostFileAbstractCursusActionService',
  394.             'App\\Controller\\Sync\\ChannelUserData\\CollectionAction' => 'getCollectionAction19Service',
  395.             'App\\Controller\\Sync\\ChannelUserData\\GetAction' => 'getGetAction7Service',
  396.             'App\\Controller\\Sync\\ChannelUserData\\PatchMenuDisplayedAction' => 'getPatchMenuDisplayedActionService',
  397.             'App\\Controller\\Sync\\Channel\\ChannelConfiguration\\CollectionAction' => 'getCollectionAction20Service',
  398.             'App\\Controller\\Sync\\Channel\\ChannelConfiguration\\GetAction' => 'getGetAction8Service',
  399.             'App\\Controller\\Sync\\Channel\\ChannelContact\\CollectionAction' => 'getCollectionAction21Service',
  400.             'App\\Controller\\Sync\\Channel\\ChannelContact\\GetAction' => 'getGetAction9Service',
  401.             'App\\Controller\\Sync\\Channel\\ChannelUserCursusPermission\\CollectionAction' => 'getCollectionAction22Service',
  402.             'App\\Controller\\Sync\\Channel\\ChannelUserCursusPermission\\GetAction' => 'getGetAction10Service',
  403.             'App\\Controller\\Sync\\Channel\\ChannelUserRole\\CollectionAction' => 'getCollectionAction23Service',
  404.             'App\\Controller\\Sync\\Channel\\ChannelUserRole\\GetAction' => 'getGetAction11Service',
  405.             'App\\Controller\\Sync\\Channel\\ChannelUserServicePermission\\CollectionAction' => 'getCollectionAction24Service',
  406.             'App\\Controller\\Sync\\Channel\\ChannelUserServicePermission\\GetAction' => 'getGetAction12Service',
  407.             'App\\Controller\\Sync\\Channel\\ChannelUserSessionPermission\\CollectionAction' => 'getCollectionAction25Service',
  408.             'App\\Controller\\Sync\\Channel\\ChannelUserSessionPermission\\GetAction' => 'getGetAction13Service',
  409.             'App\\Controller\\Sync\\Channel\\ChannelUserTrainingPermission\\CollectionAction' => 'getCollectionAction26Service',
  410.             'App\\Controller\\Sync\\Channel\\ChannelUserTrainingPermission\\GetAction' => 'getGetAction14Service',
  411.             'App\\Controller\\Sync\\Channel\\ChannelWhiteLabel\\CollectionAction' => 'getCollectionAction27Service',
  412.             'App\\Controller\\Sync\\Channel\\ChannelWhiteLabel\\GetAction' => 'getGetAction15Service',
  413.             'App\\Controller\\Sync\\Channel\\CollectionAction' => 'getCollectionAction28Service',
  414.             'App\\Controller\\Sync\\Channel\\CompanyContact\\CollectionAction' => 'getCollectionAction29Service',
  415.             'App\\Controller\\Sync\\Channel\\CompanyContact\\GetAction' => 'getGetAction16Service',
  416.             'App\\Controller\\Sync\\Channel\\Company\\CollectionAction' => 'getCollectionAction30Service',
  417.             'App\\Controller\\Sync\\Channel\\Company\\GetAction' => 'getGetAction17Service',
  418.             'App\\Controller\\Sync\\Channel\\Contact\\CollectionAction' => 'getCollectionAction31Service',
  419.             'App\\Controller\\Sync\\Channel\\Contact\\GetAction' => 'getGetAction18Service',
  420.             'App\\Controller\\Sync\\Channel\\FrenchProfessionalId\\CollectionAction' => 'getCollectionAction32Service',
  421.             'App\\Controller\\Sync\\Channel\\FrenchProfessionalId\\GetAction' => 'getGetAction19Service',
  422.             'App\\Controller\\Sync\\Channel\\GetAction' => 'getGetAction20Service',
  423.             'App\\Controller\\Sync\\Channel\\Group\\CollectionAction' => 'getCollectionAction33Service',
  424.             'App\\Controller\\Sync\\Channel\\Group\\GetAction' => 'getGetAction21Service',
  425.             'App\\Controller\\Sync\\Channel\\Organization\\CollectionAction' => 'getCollectionAction34Service',
  426.             'App\\Controller\\Sync\\Channel\\Organization\\GetAction' => 'getGetAction22Service',
  427.             'App\\Controller\\Sync\\Channel\\Place\\CollectionAction' => 'getCollectionAction35Service',
  428.             'App\\Controller\\Sync\\Channel\\Place\\GetAction' => 'getGetAction23Service',
  429.             'App\\Controller\\Sync\\Channel\\Room\\CollectionAction' => 'getCollectionAction36Service',
  430.             'App\\Controller\\Sync\\Channel\\Room\\GetAction' => 'getGetAction24Service',
  431.             'App\\Controller\\Sync\\Channel\\Service\\CollectionAction' => 'getCollectionAction37Service',
  432.             'App\\Controller\\Sync\\Channel\\Service\\GetAction' => 'getGetAction25Service',
  433.             'App\\Controller\\Sync\\Channel\\Session\\CollectionAction' => 'getCollectionAction38Service',
  434.             'App\\Controller\\Sync\\Channel\\Session\\GetAction' => 'getGetAction26Service',
  435.             'App\\Controller\\Sync\\Channel\\Training\\CollectionAction' => 'getCollectionAction39Service',
  436.             'App\\Controller\\Sync\\Channel\\Training\\GetAction' => 'getGetAction27Service',
  437.             'App\\Controller\\Sync\\Channel\\UserFromChannel\\CollectionAction' => 'getCollectionAction40Service',
  438.             'App\\Controller\\Sync\\Channel\\UserFromChannel\\GetAction' => 'getGetAction28Service',
  439.             'App\\Controller\\Sync\\Proxy\\GetAction' => 'getGetAction29Service',
  440.             'App\\Controller\\Sync\\Routing\\CollectionAction' => 'getCollectionAction41Service',
  441.             'Doctrine\\Bundle\\DoctrineBundle\\Controller\\ProfilerController' => 'getProfilerControllerService',
  442.             'DrosalysWeb\\ObjectExtensions\\Bridge\\Symfony\\DoctrineBlamer.App\\Entity\\Account\\User' => 'getUserService',
  443.             'Faker\\Generator' => 'getGeneratorService',
  444.             'Liip\\ImagineBundle\\Controller\\ImagineController' => 'getImagineControllerService',
  445.             'Nellapp\\Bundle\\SDKBundle\\GlobalGetters\\Routing\\Controller\\Async\\ChannelUserRole\\CollectionAction' => 'getCollectionAction42Service',
  446.             'Nellapp\\Bundle\\SDKBundle\\GlobalGetters\\Routing\\Controller\\Async\\ChatNotification\\ChatNotificationController' => 'getChatNotificationControllerService',
  447.             'Nellapp\\Bundle\\SDKBundle\\GlobalGetters\\Routing\\Controller\\Async\\User\\ChannelAdminCollectionAction' => 'getChannelAdminCollectionActionService',
  448.             'Nellapp\\Bundle\\SDKBundle\\GlobalGetters\\Routing\\Controller\\Async\\User\\ChannelLearnerCollectionAction' => 'getChannelLearnerCollectionActionService',
  449.             'Nellapp\\Bundle\\SDKBundle\\GlobalGetters\\Routing\\Controller\\Async\\User\\ChannelUserCollectionAction' => 'getChannelUserCollectionActionService',
  450.             'Nellapp\\Bundle\\SDKBundle\\Permission\\Controller\\Async\\ChannelResourceAccessCacheController' => 'getChannelResourceAccessCacheControllerService',
  451.             'Nellapp\\Bundle\\SDKBundle\\Permission\\Controller\\Crud\\DeleteAction' => 'getDeleteAction15Service',
  452.             'Nellapp\\Bundle\\SDKBundle\\Permission\\Controller\\Crud\\EditAction' => 'getEditAction11Service',
  453.             'Nellapp\\Bundle\\SDKBundle\\Permission\\Controller\\Crud\\IndexAction' => 'getIndexAction23Service',
  454.             'Nellapp\\Bundle\\SDKBundle\\Permission\\Controller\\Crud\\NewAction' => 'getNewAction13Service',
  455.             'Nellapp\\Bundle\\SDKBundle\\Twig\\Controller\\ErrorController' => 'getErrorControllerService',
  456.             'Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController' => 'getRedirectController2Service',
  457.             'Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController' => 'getTemplateControllerService',
  458.             'admin_channel_user_data_document_filesystem' => 'getAdminChannelUserDataDocumentFilesystemService',
  459.             'app.file_abstract_cursus_namer' => 'getApp_FileAbstractCursusNamerService',
  460.             'app.file_channel_user_data_drive_namer' => 'getApp_FileChannelUserDataDriveNamerService',
  461.             'app.organization_file_namer' => 'getApp_OrganizationFileNamerService',
  462.             'app.positioning_test_file_namer' => 'getApp_PositioningTestFileNamerService',
  463.             'bazinga.jstranslation.controller' => 'getBazinga_Jstranslation_ControllerService',
  464.             'bazinga.jstranslation.dump_command' => 'getBazinga_Jstranslation_DumpCommandService',
  465.             'bazinga.jstranslation.translation_dumper' => 'getBazinga_Jstranslation_TranslationDumperService',
  466.             'bazinga.jstranslation.translation_finder' => 'getBazinga_Jstranslation_TranslationFinderService',
  467.             'cache.app_clearer' => 'getCache_AppClearerService',
  468.             'cache.global_clearer' => 'getCache_GlobalClearerService',
  469.             'cache.system_clearer' => 'getCache_SystemClearerService',
  470.             'cache_warmer' => 'getCacheWarmerService',
  471.             'console.command_loader' => 'getConsole_CommandLoaderService',
  472.             'container.env_var_processors_locator' => 'getContainer_EnvVarProcessorsLocatorService',
  473.             'craue.form.flow.storage' => 'getCraue_Form_Flow_StorageService',
  474.             'error_controller' => 'getErrorController2Service',
  475.             'export_filesystem' => 'getExportFilesystemService',
  476.             'fidry_alice_data_fixtures.loader.doctrine' => 'getFidryAliceDataFixtures_Loader_DoctrineService',
  477.             'fidry_alice_data_fixtures.persistence.persister.doctrine' => 'getFidryAliceDataFixtures_Persistence_Persister_DoctrineService',
  478.             'fidry_alice_data_fixtures.persistence.purger_factory.doctrine' => 'getFidryAliceDataFixtures_Persistence_PurgerFactory_DoctrineService',
  479.             'fos_js_routing.controller' => 'getFosJsRouting_ControllerService',
  480.             'fos_js_routing.extractor' => 'getFosJsRouting_ExtractorService',
  481.             'fos_js_routing.routes_response' => 'getFosJsRouting_RoutesResponseService',
  482.             'fos_js_routing.serializer' => 'getFosJsRouting_SerializerService',
  483.             'fos_oauth_server.controller.authorize' => 'getFosOauthServer_Controller_AuthorizeService',
  484.             'fos_oauth_server.controller.token' => 'getFosOauthServer_Controller_TokenService',
  485.             'hautelook_alice.console.command.doctrine.doctrine_orm_load_data_fixtures_command' => 'getHautelookAlice_Console_Command_Doctrine_DoctrineOrmLoadDataFixturesCommandService',
  486.             'hautelook_alice.data_fixtures.append_loader' => 'getHautelookAlice_DataFixtures_AppendLoaderService',
  487.             'hautelook_alice.data_fixtures.purge_loader' => 'getHautelookAlice_DataFixtures_PurgeLoaderService',
  488.             'hautelook_alice.loader' => 'getHautelookAlice_LoaderService',
  489.             'hautelook_alice.locator' => 'getHautelookAlice_LocatorService',
  490.             'hautelook_alice.resolver.bundle' => 'getHautelookAlice_Resolver_BundleService',
  491.             'hautelook_alice.resolver.file' => 'getHautelookAlice_Resolver_FileService',
  492.             'jms_serializer' => 'getJmsSerializerService',
  493.             'jms_serializer.deserialization_context_factory' => 'getJmsSerializer_DeserializationContextFactoryService',
  494.             'jms_serializer.metadata_driver' => 'getJmsSerializer_MetadataDriverService',
  495.             'jms_serializer.serialization_context_factory' => 'getJmsSerializer_SerializationContextFactoryService',
  496.             'jms_serializer.twig_extension.serializer_runtime_helper' => 'getJmsSerializer_TwigExtension_SerializerRuntimeHelperService',
  497.             'knp_menu.factory' => 'getKnpMenu_FactoryService',
  498.             'knp_paginator' => 'getKnpPaginatorService',
  499.             'liip_imagine.binary.loader.cursus_uploads' => 'getLiipImagine_Binary_Loader_CursusUploadsService',
  500.             'liip_imagine.binary.loader.default' => 'getLiipImagine_Binary_Loader_DefaultService',
  501.             'liip_imagine.binary.loader.organization_uploads' => 'getLiipImagine_Binary_Loader_OrganizationUploadsService',
  502.             'liip_imagine.binary.loader.positioning_test_uploads' => 'getLiipImagine_Binary_Loader_PositioningTestUploadsService',
  503.             'liip_imagine.config.stack_collection' => 'getLiipImagine_Config_StackCollectionService',
  504.             'liip_imagine.data.manager' => 'getLiipImagine_Data_ManagerService',
  505.             'liip_imagine.filter.loader.downscale' => 'getLiipImagine_Filter_Loader_DownscaleService',
  506.             'liip_imagine.filter.loader.fixed' => 'getLiipImagine_Filter_Loader_FixedService',
  507.             'liip_imagine.filter.loader.flip' => 'getLiipImagine_Filter_Loader_FlipService',
  508.             'liip_imagine.filter.loader.grayscale' => 'getLiipImagine_Filter_Loader_GrayscaleService',
  509.             'liip_imagine.filter.loader.interlace' => 'getLiipImagine_Filter_Loader_InterlaceService',
  510.             'liip_imagine.filter.loader.resample' => 'getLiipImagine_Filter_Loader_ResampleService',
  511.             'liip_imagine.filter.loader.rotate' => 'getLiipImagine_Filter_Loader_RotateService',
  512.             'liip_imagine.filter.manager' => 'getLiipImagine_Filter_ManagerService',
  513.             'nelmio_alice.data_loader' => 'getNelmioAlice_DataLoaderService',
  514.             'nelmio_alice.file_loader' => 'getNelmioAlice_FileLoaderService',
  515.             'nelmio_alice.files_loader' => 'getNelmioAlice_FilesLoaderService',
  516.             'nelmio_api_doc.command.dump' => 'getNelmioApiDoc_Command_DumpService',
  517.             'nelmio_api_doc.controller.redocly' => 'getNelmioApiDoc_Controller_RedoclyService',
  518.             'nelmio_api_doc.controller.swagger_json' => 'getNelmioApiDoc_Controller_SwaggerJsonService',
  519.             'nelmio_api_doc.controller.swagger_ui' => 'getNelmioApiDoc_Controller_SwaggerUiService',
  520.             'nelmio_api_doc.controller.swagger_yaml' => 'getNelmioApiDoc_Controller_SwaggerYamlService',
  521.             'nelmio_api_doc.generator.app_sync' => 'getNelmioApiDoc_Generator_AppSyncService',
  522.             'nelmio_api_doc.generator.default' => 'getNelmioApiDoc_Generator_DefaultService',
  523.             'nelmio_api_doc.generator.partner_api' => 'getNelmioApiDoc_Generator_PartnerApiService',
  524.             'nelmio_api_doc.generator.super_admin_async' => 'getNelmioApiDoc_Generator_SuperAdminAsyncService',
  525.             'nelmio_api_doc.render_docs' => 'getNelmioApiDoc_RenderDocsService',
  526.             'oneup_flysystem.mount_manager' => 'getOneupFlysystem_MountManagerService',
  527.             'oneup_uploader.chunk_manager' => 'getOneupUploader_ChunkManagerService',
  528.             'oneup_uploader.controller.admin_channel_user_data_document_upload' => 'getOneupUploader_Controller_AdminChannelUserDataDocumentUploadService',
  529.             'oneup_uploader.controller.admin_channel_user_data_drive_upload' => 'getOneupUploader_Controller_AdminChannelUserDataDriveUploadService',
  530.             'oneup_uploader.controller.cursus_upload' => 'getOneupUploader_Controller_CursusUploadService',
  531.             'oneup_uploader.controller.organization_upload' => 'getOneupUploader_Controller_OrganizationUploadService',
  532.             'oneup_uploader.controller.positioning_test_upload' => 'getOneupUploader_Controller_PositioningTestUploadService',
  533.             'oneup_uploader.namer.uniqid' => 'getOneupUploader_Namer_UniqidService',
  534.             'oneup_uploader.orphanage.admin_channel_user_data_document_upload' => 'getOneupUploader_Orphanage_AdminChannelUserDataDocumentUploadService',
  535.             'oneup_uploader.orphanage.admin_channel_user_data_drive_upload' => 'getOneupUploader_Orphanage_AdminChannelUserDataDriveUploadService',
  536.             'oneup_uploader.orphanage.cursus_upload' => 'getOneupUploader_Orphanage_CursusUploadService',
  537.             'oneup_uploader.orphanage.organization_upload' => 'getOneupUploader_Orphanage_OrganizationUploadService',
  538.             'oneup_uploader.orphanage.positioning_test_upload' => 'getOneupUploader_Orphanage_PositioningTestUploadService',
  539.             'oneup_uploader.routing.loader' => 'getOneupUploader_Routing_LoaderService',
  540.             'routing.loader' => 'getRouting_LoaderService',
  541.             'services_resetter' => 'getServicesResetterService',
  542.             'spiriit_form_filter.filter_prepare' => 'getSpiriitFormFilter_FilterPrepareService',
  543.             'spiriit_form_filter.query_builder_updater' => 'getSpiriitFormFilter_QueryBuilderUpdaterService',
  544.             'web_profiler.controller.exception_panel' => 'getWebProfiler_Controller_ExceptionPanelService',
  545.             'web_profiler.controller.profiler' => 'getWebProfiler_Controller_ProfilerService',
  546.             'web_profiler.controller.router' => 'getWebProfiler_Controller_RouterService',
  547.         ];
  548.         $this->aliases = [
  549.             'App\\Kernel' => 'kernel',
  550.             'database_connection' => 'doctrine.dbal.default_connection',
  551.             'doctrine.orm.entity_manager' => 'doctrine.orm.default_entity_manager',
  552.             'jms_serializer.authorization_checker' => '.container.private.security.authorization_checker',
  553.             'liip_imagine.controller' => 'Liip\\ImagineBundle\\Controller\\ImagineController',
  554.             'nelmio_api_doc.controller.swagger' => 'nelmio_api_doc.controller.swagger_json',
  555.             'nelmio_api_doc.generator' => 'nelmio_api_doc.generator.default',
  556.         ];
  557.         $this->privates['service_container'] = function () {
  558.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/HttpKernelInterface.php';
  559.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/KernelInterface.php';
  560.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/RebootableInterface.php';
  561.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/TerminableInterface.php';
  562.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Kernel.php';
  563.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Kernel/MicroKernelTrait.php';
  564.             include_once \dirname(__DIR__4).'/src/Kernel.php';
  565.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventSubscriberInterface.php';
  566.             include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/EventSubscriber/AbstractForceUserFromSetupSubscriber.php';
  567.             include_once \dirname(__DIR__4).'/src/EventSubscriber/ForceUserFromSetupSubscriber.php';
  568.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
  569.             include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  570.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/EntityRepository.php';
  571.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Repository/ServiceEntityRepositoryInterface.php';
  572.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Repository/LazyServiceEntityRepository.php';
  573.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Repository/ServiceEntityRepository.php';
  574.             include_once \dirname(__DIR__4).'/src/Repository/App/AppRepository.php';
  575.             include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/ActivityFeed/Repository/ActivityRepositoryInterface.php';
  576.             include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/ActivityFeed/Repository/AbstractActivityRepository.php';
  577.             include_once \dirname(__DIR__4).'/src/Repository/ChannelUserData/Activity/AbstractActivityRepository.php';
  578.             include_once \dirname(__DIR__4).'/src/Repository/ChannelUserData/AdminChannelUserDataRepository.php';
  579.             include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Permission/Repository/ChannelResourceRepositoryInterface.php';
  580.             include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Permission/Repository/ChannelResourceAccessRepositoryInterface.php';
  581.             include_once \dirname(__DIR__4).'/src/Repository/ChannelUserData/Cursus/AbstractCursusRepository.php';
  582.             include_once \dirname(__DIR__4).'/src/Service/ChannelUserData/ActivityFeedService.php';
  583.             include_once \dirname(__DIR__4).'/src/Service/ChannelUserData/ActivityService.php';
  584.             include_once \dirname(__DIR__4).'/src/Service/Pdf/AbstractGenerator.php';
  585.             include_once \dirname(__DIR__4).'/src/Service/Pdf/ExportActivityGenerator.php';
  586.             include_once \dirname(__DIR__4).'/src/Service/Mailer/MailerService.php';
  587.             include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Routing/Loader/RouteCollectionLoaderInterface.php';
  588.             include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Routing/Loader/AbstractRouteCollectionLoader.php';
  589.             include_once \dirname(__DIR__4).'/src/Service/Sync/Routing/Loader/RouteCollectionLoader.php';
  590.             include_once \dirname(__DIR__4).'/src/Service/Sync/Routing/Routing.php';
  591.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/ExtensionInterface.php';
  592.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/LastModifiedExtensionInterface.php';
  593.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/AbstractExtension.php';
  594.             include_once \dirname(__DIR__4).'/src/Twig/Extension/Channel/ChannelUserExtension.php';
  595.             include_once \dirname(__DIR__4).'/src/Twig/Extension/Channel/PositioningTest/PositioningTestExtension.php';
  596.             include_once \dirname(__DIR__4).'/vendor/chrome-php/chrome/src/BrowserFactory.php';
  597.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/ControllerMetadata/ArgumentMetadataFactoryInterface.php';
  598.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/ControllerMetadata/ArgumentMetadataFactory.php';
  599.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ResponseListener.php';
  600.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/StreamedResponseListener.php';
  601.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/LocaleListener.php';
  602.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ValidateRequestListener.php';
  603.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/DisallowRobotsIndexingListener.php';
  604.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ErrorListener.php';
  605.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ParameterBagInterface.php';
  606.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ParameterBag.php';
  607.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/FrozenParameterBag.php';
  608.             include_once \dirname(__DIR__4).'/vendor/psr/container/src/ContainerInterface.php';
  609.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ContainerBagInterface.php';
  610.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ContainerBag.php';
  611.             include_once \dirname(__DIR__4).'/vendor/symfony/runtime/RunnerInterface.php';
  612.             include_once \dirname(__DIR__4).'/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php';
  613.             include_once \dirname(__DIR__4).'/vendor/symfony/runtime/Runner/Symfony/ResponseRunner.php';
  614.             include_once \dirname(__DIR__4).'/vendor/symfony/runtime/RuntimeInterface.php';
  615.             include_once \dirname(__DIR__4).'/vendor/symfony/runtime/GenericRuntime.php';
  616.             include_once \dirname(__DIR__4).'/vendor/symfony/runtime/SymfonyRuntime.php';
  617.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/HttpKernel.php';
  618.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ControllerResolverInterface.php';
  619.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/TraceableControllerResolver.php';
  620.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ControllerResolver.php';
  621.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php';
  622.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerResolver.php';
  623.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/RequestStack.php';
  624.             include_once \dirname(__DIR__4).'/vendor/symfony/config/ConfigCacheFactoryInterface.php';
  625.             include_once \dirname(__DIR__4).'/vendor/symfony/config/ResourceCheckerConfigCacheFactory.php';
  626.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/LocaleAwareListener.php';
  627.             include_once \dirname(__DIR__4).'/vendor/psr/cache/src/CacheItemPoolInterface.php';
  628.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/AdapterInterface.php';
  629.             include_once \dirname(__DIR__4).'/vendor/symfony/cache-contracts/CacheInterface.php';
  630.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/PruneableInterface.php';
  631.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ResetInterface.php';
  632.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/ResettableInterface.php';
  633.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/TraceableAdapter.php';
  634.             include_once \dirname(__DIR__4).'/vendor/psr/log/src/LoggerAwareInterface.php';
  635.             include_once \dirname(__DIR__4).'/vendor/psr/log/src/LoggerAwareTrait.php';
  636.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/AbstractAdapterTrait.php';
  637.             include_once \dirname(__DIR__4).'/vendor/symfony/cache-contracts/CacheTrait.php';
  638.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/ContractsTrait.php';
  639.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/AbstractAdapter.php';
  640.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/RedisTrait.php';
  641.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/RedisAdapter.php';
  642.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Marshaller/MarshallerInterface.php';
  643.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Marshaller/DefaultMarshaller.php';
  644.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Packages.php';
  645.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/PackageInterface.php';
  646.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Package.php';
  647.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/PathPackage.php';
  648.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Context/ContextInterface.php';
  649.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Context/RequestStackContext.php';
  650.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/VersionStrategy/VersionStrategyInterface.php';
  651.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/VersionStrategy/EmptyVersionStrategy.php';
  652.             include_once \dirname(__DIR__4).'/vendor/symfony/translation-contracts/TranslatorInterface.php';
  653.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/TranslatorBagInterface.php';
  654.             include_once \dirname(__DIR__4).'/vendor/symfony/translation-contracts/LocaleAwareInterface.php';
  655.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Translator.php';
  656.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/WarmableInterface.php';
  657.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Translation/Translator.php';
  658.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ServiceProviderInterface.php';
  659.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ServiceLocatorTrait.php';
  660.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ServiceLocator.php';
  661.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/MessageFormatterInterface.php';
  662.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/IntlFormatterInterface.php';
  663.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/MessageFormatter.php';
  664.             include_once \dirname(__DIR__4).'/vendor/symfony/translation-contracts/TranslatorTrait.php';
  665.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/IdentityTranslator.php';
  666.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/DebugHandlersListener.php';
  667.             include_once \dirname(__DIR__4).'/vendor/psr/log/src/LoggerInterface.php';
  668.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/ResettableInterface.php';
  669.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Logger.php';
  670.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Log/DebugLoggerInterface.php';
  671.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Logger.php';
  672.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Debug/FileLinkFormatter.php';
  673.             include_once \dirname(__DIR__4).'/vendor/symfony/stopwatch/Stopwatch.php';
  674.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolverInterface.php';
  675.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/TraceableArgumentResolver.php';
  676.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver.php';
  677.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Processor/DebugProcessor.php';
  678.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RequestContext.php';
  679.             include_once \dirname(__DIR__4).'/vendor/symfony/expression-language/ExpressionFunctionProviderInterface.php';
  680.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Matcher/ExpressionLanguageProvider.php';
  681.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/RouterListener.php';
  682.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Reader.php';
  683.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationReader.php';
  684.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationRegistry.php';
  685.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/PsrCachedReader.php';
  686.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/ProxyTrait.php';
  687.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/PhpArrayAdapter.php';
  688.             include_once \dirname(__DIR__4).'/vendor/symfony/property-access/PropertyAccessorInterface.php';
  689.             include_once \dirname(__DIR__4).'/vendor/symfony/property-access/PropertyAccessor.php';
  690.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/ArrayAdapter.php';
  691.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Factory/ClassMetadataFactoryInterface.php';
  692.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Factory/ClassResolverTrait.php';
  693.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Factory/ClassMetadataFactory.php';
  694.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Loader/LoaderInterface.php';
  695.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Loader/LoaderChain.php';
  696.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Loader/AnnotationLoader.php';
  697.             include_once \dirname(__DIR__4).'/vendor/drosalys/api-bundle/src/Serializer/Adapter/Symfony/Mapping/Loader/AttributeLoader.php';
  698.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Loader/FileLoader.php';
  699.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Loader/YamlFileLoader.php';
  700.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/NameConverter/NameConverterInterface.php';
  701.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/NameConverter/AdvancedNameConverterInterface.php';
  702.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/NameConverter/MetadataAwareNameConverter.php';
  703.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyTypeExtractorInterface.php';
  704.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyDescriptionExtractorInterface.php';
  705.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyAccessExtractorInterface.php';
  706.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyListExtractorInterface.php';
  707.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyInfoExtractorInterface.php';
  708.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyInitializableExtractorInterface.php';
  709.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyInfoExtractor.php';
  710.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyReadInfoExtractorInterface.php';
  711.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyWriteInfoExtractorInterface.php';
  712.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/Extractor/ConstructorArgumentTypeExtractorInterface.php';
  713.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/Extractor/ReflectionExtractor.php';
  714.             include_once \dirname(__DIR__4).'/vendor/symfony/web-link/EventListener/AddLinkHeaderListener.php';
  715.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/AbstractSessionListener.php';
  716.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/SessionListener.php';
  717.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ValidatorBuilder.php';
  718.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validation.php';
  719.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorFactoryInterface.php';
  720.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ContainerConstraintValidatorFactory.php';
  721.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ObjectInitializerInterface.php';
  722.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Validator/DoctrineInitializer.php';
  723.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Loader/LoaderInterface.php';
  724.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Loader/AutoMappingTrait.php';
  725.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Loader/PropertyInfoLoader.php';
  726.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Validator/DoctrineLoader.php';
  727.             include_once \dirname(__DIR__4).'/vendor/symfony/notifier/EventListener/NotificationLoggerListener.php';
  728.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ProfilerListener.php';
  729.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/DataCollectorInterface.php';
  730.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/DataCollector.php';
  731.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/LateDataCollectorInterface.php';
  732.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php';
  733.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/RouterDataCollector.php';
  734.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/DataCollector/RouterDataCollector.php';
  735.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataCollectorInterface.php';
  736.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataCollector.php';
  737.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataExtractorInterface.php';
  738.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataExtractor.php';
  739.             include_once \dirname(__DIR__4).'/vendor/symfony/mime/MimeTypeGuesserInterface.php';
  740.             include_once \dirname(__DIR__4).'/vendor/symfony/mime/MimeTypesInterface.php';
  741.             include_once \dirname(__DIR__4).'/vendor/symfony/mime/MimeTypes.php';
  742.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/ControllerListener.php';
  743.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/ParamConverterListener.php';
  744.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/ParamConverterManager.php';
  745.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/ParamConverterInterface.php';
  746.             include_once \dirname(__DIR__4).'/vendor/drosalys/api-bundle/src/Request/ActionRequestTrait.php';
  747.             include_once \dirname(__DIR__4).'/vendor/drosalys/api-bundle/src/Request/ParamConverter/AutoInstanceObjectParamConverter.php';
  748.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/DoctrineParamConverter.php';
  749.             include_once \dirname(__DIR__4).'/vendor/symfony/expression-language/ExpressionLanguage.php';
  750.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/DateTimeParamConverter.php';
  751.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ServiceSubscriberInterface.php';
  752.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/TemplateListener.php';
  753.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Templating/TemplateGuesser.php';
  754.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/HttpCacheListener.php';
  755.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/SecurityListener.php';
  756.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/ExpressionLanguage.php';
  757.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Security/ExpressionLanguage.php';
  758.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/IsGrantedListener.php';
  759.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ArgumentNameConverter.php';
  760.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Profiler/Profile.php';
  761.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Csp/ContentSecurityPolicyHandler.php';
  762.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Csp/NonceGenerator.php';
  763.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/EventListener/WebDebugToolbarListener.php';
  764.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/HandlerInterface.php';
  765.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/Handler.php';
  766.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/AbstractHandler.php';
  767.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/ProcessableHandlerInterface.php';
  768.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/FormattableHandlerInterface.php';
  769.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/ProcessableHandlerTrait.php';
  770.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/FormattableHandlerTrait.php';
  771.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/AbstractProcessingHandler.php';
  772.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/StreamHandler.php';
  773.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Processor/ProcessorInterface.php';
  774.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Processor/PsrLogMessageProcessor.php';
  775.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Handler/ConsoleHandler.php';
  776.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/DataDumperInterface.php';
  777.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/DumpDataCollector.php';
  778.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/ClonerInterface.php';
  779.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/AbstractCloner.php';
  780.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/VarCloner.php';
  781.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/DumperInterface.php';
  782.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/AbstractDumper.php';
  783.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/CliDumper.php';
  784.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/HtmlDumper.php';
  785.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Server/Connection.php';
  786.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/ContextProviderInterface.php';
  787.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/SourceContextProvider.php';
  788.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/RequestContextProvider.php';
  789.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/CliContextProvider.php';
  790.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ConnectionRegistry.php';
  791.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ManagerRegistry.php';
  792.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/AbstractManagerRegistry.php';
  793.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/ManagerRegistry.php';
  794.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Registry.php';
  795.             include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventManager.php';
  796.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/ContainerAwareEventManager.php';
  797.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Connection.php';
  798.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/ConnectionFactory.php';
  799.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Configuration.php';
  800.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Schema/SchemaManagerFactory.php';
  801.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Schema/LegacySchemaManagerFactory.php';
  802.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Dbal/SchemaAssetsFilterManager.php';
  803.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Driver/Middleware.php';
  804.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Logging/Middleware.php';
  805.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Middleware/ConnectionNameAwareInterface.php';
  806.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Middleware/DebugMiddleware.php';
  807.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Tools/DsnParser.php';
  808.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Middleware/Debug/DebugDataHolder.php';
  809.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Middleware/BacktraceDebugDataHolder.php';
  810.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/MappingDriver.php';
  811.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/ColocatedMappingDriver.php';
  812.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/AnnotationDriver.php';
  813.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Mapping/Driver/CompatibilityAnnotationDriver.php';
  814.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Mapping/Driver/ReflectionBasedDriver.php';
  815.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Mapping/Driver/AttributeDriver.php';
  816.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/FileDriver.php';
  817.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Mapping/Driver/XmlDriver.php';
  818.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Mapping/Driver/SimplifiedXmlDriver.php';
  819.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Mapping/EntityListenerResolver.php';
  820.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Mapping/EntityListenerServiceResolver.php';
  821.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Mapping/ContainerEntityListenerResolver.php';
  822.             include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/DependencyFactory.php';
  823.             include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Configuration/Migration/ConfigurationLoader.php';
  824.             include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Configuration/Migration/ExistingConfiguration.php';
  825.             include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Configuration/Configuration.php';
  826.             include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Metadata/Storage/MetadataStorageConfiguration.php';
  827.             include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Metadata/Storage/TableMetadataStorageConfiguration.php';
  828.             include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Configuration/EntityManager/EntityManagerLoader.php';
  829.             include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Configuration/EntityManager/ManagerRegistryEntityManager.php';
  830.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/src/EventListener/SchemaFilterListener.php';
  831.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Token/Storage/TokenStorageInterface.php';
  832.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Token/Storage/TokenStorage.php';
  833.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AuthorizationCheckerInterface.php';
  834.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Security.php';
  835.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/AuthenticationTrustResolverInterface.php';
  836.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/AuthenticationTrustResolver.php';
  837.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Role/RoleHierarchyInterface.php';
  838.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Role/RoleHierarchy.php';
  839.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/FirewallMapInterface.php';
  840.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallMap.php';
  841.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Logout/LogoutUrlGenerator.php';
  842.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/RememberMe/ResponseListener.php';
  843.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AccessDecisionManagerInterface.php';
  844.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/TraceableAccessDecisionManager.php';
  845.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AccessDecisionManager.php';
  846.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Strategy/AccessDecisionStrategyInterface.php';
  847.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Strategy/AffirmativeStrategy.php';
  848.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall.php';
  849.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/EventListener/FirewallListener.php';
  850.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php';
  851.             include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/EventSubscriber/ControllerEntityResolverSubscriber.php';
  852.             include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/EventSubscriber/DeviceIdSubscriber.php';
  853.             include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/EventSubscriber/RequestChannelDomainSubscriber.php';
  854.             include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/EventSubscriber/RouteSecuritySubscriber.php';
  855.             include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/GlobalGetters/GlobalEntitiesService.php';
  856.             include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/GlobalGetters/GlobalEntityKeys.php';
  857.             include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Mailer/Mailer.php';
  858.             include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Permission/ChannelUserPermissionManager.php';
  859.             include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Permission/ChannelUserPermissionService.php';
  860.             include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Permission/Enum/ChannelUserPermissionEnumManager.php';
  861.             include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Permission/Security/Hierarchy/ChannelUserPermissionHierarchyManager.php';
  862.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/RuntimeExtensionInterface.php';
  863.             include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Permission/Twig/Runtime/Info/ChannelUserDataPermissionRuntime.php';
  864.             include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Permission/UserOwner/UserOwnerGetter.php';
  865.             include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Routing/Utils/ChannelMainDomainUtils.php';
  866.             include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Routing/Utils/DomainsRoutingUtils.php';
  867.             include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Twig/Runtime/FileRuntime.php';
  868.             include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Twig/Runtime/ImageRunTime.php';
  869.             include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Uploader/Service/NellappFileService.php';
  870.             include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Uploader/NellappFileStorageConfig.php';
  871.             include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Routing/UrlGeneratorInterface.php';
  872.             include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Routing/ChannelMainDomain/ChannelMainDomainInterface.php';
  873.             include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Routing/ChannelMainDomain/ChannelMainDomainTrait.php';
  874.             include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Routing/AbstractUrlGenerator.php';
  875.             include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Routing/UrlGenerator.php';
  876.             include_once \dirname(__DIR__4).'/vendor/drosalys/api-bundle/src/Action/ActionRetriever.php';
  877.             include_once \dirname(__DIR__4).'/vendor/drosalys/api-bundle/src/EventSubscriber/ActionControllerSubscriber.php';
  878.             include_once \dirname(__DIR__4).'/vendor/drosalys/api-bundle/src/EventSubscriber/DeserializeActionControllerSubscriber.php';
  879.             include_once \dirname(__DIR__4).'/vendor/drosalys/api-bundle/src/Serializer/SerializerInterface.php';
  880.             include_once \dirname(__DIR__4).'/vendor/drosalys/api-bundle/src/Serializer/Adapter/Symfony/SerializerAdapter.php';
  881.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/src/Subscriber/SlidingPaginationSubscriber.php';
  882.             include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/Asset/EntrypointLookupCollectionInterface.php';
  883.             include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/Asset/EntrypointLookupCollection.php';
  884.             include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/Asset/TagRenderer.php';
  885.             include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/EventListener/PreLoadAssetsEventListener.php';
  886.             include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/EventListener/ResetAssetsEventListener.php';
  887.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Matcher/MatcherInterface.php';
  888.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Matcher/Matcher.php';
  889.             include_once \dirname(__DIR__4).'/vendor/craue/formflow-bundle/Util/FormFlowUtil.php';
  890.             include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Cache/Resolver/ResolverInterface.php';
  891.             include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Cache/Resolver/WebPathResolver.php';
  892.             include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Cache/Resolver/FlysystemV2Resolver.php';
  893.             include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Cache/CacheManager.php';
  894.             include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/FilterConfiguration.php';
  895.             include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Cache/Resolver/NoCacheWebPathResolver.php';
  896.             include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Cache/SignerInterface.php';
  897.             include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Cache/Signer.php';
  898.             include_once \dirname(__DIR__4).'/vendor/oneup/uploader-bundle/src/Uploader/Orphanage/OrphanageManager.php';
  899.             include_once \dirname(__DIR__4).'/vendor/oneup/uploader-bundle/src/Templating/Helper/UploaderHelper.php';
  900.             include_once \dirname(__DIR__4).'/vendor/oneup/uploader-bundle/src/Twig/Extension/UploaderExtension.php';
  901.             include_once \dirname(__DIR__4).'/vendor/nelmio/cors-bundle/EventListener/CorsListener.php';
  902.             include_once \dirname(__DIR__4).'/vendor/nelmio/cors-bundle/Options/ResolverInterface.php';
  903.             include_once \dirname(__DIR__4).'/vendor/nelmio/cors-bundle/Options/Resolver.php';
  904.             include_once \dirname(__DIR__4).'/vendor/nelmio/cors-bundle/Options/ProviderInterface.php';
  905.             include_once \dirname(__DIR__4).'/vendor/nelmio/cors-bundle/Options/ConfigProvider.php';
  906.             include_once \dirname(__DIR__4).'/vendor/nelmio/cors-bundle/EventListener/CacheableResponseVaryListener.php';
  907.             include_once \dirname(__DIR__4).'/vendor/symfony/http-client-contracts/HttpClientInterface.php';
  908.             include_once \dirname(__DIR__4).'/vendor/symfony/http-client/TraceableHttpClient.php';
  909.             include_once \dirname(__DIR__4).'/vendor/symfony/http-client/HttpClient.php';
  910.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/DataCollectorTranslator.php';
  911.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RequestContextAwareInterface.php';
  912.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Matcher/UrlMatcherInterface.php';
  913.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Generator/UrlGeneratorInterface.php';
  914.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RouterInterface.php';
  915.             include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Routing/SymfonyUrlGenerator.php';
  916.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Matcher/RequestMatcherInterface.php';
  917.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Router.php';
  918.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Routing/Router.php';
  919.             include_once \dirname(__DIR__4).'/vendor/symfony/messenger/MessageBusInterface.php';
  920.             include_once \dirname(__DIR__4).'/vendor/symfony/messenger/TraceableMessageBus.php';
  921.             include_once \dirname(__DIR__4).'/vendor/symfony/messenger/MessageBus.php';
  922.             include_once \dirname(__DIR__4).'/vendor/league/flysystem/src/FilesystemReader.php';
  923.             include_once \dirname(__DIR__4).'/vendor/league/flysystem/src/FilesystemWriter.php';
  924.             include_once \dirname(__DIR__4).'/vendor/league/flysystem/src/FilesystemOperator.php';
  925.             include_once \dirname(__DIR__4).'/vendor/league/flysystem/src/CalculateChecksumFromStream.php';
  926.             include_once \dirname(__DIR__4).'/vendor/league/flysystem/src/Filesystem.php';
  927.             include_once \dirname(__DIR__4).'/vendor/league/flysystem/src/FilesystemAdapter.php';
  928.             include_once \dirname(__DIR__4).'/vendor/league/flysystem/src/ChecksumProvider.php';
  929.             include_once \dirname(__DIR__4).'/vendor/league/flysystem-local/LocalFilesystemAdapter.php';
  930.             include_once \dirname(__DIR__4).'/vendor/psr/event-dispatcher/src/EventDispatcherInterface.php';
  931.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher-contracts/EventDispatcherInterface.php';
  932.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventDispatcherInterface.php';
  933.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php';
  934.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Debug/TraceableEventDispatcher.php';
  935.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventDispatcher.php';
  936.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/NullHandler.php';
  937.             include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  938.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/SerializerInterface.php';
  939.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/NormalizerInterface.php';
  940.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ContextAwareNormalizerInterface.php';
  941.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DenormalizerInterface.php';
  942.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ContextAwareDenormalizerInterface.php';
  943.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/EncoderInterface.php';
  944.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/ContextAwareEncoderInterface.php';
  945.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/DecoderInterface.php';
  946.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/ContextAwareDecoderInterface.php';
  947.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Serializer.php';
  948.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/SerializerAwareInterface.php';
  949.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/CacheableSupportsMethodInterface.php';
  950.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/SerializerAwareTrait.php';
  951.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/UnwrappingDenormalizer.php';
  952.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/NormalizerAwareInterface.php';
  953.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/NormalizerAwareTrait.php';
  954.             include_once \dirname(__DIR__4).'/src/Serializer/Normalizer/ChannelNormalizer.php';
  955.             include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Uploader/Serializer/NellappFileNormalizer.php';
  956.             include_once \dirname(__DIR__4).'/src/Serializer/Normalizer/FileAbstractCursusNormalizer.php';
  957.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ObjectToPopulateTrait.php';
  958.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/AbstractNormalizer.php';
  959.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/AbstractObjectNormalizer.php';
  960.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ObjectNormalizer.php';
  961.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/ClassDiscriminatorResolverInterface.php';
  962.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/ClassDiscriminatorFromClassMetadata.php';
  963.             include_once \dirname(__DIR__4).'/src/Serializer/Normalizer/TrackDataActivityNormalizer.php';
  964.             include_once \dirname(__DIR__4).'/src/Serializer/Normalizer/UserNormalizer.php';
  965.             include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/ActivityFeed/Serializer/Normalizer/TrackDataActivityNormalizer.php';
  966.             include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/ActivityFeed/Service/ActivityFeedService.php';
  967.             include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Serializer/SerialRelation/AbstractSerialRelationHandler.php';
  968.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DenormalizerAwareInterface.php';
  969.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DenormalizerAwareTrait.php';
  970.             include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Serializer/SerialRelation/Denormalizer/SerialRelationDenormalizer.php';
  971.             include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Serializer/SerialRelation/Normalizer/SerialRelationNormalizer.php';
  972.             include_once \dirname(__DIR__4).'/vendor/drosalys/api-bundle/src/Serializer/Adapter/Symfony/Normalizer/EntityNormalizer.php';
  973.             include_once \dirname(__DIR__4).'/vendor/drosalys/api-bundle/src/Serializer/Adapter/Symfony/Normalizer/PaginationNormalizer.php';
  974.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/NameConverter/CamelCaseToSnakeCaseNameConverter.php';
  975.             include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Serialization/Normalizer/FlattenExceptionNormalizer.php';
  976.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ProblemNormalizer.php';
  977.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/UidNormalizer.php';
  978.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DateTimeNormalizer.php';
  979.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ConstraintViolationListNormalizer.php';
  980.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/MimeMessageNormalizer.php';
  981.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/PropertyNormalizer.php';
  982.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DateTimeZoneNormalizer.php';
  983.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DateIntervalNormalizer.php';
  984.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/FormErrorNormalizer.php';
  985.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DataUriNormalizer.php';
  986.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/JsonSerializableNormalizer.php';
  987.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ArrayDenormalizer.php';
  988.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/NormalizationAwareInterface.php';
  989.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/XmlEncoder.php';
  990.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/JsonEncoder.php';
  991.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/YamlEncoder.php';
  992.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/CsvEncoder.php';
  993.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/Profiler.php';
  994.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/ProfilerStorageInterface.php';
  995.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php';
  996.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/TimeDataCollector.php';
  997.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/MemoryDataCollector.php';
  998.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/DataCollector/ValidatorDataCollector.php';
  999.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/AjaxDataCollector.php';
  1000.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/ExceptionDataCollector.php';
  1001.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/LoggerDataCollector.php';
  1002.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/EventDataCollector.php';
  1003.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/DataCollector/CacheDataCollector.php';
  1004.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/DataCollector/TranslationDataCollector.php';
  1005.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/DataCollector/SecurityDataCollector.php';
  1006.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/DataCollector/TwigDataCollector.php';
  1007.             include_once \dirname(__DIR__4).'/vendor/symfony/http-client/DataCollector/HttpClientDataCollector.php';
  1008.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/DataCollector/DoctrineDataCollector.php';
  1009.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/DataCollector/DoctrineDataCollector.php';
  1010.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/src/Collector/MigrationsCollector.php';
  1011.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/src/Collector/MigrationsFlattener.php';
  1012.             include_once \dirname(__DIR__4).'/vendor/symfony/messenger/DataCollector/MessengerDataCollector.php';
  1013.             include_once \dirname(__DIR__4).'/vendor/symfony/notifier/DataCollector/NotificationDataCollector.php';
  1014.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/ConfigDataCollector.php';
  1015.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Cache/CacheInterface.php';
  1016.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Cache/RemovableCacheInterface.php';
  1017.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Cache/FilesystemCache.php';
  1018.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/CoreExtension.php';
  1019.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/EscaperExtension.php';
  1020.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/OptimizerExtension.php';
  1021.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/StagingExtension.php';
  1022.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/ExtensionSet.php';
  1023.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Template.php';
  1024.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/TemplateWrapper.php';
  1025.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Environment.php';
  1026.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Loader/LoaderInterface.php';
  1027.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Loader/FilesystemLoader.php';
  1028.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/CsrfExtension.php';
  1029.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/ProfilerExtension.php';
  1030.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/ProfilerExtension.php';
  1031.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/TranslationExtension.php';
  1032.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/AssetExtension.php';
  1033.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/CodeExtension.php';
  1034.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/RoutingExtension.php';
  1035.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/YamlExtension.php';
  1036.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/StopwatchExtension.php';
  1037.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/ExpressionExtension.php';
  1038.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/HttpKernelExtension.php';
  1039.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/HttpFoundationExtension.php';
  1040.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/UrlHelper.php';
  1041.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/WebLinkExtension.php';
  1042.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/SerializerExtension.php';
  1043.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/FormExtension.php';
  1044.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/DumpExtension.php';
  1045.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/LogoutUrlExtension.php';
  1046.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/SecurityExtension.php';
  1047.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Impersonate/ImpersonateUrlGenerator.php';
  1048.             include_once \dirname(__DIR__4).'/src/Twig/Extension/Account/AlertExtension.php';
  1049.             include_once \dirname(__DIR__4).'/src/Twig/Extension/Account/HeaderCalendarExtension.php';
  1050.             include_once \dirname(__DIR__4).'/src/Twig/Extension/Account/NotificationExtension.php';
  1051.             include_once \dirname(__DIR__4).'/src/Twig/Extension/Channel/ChannelExtension.php';
  1052.             include_once \dirname(__DIR__4).'/src/Twig/Extension/Channel/ChannelLicensesExtension.php';
  1053.             include_once \dirname(__DIR__4).'/src/Twig/Extension/Channel/ChannelPermissionExtension.php';
  1054.             include_once \dirname(__DIR__4).'/src/Twig/Extension/Channel/ChannelSessionExtension.php';
  1055.             include_once \dirname(__DIR__4).'/src/Twig/Extension/Channel/CompanyExtension.php';
  1056.             include_once \dirname(__DIR__4).'/src/Twig/Extension/Channel/ContactExtension.php';
  1057.             include_once \dirname(__DIR__4).'/src/Twig/Extension/Channel/FileExportExtension.php';
  1058.             include_once \dirname(__DIR__4).'/src/Twig/Extension/Channel/PositioningTest/Attempt/AttemptBlockExtension.php';
  1059.             include_once \dirname(__DIR__4).'/src/Twig/Extension/Channel/PositioningTest/Attempt/AttemptExtension.php';
  1060.             include_once \dirname(__DIR__4).'/src/Twig/Extension/ChannelUserData/ActivityExtension.php';
  1061.             include_once \dirname(__DIR__4).'/src/Twig/Extension/ChannelUserData/ChannelUserDataExtension.php';
  1062.             include_once \dirname(__DIR__4).'/src/Twig/Extension/ChannelUserData/CursusExtension.php';
  1063.             include_once \dirname(__DIR__4).'/src/Twig/Extension/ChannelUserData/DriveExtension.php';
  1064.             include_once \dirname(__DIR__4).'/src/Twig/Extension/FileExtension.php';
  1065.             include_once \dirname(__DIR__4).'/src/Twig/Extension/NumberExtension.php';
  1066.             include_once \dirname(__DIR__4).'/src/Twig/Extension/SyncableResourceExtension.php';
  1067.             include_once \dirname(__DIR__4).'/src/Twig/Extension/UserFromChannelExtension.php';
  1068.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Twig/WebProfilerExtension.php';
  1069.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Twig/DoctrineExtension.php';
  1070.             include_once \dirname(__DIR__4).'/vendor/twig/intl-extra/IntlExtension.php';
  1071.             include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Permission/Twig/Extension/PermissionExtension.php';
  1072.             include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Routing/Twig/Extension/DomainsRoutingExtension.php';
  1073.             include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Routing/Twig/Extension/UrlGeneratorExtension.php';
  1074.             include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Twig/Extension/AppExtension.php';
  1075.             include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Twig/Extension/BooleanExtension.php';
  1076.             include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Twig/Extension/ChannelContactExtension.php';
  1077.             include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Twig/Extension/ChannelExtension.php';
  1078.             include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Twig/Extension/ChannelGetterExtension.php';
  1079.             include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Twig/Extension/ChannelUserDataExtension.php';
  1080.             include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Twig/Extension/ChatNotificationExtension.php';
  1081.             include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Twig/Extension/ContactExtension.php';
  1082.             include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Twig/Extension/CustomizableViewExtension.php';
  1083.             include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Twig/Extension/DateDiffExtension.php';
  1084.             include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Twig/Extension/EnumForFormExtension.php';
  1085.             include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Twig/Extension/EnvExtension.php';
  1086.             include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Twig/Extension/FileExtension.php';
  1087.             include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Twig/Extension/FormExtension.php';
  1088.             include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Twig/Extension/HeaderExtension.php';
  1089.             include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Twig/Extension/IaExtension.php';
  1090.             include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Twig/Extension/ImageExtension.php';
  1091.             include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Twig/Extension/NellappFileExtension.php';
  1092.             include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Twig/Extension/NellappFormatExtension.php';
  1093.             include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Twig/Extension/PaginationExtension.php';
  1094.             include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Twig/Extension/SerializerExtension.php';
  1095.             include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Twig/Extension/SideNavExtension.php';
  1096.             include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Twig/Extension/SideNavItemExtension.php';
  1097.             include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Twig/Extension/UserExtension.php';
  1098.             include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Twig/Extension/VersionExtension.php';
  1099.             include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Twig/Extension/WebSocketExtension.php';
  1100.             include_once \dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Google/Twig/Extension/GoogleDrivePermissionExtension.php';
  1101.             include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/src/Render/Html/GetNelmioAsset.php';
  1102.             include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Twig/SerializerBaseExtension.php';
  1103.             include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Twig/SerializerRuntimeExtension.php';
  1104.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/src/Twig/Extension/PaginationExtension.php';
  1105.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/src/Helper/Processor.php';
  1106.             include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/Twig/EntryFilesTwigExtension.php';
  1107.             include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/Twig/StimulusTwigExtension.php';
  1108.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Twig/MenuExtension.php';
  1109.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Twig/Helper.php';
  1110.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Renderer/RendererProviderInterface.php';
  1111.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Renderer/PsrProvider.php';
  1112.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Provider/MenuProviderInterface.php';
  1113.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Provider/ChainProvider.php';
  1114.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Util/MenuManipulator.php';
  1115.             include_once \dirname(__DIR__4).'/vendor/craue/formflow-bundle/Twig/Extension/FormFlowExtension.php';
  1116.             include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Templating/FilterTrait.php';
  1117.             include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Templating/FilterExtension.php';
  1118.             include_once \dirname(__DIR__4).'/vendor/symfony/ux-twig-component/src/Twig/ComponentExtension.php';
  1119.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/AppVariable.php';
  1120.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/RuntimeLoader/RuntimeLoaderInterface.php';
  1121.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/RuntimeLoader/ContainerRuntimeLoader.php';
  1122.             include_once \dirname(__DIR__4).'/vendor/twig/extra-bundle/MissingExtensionSuggestor.php';
  1123.             include_once \dirname(__DIR__4).'/vendor/symfony/ux-twig-component/src/Twig/TwigEnvironmentConfigurator.php';
  1124.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bundle/DependencyInjection/Configurator/EnvironmentConfigurator.php';
  1125.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AuthorizationChecker.php';
  1126.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Token/Storage/UsageTrackingTokenStorage.php';
  1127.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Factory/MetadataFactoryInterface.php';
  1128.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validator/ValidatorInterface.php';
  1129.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validator/TraceableValidator.php';
  1130.         };
  1131.     }
  1132.     public function compile(): void
  1133.     {
  1134.         throw new LogicException('You cannot compile a dumped container that was already compiled.');
  1135.     }
  1136.     public function isCompiled(): bool
  1137.     {
  1138.         return true;
  1139.     }
  1140.     public function getRemovedIds(): array
  1141.     {
  1142.         return require $this->containerDir.\DIRECTORY_SEPARATOR.'removed-ids.php';
  1143.     }
  1144.     protected function load($file$lazyLoad true)
  1145.     {
  1146.         if (class_exists($class __NAMESPACE__.'\\'.$filefalse)) {
  1147.             return $class::do($this$lazyLoad);
  1148.         }
  1149.         if ('.' === $file[-4]) {
  1150.             $class substr($class0, -4);
  1151.         } else {
  1152.             $file .= '.php';
  1153.         }
  1154.         $service = require $this->containerDir.\DIRECTORY_SEPARATOR.$file;
  1155.         return class_exists($classfalse) ? $class::do($this$lazyLoad) : $service;
  1156.     }
  1157.     protected function createProxy($class\Closure $factory)
  1158.     {
  1159.         class_exists($classfalse) || require __DIR__.'/'.$class.'.php';
  1160.         return $factory();
  1161.     }
  1162.     /**
  1163.      * Gets the public '.container.private.filesystem' shared service.
  1164.      *
  1165.      * @return \Symfony\Component\Filesystem\Filesystem
  1166.      */
  1167.     protected function get_Container_Private_FilesystemService()
  1168.     {
  1169.         return $this->services['.container.private.filesystem'] = new \Symfony\Component\Filesystem\Filesystem();
  1170.     }
  1171.     /**
  1172.      * Gets the public '.container.private.profiler' shared service.
  1173.      *
  1174.      * @return \Symfony\Component\HttpKernel\Profiler\Profiler
  1175.      */
  1176.     protected function get_Container_Private_ProfilerService()
  1177.     {
  1178.         $a = new \Symfony\Bridge\Monolog\Logger('profiler');
  1179.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1180.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  1181.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  1182.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  1183.         $this->services['.container.private.profiler'] = $instance = new \Symfony\Component\HttpKernel\Profiler\Profiler(new \Symfony\Component\HttpKernel\Profiler\FileProfilerStorage(('file:'.$this->targetDir.''.'/profiler')), $atrue);
  1184.         $b = ($this->services['kernel'] ?? $this->get('kernel'));
  1185.         $c = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  1186.         $d = new \Symfony\Component\Cache\DataCollector\CacheDataCollector();
  1187.         $d->addInstance('cache.app', ($this->services['cache.app'] ?? $this->getCache_AppService()));
  1188.         $d->addInstance('cache.system', ($this->services['cache.system'] ?? $this->getCache_SystemService()));
  1189.         $d->addInstance('cache.validator', ($this->privates['cache.validator'] ?? $this->getCache_ValidatorService()));
  1190.         $d->addInstance('cache.serializer', ($this->privates['cache.serializer'] ?? $this->getCache_SerializerService()));
  1191.         $d->addInstance('cache.annotations', ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService()));
  1192.         $d->addInstance('cache.property_info', ($this->privates['cache.property_info'] ?? $this->getCache_PropertyInfoService()));
  1193.         $d->addInstance('cache.messenger.restart_workers_signal', ($this->privates['cache.messenger.restart_workers_signal'] ?? $this->getCache_Messenger_RestartWorkersSignalService()));
  1194.         $d->addInstance('cache.validator_expression_language', ($this->services['cache.validator_expression_language'] ?? $this->getCache_ValidatorExpressionLanguageService()));
  1195.         $d->addInstance('cache.doctrine.orm.default.result', ($this->privates['cache.doctrine.orm.default.result'] ?? $this->getCache_Doctrine_Orm_Default_ResultService()));
  1196.         $d->addInstance('cache.doctrine.orm.default.query', ($this->privates['cache.doctrine.orm.default.query'] ?? $this->getCache_Doctrine_Orm_Default_QueryService()));
  1197.         $d->addInstance('cache.security_expression_language', ($this->privates['cache.security_expression_language'] ?? $this->getCache_SecurityExpressionLanguageService()));
  1198.         $d->addInstance('cache.webpack_encore', ($this->privates['cache.webpack_encore'] ?? $this->getCache_WebpackEncoreService()));
  1199.         $e = new \Symfony\Component\HttpClient\DataCollector\HttpClientDataCollector();
  1200.         $e->registerClient('http_client', ($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService()));
  1201.         $f = new \Symfony\Component\Messenger\DataCollector\MessengerDataCollector();
  1202.         $f->registerBus('messenger.bus.default', ($this->services['messenger.default_bus'] ?? $this->getMessenger_DefaultBusService()));
  1203.         $g = new \Symfony\Component\HttpKernel\DataCollector\ConfigDataCollector();
  1204.         if ($this->has('kernel')) {
  1205.             $g->setKernel($b);
  1206.         }
  1207.         $instance->add(($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService()));
  1208.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\TimeDataCollector($b, ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)))));
  1209.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\MemoryDataCollector());
  1210.         $instance->add(new \Symfony\Component\Validator\DataCollector\ValidatorDataCollector(($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService())));
  1211.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\AjaxDataCollector());
  1212.         $instance->add(($this->privates['data_collector.form'] ?? $this->getDataCollector_FormService()));
  1213.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\ExceptionDataCollector());
  1214.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\LoggerDataCollector($a, ($this->targetDir.''.'/App_KernelDevDebugContainer'), $c));
  1215.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\EventDataCollector(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), $c));
  1216.         $instance->add(($this->privates['data_collector.router'] ?? ($this->privates['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector())));
  1217.         $instance->add($d);
  1218.         $instance->add(new \Symfony\Component\Translation\DataCollector\TranslationDataCollector(($this->services['translator'] ?? $this->getTranslatorService())));
  1219.         $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));
  1220.         $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())));
  1221.         $instance->add($e);
  1222.         $instance->add(new \Doctrine\Bundle\DoctrineBundle\DataCollector\DoctrineDataCollector(($this->services['doctrine'] ?? $this->getDoctrineService()), true, ($this->privates['doctrine.debug_data_holder'] ?? ($this->privates['doctrine.debug_data_holder'] = new \Doctrine\Bundle\DoctrineBundle\Middleware\BacktraceDebugDataHolder([])))));
  1223.         $instance->add(new \Doctrine\Bundle\MigrationsBundle\Collector\MigrationsCollector(($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService()), new \Doctrine\Bundle\MigrationsBundle\Collector\MigrationsFlattener()));
  1224.         $instance->add(($this->services['data_collector.dump'] ?? $this->getDataCollector_DumpService()));
  1225.         $instance->add($f);
  1226.         $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()))));
  1227.         $instance->add($g);
  1228.         return $instance;
  1229.     }
  1230.     /**
  1231.      * Gets the public '.container.private.security.authorization_checker' shared service.
  1232.      *
  1233.      * @return \Symfony\Component\Security\Core\Authorization\AuthorizationChecker
  1234.      */
  1235.     protected function get_Container_Private_Security_AuthorizationCheckerService()
  1236.     {
  1237.         $a = ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService());
  1238.         if (isset($this->services['.container.private.security.authorization_checker'])) {
  1239.             return $this->services['.container.private.security.authorization_checker'];
  1240.         }
  1241.         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);
  1242.     }
  1243.     /**
  1244.      * Gets the public '.container.private.security.token_storage' shared service.
  1245.      *
  1246.      * @return \Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage
  1247.      */
  1248.     protected function get_Container_Private_Security_TokenStorageService()
  1249.     {
  1250.         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, [
  1251.             'request_stack' => ['services''request_stack''getRequestStackService'false],
  1252.         ], [
  1253.             'request_stack' => '?',
  1254.         ]));
  1255.     }
  1256.     /**
  1257.      * Gets the public '.container.private.serializer' shared service.
  1258.      *
  1259.      * @return \Symfony\Component\Serializer\Serializer
  1260.      */
  1261.     protected function get_Container_Private_SerializerService()
  1262.     {
  1263.         $a = ($this->services['router'] ?? $this->getRouterService());
  1264.         if (isset($this->services['.container.private.serializer'])) {
  1265.             return $this->services['.container.private.serializer'];
  1266.         }
  1267.         $b = ($this->privates['Nellapp\\Bundle\\SDKBundle\\Routing\\Utils\\ChannelMainDomainUtils'] ?? $this->getChannelMainDomainUtilsService());
  1268.         if (isset($this->services['.container.private.serializer'])) {
  1269.             return $this->services['.container.private.serializer'];
  1270.         }
  1271.         $c = ($this->privates['property_info'] ?? $this->getPropertyInfoService());
  1272.         if (isset($this->services['.container.private.serializer'])) {
  1273.             return $this->services['.container.private.serializer'];
  1274.         }
  1275.         $d = ($this->privates['App\\Service\\ChannelUserData\\ActivityService'] ?? $this->getActivityServiceService());
  1276.         if (isset($this->services['.container.private.serializer'])) {
  1277.             return $this->services['.container.private.serializer'];
  1278.         }
  1279.         $e = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  1280.         if (isset($this->services['.container.private.serializer'])) {
  1281.             return $this->services['.container.private.serializer'];
  1282.         }
  1283.         $f = ($this->privates['property_accessor'] ?? $this->getPropertyAccessorService());
  1284.         $g = ($this->privates['serializer.mapping.class_metadata_factory'] ?? $this->getSerializer_Mapping_ClassMetadataFactoryService());
  1285.         $h = ($this->privates['serializer.name_converter.metadata_aware'] ?? $this->getSerializer_NameConverter_MetadataAwareService());
  1286.         $i = new \Symfony\Component\Serializer\Mapping\ClassDiscriminatorFromClassMetadata($g);
  1287.         $j = new \Symfony\Component\Serializer\Normalizer\ObjectNormalizer($g$h$f$c$iNULL, [], $c);
  1288.         $k = new \Drosalys\Bundle\ApiBundle\Serializer\Adapter\Symfony\Normalizer\EntityNormalizer($g$h$f$c$iNULL, [], $c);
  1289.         $k->setEm($e);
  1290.         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\ActivityFeed\Serializer\Normalizer\TrackDataActivityNormalizer(new \Nellapp\Bundle\SDKBundle\ActivityFeed\Service\ActivityFeedService(($this->services['translator'] ?? $this->getTranslatorService())), $j), => 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()), 10 => new \Symfony\Component\Messenger\Transport\Serialization\Normalizer\FlattenExceptionNormalizer(), 11 => new \Symfony\Component\Serializer\Normalizer\ProblemNormalizer(true), 12 => new \Symfony\Component\Serializer\Normalizer\UidNormalizer(), 13 => new \Symfony\Component\Serializer\Normalizer\DateTimeNormalizer(), 14 => new \Symfony\Component\Serializer\Normalizer\ConstraintViolationListNormalizer([], $h), 15 => new \Symfony\Component\Serializer\Normalizer\MimeMessageNormalizer(new \Symfony\Component\Serializer\Normalizer\PropertyNormalizer($g$h$c$iNULL, [])), 16 => new \Symfony\Component\Serializer\Normalizer\DateTimeZoneNormalizer(), 17 => new \Symfony\Component\Serializer\Normalizer\DateIntervalNormalizer(), 18 => new \Symfony\Component\Serializer\Normalizer\FormErrorNormalizer(), 19 => new \Symfony\Component\Serializer\Normalizer\DataUriNormalizer(($this->privates['mime_types'] ?? $this->getMimeTypesService())), 20 => new \Symfony\Component\Serializer\Normalizer\JsonSerializableNormalizer(NULLNULL), 21 => new \Symfony\Component\Serializer\Normalizer\ArrayDenormalizer(), 22 => $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()]);
  1291.     }
  1292.     /**
  1293.      * Gets the public '.container.private.twig' shared service.
  1294.      *
  1295.      * @return \Twig\Environment
  1296.      */
  1297.     protected function get_Container_Private_TwigService()
  1298.     {
  1299.         $a = new \Twig\Loader\FilesystemLoader([], \dirname(__DIR__4));
  1300.         $a->addPath((\dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Resources/views'));
  1301.         $a->addPath((\dirname(__DIR__4).'/config/caddy'), 'caddy');
  1302.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Resources/views'), 'WebProfiler');
  1303.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Resources/views'), '!WebProfiler');
  1304.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/debug-bundle/Resources/views'), 'Debug');
  1305.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/debug-bundle/Resources/views'), '!Debug');
  1306.         $a->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/templates'), 'Doctrine');
  1307.         $a->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/templates'), '!Doctrine');
  1308.         $a->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/templates'), 'DoctrineMigrations');
  1309.         $a->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/templates'), '!DoctrineMigrations');
  1310.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/security-bundle/Resources/views'), 'Security');
  1311.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/security-bundle/Resources/views'), '!Security');
  1312.         $a->addPath((\dirname(__DIR__4).'/vendor/friendsofsymfony/oauth-server-bundle/Resources/views'), 'FOSOAuthServer');
  1313.         $a->addPath((\dirname(__DIR__4).'/vendor/friendsofsymfony/oauth-server-bundle/Resources/views'), '!FOSOAuthServer');
  1314.         $a->addPath((\dirname(__DIR__4).'/templates/bundles/NellappSDKBundle'), 'NellappSDK');
  1315.         $a->addPath((\dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Resources/views'), 'NellappSDK');
  1316.         $a->addPath((\dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Resources/views'), '!NellappSDK');
  1317.         $a->addPath((\dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/templates'), 'NelmioApiDoc');
  1318.         $a->addPath((\dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/templates'), '!NelmioApiDoc');
  1319.         $a->addPath((\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/templates'), 'KnpPaginator');
  1320.         $a->addPath((\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/templates'), '!KnpPaginator');
  1321.         $a->addPath((\dirname(__DIR__4).'/vendor/knplabs/knp-menu-bundle/src/Resources/views'), 'KnpMenu');
  1322.         $a->addPath((\dirname(__DIR__4).'/vendor/knplabs/knp-menu-bundle/src/Resources/views'), '!KnpMenu');
  1323.         $a->addPath((\dirname(__DIR__4).'/vendor/drosalys-web/form-bundle/src/Resources/views'), 'DrosalysWebForm');
  1324.         $a->addPath((\dirname(__DIR__4).'/vendor/drosalys-web/form-bundle/src/Resources/views'), '!DrosalysWebForm');
  1325.         $a->addPath((\dirname(__DIR__4).'/vendor/craue/formflow-bundle/Resources/views'), 'CraueFormFlow');
  1326.         $a->addPath((\dirname(__DIR__4).'/vendor/craue/formflow-bundle/Resources/views'), '!CraueFormFlow');
  1327.         $a->addPath((\dirname(__DIR__4).'/vendor/liip/imagine-bundle/Resources/views'), 'LiipImagine');
  1328.         $a->addPath((\dirname(__DIR__4).'/vendor/liip/imagine-bundle/Resources/views'), '!LiipImagine');
  1329.         $a->addPath((\dirname(__DIR__4).'/vendor/willdurand/js-translation-bundle/Resources/views'), 'BazingaJsTranslation');
  1330.         $a->addPath((\dirname(__DIR__4).'/vendor/willdurand/js-translation-bundle/Resources/views'), '!BazingaJsTranslation');
  1331.         $a->addPath((\dirname(__DIR__4).'/vendor/karser/karser-recaptcha3-bundle/Resources/views'), 'KarserRecaptcha3');
  1332.         $a->addPath((\dirname(__DIR__4).'/vendor/karser/karser-recaptcha3-bundle/Resources/views'), '!KarserRecaptcha3');
  1333.         $a->addPath((\dirname(__DIR__4).'/vendor/spiriitlabs/form-filter-bundle/Resources/views'), 'SpiriitFormFilter');
  1334.         $a->addPath((\dirname(__DIR__4).'/vendor/spiriitlabs/form-filter-bundle/Resources/views'), '!SpiriitFormFilter');
  1335.         $a->addPath((\dirname(__DIR__4).'/templates'));
  1336.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Form'));
  1337.         $this->services['.container.private.twig'] = $instance = new \Twig\Environment($a, ['autoescape' => 'name''cache' => ($this->targetDir.''.'/twig'), 'charset' => 'UTF-8''debug' => true'strict_variables' => true]);
  1338.         $b = ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)));
  1339.         $c = ($this->services['translator'] ?? $this->getTranslatorService());
  1340.         $d = new \Symfony\Bridge\Twig\Extension\AssetExtension(($this->privates['assets.packages'] ?? $this->getAssets_PackagesService()));
  1341.         $e = ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService());
  1342.         $f = ($this->services['router'] ?? $this->getRouterService());
  1343.         $g = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  1344.         $h = ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService());
  1345.         $i = new \Symfony\Component\VarDumper\Dumper\HtmlDumper(NULL'UTF-8'1);
  1346.         $i->setDisplayOptions(['maxStringLength' => 4096'fileLinkFormat' => $e]);
  1347.         $j = new \Knp\Menu\Util\MenuManipulator();
  1348.         $k = ($this->services['knp_menu.matcher'] ?? $this->getKnpMenu_MatcherService());
  1349.         $l = new \Craue\FormFlowBundle\Twig\Extension\FormFlowExtension();
  1350.         $l->setFormFlowUtil(($this->services['craue_formflow_util'] ?? ($this->services['craue_formflow_util'] = new \Craue\FormFlowBundle\Util\FormFlowUtil())));
  1351.         $m = new \Symfony\Bridge\Twig\AppVariable();
  1352.         $m->setEnvironment('dev');
  1353.         $m->setDebug(true);
  1354.         if ($this->has('.container.private.security.token_storage')) {
  1355.             $m->setTokenStorage($h);
  1356.         }
  1357.         if ($this->has('request_stack')) {
  1358.             $m->setRequestStack($g);
  1359.         }
  1360.         $n = new \Twig\Extra\TwigExtraBundle\MissingExtensionSuggestor();
  1361.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\CsrfExtension());
  1362.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\ProfilerExtension(($this->privates['twig.profile'] ?? ($this->privates['twig.profile'] = new \Twig\Profiler\Profile())), $b));
  1363.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\TranslationExtension($c));
  1364.         $instance->addExtension($d);
  1365.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\CodeExtension($e\dirname(__DIR__4), 'UTF-8'));
  1366.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\RoutingExtension($f));
  1367.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\YamlExtension());
  1368.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\StopwatchExtension($btrue));
  1369.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\ExpressionExtension());
  1370.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\HttpKernelExtension());
  1371.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\HttpFoundationExtension(new \Symfony\Component\HttpFoundation\UrlHelper($g$f)));
  1372.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\WebLinkExtension($g));
  1373.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\SerializerExtension());
  1374.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\FormExtension($c));
  1375.         $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())));
  1376.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\LogoutUrlExtension(($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService())));
  1377.         $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)));
  1378.         $instance->addExtension(new \App\Twig\Extension\Account\AlertExtension());
  1379.         $instance->addExtension(new \App\Twig\Extension\Account\HeaderCalendarExtension());
  1380.         $instance->addExtension(new \App\Twig\Extension\Account\NotificationExtension());
  1381.         $instance->addExtension(new \App\Twig\Extension\Channel\ChannelExtension());
  1382.         $instance->addExtension(new \App\Twig\Extension\Channel\ChannelLicensesExtension());
  1383.         $instance->addExtension(new \App\Twig\Extension\Channel\ChannelPermissionExtension());
  1384.         $instance->addExtension(new \App\Twig\Extension\Channel\ChannelSessionExtension());
  1385.         $instance->addExtension(($this->privates['App\\Twig\\Extension\\Channel\\ChannelUserExtension'] ?? $this->getChannelUserExtensionService()));
  1386.         $instance->addExtension(new \App\Twig\Extension\Channel\CompanyExtension());
  1387.         $instance->addExtension(new \App\Twig\Extension\Channel\ContactExtension());
  1388.         $instance->addExtension(new \App\Twig\Extension\Channel\FileExportExtension());
  1389.         $instance->addExtension(new \App\Twig\Extension\Channel\PositioningTest\Attempt\AttemptBlockExtension());
  1390.         $instance->addExtension(new \App\Twig\Extension\Channel\PositioningTest\Attempt\AttemptExtension());
  1391.         $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())));
  1392.         $instance->addExtension(new \App\Twig\Extension\ChannelUserData\ActivityExtension());
  1393.         $instance->addExtension(new \App\Twig\Extension\ChannelUserData\ChannelUserDataExtension());
  1394.         $instance->addExtension(new \App\Twig\Extension\ChannelUserData\CursusExtension());
  1395.         $instance->addExtension(new \App\Twig\Extension\ChannelUserData\DriveExtension());
  1396.         $instance->addExtension(new \App\Twig\Extension\FileExtension());
  1397.         $instance->addExtension(new \App\Twig\Extension\NumberExtension());
  1398.         $instance->addExtension(new \App\Twig\Extension\SyncableResourceExtension());
  1399.         $instance->addExtension(new \App\Twig\Extension\UserFromChannelExtension());
  1400.         $instance->addExtension(new \Symfony\Bundle\WebProfilerBundle\Twig\WebProfilerExtension($i));
  1401.         $instance->addExtension(new \Doctrine\Bundle\DoctrineBundle\Twig\DoctrineExtension());
  1402.         $instance->addExtension(new \Twig\Extra\Intl\IntlExtension());
  1403.         $instance->addExtension(new \Nellapp\Bundle\SDKBundle\Permission\Twig\Extension\PermissionExtension());
  1404.         $instance->addExtension(new \Nellapp\Bundle\SDKBundle\Routing\Twig\Extension\DomainsRoutingExtension());
  1405.         $instance->addExtension(new \Nellapp\Bundle\SDKBundle\Routing\Twig\Extension\UrlGeneratorExtension());
  1406.         $instance->addExtension(new \Nellapp\Bundle\SDKBundle\Twig\Extension\AppExtension());
  1407.         $instance->addExtension(new \Nellapp\Bundle\SDKBundle\Twig\Extension\BooleanExtension());
  1408.         $instance->addExtension(new \Nellapp\Bundle\SDKBundle\Twig\Extension\ChannelContactExtension());
  1409.         $instance->addExtension(new \Nellapp\Bundle\SDKBundle\Twig\Extension\ChannelExtension());
  1410.         $instance->addExtension(new \Nellapp\Bundle\SDKBundle\Twig\Extension\ChannelGetterExtension());
  1411.         $instance->addExtension(new \Nellapp\Bundle\SDKBundle\Twig\Extension\ChannelUserDataExtension());
  1412.         $instance->addExtension(new \Nellapp\Bundle\SDKBundle\Twig\Extension\ChatNotificationExtension());
  1413.         $instance->addExtension(new \Nellapp\Bundle\SDKBundle\Twig\Extension\ContactExtension());
  1414.         $instance->addExtension(new \Nellapp\Bundle\SDKBundle\Twig\Extension\CustomizableViewExtension());
  1415.         $instance->addExtension(new \Nellapp\Bundle\SDKBundle\Twig\Extension\DateDiffExtension());
  1416.         $instance->addExtension(new \Nellapp\Bundle\SDKBundle\Twig\Extension\EnumForFormExtension());
  1417.         $instance->addExtension(new \Nellapp\Bundle\SDKBundle\Twig\Extension\EnvExtension());
  1418.         $instance->addExtension(new \Nellapp\Bundle\SDKBundle\Twig\Extension\FileExtension());
  1419.         $instance->addExtension(new \Nellapp\Bundle\SDKBundle\Twig\Extension\FormExtension());
  1420.         $instance->addExtension(new \Nellapp\Bundle\SDKBundle\Twig\Extension\HeaderExtension());
  1421.         $instance->addExtension(new \Nellapp\Bundle\SDKBundle\Twig\Extension\IaExtension());
  1422.         $instance->addExtension(new \Nellapp\Bundle\SDKBundle\Twig\Extension\ImageExtension());
  1423.         $instance->addExtension(new \Nellapp\Bundle\SDKBundle\Twig\Extension\NellappFileExtension());
  1424.         $instance->addExtension(new \Nellapp\Bundle\SDKBundle\Twig\Extension\NellappFormatExtension());
  1425.         $instance->addExtension(new \Nellapp\Bundle\SDKBundle\Twig\Extension\PaginationExtension());
  1426.         $instance->addExtension(new \Nellapp\Bundle\SDKBundle\Twig\Extension\SerializerExtension());
  1427.         $instance->addExtension(new \Nellapp\Bundle\SDKBundle\Twig\Extension\SideNavExtension());
  1428.         $instance->addExtension(new \Nellapp\Bundle\SDKBundle\Twig\Extension\SideNavItemExtension());
  1429.         $instance->addExtension(new \Nellapp\Bundle\SDKBundle\Twig\Extension\UserExtension());
  1430.         $instance->addExtension(new \Nellapp\Bundle\SDKBundle\Twig\Extension\VersionExtension());
  1431.         $instance->addExtension(new \Nellapp\Bundle\SDKBundle\Twig\Extension\WebSocketExtension());
  1432.         $instance->addExtension(new \Nellapp\Bundle\SDKBundle\Google\Twig\Extension\GoogleDrivePermissionExtension());
  1433.         $instance->addExtension(new \Nelmio\ApiDocBundle\Render\Html\GetNelmioAsset($d));
  1434.         $instance->addExtension(new \JMS\Serializer\Twig\SerializerRuntimeExtension());
  1435.         $instance->addExtension(new \Knp\Bundle\PaginatorBundle\Twig\Extension\PaginationExtension(new \Knp\Bundle\PaginatorBundle\Helper\Processor($f$c)));
  1436.         $instance->addExtension(new \Symfony\WebpackEncoreBundle\Twig\EntryFilesTwigExtension(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1437.             'webpack_encore.entrypoint_lookup_collection' => ['privates''webpack_encore.entrypoint_lookup_collection''getWebpackEncore_EntrypointLookupCollectionService'false],
  1438.             'webpack_encore.tag_renderer' => ['privates''webpack_encore.tag_renderer''getWebpackEncore_TagRendererService'false],
  1439.         ], [
  1440.             'webpack_encore.entrypoint_lookup_collection' => '?',
  1441.             'webpack_encore.tag_renderer' => '?',
  1442.         ])));
  1443.         $instance->addExtension(new \Symfony\WebpackEncoreBundle\Twig\StimulusTwigExtension());
  1444.         $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, [
  1445.             'list' => ['privates''knp_menu.renderer.list''getKnpMenu_Renderer_ListService'true],
  1446.             'twig' => ['privates''knp_menu.renderer.twig''getKnpMenu_Renderer_TwigService'true],
  1447.         ], [
  1448.             'list' => '?',
  1449.             'twig' => '?',
  1450.         ]), 'twig', [], false), new \Knp\Menu\Provider\ChainProvider(new RewindableGenerator(function () {
  1451.             yield => ($this->privates['knp_menu.menu_provider.lazy'] ?? $this->load('getKnpMenu_MenuProvider_LazyService'));
  1452.             yield => ($this->privates['knp_menu.menu_provider.builder_alias'] ?? $this->load('getKnpMenu_MenuProvider_BuilderAliasService'));
  1453.         }, 2)), $j$k), $k$j));
  1454.         $instance->addExtension($l);
  1455.         $instance->addExtension(new \Liip\ImagineBundle\Templating\FilterExtension(($this->services['liip_imagine.cache.manager'] ?? $this->getLiipImagine_Cache_ManagerService())));
  1456.         $instance->addExtension(($this->services['oneup_uploader.twig.extension.uploader'] ?? $this->getOneupUploader_Twig_Extension_UploaderService()));
  1457.         $instance->addExtension(new \Symfony\UX\TwigComponent\Twig\ComponentExtension((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1458.             'Symfony\\UX\\TwigComponent\\ComponentFactory' => ['privates''ux.twig_component.component_factory''getUx_TwigComponent_ComponentFactoryService'true],
  1459.             'Symfony\\UX\\TwigComponent\\ComponentRenderer' => ['privates''ux.twig_component.component_renderer''getUx_TwigComponent_ComponentRendererService'true],
  1460.         ], [
  1461.             'Symfony\\UX\\TwigComponent\\ComponentFactory' => 'Symfony\\UX\\TwigComponent\\ComponentFactory',
  1462.             'Symfony\\UX\\TwigComponent\\ComponentRenderer' => 'Symfony\\UX\\TwigComponent\\ComponentRenderer',
  1463.         ]))->withContext('ux.twig_component.twig.component_extension'$this)));
  1464.         $instance->addGlobal('app'$m);
  1465.         $instance->addRuntimeLoader(new \Twig\RuntimeLoader\ContainerRuntimeLoader(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1466.             'App\\Twig\\Runtime\\Account\\AlertRuntime' => ['privates''App\\Twig\\Runtime\\Account\\AlertRuntime''getAlertRuntimeService'true],
  1467.             'App\\Twig\\Runtime\\Account\\HeaderCalendarRuntime' => ['privates''App\\Twig\\Runtime\\Account\\HeaderCalendarRuntime''getHeaderCalendarRuntimeService'true],
  1468.             'App\\Twig\\Runtime\\Account\\NotificationRuntime' => ['privates''App\\Twig\\Runtime\\Account\\NotificationRuntime''getNotificationRuntimeService'true],
  1469.             'App\\Twig\\Runtime\\Channel\\ChannelLicensesRuntime' => ['privates''App\\Twig\\Runtime\\Channel\\ChannelLicensesRuntime''getChannelLicensesRuntimeService'true],
  1470.             'App\\Twig\\Runtime\\Channel\\ChannelPermissionRuntime' => ['privates''App\\Twig\\Runtime\\Channel\\ChannelPermissionRuntime''getChannelPermissionRuntimeService'true],
  1471.             'App\\Twig\\Runtime\\Channel\\ChannelRuntime' => ['privates''App\\Twig\\Runtime\\Channel\\ChannelRuntime''getChannelRuntimeService'true],
  1472.             'App\\Twig\\Runtime\\Channel\\ChannelSessionRuntime' => ['privates''App\\Twig\\Runtime\\Channel\\ChannelSessionRuntime''getChannelSessionRuntimeService'true],
  1473.             'App\\Twig\\Runtime\\Channel\\CompanyRuntime' => ['privates''App\\Twig\\Runtime\\Channel\\CompanyRuntime''getCompanyRuntimeService'true],
  1474.             'App\\Twig\\Runtime\\Channel\\ContactRuntime' => ['privates''App\\Twig\\Runtime\\Channel\\ContactRuntime''getContactRuntimeService'true],
  1475.             'App\\Twig\\Runtime\\Channel\\FileExportRuntime' => ['privates''App\\Twig\\Runtime\\Channel\\FileExportRuntime''getFileExportRuntimeService'true],
  1476.             'App\\Twig\\Runtime\\Channel\\PositioningTest\\Attempt\\AttemptBlockRuntime' => ['privates''App\\Twig\\Runtime\\Channel\\PositioningTest\\Attempt\\AttemptBlockRuntime''getAttemptBlockRuntimeService'true],
  1477.             'App\\Twig\\Runtime\\Channel\\PositioningTest\\Attempt\\AttemptRuntime' => ['privates''App\\Twig\\Runtime\\Channel\\PositioningTest\\Attempt\\AttemptRuntime''getAttemptRuntimeService'true],
  1478.             'App\\Twig\\Runtime\\Channel\\PositioningTest\\PositioningTestRuntime' => ['privates''App\\Twig\\Runtime\\Channel\\PositioningTest\\PositioningTestRuntime''getPositioningTestRuntimeService'true],
  1479.             'App\\Twig\\Runtime\\ChannelUserData\\ActivityRuntime' => ['privates''App\\Twig\\Runtime\\ChannelUserData\\ActivityRuntime''getActivityRuntimeService'true],
  1480.             'App\\Twig\\Runtime\\ChannelUserData\\ChannelUserDataRuntime' => ['privates''App\\Twig\\Runtime\\ChannelUserData\\ChannelUserDataRuntime''getChannelUserDataRuntimeService'true],
  1481.             'App\\Twig\\Runtime\\ChannelUserData\\CursusRuntime' => ['privates''App\\Twig\\Runtime\\ChannelUserData\\CursusRuntime''getCursusRuntimeService'true],
  1482.             'App\\Twig\\Runtime\\ChannelUserData\\DriveRuntime' => ['privates''App\\Twig\\Runtime\\ChannelUserData\\DriveRuntime''getDriveRuntimeService'true],
  1483.             'App\\Twig\\Runtime\\FileRuntime' => ['privates''App\\Twig\\Runtime\\FileRuntime''getFileRuntimeService'true],
  1484.             'App\\Twig\\Runtime\\NumberRuntime' => ['privates''App\\Twig\\Runtime\\NumberRuntime''getNumberRuntimeService'true],
  1485.             'App\\Twig\\Runtime\\SyncableResourceRuntime' => ['privates''App\\Twig\\Runtime\\SyncableResourceRuntime''getSyncableResourceRuntimeService'true],
  1486.             'Symfony\\Bridge\\Twig\\Extension\\CsrfRuntime' => ['privates''twig.runtime.security_csrf''getTwig_Runtime_SecurityCsrfService'true],
  1487.             'Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => ['privates''twig.runtime.httpkernel''getTwig_Runtime_HttpkernelService'true],
  1488.             'Symfony\\Bridge\\Twig\\Extension\\SerializerRuntime' => ['privates''twig.runtime.serializer''getTwig_Runtime_SerializerService'true],
  1489.             'Symfony\\Component\\Form\\FormRenderer' => ['privates''twig.form.renderer''getTwig_Form_RendererService'true],
  1490.             'Nellapp\\Bundle\\SDKBundle\\Permission\\Twig\\Runtime\\Info\\ChannelUserDataPermissionRuntime' => ['privates''Nellapp\\Bundle\\SDKBundle\\Permission\\Twig\\Runtime\\Info\\ChannelUserDataPermissionRuntime''getChannelUserDataPermissionRuntimeService'false],
  1491.             'Nellapp\\Bundle\\SDKBundle\\Permission\\Twig\\Runtime\\Info\\TranslateRuntime' => ['privates''Nellapp\\Bundle\\SDKBundle\\Permission\\Twig\\Runtime\\Info\\TranslateRuntime''getTranslateRuntimeService'true],
  1492.             'Nellapp\\Bundle\\SDKBundle\\Permission\\Twig\\Runtime\\Info\\UserOwnerRuntime' => ['privates''Nellapp\\Bundle\\SDKBundle\\Permission\\Twig\\Runtime\\Info\\UserOwnerRuntime''getUserOwnerRuntimeService'true],
  1493.             'Nellapp\\Bundle\\SDKBundle\\Routing\\Twig\\Runtime\\DomainsRoutingRuntime' => ['privates''Nellapp\\Bundle\\SDKBundle\\Routing\\Twig\\Runtime\\DomainsRoutingRuntime''getDomainsRoutingRuntimeService'true],
  1494.             'Nellapp\\Bundle\\SDKBundle\\Routing\\Twig\\Runtime\\UrlGeneratorRuntime' => ['privates''Nellapp\\Bundle\\SDKBundle\\Routing\\Twig\\Runtime\\UrlGeneratorRuntime''getUrlGeneratorRuntimeService'true],
  1495.             'Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\AppRuntime' => ['privates''Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\AppRuntime''getAppRuntimeService'true],
  1496.             'Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\BooleanRuntime' => ['privates''Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\BooleanRuntime''getBooleanRuntimeService'true],
  1497.             'Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\ChannelContactRuntime' => ['privates''Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\ChannelContactRuntime''getChannelContactRuntimeService'true],
  1498.             'Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\ChannelGetterRuntime' => ['privates''Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\ChannelGetterRuntime''getChannelGetterRuntimeService'true],
  1499.             'Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\ChannelRuntime' => ['privates''Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\ChannelRuntime''getChannelRuntime2Service'true],
  1500.             'Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\ChannelUserDataRuntime' => ['privates''Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\ChannelUserDataRuntime''getChannelUserDataRuntime2Service'true],
  1501.             'Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\ChatNotificationRuntime' => ['privates''Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\ChatNotificationRuntime''getChatNotificationRuntimeService'true],
  1502.             'Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\ContactRuntime' => ['privates''Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\ContactRuntime''getContactRuntime2Service'true],
  1503.             'Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\CustomizableViewRuntime' => ['privates''Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\CustomizableViewRuntime''getCustomizableViewRuntimeService'true],
  1504.             'Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\DateDiffRuntime' => ['privates''Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\DateDiffRuntime''getDateDiffRuntimeService'true],
  1505.             'Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\EnumForFormRuntime' => ['privates''Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\EnumForFormRuntime''getEnumForFormRuntimeService'true],
  1506.             'Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\EnvRuntime' => ['privates''Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\EnvRuntime''getEnvRuntimeService'true],
  1507.             'Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\FileRuntime' => ['privates''Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\FileRuntime''getFileRuntime2Service'false],
  1508.             'Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\FormRuntime' => ['privates''Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\FormRuntime''getFormRuntimeService'true],
  1509.             'Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\HeaderRuntime' => ['privates''Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\HeaderRuntime''getHeaderRuntimeService'true],
  1510.             'Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\IaRuntime' => ['privates''Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\IaRuntime''getIaRuntimeService'true],
  1511.             'Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\ImageRunTime' => ['privates''Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\ImageRunTime''getImageRunTimeService'false],
  1512.             'Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\NellappFileRuntime' => ['privates''Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\NellappFileRuntime''getNellappFileRuntimeService'true],
  1513.             'Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\NellappFormatRuntime' => ['privates''Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\NellappFormatRuntime''getNellappFormatRuntimeService'true],
  1514.             'Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\PaginationRuntime' => ['privates''Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\PaginationRuntime''getPaginationRuntimeService'true],
  1515.             'Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\SerializerRuntime' => ['privates''Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\SerializerRuntime''getSerializerRuntimeService'true],
  1516.             'Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\SideNavItemRuntime' => ['privates''Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\SideNavItemRuntime''getSideNavItemRuntimeService'true],
  1517.             'Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\SideNavRuntime' => ['privates''Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\SideNavRuntime''getSideNavRuntimeService'true],
  1518.             'Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\UserRunTime' => ['privates''Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\UserRunTime''getUserRunTimeService'true],
  1519.             'Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\VersionRuntime' => ['privates''Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\VersionRuntime''getVersionRuntimeService'true],
  1520.             'Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\WebSocketRuntime' => ['privates''Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\WebSocketRuntime''getWebSocketRuntimeService'true],
  1521.             'Nellapp\\Bundle\\SDKBundle\\Google\\Twig\\Runtime\\GoogleDrivePermissionRuntime' => ['privates''Nellapp\\Bundle\\SDKBundle\\Google\\Twig\\Runtime\\GoogleDrivePermissionRuntime''getGoogleDrivePermissionRuntimeService'true],
  1522.             'JMS\\Serializer\\Twig\\SerializerRuntimeHelper' => ['services''jms_serializer.twig_extension.serializer_runtime_helper''getJmsSerializer_TwigExtension_SerializerRuntimeHelperService'true],
  1523.         ], [
  1524.             'App\\Twig\\Runtime\\Account\\AlertRuntime' => '?',
  1525.             'App\\Twig\\Runtime\\Account\\HeaderCalendarRuntime' => '?',
  1526.             'App\\Twig\\Runtime\\Account\\NotificationRuntime' => '?',
  1527.             'App\\Twig\\Runtime\\Channel\\ChannelLicensesRuntime' => '?',
  1528.             'App\\Twig\\Runtime\\Channel\\ChannelPermissionRuntime' => '?',
  1529.             'App\\Twig\\Runtime\\Channel\\ChannelRuntime' => '?',
  1530.             'App\\Twig\\Runtime\\Channel\\ChannelSessionRuntime' => '?',
  1531.             'App\\Twig\\Runtime\\Channel\\CompanyRuntime' => '?',
  1532.             'App\\Twig\\Runtime\\Channel\\ContactRuntime' => '?',
  1533.             'App\\Twig\\Runtime\\Channel\\FileExportRuntime' => '?',
  1534.             'App\\Twig\\Runtime\\Channel\\PositioningTest\\Attempt\\AttemptBlockRuntime' => '?',
  1535.             'App\\Twig\\Runtime\\Channel\\PositioningTest\\Attempt\\AttemptRuntime' => '?',
  1536.             'App\\Twig\\Runtime\\Channel\\PositioningTest\\PositioningTestRuntime' => '?',
  1537.             'App\\Twig\\Runtime\\ChannelUserData\\ActivityRuntime' => '?',
  1538.             'App\\Twig\\Runtime\\ChannelUserData\\ChannelUserDataRuntime' => '?',
  1539.             'App\\Twig\\Runtime\\ChannelUserData\\CursusRuntime' => '?',
  1540.             'App\\Twig\\Runtime\\ChannelUserData\\DriveRuntime' => '?',
  1541.             'App\\Twig\\Runtime\\FileRuntime' => '?',
  1542.             'App\\Twig\\Runtime\\NumberRuntime' => '?',
  1543.             'App\\Twig\\Runtime\\SyncableResourceRuntime' => '?',
  1544.             'Symfony\\Bridge\\Twig\\Extension\\CsrfRuntime' => '?',
  1545.             'Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => '?',
  1546.             'Symfony\\Bridge\\Twig\\Extension\\SerializerRuntime' => '?',
  1547.             'Symfony\\Component\\Form\\FormRenderer' => '?',
  1548.             'Nellapp\\Bundle\\SDKBundle\\Permission\\Twig\\Runtime\\Info\\ChannelUserDataPermissionRuntime' => '?',
  1549.             'Nellapp\\Bundle\\SDKBundle\\Permission\\Twig\\Runtime\\Info\\TranslateRuntime' => '?',
  1550.             'Nellapp\\Bundle\\SDKBundle\\Permission\\Twig\\Runtime\\Info\\UserOwnerRuntime' => '?',
  1551.             'Nellapp\\Bundle\\SDKBundle\\Routing\\Twig\\Runtime\\DomainsRoutingRuntime' => '?',
  1552.             'Nellapp\\Bundle\\SDKBundle\\Routing\\Twig\\Runtime\\UrlGeneratorRuntime' => '?',
  1553.             'Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\AppRuntime' => '?',
  1554.             'Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\BooleanRuntime' => '?',
  1555.             'Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\ChannelContactRuntime' => '?',
  1556.             'Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\ChannelGetterRuntime' => '?',
  1557.             'Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\ChannelRuntime' => '?',
  1558.             'Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\ChannelUserDataRuntime' => '?',
  1559.             'Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\ChatNotificationRuntime' => '?',
  1560.             'Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\ContactRuntime' => '?',
  1561.             'Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\CustomizableViewRuntime' => '?',
  1562.             'Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\DateDiffRuntime' => '?',
  1563.             'Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\EnumForFormRuntime' => '?',
  1564.             'Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\EnvRuntime' => '?',
  1565.             'Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\FileRuntime' => '?',
  1566.             'Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\FormRuntime' => '?',
  1567.             'Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\HeaderRuntime' => '?',
  1568.             'Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\IaRuntime' => '?',
  1569.             'Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\ImageRunTime' => '?',
  1570.             'Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\NellappFileRuntime' => '?',
  1571.             'Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\NellappFormatRuntime' => '?',
  1572.             'Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\PaginationRuntime' => '?',
  1573.             'Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\SerializerRuntime' => '?',
  1574.             'Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\SideNavItemRuntime' => '?',
  1575.             'Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\SideNavRuntime' => '?',
  1576.             'Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\UserRunTime' => '?',
  1577.             'Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\VersionRuntime' => '?',
  1578.             'Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\WebSocketRuntime' => '?',
  1579.             'Nellapp\\Bundle\\SDKBundle\\Google\\Twig\\Runtime\\GoogleDrivePermissionRuntime' => '?',
  1580.             'JMS\\Serializer\\Twig\\SerializerRuntimeHelper' => '?',
  1581.         ])));
  1582.         $instance->registerUndefinedFilterCallback([=> $n=> 'suggestFilter']);
  1583.         $instance->registerUndefinedFunctionCallback([=> $n=> 'suggestFunction']);
  1584.         $instance->registerUndefinedTokenParserCallback([=> $n=> 'suggestTag']);
  1585.         (new \Symfony\UX\TwigComponent\Twig\TwigEnvironmentConfigurator(new \Symfony\Bundle\TwigBundle\DependencyInjection\Configurator\EnvironmentConfigurator('F j, Y H:i''%d days'NULL2','' ')))->configure($instance);
  1586.         return $instance;
  1587.     }
  1588.     /**
  1589.      * Gets the public '.container.private.validator' shared service.
  1590.      *
  1591.      * @return \Symfony\Component\Validator\Validator\TraceableValidator
  1592.      */
  1593.     protected function get_Container_Private_ValidatorService()
  1594.     {
  1595.         $a = ($this->privates['validator.builder'] ?? $this->getValidator_BuilderService());
  1596.         if (isset($this->services['.container.private.validator'])) {
  1597.             return $this->services['.container.private.validator'];
  1598.         }
  1599.         return $this->services['.container.private.validator'] = new \Symfony\Component\Validator\Validator\TraceableValidator($a->getValidator());
  1600.     }
  1601.     /**
  1602.      * Gets the public 'admin_channel_user_data_drive_filesystem' shared service.
  1603.      *
  1604.      * @return \League\Flysystem\Filesystem
  1605.      */
  1606.     protected function getAdminChannelUserDataDriveFilesystemService()
  1607.     {
  1608.         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), []);
  1609.     }
  1610.     /**
  1611.      * Gets the public 'cache.app' shared service.
  1612.      *
  1613.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1614.      */
  1615.     protected function getCache_AppService()
  1616.     {
  1617.         $a = new \Symfony\Component\Cache\Adapter\RedisAdapter(($this->privates['.cache_connection.yGUkEkL'] ?? $this->get_CacheConnection_YGUkEkLService()), 'lU5aPu3o0C'0, ($this->privates['cache.default_marshaller'] ?? ($this->privates['cache.default_marshaller'] = new \Symfony\Component\Cache\Marshaller\DefaultMarshaller(NULLtrue))));
  1618.         $a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  1619.         return $this->services['cache.app'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter($a);
  1620.     }
  1621.     /**
  1622.      * Gets the public 'cache.system' shared service.
  1623.      *
  1624.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1625.      */
  1626.     protected function getCache_SystemService()
  1627.     {
  1628.         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())));
  1629.     }
  1630.     /**
  1631.      * Gets the public 'cache.validator_expression_language' shared service.
  1632.      *
  1633.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1634.      */
  1635.     protected function getCache_ValidatorExpressionLanguageService()
  1636.     {
  1637.         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())));
  1638.     }
  1639.     /**
  1640.      * Gets the public 'craue_formflow_util' shared service.
  1641.      *
  1642.      * @return \Craue\FormFlowBundle\Util\FormFlowUtil
  1643.      */
  1644.     protected function getCraueFormflowUtilService()
  1645.     {
  1646.         return $this->services['craue_formflow_util'] = new \Craue\FormFlowBundle\Util\FormFlowUtil();
  1647.     }
  1648.     /**
  1649.      * Gets the public 'cursus_filesystem' shared service.
  1650.      *
  1651.      * @return \League\Flysystem\Filesystem
  1652.      */
  1653.     protected function getCursusFilesystemService()
  1654.     {
  1655.         return $this->services['cursus_filesystem'] = new \League\Flysystem\Filesystem(new \League\Flysystem\Local\LocalFilesystemAdapter((\dirname(__DIR__3).'/uploads/cursus/'), NULL22NULLfalse), []);
  1656.     }
  1657.     /**
  1658.      * Gets the public 'data_collector.dump' shared service.
  1659.      *
  1660.      * @return \Symfony\Component\HttpKernel\DataCollector\DumpDataCollector
  1661.      */
  1662.     protected function getDataCollector_DumpService()
  1663.     {
  1664.         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()));
  1665.     }
  1666.     /**
  1667.      * Gets the public 'doctrine' shared service.
  1668.      *
  1669.      * @return \Doctrine\Bundle\DoctrineBundle\Registry
  1670.      */
  1671.     protected function getDoctrineService()
  1672.     {
  1673.         return $this->services['doctrine'] = new \Doctrine\Bundle\DoctrineBundle\Registry($this$this->parameters['doctrine.connections'], $this->parameters['doctrine.entity_managers'], 'default''default');
  1674.     }
  1675.     /**
  1676.      * Gets the public 'doctrine.dbal.default_connection' shared service.
  1677.      *
  1678.      * @return \Doctrine\DBAL\Connection
  1679.      */
  1680.     protected function getDoctrine_Dbal_DefaultConnectionService()
  1681.     {
  1682.         $a = ($this->privates['doctrine.dbal.default_connection.event_manager'] ?? $this->getDoctrine_Dbal_DefaultConnection_EventManagerService());
  1683.         if (isset($this->services['doctrine.dbal.default_connection'])) {
  1684.             return $this->services['doctrine.dbal.default_connection'];
  1685.         }
  1686.         $b = new \Doctrine\DBAL\Configuration();
  1687.         $c = new \Symfony\Bridge\Monolog\Logger('doctrine');
  1688.         $c->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1689.         $c->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  1690.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($c);
  1691.         $d = new \Doctrine\Bundle\DoctrineBundle\Middleware\DebugMiddleware(($this->privates['doctrine.debug_data_holder'] ?? ($this->privates['doctrine.debug_data_holder'] = new \Doctrine\Bundle\DoctrineBundle\Middleware\BacktraceDebugDataHolder([]))), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  1692.         $d->setConnectionName('default');
  1693.         $b->setSchemaManagerFactory(new \Doctrine\DBAL\Schema\LegacySchemaManagerFactory());
  1694.         $b->setSchemaAssetsFilter(new \Doctrine\Bundle\DoctrineBundle\Dbal\SchemaAssetsFilterManager([=> ($this->privates['doctrine_migrations.schema_filter_listener'] ?? ($this->privates['doctrine_migrations.schema_filter_listener'] = new \Doctrine\Bundle\MigrationsBundle\EventListener\SchemaFilterListener('doctrine_migration_versions')))]));
  1695.         $b->setMiddlewares([=> new \Doctrine\DBAL\Logging\Middleware($c), => $d]);
  1696.         return $this->services['doctrine.dbal.default_connection'] = (new \Doctrine\Bundle\DoctrineBundle\ConnectionFactory($this->parameters['doctrine.dbal.connection_factory.types'], new \Doctrine\DBAL\Tools\DsnParser(['db2' => 'ibm_db2''mssql' => 'pdo_sqlsrv''mysql' => 'pdo_mysql''mysql2' => 'pdo_mysql''postgres' => 'pdo_pgsql''postgresql' => 'pdo_pgsql''pgsql' => 'pdo_pgsql''sqlite' => 'pdo_sqlite''sqlite3' => 'pdo_sqlite'])))->createConnection(['url' => $this->getEnv('resolve:DATABASE_URL'), 'driver' => 'pdo_mysql''idle_connection_ttl' => 600'host' => 'localhost''port' => NULL'user' => 'root''password' => NULL'driverOptions' => [], 'serverVersion' => 'mariadb-10.5.0''defaultTableOptions' => []], $b$a, []);
  1697.     }
  1698.     /**
  1699.      * Gets the public 'doctrine.orm.default_entity_listener_resolver' shared service.
  1700.      *
  1701.      * @return \Doctrine\Bundle\DoctrineBundle\Mapping\ContainerEntityListenerResolver
  1702.      */
  1703.     protected function getDoctrine_Orm_DefaultEntityListenerResolverService()
  1704.     {
  1705.         $this->services['doctrine.orm.default_entity_listener_resolver'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Mapping\ContainerEntityListenerResolver(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1706.             'App\\Doctrine\\EventEntitySubscriber\\Account\\User\\AvatarListener' => ['privates''App\\Doctrine\\EventEntitySubscriber\\Account\\User\\AvatarListener''getAvatarListenerService'true],
  1707.             'App\\Doctrine\\EventEntitySubscriber\\Account\\User\\CanonicalizerListener' => ['privates''App\\Doctrine\\EventEntitySubscriber\\Account\\User\\CanonicalizerListener''getCanonicalizerListenerService'true],
  1708.             'App\\Doctrine\\EventEntitySubscriber\\Account\\User\\UserContactSubscriber' => ['privates''App\\Doctrine\\EventEntitySubscriber\\Account\\User\\UserContactSubscriber''getUserContactSubscriberService'true],
  1709.             'App\\Doctrine\\EventEntitySubscriber\\Account\\User\\UserDeleteSubscriber' => ['privates''App\\Doctrine\\EventEntitySubscriber\\Account\\User\\UserDeleteSubscriber''getUserDeleteSubscriberService'true],
  1710.             'App\\Doctrine\\EventEntitySubscriber\\Account\\User\\UserNewSubscriber' => ['privates''App\\Doctrine\\EventEntitySubscriber\\Account\\User\\UserNewSubscriber''getUserNewSubscriberService'true],
  1711.             'App\\Doctrine\\EventEntitySubscriber\\ChannelUserData\\AdminChannelUserDataSubscriber' => ['privates''App\\Doctrine\\EventEntitySubscriber\\ChannelUserData\\AdminChannelUserDataSubscriber''getAdminChannelUserDataSubscriberService'true],
  1712.             'App\\Doctrine\\EventEntitySubscriber\\ChannelUserData\\ChannelUserDataSubscriber' => ['privates''App\\Doctrine\\EventEntitySubscriber\\ChannelUserData\\ChannelUserDataSubscriber''getChannelUserDataSubscriberService'true],
  1713.             'App\\Doctrine\\EventEntitySubscriber\\ChannelUserData\\CursusSubscriber' => ['privates''App\\Doctrine\\EventEntitySubscriber\\ChannelUserData\\CursusSubscriber''getCursusSubscriberService'true],
  1714.             'App\\Doctrine\\EventEntitySubscriber\\ChannelUserData\\Cursus\\InternshipSubscriber' => ['privates''App\\Doctrine\\EventEntitySubscriber\\ChannelUserData\\Cursus\\InternshipSubscriber''getInternshipSubscriberService'true],
  1715.             'App\\Doctrine\\EventEntitySubscriber\\ChannelUserData\\FileAbstractCursusSubscriber' => ['privates''App\\Doctrine\\EventEntitySubscriber\\ChannelUserData\\FileAbstractCursusSubscriber''getFileAbstractCursusSubscriberService'true],
  1716.             'App\\Doctrine\\EventEntitySubscriber\\Channel\\ChannelConfigurationSubscriber' => ['privates''App\\Doctrine\\EventEntitySubscriber\\Channel\\ChannelConfigurationSubscriber''getChannelConfigurationSubscriberService'true],
  1717.             'App\\Doctrine\\EventEntitySubscriber\\Channel\\ChannelSubscriber' => ['privates''App\\Doctrine\\EventEntitySubscriber\\Channel\\ChannelSubscriber''getChannelSubscriberService'true],
  1718.             'App\\Doctrine\\EventEntitySubscriber\\Channel\\ChannelUserTrainingPermissionSubscriber' => ['privates''App\\Doctrine\\EventEntitySubscriber\\Channel\\ChannelUserTrainingPermissionSubscriber''getChannelUserTrainingPermissionSubscriberService'true],
  1719.             'App\\Doctrine\\EventEntitySubscriber\\Channel\\ChannelWhiteLabelSubscriber' => ['privates''App\\Doctrine\\EventEntitySubscriber\\Channel\\ChannelWhiteLabelSubscriber''getChannelWhiteLabelSubscriberService'true],
  1720.             'App\\Doctrine\\EventEntitySubscriber\\Channel\\CompanyContactSubscriber' => ['privates''App\\Doctrine\\EventEntitySubscriber\\Channel\\CompanyContactSubscriber''getCompanyContactSubscriberService'true],
  1721.             'App\\Doctrine\\EventEntitySubscriber\\Channel\\Company\\CompanyChannelUserDataSubscriber' => ['privates''App\\Doctrine\\EventEntitySubscriber\\Channel\\Company\\CompanyChannelUserDataSubscriber''getCompanyChannelUserDataSubscriberService'true],
  1722.             'App\\Doctrine\\EventEntitySubscriber\\Channel\\FileOrganizationSubscriber' => ['privates''App\\Doctrine\\EventEntitySubscriber\\Channel\\FileOrganizationSubscriber''getFileOrganizationSubscriberService'true],
  1723.             'App\\Doctrine\\EventEntitySubscriber\\Channel\\GroupSubscriber' => ['privates''App\\Doctrine\\EventEntitySubscriber\\Channel\\GroupSubscriber''getGroupSubscriberService'true],
  1724.             'App\\Doctrine\\EventEntitySubscriber\\Channel\\ImageListener' => ['privates''App\\Doctrine\\EventEntitySubscriber\\Channel\\ImageListener''getImageListenerService'true],
  1725.             'App\\Doctrine\\EventEntitySubscriber\\Channel\\LicensesOrderSubscriber' => ['privates''App\\Doctrine\\EventEntitySubscriber\\Channel\\LicensesOrderSubscriber''getLicensesOrderSubscriberService'true],
  1726.             'App\\Doctrine\\EventEntitySubscriber\\Channel\\OwnerPermissionListener' => ['privates''App\\Doctrine\\EventEntitySubscriber\\Channel\\OwnerPermissionListener''getOwnerPermissionListenerService'true],
  1727.             'App\\Doctrine\\EventEntitySubscriber\\Channel\\PositioningTest\\Attempt\\AnswerSubscriber' => ['privates''App\\Doctrine\\EventEntitySubscriber\\Channel\\PositioningTest\\Attempt\\AnswerSubscriber''getAnswerSubscriberService'true],
  1728.             'App\\Doctrine\\EventEntitySubscriber\\Channel\\PositioningTest\\Attempt\\AttemptBlockSubscriber' => ['privates''App\\Doctrine\\EventEntitySubscriber\\Channel\\PositioningTest\\Attempt\\AttemptBlockSubscriber''getAttemptBlockSubscriberService'true],
  1729.             'App\\Doctrine\\EventEntitySubscriber\\Channel\\PositioningTest\\Attempt\\AttemptSubscriber' => ['privates''App\\Doctrine\\EventEntitySubscriber\\Channel\\PositioningTest\\Attempt\\AttemptSubscriber''getAttemptSubscriberService'true],
  1730.             'App\\Doctrine\\EventEntitySubscriber\\Channel\\PositioningTest\\BlockSubscriber' => ['privates''App\\Doctrine\\EventEntitySubscriber\\Channel\\PositioningTest\\BlockSubscriber''getBlockSubscriberService'true],
  1731.             'App\\Doctrine\\EventEntitySubscriber\\Channel\\PositioningTest\\FileQuestionSubscriber' => ['privates''App\\Doctrine\\EventEntitySubscriber\\Channel\\PositioningTest\\FileQuestionSubscriber''getFileQuestionSubscriberService'true],
  1732.             'App\\Doctrine\\EventEntitySubscriber\\Channel\\PositioningTest\\PositioningTestSubscriber' => ['privates''App\\Doctrine\\EventEntitySubscriber\\Channel\\PositioningTest\\PositioningTestSubscriber''getPositioningTestSubscriberService'true],
  1733.             'App\\Doctrine\\EventEntitySubscriber\\Channel\\PositioningTest\\QuestionAnswerSubscriber' => ['privates''App\\Doctrine\\EventEntitySubscriber\\Channel\\PositioningTest\\QuestionAnswerSubscriber''getQuestionAnswerSubscriberService'true],
  1734.             'App\\Doctrine\\EventEntitySubscriber\\Channel\\PositioningTest\\QuestionSubscriber' => ['privates''App\\Doctrine\\EventEntitySubscriber\\Channel\\PositioningTest\\QuestionSubscriber''getQuestionSubscriberService'true],
  1735.             'App\\Doctrine\\EventEntitySubscriber\\Channel\\SessionSubscriber' => ['privates''App\\Doctrine\\EventEntitySubscriber\\Channel\\SessionSubscriber''getSessionSubscriberService'true],
  1736.             'App\\Doctrine\\EventEntitySubscriber\\Channel\\TrainingSubscriber' => ['privates''App\\Doctrine\\EventEntitySubscriber\\Channel\\TrainingSubscriber''getTrainingSubscriberService'true],
  1737.             'App\\Doctrine\\EventEntitySubscriber\\Channel\\UserFromChannelSubscriber' => ['privates''App\\Doctrine\\EventEntitySubscriber\\Channel\\UserFromChannelSubscriber''getUserFromChannelSubscriberService'true],
  1738.         ], [
  1739.             'App\\Doctrine\\EventEntitySubscriber\\Account\\User\\AvatarListener' => '?',
  1740.             'App\\Doctrine\\EventEntitySubscriber\\Account\\User\\CanonicalizerListener' => '?',
  1741.             'App\\Doctrine\\EventEntitySubscriber\\Account\\User\\UserContactSubscriber' => '?',
  1742.             'App\\Doctrine\\EventEntitySubscriber\\Account\\User\\UserDeleteSubscriber' => '?',
  1743.             'App\\Doctrine\\EventEntitySubscriber\\Account\\User\\UserNewSubscriber' => '?',
  1744.             'App\\Doctrine\\EventEntitySubscriber\\ChannelUserData\\AdminChannelUserDataSubscriber' => '?',
  1745.             'App\\Doctrine\\EventEntitySubscriber\\ChannelUserData\\ChannelUserDataSubscriber' => '?',
  1746.             'App\\Doctrine\\EventEntitySubscriber\\ChannelUserData\\CursusSubscriber' => '?',
  1747.             'App\\Doctrine\\EventEntitySubscriber\\ChannelUserData\\Cursus\\InternshipSubscriber' => '?',
  1748.             'App\\Doctrine\\EventEntitySubscriber\\ChannelUserData\\FileAbstractCursusSubscriber' => '?',
  1749.             'App\\Doctrine\\EventEntitySubscriber\\Channel\\ChannelConfigurationSubscriber' => '?',
  1750.             'App\\Doctrine\\EventEntitySubscriber\\Channel\\ChannelSubscriber' => '?',
  1751.             'App\\Doctrine\\EventEntitySubscriber\\Channel\\ChannelUserTrainingPermissionSubscriber' => '?',
  1752.             'App\\Doctrine\\EventEntitySubscriber\\Channel\\ChannelWhiteLabelSubscriber' => '?',
  1753.             'App\\Doctrine\\EventEntitySubscriber\\Channel\\CompanyContactSubscriber' => '?',
  1754.             'App\\Doctrine\\EventEntitySubscriber\\Channel\\Company\\CompanyChannelUserDataSubscriber' => '?',
  1755.             'App\\Doctrine\\EventEntitySubscriber\\Channel\\FileOrganizationSubscriber' => '?',
  1756.             'App\\Doctrine\\EventEntitySubscriber\\Channel\\GroupSubscriber' => '?',
  1757.             'App\\Doctrine\\EventEntitySubscriber\\Channel\\ImageListener' => '?',
  1758.             'App\\Doctrine\\EventEntitySubscriber\\Channel\\LicensesOrderSubscriber' => '?',
  1759.             'App\\Doctrine\\EventEntitySubscriber\\Channel\\OwnerPermissionListener' => '?',
  1760.             'App\\Doctrine\\EventEntitySubscriber\\Channel\\PositioningTest\\Attempt\\AnswerSubscriber' => '?',
  1761.             'App\\Doctrine\\EventEntitySubscriber\\Channel\\PositioningTest\\Attempt\\AttemptBlockSubscriber' => '?',
  1762.             'App\\Doctrine\\EventEntitySubscriber\\Channel\\PositioningTest\\Attempt\\AttemptSubscriber' => '?',
  1763.             'App\\Doctrine\\EventEntitySubscriber\\Channel\\PositioningTest\\BlockSubscriber' => '?',
  1764.             'App\\Doctrine\\EventEntitySubscriber\\Channel\\PositioningTest\\FileQuestionSubscriber' => '?',
  1765.             'App\\Doctrine\\EventEntitySubscriber\\Channel\\PositioningTest\\PositioningTestSubscriber' => '?',
  1766.             'App\\Doctrine\\EventEntitySubscriber\\Channel\\PositioningTest\\QuestionAnswerSubscriber' => '?',
  1767.             'App\\Doctrine\\EventEntitySubscriber\\Channel\\PositioningTest\\QuestionSubscriber' => '?',
  1768.             'App\\Doctrine\\EventEntitySubscriber\\Channel\\SessionSubscriber' => '?',
  1769.             'App\\Doctrine\\EventEntitySubscriber\\Channel\\TrainingSubscriber' => '?',
  1770.             'App\\Doctrine\\EventEntitySubscriber\\Channel\\UserFromChannelSubscriber' => '?',
  1771.         ]));
  1772.         $instance->registerService('App\\Doctrine\\EventEntitySubscriber\\Account\\User\\AvatarListener''App\\Doctrine\\EventEntitySubscriber\\Account\\User\\AvatarListener');
  1773.         $instance->registerService('App\\Doctrine\\EventEntitySubscriber\\Account\\User\\AvatarListener''App\\Doctrine\\EventEntitySubscriber\\Account\\User\\AvatarListener');
  1774.         $instance->registerService('App\\Doctrine\\EventEntitySubscriber\\Account\\User\\CanonicalizerListener''App\\Doctrine\\EventEntitySubscriber\\Account\\User\\CanonicalizerListener');
  1775.         $instance->registerService('App\\Doctrine\\EventEntitySubscriber\\Account\\User\\CanonicalizerListener''App\\Doctrine\\EventEntitySubscriber\\Account\\User\\CanonicalizerListener');
  1776.         $instance->registerService('App\\Doctrine\\EventEntitySubscriber\\Account\\User\\UserContactSubscriber''App\\Doctrine\\EventEntitySubscriber\\Account\\User\\UserContactSubscriber');
  1777.         $instance->registerService('App\\Doctrine\\EventEntitySubscriber\\Account\\User\\UserContactSubscriber''App\\Doctrine\\EventEntitySubscriber\\Account\\User\\UserContactSubscriber');
  1778.         $instance->registerService('App\\Doctrine\\EventEntitySubscriber\\Account\\User\\UserDeleteSubscriber''App\\Doctrine\\EventEntitySubscriber\\Account\\User\\UserDeleteSubscriber');
  1779.         $instance->registerService('App\\Doctrine\\EventEntitySubscriber\\Account\\User\\UserNewSubscriber''App\\Doctrine\\EventEntitySubscriber\\Account\\User\\UserNewSubscriber');
  1780.         $instance->registerService('App\\Doctrine\\EventEntitySubscriber\\Channel\\ChannelConfigurationSubscriber''App\\Doctrine\\EventEntitySubscriber\\Channel\\ChannelConfigurationSubscriber');
  1781.         $instance->registerService('App\\Doctrine\\EventEntitySubscriber\\Channel\\ChannelSubscriber''App\\Doctrine\\EventEntitySubscriber\\Channel\\ChannelSubscriber');
  1782.         $instance->registerService('App\\Doctrine\\EventEntitySubscriber\\Channel\\ChannelUserTrainingPermissionSubscriber''App\\Doctrine\\EventEntitySubscriber\\Channel\\ChannelUserTrainingPermissionSubscriber');
  1783.         $instance->registerService('App\\Doctrine\\EventEntitySubscriber\\Channel\\ChannelUserTrainingPermissionSubscriber''App\\Doctrine\\EventEntitySubscriber\\Channel\\ChannelUserTrainingPermissionSubscriber');
  1784.         $instance->registerService('App\\Doctrine\\EventEntitySubscriber\\Channel\\ChannelUserTrainingPermissionSubscriber''App\\Doctrine\\EventEntitySubscriber\\Channel\\ChannelUserTrainingPermissionSubscriber');
  1785.         $instance->registerService('App\\Doctrine\\EventEntitySubscriber\\Channel\\ChannelWhiteLabelSubscriber''App\\Doctrine\\EventEntitySubscriber\\Channel\\ChannelWhiteLabelSubscriber');
  1786.         $instance->registerService('App\\Doctrine\\EventEntitySubscriber\\Channel\\ChannelWhiteLabelSubscriber''App\\Doctrine\\EventEntitySubscriber\\Channel\\ChannelWhiteLabelSubscriber');
  1787.         $instance->registerService('App\\Doctrine\\EventEntitySubscriber\\Channel\\ChannelWhiteLabelSubscriber''App\\Doctrine\\EventEntitySubscriber\\Channel\\ChannelWhiteLabelSubscriber');
  1788.         $instance->registerService('App\\Doctrine\\EventEntitySubscriber\\Channel\\ChannelWhiteLabelSubscriber''App\\Doctrine\\EventEntitySubscriber\\Channel\\ChannelWhiteLabelSubscriber');
  1789.         $instance->registerService('App\\Doctrine\\EventEntitySubscriber\\Channel\\Company\\CompanyChannelUserDataSubscriber''App\\Doctrine\\EventEntitySubscriber\\Channel\\Company\\CompanyChannelUserDataSubscriber');
  1790.         $instance->registerService('App\\Doctrine\\EventEntitySubscriber\\Channel\\Company\\CompanyChannelUserDataSubscriber''App\\Doctrine\\EventEntitySubscriber\\Channel\\Company\\CompanyChannelUserDataSubscriber');
  1791.         $instance->registerService('App\\Doctrine\\EventEntitySubscriber\\Channel\\Company\\CompanyChannelUserDataSubscriber''App\\Doctrine\\EventEntitySubscriber\\Channel\\Company\\CompanyChannelUserDataSubscriber');
  1792.         $instance->registerService('App\\Doctrine\\EventEntitySubscriber\\Channel\\CompanyContactSubscriber''App\\Doctrine\\EventEntitySubscriber\\Channel\\CompanyContactSubscriber');
  1793.         $instance->registerService('App\\Doctrine\\EventEntitySubscriber\\Channel\\FileOrganizationSubscriber''App\\Doctrine\\EventEntitySubscriber\\Channel\\FileOrganizationSubscriber');
  1794.         $instance->registerService('App\\Doctrine\\EventEntitySubscriber\\Channel\\FileOrganizationSubscriber''App\\Doctrine\\EventEntitySubscriber\\Channel\\FileOrganizationSubscriber');
  1795.         $instance->registerService('App\\Doctrine\\EventEntitySubscriber\\Channel\\GroupSubscriber''App\\Doctrine\\EventEntitySubscriber\\Channel\\GroupSubscriber');
  1796.         $instance->registerService('App\\Doctrine\\EventEntitySubscriber\\Channel\\GroupSubscriber''App\\Doctrine\\EventEntitySubscriber\\Channel\\GroupSubscriber');
  1797.         $instance->registerService('App\\Doctrine\\EventEntitySubscriber\\Channel\\GroupSubscriber''App\\Doctrine\\EventEntitySubscriber\\Channel\\GroupSubscriber');
  1798.         $instance->registerService('App\\Doctrine\\EventEntitySubscriber\\Channel\\GroupSubscriber''App\\Doctrine\\EventEntitySubscriber\\Channel\\GroupSubscriber');
  1799.         $instance->registerService('App\\Doctrine\\EventEntitySubscriber\\Channel\\ImageListener''App\\Doctrine\\EventEntitySubscriber\\Channel\\ImageListener');
  1800.         $instance->registerService('App\\Doctrine\\EventEntitySubscriber\\Channel\\ImageListener''App\\Doctrine\\EventEntitySubscriber\\Channel\\ImageListener');
  1801.         $instance->registerService('App\\Doctrine\\EventEntitySubscriber\\Channel\\ImageListener''App\\Doctrine\\EventEntitySubscriber\\Channel\\ImageListener');
  1802.         $instance->registerService('App\\Doctrine\\EventEntitySubscriber\\Channel\\ImageListener''App\\Doctrine\\EventEntitySubscriber\\Channel\\ImageListener');
  1803.         $instance->registerService('App\\Doctrine\\EventEntitySubscriber\\Channel\\LicensesOrderSubscriber''App\\Doctrine\\EventEntitySubscriber\\Channel\\LicensesOrderSubscriber');
  1804.         $instance->registerService('App\\Doctrine\\EventEntitySubscriber\\Channel\\LicensesOrderSubscriber''App\\Doctrine\\EventEntitySubscriber\\Channel\\LicensesOrderSubscriber');
  1805.         $instance->registerService('App\\Doctrine\\EventEntitySubscriber\\Channel\\LicensesOrderSubscriber''App\\Doctrine\\EventEntitySubscriber\\Channel\\LicensesOrderSubscriber');
  1806.         $instance->registerService('App\\Doctrine\\EventEntitySubscriber\\Channel\\OwnerPermissionListener''App\\Doctrine\\EventEntitySubscriber\\Channel\\OwnerPermissionListener');
  1807.         $instance->registerService('App\\Doctrine\\EventEntitySubscriber\\Channel\\OwnerPermissionListener''App\\Doctrine\\EventEntitySubscriber\\Channel\\OwnerPermissionListener');
  1808.         $instance->registerService('App\\Doctrine\\EventEntitySubscriber\\Channel\\OwnerPermissionListener''App\\Doctrine\\EventEntitySubscriber\\Channel\\OwnerPermissionListener');
  1809.         $instance->registerService('App\\Doctrine\\EventEntitySubscriber\\Channel\\PositioningTest\\Attempt\\AnswerSubscriber''App\\Doctrine\\EventEntitySubscriber\\Channel\\PositioningTest\\Attempt\\AnswerSubscriber');
  1810.         $instance->registerService('App\\Doctrine\\EventEntitySubscriber\\Channel\\PositioningTest\\Attempt\\AnswerSubscriber''App\\Doctrine\\EventEntitySubscriber\\Channel\\PositioningTest\\Attempt\\AnswerSubscriber');
  1811.         $instance->registerService('App\\Doctrine\\EventEntitySubscriber\\Channel\\PositioningTest\\Attempt\\AnswerSubscriber''App\\Doctrine\\EventEntitySubscriber\\Channel\\PositioningTest\\Attempt\\AnswerSubscriber');
  1812.         $instance->registerService('App\\Doctrine\\EventEntitySubscriber\\Channel\\PositioningTest\\Attempt\\AnswerSubscriber''App\\Doctrine\\EventEntitySubscriber\\Channel\\PositioningTest\\Attempt\\AnswerSubscriber');
  1813.         $instance->registerService('App\\Doctrine\\EventEntitySubscriber\\Channel\\PositioningTest\\Attempt\\AnswerSubscriber''App\\Doctrine\\EventEntitySubscriber\\Channel\\PositioningTest\\Attempt\\AnswerSubscriber');
  1814.         $instance->registerService('App\\Doctrine\\EventEntitySubscriber\\Channel\\PositioningTest\\Attempt\\AttemptBlockSubscriber''App\\Doctrine\\EventEntitySubscriber\\Channel\\PositioningTest\\Attempt\\AttemptBlockSubscriber');
  1815.         $instance->registerService('App\\Doctrine\\EventEntitySubscriber\\Channel\\PositioningTest\\Attempt\\AttemptBlockSubscriber''App\\Doctrine\\EventEntitySubscriber\\Channel\\PositioningTest\\Attempt\\AttemptBlockSubscriber');
  1816.         $instance->registerService('App\\Doctrine\\EventEntitySubscriber\\Channel\\PositioningTest\\Attempt\\AttemptBlockSubscriber''App\\Doctrine\\EventEntitySubscriber\\Channel\\PositioningTest\\Attempt\\AttemptBlockSubscriber');
  1817.         $instance->registerService('App\\Doctrine\\EventEntitySubscriber\\Channel\\PositioningTest\\Attempt\\AttemptBlockSubscriber''App\\Doctrine\\EventEntitySubscriber\\Channel\\PositioningTest\\Attempt\\AttemptBlockSubscriber');
  1818.         $instance->registerService('App\\Doctrine\\EventEntitySubscriber\\Channel\\PositioningTest\\Attempt\\AttemptBlockSubscriber''App\\Doctrine\\EventEntitySubscriber\\Channel\\PositioningTest\\Attempt\\AttemptBlockSubscriber');
  1819.         $instance->registerService('App\\Doctrine\\EventEntitySubscriber\\Channel\\PositioningTest\\Attempt\\AttemptSubscriber''App\\Doctrine\\EventEntitySubscriber\\Channel\\PositioningTest\\Attempt\\AttemptSubscriber');
  1820.         $instance->registerService('App\\Doctrine\\EventEntitySubscriber\\Channel\\PositioningTest\\Attempt\\AttemptSubscriber''App\\Doctrine\\EventEntitySubscriber\\Channel\\PositioningTest\\Attempt\\AttemptSubscriber');
  1821.         $instance->registerService('App\\Doctrine\\EventEntitySubscriber\\Channel\\PositioningTest\\Attempt\\AttemptSubscriber''App\\Doctrine\\EventEntitySubscriber\\Channel\\PositioningTest\\Attempt\\AttemptSubscriber');
  1822.         $instance->registerService('App\\Doctrine\\EventEntitySubscriber\\Channel\\PositioningTest\\BlockSubscriber''App\\Doctrine\\EventEntitySubscriber\\Channel\\PositioningTest\\BlockSubscriber');
  1823.         $instance->registerService('App\\Doctrine\\EventEntitySubscriber\\Channel\\PositioningTest\\BlockSubscriber''App\\Doctrine\\EventEntitySubscriber\\Channel\\PositioningTest\\BlockSubscriber');
  1824.         $instance->registerService('App\\Doctrine\\EventEntitySubscriber\\Channel\\PositioningTest\\BlockSubscriber''App\\Doctrine\\EventEntitySubscriber\\Channel\\PositioningTest\\BlockSubscriber');
  1825.         $instance->registerService('App\\Doctrine\\EventEntitySubscriber\\Channel\\PositioningTest\\FileQuestionSubscriber''App\\Doctrine\\EventEntitySubscriber\\Channel\\PositioningTest\\FileQuestionSubscriber');
  1826.         $instance->registerService('App\\Doctrine\\EventEntitySubscriber\\Channel\\PositioningTest\\FileQuestionSubscriber''App\\Doctrine\\EventEntitySubscriber\\Channel\\PositioningTest\\FileQuestionSubscriber');
  1827.         $instance->registerService('App\\Doctrine\\EventEntitySubscriber\\Channel\\PositioningTest\\PositioningTestSubscriber''App\\Doctrine\\EventEntitySubscriber\\Channel\\PositioningTest\\PositioningTestSubscriber');
  1828.         $instance->registerService('App\\Doctrine\\EventEntitySubscriber\\Channel\\PositioningTest\\PositioningTestSubscriber''App\\Doctrine\\EventEntitySubscriber\\Channel\\PositioningTest\\PositioningTestSubscriber');
  1829.         $instance->registerService('App\\Doctrine\\EventEntitySubscriber\\Channel\\PositioningTest\\QuestionAnswerSubscriber''App\\Doctrine\\EventEntitySubscriber\\Channel\\PositioningTest\\QuestionAnswerSubscriber');
  1830.         $instance->registerService('App\\Doctrine\\EventEntitySubscriber\\Channel\\PositioningTest\\QuestionAnswerSubscriber''App\\Doctrine\\EventEntitySubscriber\\Channel\\PositioningTest\\QuestionAnswerSubscriber');
  1831.         $instance->registerService('App\\Doctrine\\EventEntitySubscriber\\Channel\\PositioningTest\\QuestionAnswerSubscriber''App\\Doctrine\\EventEntitySubscriber\\Channel\\PositioningTest\\QuestionAnswerSubscriber');
  1832.         $instance->registerService('App\\Doctrine\\EventEntitySubscriber\\Channel\\PositioningTest\\QuestionSubscriber''App\\Doctrine\\EventEntitySubscriber\\Channel\\PositioningTest\\QuestionSubscriber');
  1833.         $instance->registerService('App\\Doctrine\\EventEntitySubscriber\\Channel\\PositioningTest\\QuestionSubscriber''App\\Doctrine\\EventEntitySubscriber\\Channel\\PositioningTest\\QuestionSubscriber');
  1834.         $instance->registerService('App\\Doctrine\\EventEntitySubscriber\\Channel\\PositioningTest\\QuestionSubscriber''App\\Doctrine\\EventEntitySubscriber\\Channel\\PositioningTest\\QuestionSubscriber');
  1835.         $instance->registerService('App\\Doctrine\\EventEntitySubscriber\\Channel\\SessionSubscriber''App\\Doctrine\\EventEntitySubscriber\\Channel\\SessionSubscriber');
  1836.         $instance->registerService('App\\Doctrine\\EventEntitySubscriber\\Channel\\SessionSubscriber''App\\Doctrine\\EventEntitySubscriber\\Channel\\SessionSubscriber');
  1837.         $instance->registerService('App\\Doctrine\\EventEntitySubscriber\\Channel\\SessionSubscriber''App\\Doctrine\\EventEntitySubscriber\\Channel\\SessionSubscriber');
  1838.         $instance->registerService('App\\Doctrine\\EventEntitySubscriber\\Channel\\SessionSubscriber''App\\Doctrine\\EventEntitySubscriber\\Channel\\SessionSubscriber');
  1839.         $instance->registerService('App\\Doctrine\\EventEntitySubscriber\\Channel\\TrainingSubscriber''App\\Doctrine\\EventEntitySubscriber\\Channel\\TrainingSubscriber');
  1840.         $instance->registerService('App\\Doctrine\\EventEntitySubscriber\\Channel\\TrainingSubscriber''App\\Doctrine\\EventEntitySubscriber\\Channel\\TrainingSubscriber');
  1841.         $instance->registerService('App\\Doctrine\\EventEntitySubscriber\\Channel\\UserFromChannelSubscriber''App\\Doctrine\\EventEntitySubscriber\\Channel\\UserFromChannelSubscriber');
  1842.         $instance->registerService('App\\Doctrine\\EventEntitySubscriber\\ChannelUserData\\AdminChannelUserDataSubscriber''App\\Doctrine\\EventEntitySubscriber\\ChannelUserData\\AdminChannelUserDataSubscriber');
  1843.         $instance->registerService('App\\Doctrine\\EventEntitySubscriber\\ChannelUserData\\AdminChannelUserDataSubscriber''App\\Doctrine\\EventEntitySubscriber\\ChannelUserData\\AdminChannelUserDataSubscriber');
  1844.         $instance->registerService('App\\Doctrine\\EventEntitySubscriber\\ChannelUserData\\AdminChannelUserDataSubscriber''App\\Doctrine\\EventEntitySubscriber\\ChannelUserData\\AdminChannelUserDataSubscriber');
  1845.         $instance->registerService('App\\Doctrine\\EventEntitySubscriber\\ChannelUserData\\ChannelUserDataSubscriber''App\\Doctrine\\EventEntitySubscriber\\ChannelUserData\\ChannelUserDataSubscriber');
  1846.         $instance->registerService('App\\Doctrine\\EventEntitySubscriber\\ChannelUserData\\ChannelUserDataSubscriber''App\\Doctrine\\EventEntitySubscriber\\ChannelUserData\\ChannelUserDataSubscriber');
  1847.         $instance->registerService('App\\Doctrine\\EventEntitySubscriber\\ChannelUserData\\ChannelUserDataSubscriber''App\\Doctrine\\EventEntitySubscriber\\ChannelUserData\\ChannelUserDataSubscriber');
  1848.         $instance->registerService('App\\Doctrine\\EventEntitySubscriber\\ChannelUserData\\Cursus\\InternshipSubscriber''App\\Doctrine\\EventEntitySubscriber\\ChannelUserData\\Cursus\\InternshipSubscriber');
  1849.         $instance->registerService('App\\Doctrine\\EventEntitySubscriber\\ChannelUserData\\Cursus\\InternshipSubscriber''App\\Doctrine\\EventEntitySubscriber\\ChannelUserData\\Cursus\\InternshipSubscriber');
  1850.         $instance->registerService('App\\Doctrine\\EventEntitySubscriber\\ChannelUserData\\CursusSubscriber''App\\Doctrine\\EventEntitySubscriber\\ChannelUserData\\CursusSubscriber');
  1851.         $instance->registerService('App\\Doctrine\\EventEntitySubscriber\\ChannelUserData\\CursusSubscriber''App\\Doctrine\\EventEntitySubscriber\\ChannelUserData\\CursusSubscriber');
  1852.         $instance->registerService('App\\Doctrine\\EventEntitySubscriber\\ChannelUserData\\CursusSubscriber''App\\Doctrine\\EventEntitySubscriber\\ChannelUserData\\CursusSubscriber');
  1853.         $instance->registerService('App\\Doctrine\\EventEntitySubscriber\\ChannelUserData\\CursusSubscriber''App\\Doctrine\\EventEntitySubscriber\\ChannelUserData\\CursusSubscriber');
  1854.         $instance->registerService('App\\Doctrine\\EventEntitySubscriber\\ChannelUserData\\CursusSubscriber''App\\Doctrine\\EventEntitySubscriber\\ChannelUserData\\CursusSubscriber');
  1855.         $instance->registerService('App\\Doctrine\\EventEntitySubscriber\\ChannelUserData\\FileAbstractCursusSubscriber''App\\Doctrine\\EventEntitySubscriber\\ChannelUserData\\FileAbstractCursusSubscriber');
  1856.         return $instance;
  1857.     }
  1858.     /**
  1859.      * Gets the public 'doctrine.orm.default_entity_manager' shared service.
  1860.      *
  1861.      * @return \Doctrine\ORM\EntityManager
  1862.      */
  1863.     protected function getDoctrine_Orm_DefaultEntityManagerService($lazyLoad true)
  1864.     {
  1865.         if ($lazyLoad) {
  1866.             return $this->services['doctrine.orm.default_entity_manager'] = $this->createProxy('EntityManager_9a5be93', function () {
  1867.                 return \EntityManager_9a5be93::staticProxyConstructor(function (&$wrappedInstance\ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  1868.                     $wrappedInstance $this->getDoctrine_Orm_DefaultEntityManagerService(false);
  1869.                     $proxy->setProxyInitializer(null);
  1870.                     return true;
  1871.                 });
  1872.             });
  1873.         }
  1874.         include_once \dirname(__DIR__4).'/vendor/doctrine/common/src/Proxy/Autoloader.php';
  1875.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Proxy/Autoloader.php';
  1876.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ObjectManager.php';
  1877.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/EntityManagerInterface.php';
  1878.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/EntityManager.php';
  1879.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Configuration.php';
  1880.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Mapping/MappingDriver.php';
  1881.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/MappingDriverChain.php';
  1882.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Mapping/NamingStrategy.php';
  1883.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Mapping/UnderscoreNamingStrategy.php';
  1884.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Mapping/QuoteStrategy.php';
  1885.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Internal/SQLResultCasing.php';
  1886.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Mapping/DefaultQuoteStrategy.php';
  1887.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Mapping/TypedFieldMapper.php';
  1888.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Mapping/DefaultTypedFieldMapper.php';
  1889.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Repository/RepositoryFactory.php';
  1890.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Repository/RepositoryFactoryCompatibility.php';
  1891.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Repository/ContainerRepositoryFactory.php';
  1892.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/ManagerConfigurator.php';
  1893.         $a = new \Doctrine\ORM\Configuration();
  1894.         $b = new \Doctrine\Persistence\Mapping\Driver\MappingDriverChain();
  1895.         $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')], false)));
  1896.         $b->addDriver($c'App\\Entity');
  1897.         $b->addDriver($c'Nellapp\\Bundle\\SDKBundle\\Entity');
  1898.         $b->addDriver(($this->privates['doctrine.orm.default_xml_metadata_driver'] ?? $this->getDoctrine_Orm_DefaultXmlMetadataDriverService()), 'FOS\\OAuthServerBundle\\Entity');
  1899.         $b->addDriver(new \Doctrine\ORM\Mapping\Driver\AttributeDriver([=> (\dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/ActivityFeed/Entity')], false), 'Nellapp\\Bundle\\SDKBundle\\ActivityFeed\\Entity');
  1900.         $b->addDriver(new \Doctrine\ORM\Mapping\Driver\AttributeDriver([=> (\dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Permission/Entity')], false), 'Nellapp\\Bundle\\SDKBundle\\Permission\\Entity');
  1901.         $b->addDriver(new \Doctrine\ORM\Mapping\Driver\AttributeDriver([=> (\dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src/Google/Entity')], false), 'Nellapp\\Bundle\\SDKBundle\\Google\\Entity');
  1902.         $a->setEntityNamespaces(['App' => 'App\\Entity''NellappSDKBundle' => 'Nellapp\\Bundle\\SDKBundle\\Entity''FOSOAuthServerBundle' => 'FOS\\OAuthServerBundle\\Entity']);
  1903.         $a->setMetadataCache(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  1904.         $a->setQueryCache(($this->privates['cache.doctrine.orm.default.query'] ?? $this->getCache_Doctrine_Orm_Default_QueryService()));
  1905.         $a->setResultCache(($this->privates['cache.doctrine.orm.default.result'] ?? $this->getCache_Doctrine_Orm_Default_ResultService()));
  1906.         $a->setMetadataDriverImpl(new \Doctrine\Bundle\DoctrineBundle\Mapping\MappingDriver($b, new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1907.             'doctrine.ulid_generator' => ['privates''doctrine.ulid_generator''getDoctrine_UlidGeneratorService'true],
  1908.             'doctrine.uuid_generator' => ['privates''doctrine.uuid_generator''getDoctrine_UuidGeneratorService'true],
  1909.         ], [
  1910.             'doctrine.ulid_generator' => '?',
  1911.             'doctrine.uuid_generator' => '?',
  1912.         ])));
  1913.         $a->setProxyDir(($this->targetDir.''.'/doctrine/orm/Proxies'));
  1914.         $a->setProxyNamespace('Proxies');
  1915.         $a->setAutoGenerateProxyClasses(true);
  1916.         $a->setSchemaIgnoreClasses([]);
  1917.         $a->setClassMetadataFactoryName('Doctrine\\Bundle\\DoctrineBundle\\Mapping\\ClassMetadataFactory');
  1918.         $a->setDefaultRepositoryClassName('Doctrine\\ORM\\EntityRepository');
  1919.         $a->setNamingStrategy(new \Doctrine\ORM\Mapping\UnderscoreNamingStrategy(0true));
  1920.         $a->setQuoteStrategy(new \Doctrine\ORM\Mapping\DefaultQuoteStrategy());
  1921.         $a->setTypedFieldMapper(new \Doctrine\ORM\Mapping\DefaultTypedFieldMapper());
  1922.         $a->setEntityListenerResolver(($this->services['doctrine.orm.default_entity_listener_resolver'] ?? $this->getDoctrine_Orm_DefaultEntityListenerResolverService()));
  1923.         $a->setLazyGhostObjectEnabled(false);
  1924.         $a->setIdentityGenerationPreferences([]);
  1925.         $a->setRepositoryFactory(new \Doctrine\Bundle\DoctrineBundle\Repository\ContainerRepositoryFactory(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1926.             'App\\Repository\\Account\\NotificationRepository' => ['privates''App\\Repository\\Account\\NotificationRepository''getNotificationRepositoryService'true],
  1927.             'App\\Repository\\Account\\SsoAppSessionRepository' => ['privates''App\\Repository\\Account\\SsoAppSessionRepository''getSsoAppSessionRepositoryService'true],
  1928.             'App\\Repository\\Account\\UserRepository' => ['privates''App\\Repository\\Account\\UserRepository''getUserRepositoryService'true],
  1929.             'App\\Repository\\App\\AppRepository' => ['privates''App\\Repository\\App\\AppRepository''getAppRepositoryService'false],
  1930.             'App\\Repository\\ChannelUserData\\Activity\\AbstractActivityRepository' => ['privates''App\\Repository\\ChannelUserData\\Activity\\AbstractActivityRepository''getAbstractActivityRepositoryService'false],
  1931.             'App\\Repository\\ChannelUserData\\Activity\\ActivityFeedRepository' => ['privates''App\\Repository\\ChannelUserData\\Activity\\ActivityFeedRepository''getActivityFeedRepositoryService'true],
  1932.             'App\\Repository\\ChannelUserData\\Activity\\CommentActivityRepository' => ['privates''App\\Repository\\ChannelUserData\\Activity\\CommentActivityRepository''getCommentActivityRepositoryService'true],
  1933.             'App\\Repository\\ChannelUserData\\Activity\\MeetingActivityRepository' => ['privates''App\\Repository\\ChannelUserData\\Activity\\MeetingActivityRepository''getMeetingActivityRepositoryService'true],
  1934.             'App\\Repository\\ChannelUserData\\Activity\\TrackDataActivityRepository' => ['privates''App\\Repository\\ChannelUserData\\Activity\\TrackDataActivityRepository''getTrackDataActivityRepositoryService'true],
  1935.             'App\\Repository\\ChannelUserData\\AdminChannelUserDataRepository' => ['privates''App\\Repository\\ChannelUserData\\AdminChannelUserDataRepository''getAdminChannelUserDataRepositoryService'false],
  1936.             'App\\Repository\\ChannelUserData\\AdminChannelUserData\\AdminDriveFileRepository' => ['privates''App\\Repository\\ChannelUserData\\AdminChannelUserData\\AdminDriveFileRepository''getAdminDriveFileRepositoryService'true],
  1937.             'App\\Repository\\ChannelUserData\\AdminChannelUserData\\Document\\AdminChannelUserDataAgreementRepository' => ['privates''App\\Repository\\ChannelUserData\\AdminChannelUserData\\Document\\AdminChannelUserDataAgreementRepository''getAdminChannelUserDataAgreementRepositoryService'true],
  1938.             'App\\Repository\\ChannelUserData\\AdminChannelUserData\\Document\\AdminChannelUserDataCertificateRepository' => ['privates''App\\Repository\\ChannelUserData\\AdminChannelUserData\\Document\\AdminChannelUserDataCertificateRepository''getAdminChannelUserDataCertificateRepositoryService'true],
  1939.             'App\\Repository\\ChannelUserData\\ChannelUserDataRepository' => ['privates''App\\Repository\\ChannelUserData\\ChannelUserDataRepository''getChannelUserDataRepositoryService'true],
  1940.             'App\\Repository\\ChannelUserData\\Cursus\\AbstractCursusProgressionRepository' => ['privates''App\\Repository\\ChannelUserData\\Cursus\\AbstractCursusProgressionRepository''getAbstractCursusProgressionRepositoryService'true],
  1941.             'App\\Repository\\ChannelUserData\\Cursus\\AbstractCursusRepository' => ['privates''App\\Repository\\ChannelUserData\\Cursus\\AbstractCursusRepository''getAbstractCursusRepositoryService'false],
  1942.             'App\\Repository\\ChannelUserData\\Cursus\\ExamRepository' => ['privates''App\\Repository\\ChannelUserData\\Cursus\\ExamRepository''getExamRepositoryService'true],
  1943.             'App\\Repository\\ChannelUserData\\Cursus\\FileAbstractCursusRepository' => ['privates''App\\Repository\\ChannelUserData\\Cursus\\FileAbstractCursusRepository''getFileAbstractCursusRepositoryService'true],
  1944.             'App\\Repository\\ChannelUserData\\Cursus\\FounderRepository' => ['privates''App\\Repository\\ChannelUserData\\Cursus\\FounderRepository''getFounderRepositoryService'true],
  1945.             'App\\Repository\\ChannelUserData\\Cursus\\InternshipRepository' => ['privates''App\\Repository\\ChannelUserData\\Cursus\\InternshipRepository''getInternshipRepositoryService'true],
  1946.             'App\\Repository\\ChannelUserData\\Cursus\\PurchaseOrderRepository' => ['privates''App\\Repository\\ChannelUserData\\Cursus\\PurchaseOrderRepository''getPurchaseOrderRepositoryService'true],
  1947.             'App\\Repository\\ChannelUserData\\Cursus\\SessionCursusRepository' => ['privates''App\\Repository\\ChannelUserData\\Cursus\\SessionCursusRepository''getSessionCursusRepositoryService'true],
  1948.             'App\\Repository\\ChannelUserData\\Cursus\\TrainingCursusRepository' => ['privates''App\\Repository\\ChannelUserData\\Cursus\\TrainingCursusRepository''getTrainingCursusRepositoryService'true],
  1949.             'App\\Repository\\Channel\\Certificate\\AbstractCertificateRepository' => ['privates''App\\Repository\\Channel\\Certificate\\AbstractCertificateRepository''getAbstractCertificateRepositoryService'true],
  1950.             'App\\Repository\\Channel\\Certificate\\CursusStartCertificateRepository' => ['privates''App\\Repository\\Channel\\Certificate\\CursusStartCertificateRepository''getCursusStartCertificateRepositoryService'true],
  1951.             'App\\Repository\\Channel\\ChannelConfigurationRepository' => ['privates''App\\Repository\\Channel\\ChannelConfigurationRepository''getChannelConfigurationRepositoryService'true],
  1952.             'App\\Repository\\Channel\\ChannelContactRepository' => ['privates''App\\Repository\\Channel\\ChannelContactRepository''getChannelContactRepositoryService'true],
  1953.             'App\\Repository\\Channel\\ChannelRepository' => ['privates''App\\Repository\\Channel\\ChannelRepository''getChannelRepositoryService'true],
  1954.             'App\\Repository\\Channel\\ChannelUserCursusPermissionRepository' => ['privates''App\\Repository\\Channel\\ChannelUserCursusPermissionRepository''getChannelUserCursusPermissionRepositoryService'true],
  1955.             'App\\Repository\\Channel\\ChannelUserRoleRepository' => ['privates''App\\Repository\\Channel\\ChannelUserRoleRepository''getChannelUserRoleRepositoryService'true],
  1956.             'App\\Repository\\Channel\\ChannelUserServicePermissionRepository' => ['privates''App\\Repository\\Channel\\ChannelUserServicePermissionRepository''getChannelUserServicePermissionRepositoryService'true],
  1957.             'App\\Repository\\Channel\\ChannelUserSessionPermissionRepository' => ['privates''App\\Repository\\Channel\\ChannelUserSessionPermissionRepository''getChannelUserSessionPermissionRepositoryService'true],
  1958.             'App\\Repository\\Channel\\ChannelUserTrainingPermissionRepository' => ['privates''App\\Repository\\Channel\\ChannelUserTrainingPermissionRepository''getChannelUserTrainingPermissionRepositoryService'true],
  1959.             'App\\Repository\\Channel\\ChannelWhiteLabelRepository' => ['privates''App\\Repository\\Channel\\ChannelWhiteLabelRepository''getChannelWhiteLabelRepositoryService'true],
  1960.             'App\\Repository\\Channel\\CompanyContactRepository' => ['privates''App\\Repository\\Channel\\CompanyContactRepository''getCompanyContactRepositoryService'true],
  1961.             'App\\Repository\\Channel\\CompanyRepository' => ['privates''App\\Repository\\Channel\\CompanyRepository''getCompanyRepositoryService'true],
  1962.             'App\\Repository\\Channel\\DataImportLogRepository' => ['privates''App\\Repository\\Channel\\DataImportLogRepository''getDataImportLogRepositoryService'true],
  1963.             'App\\Repository\\Channel\\Export\\FileExportRepository' => ['privates''App\\Repository\\Channel\\Export\\FileExportRepository''getFileExportRepositoryService'true],
  1964.             'App\\Repository\\Channel\\Google\\ChannelGoogleDriveFolderRepository' => ['privates''App\\Repository\\Channel\\Google\\ChannelGoogleDriveFolderRepository''getChannelGoogleDriveFolderRepositoryService'true],
  1965.             'App\\Repository\\Channel\\GroupRepository' => ['privates''App\\Repository\\Channel\\GroupRepository''getGroupRepositoryService'true],
  1966.             'App\\Repository\\Channel\\MaterialRepository' => ['privates''App\\Repository\\Channel\\MaterialRepository''getMaterialRepositoryService'true],
  1967.             'App\\Repository\\Channel\\OrganizationRepository' => ['privates''App\\Repository\\Channel\\OrganizationRepository''getOrganizationRepositoryService'true],
  1968.             'App\\Repository\\Channel\\Payment\\LicensesOrderRepository' => ['privates''App\\Repository\\Channel\\Payment\\LicensesOrderRepository''getLicensesOrderRepositoryService'true],
  1969.             'App\\Repository\\Channel\\PlaceRepository' => ['privates''App\\Repository\\Channel\\PlaceRepository''getPlaceRepositoryService'true],
  1970.             'App\\Repository\\Channel\\PositioningTest\\Attempt\\AttemptBlockRepository' => ['privates''App\\Repository\\Channel\\PositioningTest\\Attempt\\AttemptBlockRepository''getAttemptBlockRepositoryService'true],
  1971.             'App\\Repository\\Channel\\PositioningTest\\Attempt\\AttemptRepository' => ['privates''App\\Repository\\Channel\\PositioningTest\\Attempt\\AttemptRepository''getAttemptRepositoryService'true],
  1972.             'App\\Repository\\Channel\\PositioningTest\\BlockRepository' => ['privates''App\\Repository\\Channel\\PositioningTest\\BlockRepository''getBlockRepositoryService'true],
  1973.             'App\\Repository\\Channel\\PositioningTest\\PositioningTestRepository' => ['privates''App\\Repository\\Channel\\PositioningTest\\PositioningTestRepository''getPositioningTestRepositoryService'true],
  1974.             'App\\Repository\\Channel\\ProfessionalId\\FrenchProfessionalIdRepository' => ['privates''App\\Repository\\Channel\\ProfessionalId\\FrenchProfessionalIdRepository''getFrenchProfessionalIdRepositoryService'true],
  1975.             'App\\Repository\\Channel\\ProfessionalId\\ProfessionalIdRepository' => ['privates''App\\Repository\\Channel\\ProfessionalId\\ProfessionalIdRepository''getProfessionalIdRepositoryService'true],
  1976.             'App\\Repository\\Channel\\RoomRepository' => ['privates''App\\Repository\\Channel\\RoomRepository''getRoomRepositoryService'true],
  1977.             'App\\Repository\\Channel\\ServiceRepository' => ['privates''App\\Repository\\Channel\\ServiceRepository''getServiceRepositoryService'true],
  1978.             'App\\Repository\\Channel\\SessionRepository' => ['privates''App\\Repository\\Channel\\SessionRepository''getSessionRepositoryService'true],
  1979.             'App\\Repository\\Channel\\TrainingRepository' => ['privates''App\\Repository\\Channel\\TrainingRepository''getTrainingRepositoryService'true],
  1980.             'App\\Repository\\Channel\\UserFromChannelRepository' => ['privates''App\\Repository\\Channel\\UserFromChannelRepository''getUserFromChannelRepositoryService'true],
  1981.             'App\\Repository\\Commercial\\LicensesOfferRepository' => ['privates''App\\Repository\\Commercial\\LicensesOfferRepository''getLicensesOfferRepositoryService'true],
  1982.             'App\\Repository\\Common\\ContactRepository' => ['privates''App\\Repository\\Common\\ContactRepository''getContactRepositoryService'true],
  1983.             'App\\Repository\\Common\\FileRepository' => ['privates''App\\Repository\\Common\\FileRepository''getFileRepositoryService'true],
  1984.             'App\\Repository\\CustomizableView\\CustomViewChannelRepository' => ['privates''App\\Repository\\CustomizableView\\CustomViewChannelRepository''getCustomViewChannelRepositoryService'true],
  1985.             'App\\Repository\\CustomizableView\\CustomViewCommercialRepository' => ['privates''App\\Repository\\CustomizableView\\CustomViewCommercialRepository''getCustomViewCommercialRepositoryService'true],
  1986.             'App\\Repository\\CustomizableView\\CustomViewRepository' => ['privates''App\\Repository\\CustomizableView\\CustomViewRepository''getCustomViewRepositoryService'true],
  1987.             'App\\Repository\\CustomizableView\\CustomViewSuperAdminRepository' => ['privates''App\\Repository\\CustomizableView\\CustomViewSuperAdminRepository''getCustomViewSuperAdminRepositoryService'true],
  1988.             'App\\Repository\\OAuth\\ClientRepository' => ['privates''App\\Repository\\OAuth\\ClientRepository''getClientRepositoryService'true],
  1989.             'App\\Repository\\Sync\\SyncableResourceAppStateRepository' => ['privates''App\\Repository\\Sync\\SyncableResourceAppStateRepository''getSyncableResourceAppStateRepositoryService'true],
  1990.             'App\\Repository\\Sync\\SyncableResourceRepository' => ['privates''App\\Repository\\Sync\\SyncableResourceRepository''getSyncableResourceRepositoryService'true],
  1991.             'Nellapp\\Bundle\\SDKBundle\\Google\\Repository\\GoogleDriveFileRepository' => ['privates''Nellapp\\Bundle\\SDKBundle\\Google\\Repository\\GoogleDriveFileRepository''getGoogleDriveFileRepositoryService'true],
  1992.             'Nellapp\\Bundle\\SDKBundle\\Google\\Repository\\GoogleDriveFolderRepository' => ['privates''Nellapp\\Bundle\\SDKBundle\\Google\\Repository\\GoogleDriveFolderRepository''getGoogleDriveFolderRepositoryService'true],
  1993.             'Nellapp\\Bundle\\SDKBundle\\Google\\Repository\\GoogleDrivePermissionRepository' => ['privates''Nellapp\\Bundle\\SDKBundle\\Google\\Repository\\GoogleDrivePermissionRepository''getGoogleDrivePermissionRepositoryService'true],
  1994.         ], [
  1995.             'App\\Repository\\Account\\NotificationRepository' => '?',
  1996.             'App\\Repository\\Account\\SsoAppSessionRepository' => '?',
  1997.             'App\\Repository\\Account\\UserRepository' => '?',
  1998.             'App\\Repository\\App\\AppRepository' => '?',
  1999.             'App\\Repository\\ChannelUserData\\Activity\\AbstractActivityRepository' => '?',
  2000.             'App\\Repository\\ChannelUserData\\Activity\\ActivityFeedRepository' => '?',
  2001.             'App\\Repository\\ChannelUserData\\Activity\\CommentActivityRepository' => '?',
  2002.             'App\\Repository\\ChannelUserData\\Activity\\MeetingActivityRepository' => '?',
  2003.             'App\\Repository\\ChannelUserData\\Activity\\TrackDataActivityRepository' => '?',
  2004.             'App\\Repository\\ChannelUserData\\AdminChannelUserDataRepository' => '?',
  2005.             'App\\Repository\\ChannelUserData\\AdminChannelUserData\\AdminDriveFileRepository' => '?',
  2006.             'App\\Repository\\ChannelUserData\\AdminChannelUserData\\Document\\AdminChannelUserDataAgreementRepository' => '?',
  2007.             'App\\Repository\\ChannelUserData\\AdminChannelUserData\\Document\\AdminChannelUserDataCertificateRepository' => '?',
  2008.             'App\\Repository\\ChannelUserData\\ChannelUserDataRepository' => '?',
  2009.             'App\\Repository\\ChannelUserData\\Cursus\\AbstractCursusProgressionRepository' => '?',
  2010.             'App\\Repository\\ChannelUserData\\Cursus\\AbstractCursusRepository' => '?',
  2011.             'App\\Repository\\ChannelUserData\\Cursus\\ExamRepository' => '?',
  2012.             'App\\Repository\\ChannelUserData\\Cursus\\FileAbstractCursusRepository' => '?',
  2013.             'App\\Repository\\ChannelUserData\\Cursus\\FounderRepository' => '?',
  2014.             'App\\Repository\\ChannelUserData\\Cursus\\InternshipRepository' => '?',
  2015.             'App\\Repository\\ChannelUserData\\Cursus\\PurchaseOrderRepository' => '?',
  2016.             'App\\Repository\\ChannelUserData\\Cursus\\SessionCursusRepository' => '?',
  2017.             'App\\Repository\\ChannelUserData\\Cursus\\TrainingCursusRepository' => '?',
  2018.             'App\\Repository\\Channel\\Certificate\\AbstractCertificateRepository' => '?',
  2019.             'App\\Repository\\Channel\\Certificate\\CursusStartCertificateRepository' => '?',
  2020.             'App\\Repository\\Channel\\ChannelConfigurationRepository' => '?',
  2021.             'App\\Repository\\Channel\\ChannelContactRepository' => '?',
  2022.             'App\\Repository\\Channel\\ChannelRepository' => '?',
  2023.             'App\\Repository\\Channel\\ChannelUserCursusPermissionRepository' => '?',
  2024.             'App\\Repository\\Channel\\ChannelUserRoleRepository' => '?',
  2025.             'App\\Repository\\Channel\\ChannelUserServicePermissionRepository' => '?',
  2026.             'App\\Repository\\Channel\\ChannelUserSessionPermissionRepository' => '?',
  2027.             'App\\Repository\\Channel\\ChannelUserTrainingPermissionRepository' => '?',
  2028.             'App\\Repository\\Channel\\ChannelWhiteLabelRepository' => '?',
  2029.             'App\\Repository\\Channel\\CompanyContactRepository' => '?',
  2030.             'App\\Repository\\Channel\\CompanyRepository' => '?',
  2031.             'App\\Repository\\Channel\\DataImportLogRepository' => '?',
  2032.             'App\\Repository\\Channel\\Export\\FileExportRepository' => '?',
  2033.             'App\\Repository\\Channel\\Google\\ChannelGoogleDriveFolderRepository' => '?',
  2034.             'App\\Repository\\Channel\\GroupRepository' => '?',
  2035.             'App\\Repository\\Channel\\MaterialRepository' => '?',
  2036.             'App\\Repository\\Channel\\OrganizationRepository' => '?',
  2037.             'App\\Repository\\Channel\\Payment\\LicensesOrderRepository' => '?',
  2038.             'App\\Repository\\Channel\\PlaceRepository' => '?',
  2039.             'App\\Repository\\Channel\\PositioningTest\\Attempt\\AttemptBlockRepository' => '?',
  2040.             'App\\Repository\\Channel\\PositioningTest\\Attempt\\AttemptRepository' => '?',
  2041.             'App\\Repository\\Channel\\PositioningTest\\BlockRepository' => '?',
  2042.             'App\\Repository\\Channel\\PositioningTest\\PositioningTestRepository' => '?',
  2043.             'App\\Repository\\Channel\\ProfessionalId\\FrenchProfessionalIdRepository' => '?',
  2044.             'App\\Repository\\Channel\\ProfessionalId\\ProfessionalIdRepository' => '?',
  2045.             'App\\Repository\\Channel\\RoomRepository' => '?',
  2046.             'App\\Repository\\Channel\\ServiceRepository' => '?',
  2047.             'App\\Repository\\Channel\\SessionRepository' => '?',
  2048.             'App\\Repository\\Channel\\TrainingRepository' => '?',
  2049.             'App\\Repository\\Channel\\UserFromChannelRepository' => '?',
  2050.             'App\\Repository\\Commercial\\LicensesOfferRepository' => '?',
  2051.             'App\\Repository\\Common\\ContactRepository' => '?',
  2052.             'App\\Repository\\Common\\FileRepository' => '?',
  2053.             'App\\Repository\\CustomizableView\\CustomViewChannelRepository' => '?',
  2054.             'App\\Repository\\CustomizableView\\CustomViewCommercialRepository' => '?',
  2055.             'App\\Repository\\CustomizableView\\CustomViewRepository' => '?',
  2056.             'App\\Repository\\CustomizableView\\CustomViewSuperAdminRepository' => '?',
  2057.             'App\\Repository\\OAuth\\ClientRepository' => '?',
  2058.             'App\\Repository\\Sync\\SyncableResourceAppStateRepository' => '?',
  2059.             'App\\Repository\\Sync\\SyncableResourceRepository' => '?',
  2060.             'Nellapp\\Bundle\\SDKBundle\\Google\\Repository\\GoogleDriveFileRepository' => '?',
  2061.             'Nellapp\\Bundle\\SDKBundle\\Google\\Repository\\GoogleDriveFolderRepository' => '?',
  2062.             'Nellapp\\Bundle\\SDKBundle\\Google\\Repository\\GoogleDrivePermissionRepository' => '?',
  2063.         ])));
  2064.         $a->addCustomStringFunction('MATCH_AGAINST''DrosalysWeb\\DoctrineExtensions\\Functions\\MariaDB\\MatchAgainstFunction');
  2065.         $a->addCustomStringFunction('RAND''DrosalysWeb\\DoctrineExtensions\\Functions\\MariaDB\\RandFunction');
  2066.         $a->addCustomStringFunction('FIND_IN_SET''DoctrineExtensions\\Query\\Mysql\\FindInSet');
  2067.         $a->addCustomStringFunction('JSON_CONTAINS''DoctrineExtensions\\Query\\Mysql\\JsonContains');
  2068.         $a->addCustomNumericFunction('CEIL''DoctrineExtensions\\Query\\Mysql\\Ceil');
  2069.         $a->addCustomNumericFunction('GREATEST''DoctrineExtensions\\Query\\Mysql\\Greatest');
  2070.         $a->addCustomDatetimeFunction('DATEDIFF''DoctrineExtensions\\Query\\Mysql\\DateDiff');
  2071.         $a->addCustomDatetimeFunction('DATE''DoctrineExtensions\\Query\\Mysql\\Date');
  2072.         $a->addCustomDatetimeFunction('TIMESTAMPDIFF''DoctrineExtensions\\Query\\Mysql\\TimestampDiff');
  2073.         $instance = new \Doctrine\ORM\EntityManager(($this->services['doctrine.dbal.default_connection'] ?? $this->getDoctrine_Dbal_DefaultConnectionService()), $a, ($this->privates['doctrine.dbal.default_connection.event_manager'] ?? $this->getDoctrine_Dbal_DefaultConnection_EventManagerService()));
  2074.         (new \Doctrine\Bundle\DoctrineBundle\ManagerConfigurator([], []))->configure($instance);
  2075.         return $instance;
  2076.     }
  2077.     /**
  2078.      * Gets the public 'event_dispatcher' shared service.
  2079.      *
  2080.      * @return \Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher
  2081.      */
  2082.     protected function getEventDispatcherService()
  2083.     {
  2084.         $a = new \Symfony\Bridge\Monolog\Logger('event');
  2085.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  2086.         $a->pushHandler(new \Monolog\Handler\NullHandler());
  2087.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  2088.         $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())));
  2089.         $instance->addListener('oneup_uploader.post_upload', [=> function () {
  2090.             return ($this->privates['app.file_abstract_cursus_post_upload_listener'] ?? ($this->privates['app.file_abstract_cursus_post_upload_listener'] = new \App\Uploader\Event\PostUploadListener()));
  2091.         }, => 'postUpload'], 0);
  2092.         $instance->addListener('oneup_uploader.validation', [=> function () {
  2093.             return ($this->privates['app.file_abstract_cursus_validation_listener'] ?? $this->load('getApp_FileAbstractCursusValidationListenerService'));
  2094.         }, => 'onValidate'], 0);
  2095.         $instance->addListener('kernel.controller', [=> function () {
  2096.             return ($this->privates['data_collector.router'] ?? ($this->privates['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector()));
  2097.         }, => 'onKernelController'], 0);
  2098.         $instance->addListener('console.command', [=> function () {
  2099.             return ($this->privates['doctrine_migrations.schema_filter_listener'] ?? ($this->privates['doctrine_migrations.schema_filter_listener'] = new \Doctrine\Bundle\MigrationsBundle\EventListener\SchemaFilterListener('doctrine_migration_versions')));
  2100.         }, => 'onConsoleCommand'], 0);
  2101.         $instance->addListener('kernel.request', [=> function () {
  2102.             return ($this->privates['knp_paginator.subscriber.sliding_pagination'] ?? $this->getKnpPaginator_Subscriber_SlidingPaginationService());
  2103.         }, => 'onKernelRequest'], 0);
  2104.         $instance->addListener('kernel.exception', [=> function () {
  2105.             return ($this->privates['webpack_encore.exception_listener'] ?? $this->load('getWebpackEncore_ExceptionListenerService'));
  2106.         }, => 'onKernelException'], 0);
  2107.         $instance->addListener('flow.previous_step_invalid', [=> function () {
  2108.             return ($this->privates['craue.form.flow.event_listener.previous_step_invalid'] ?? $this->load('getCraue_Form_Flow_EventListener_PreviousStepInvalidService'));
  2109.         }, => 'onPreviousStepInvalid'], 0);
  2110.         $instance->addListener('flow.flow_expired', [=> function () {
  2111.             return ($this->privates['craue.form.flow.event_listener.flow_expired'] ?? $this->load('getCraue_Form_Flow_EventListener_FlowExpiredService'));
  2112.         }, => 'onFlowExpired'], 0);
  2113.         $instance->addListener('spiriit_filter.prepare', [=> function () {
  2114.             return ($this->services['spiriit_form_filter.filter_prepare'] ?? ($this->services['spiriit_form_filter.filter_prepare'] = new \Spiriit\Bundle\FormFilterBundle\Event\Listener\PrepareListener()));
  2115.         }, => 'onFilterBuilderPrepare'], 0);
  2116.         $instance->addListener('spiriit_filter.apply_filters.orm', [=> function () {
  2117.             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')));
  2118.         }, => 'onApplyFilterCondition'], 0);
  2119.         $instance->addListener('oneup_uploader.validation', [=> function () {
  2120.             return ($this->privates['Oneup\\UploaderBundle\\EventListener\\MaxSizeValidationListener'] ?? ($this->privates['Oneup\\UploaderBundle\\EventListener\\MaxSizeValidationListener'] = new \Oneup\UploaderBundle\EventListener\MaxSizeValidationListener()));
  2121.         }, => 'onValidate'], 0);
  2122.         $instance->addListener('oneup_uploader.validation', [=> function () {
  2123.             return ($this->privates['Oneup\\UploaderBundle\\EventListener\\AllowedMimetypeAndExtensionValidationListener'] ?? ($this->privates['Oneup\\UploaderBundle\\EventListener\\AllowedMimetypeAndExtensionValidationListener'] = new \Oneup\UploaderBundle\EventListener\AllowedMimetypeAndExtensionValidationListener()));
  2124.         }, => 'onValidate'], 0);
  2125.         $instance->addListener('oneup_uploader.validation', [=> function () {
  2126.             return ($this->privates['Oneup\\UploaderBundle\\EventListener\\DisallowedMimetypeValidationListener'] ?? ($this->privates['Oneup\\UploaderBundle\\EventListener\\DisallowedMimetypeValidationListener'] = new \Oneup\UploaderBundle\EventListener\DisallowedMimetypeValidationListener()));
  2127.         }, => 'onValidate'], 0);
  2128.         $instance->addListener('kernel.request', [=> function () {
  2129.             return ($this->privates['nelmio_cors.cors_listener'] ?? $this->getNelmioCors_CorsListenerService());
  2130.         }, => 'onKernelRequest'], 250);
  2131.         $instance->addListener('kernel.response', [=> function () {
  2132.             return ($this->privates['nelmio_cors.cors_listener'] ?? $this->getNelmioCors_CorsListenerService());
  2133.         }, => 'onKernelResponse'], 0);
  2134.         $instance->addListener('kernel.response', [=> function () {
  2135.             return ($this->privates['nelmio_cors.cacheable_response_vary_listener'] ?? ($this->privates['nelmio_cors.cacheable_response_vary_listener'] = new \Nelmio\CorsBundle\EventListener\CacheableResponseVaryListener()));
  2136.         }, => 'onResponse'], -15);
  2137.         $instance->addListener('knp_pager.items', [=> function () {
  2138.             return ($this->privates['App\\Event\\PaginationEventSubscriber'] ?? ($this->privates['App\\Event\\PaginationEventSubscriber'] = new \App\Event\PaginationEventSubscriber()));
  2139.         }, => 'items'], 0);
  2140.         $instance->addListener('Nellapp\\Bundle\\SDKBundle\\Permission\\Event\\ChannelMenuDisplayedEvent', [=> function () {
  2141.             return ($this->privates['App\\EventSubscriber\\ChannelMenuDisplayedSubscriber'] ?? $this->load('getChannelMenuDisplayedSubscriberService'));
  2142.         }, => '__invoke'], 0);
  2143.         $instance->addListener('kernel.request', [=> function () {
  2144.             return ($this->privates['App\\EventSubscriber\\ForceUserFromSetupSubscriber'] ?? $this->getForceUserFromSetupSubscriberService());
  2145.         }, => '__invoke'], 0);
  2146.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  2147.             return ($this->privates['App\\EventSubscriber\\LogoutSubscriber'] ?? $this->load('getLogoutSubscriberService'));
  2148.         }, => 'logout'], 0);
  2149.         $instance->addListener('FOS\\OAuthServerBundle\\Event\\PreAuthorizationEvent', [=> function () {
  2150.             return ($this->privates['App\\EventSubscriber\\OAuthSubscriber'] ?? ($this->privates['App\\EventSubscriber\\OAuthSubscriber'] = new \App\EventSubscriber\OAuthSubscriber()));
  2151.         }, => 'onPreAuthorization'], 0);
  2152.         $instance->addListener('kernel.exception', [=> function () {
  2153.             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'))));
  2154.         }, => 'onKernelException'], 0);
  2155.         $instance->addListener('kernel.terminate', [=> function () {
  2156.             return ($this->privates['App\\EventSubscriber\\SyncSubscriber'] ?? $this->load('getSyncSubscriber2Service'));
  2157.         }, => 'sendTracked'], 0);
  2158.         $instance->addListener('console.terminate', [=> function () {
  2159.             return ($this->privates['App\\EventSubscriber\\SyncSubscriber'] ?? $this->load('getSyncSubscriber2Service'));
  2160.         }, => 'sendTracked'], 0);
  2161.         $instance->addListener('kernel.response', [=> function () {
  2162.             return ($this->privates['response_listener'] ?? ($this->privates['response_listener'] = new \Symfony\Component\HttpKernel\EventListener\ResponseListener('UTF-8'false)));
  2163.         }, => 'onKernelResponse'], 0);
  2164.         $instance->addListener('kernel.response', [=> function () {
  2165.             return ($this->privates['streamed_response_listener'] ?? ($this->privates['streamed_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\StreamedResponseListener()));
  2166.         }, => 'onKernelResponse'], -1024);
  2167.         $instance->addListener('kernel.request', [=> function () {
  2168.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  2169.         }, => 'setDefaultLocale'], 100);
  2170.         $instance->addListener('kernel.request', [=> function () {
  2171.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  2172.         }, => 'onKernelRequest'], 16);
  2173.         $instance->addListener('kernel.finish_request', [=> function () {
  2174.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  2175.         }, => 'onKernelFinishRequest'], 0);
  2176.         $instance->addListener('kernel.request', [=> function () {
  2177.             return ($this->privates['validate_request_listener'] ?? ($this->privates['validate_request_listener'] = new \Symfony\Component\HttpKernel\EventListener\ValidateRequestListener()));
  2178.         }, => 'onKernelRequest'], 256);
  2179.         $instance->addListener('kernel.response', [=> function () {
  2180.             return ($this->privates['disallow_search_engine_index_response_listener'] ?? ($this->privates['disallow_search_engine_index_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\DisallowRobotsIndexingListener()));
  2181.         }, => 'onResponse'], -255);
  2182.         $instance->addListener('kernel.controller_arguments', [=> function () {
  2183.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  2184.         }, => 'onControllerArguments'], 0);
  2185.         $instance->addListener('kernel.exception', [=> function () {
  2186.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  2187.         }, => 'logKernelException'], 0);
  2188.         $instance->addListener('kernel.exception', [=> function () {
  2189.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  2190.         }, => 'onKernelException'], -128);
  2191.         $instance->addListener('kernel.response', [=> function () {
  2192.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  2193.         }, => 'removeCspHeader'], -128);
  2194.         $instance->addListener('kernel.request', [=> function () {
  2195.             return ($this->privates['locale_aware_listener'] ?? $this->getLocaleAwareListenerService());
  2196.         }, => 'onKernelRequest'], 15);
  2197.         $instance->addListener('kernel.finish_request', [=> function () {
  2198.             return ($this->privates['locale_aware_listener'] ?? $this->getLocaleAwareListenerService());
  2199.         }, => 'onKernelFinishRequest'], -15);
  2200.         $instance->addListener('console.error', [=> function () {
  2201.             return ($this->privates['console.error_listener'] ?? $this->load('getConsole_ErrorListenerService'));
  2202.         }, => 'onConsoleError'], -128);
  2203.         $instance->addListener('console.terminate', [=> function () {
  2204.             return ($this->privates['console.error_listener'] ?? $this->load('getConsole_ErrorListenerService'));
  2205.         }, => 'onConsoleTerminate'], -128);
  2206.         $instance->addListener('console.error', [=> function () {
  2207.             return ($this->privates['console.suggest_missing_package_subscriber'] ?? ($this->privates['console.suggest_missing_package_subscriber'] = new \Symfony\Bundle\FrameworkBundle\EventListener\SuggestMissingPackageSubscriber()));
  2208.         }, => 'onConsoleError'], 0);
  2209.         $instance->addListener('kernel.request', [=> function () {
  2210.             return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());
  2211.         }, => 'configure'], 2048);
  2212.         $instance->addListener('console.command', [=> function () {
  2213.             return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());
  2214.         }, => 'configure'], 2048);
  2215.         $instance->addListener('kernel.request', [=> function () {
  2216.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  2217.         }, => 'onKernelRequest'], 32);
  2218.         $instance->addListener('kernel.finish_request', [=> function () {
  2219.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  2220.         }, => 'onKernelFinishRequest'], 0);
  2221.         $instance->addListener('kernel.exception', [=> function () {
  2222.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  2223.         }, => 'onKernelException'], -64);
  2224.         $instance->addListener('kernel.response', [=> function () {
  2225.             return ($this->privates['web_link.add_link_header_listener'] ?? ($this->privates['web_link.add_link_header_listener'] = new \Symfony\Component\WebLink\EventListener\AddLinkHeaderListener()));
  2226.         }, => 'onKernelResponse'], 0);
  2227.         $instance->addListener('kernel.request', [=> function () {
  2228.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  2229.         }, => 'onKernelRequest'], 128);
  2230.         $instance->addListener('kernel.response', [=> function () {
  2231.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  2232.         }, => 'onKernelResponse'], -1000);
  2233.         $instance->addListener('kernel.finish_request', [=> function () {
  2234.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  2235.         }, => 'onFinishRequest'], 0);
  2236.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageFailedEvent', [=> function () {
  2237.             return ($this->privates['messenger.retry.send_failed_message_for_retry_listener'] ?? $this->load('getMessenger_Retry_SendFailedMessageForRetryListenerService'));
  2238.         }, => 'onMessageFailed'], 100);
  2239.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageFailedEvent', [=> function () {
  2240.             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()));
  2241.         }, => 'onMessageFailed'], 200);
  2242.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerStartedEvent', [=> function () {
  2243.             return ($this->privates['messenger.listener.stop_worker_on_restart_signal_listener'] ?? $this->load('getMessenger_Listener_StopWorkerOnRestartSignalListenerService'));
  2244.         }, => 'onWorkerStarted'], 0);
  2245.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerRunningEvent', [=> function () {
  2246.             return ($this->privates['messenger.listener.stop_worker_on_restart_signal_listener'] ?? $this->load('getMessenger_Listener_StopWorkerOnRestartSignalListenerService'));
  2247.         }, => 'onWorkerRunning'], 0);
  2248.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageFailedEvent', [=> function () {
  2249.             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()));
  2250.         }, => 'onMessageFailed'], 0);
  2251.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerRunningEvent', [=> function () {
  2252.             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()));
  2253.         }, => 'onWorkerRunning'], 0);
  2254.         $instance->addListener('Symfony\\Component\\Notifier\\Event\\MessageEvent', [=> function () {
  2255.             return ($this->privates['notifier.logger_notification_listener'] ?? ($this->privates['notifier.logger_notification_listener'] = new \Symfony\Component\Notifier\EventListener\NotificationLoggerListener()));
  2256.         }, => 'onNotification'], -255);
  2257.         $instance->addListener('kernel.response', [=> function () {
  2258.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  2259.         }, => 'onKernelResponse'], -100);
  2260.         $instance->addListener('kernel.exception', [=> function () {
  2261.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  2262.         }, => 'onKernelException'], 0);
  2263.         $instance->addListener('kernel.terminate', [=> function () {
  2264.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  2265.         }, => 'onKernelTerminate'], -1024);
  2266.         $instance->addListener('kernel.controller', [=> function () {
  2267.             return ($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService());
  2268.         }, => 'onKernelController'], 0);
  2269.         $instance->addListener('kernel.response', [=> function () {
  2270.             return ($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService());
  2271.         }, => 'onKernelResponse'], 0);
  2272.         $instance->addListener('kernel.controller', [=> function () {
  2273.             return ($this->privates['sensio_framework_extra.controller.listener'] ?? $this->getSensioFrameworkExtra_Controller_ListenerService());
  2274.         }, => 'onKernelController'], 0);
  2275.         $instance->addListener('kernel.controller', [=> function () {
  2276.             return ($this->privates['sensio_framework_extra.converter.listener'] ?? $this->getSensioFrameworkExtra_Converter_ListenerService());
  2277.         }, => 'onKernelController'], 0);
  2278.         $instance->addListener('kernel.controller', [=> function () {
  2279.             return ($this->privates['sensio_framework_extra.view.listener'] ?? $this->getSensioFrameworkExtra_View_ListenerService());
  2280.         }, => 'onKernelController'], -128);
  2281.         $instance->addListener('kernel.view', [=> function () {
  2282.             return ($this->privates['sensio_framework_extra.view.listener'] ?? $this->getSensioFrameworkExtra_View_ListenerService());
  2283.         }, => 'onKernelView'], 0);
  2284.         $instance->addListener('kernel.controller', [=> function () {
  2285.             return ($this->privates['sensio_framework_extra.cache.listener'] ?? ($this->privates['sensio_framework_extra.cache.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener()));
  2286.         }, => 'onKernelController'], 0);
  2287.         $instance->addListener('kernel.response', [=> function () {
  2288.             return ($this->privates['sensio_framework_extra.cache.listener'] ?? ($this->privates['sensio_framework_extra.cache.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener()));
  2289.         }, => 'onKernelResponse'], 0);
  2290.         $instance->addListener('kernel.controller_arguments', [=> function () {
  2291.             return ($this->privates['sensio_framework_extra.security.listener'] ?? $this->getSensioFrameworkExtra_Security_ListenerService());
  2292.         }, => 'onKernelControllerArguments'], 0);
  2293.         $instance->addListener('kernel.controller_arguments', [=> function () {
  2294.             return ($this->privates['framework_extra_bundle.event.is_granted'] ?? $this->getFrameworkExtraBundle_Event_IsGrantedService());
  2295.         }, => 'onKernelControllerArguments'], 0);
  2296.         $instance->addListener('kernel.response', [=> function () {
  2297.             return ($this->privates['web_profiler.debug_toolbar'] ?? $this->getWebProfiler_DebugToolbarService());
  2298.         }, => 'onKernelResponse'], -128);
  2299.         $instance->addListener('console.command', [=> function () {
  2300.             return ($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService());
  2301.         }, => 'onCommand'], 255);
  2302.         $instance->addListener('console.terminate', [=> function () {
  2303.             return ($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService());
  2304.         }, => 'onTerminate'], -255);
  2305.         $instance->addListener('console.command', [=> function () {
  2306.             return ($this->privates['debug.dump_listener'] ?? $this->load('getDebug_DumpListenerService'));
  2307.         }, => 'configure'], 1024);
  2308.         $instance->addListener('console.error', [=> function () {
  2309.             return ($this->privates['maker.console_error_listener'] ?? ($this->privates['maker.console_error_listener'] = new \Symfony\Bundle\MakerBundle\Event\ConsoleErrorSubscriber()));
  2310.         }, => 'onConsoleError'], 0);
  2311.         $instance->addListener('console.terminate', [=> function () {
  2312.             return ($this->privates['maker.console_error_listener'] ?? ($this->privates['maker.console_error_listener'] = new \Symfony\Bundle\MakerBundle\Event\ConsoleErrorSubscriber()));
  2313.         }, => 'onConsoleTerminate'], 0);
  2314.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageHandledEvent', [=> function () {
  2315.             return ($this->privates['doctrine.orm.messenger.event_subscriber.doctrine_clear_entity_manager'] ?? $this->load('getDoctrine_Orm_Messenger_EventSubscriber_DoctrineClearEntityManagerService'));
  2316.         }, => 'onWorkerMessageHandled'], 0);
  2317.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageFailedEvent', [=> function () {
  2318.             return ($this->privates['doctrine.orm.messenger.event_subscriber.doctrine_clear_entity_manager'] ?? $this->load('getDoctrine_Orm_Messenger_EventSubscriber_DoctrineClearEntityManagerService'));
  2319.         }, => 'onWorkerMessageFailed'], 0);
  2320.         $instance->addListener('kernel.response', [=> function () {
  2321.             return ($this->privates['security.rememberme.response_listener'] ?? ($this->privates['security.rememberme.response_listener'] = new \Symfony\Component\Security\Http\RememberMe\ResponseListener()));
  2322.         }, => 'onKernelResponse'], 0);
  2323.         $instance->addListener('debug.security.authorization.vote', [=> function () {
  2324.             return ($this->privates['debug.security.voter.vote_listener'] ?? $this->load('getDebug_Security_Voter_VoteListenerService'));
  2325.         }, => 'onVoterVote'], 0);
  2326.         $instance->addListener('kernel.request', [=> function () {
  2327.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  2328.         }, => 'configureLogoutUrlGenerator'], 8);
  2329.         $instance->addListener('kernel.request', [=> function () {
  2330.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  2331.         }, => 'onKernelRequest'], 8);
  2332.         $instance->addListener('kernel.finish_request', [=> function () {
  2333.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  2334.         }, => 'onKernelFinishRequest'], 0);
  2335.         $instance->addListener('kernel.controller_arguments', [=> function () {
  2336.             return ($this->privates['Nellapp\\Bundle\\SDKBundle\\EventSubscriber\\ControllerEntityResolverSubscriber'] ?? $this->getControllerEntityResolverSubscriberService());
  2337.         }, => '__invoke'], 31);
  2338.         $instance->addListener('kernel.response', [=> function () {
  2339.             return ($this->privates['Nellapp\\Bundle\\SDKBundle\\EventSubscriber\\DeviceIdSubscriber'] ?? $this->getDeviceIdSubscriberService());
  2340.         }, => 'onResponse'], 0);
  2341.         $instance->addListener('kernel.request', [=> function () {
  2342.             return ($this->privates['Nellapp\\Bundle\\SDKBundle\\EventSubscriber\\RequestChannelDomainSubscriber'] ?? $this->getRequestChannelDomainSubscriberService());
  2343.         }, => '__invoke'], 32);
  2344.         $instance->addListener('kernel.controller_arguments', [=> function () {
  2345.             return ($this->privates['Nellapp\\Bundle\\SDKBundle\\EventSubscriber\\RouteSecuritySubscriber'] ?? ($this->privates['Nellapp\\Bundle\\SDKBundle\\EventSubscriber\\RouteSecuritySubscriber'] = new \Nellapp\Bundle\SDKBundle\EventSubscriber\RouteSecuritySubscriber()));
  2346.         }, => '__invoke'], 15);
  2347.         $instance->addListener('kernel.terminate', [=> function () {
  2348.             return ($this->privates['Nellapp\\Bundle\\SDKBundle\\Permission\\ChannelMenuDisplayed\\EventSubscriber\\TerminateMenuDisplayedSubscriber'] ?? $this->load('getTerminateMenuDisplayedSubscriberService'));
  2349.         }, => 'refreshTracked'], 0);
  2350.         $instance->addListener('console.terminate', [=> function () {
  2351.             return ($this->privates['Nellapp\\Bundle\\SDKBundle\\Permission\\ChannelMenuDisplayed\\EventSubscriber\\TerminateMenuDisplayedSubscriber'] ?? $this->load('getTerminateMenuDisplayedSubscriberService'));
  2352.         }, => 'refreshTracked'], 0);
  2353.         $instance->addListener('kernel.terminate', [=> function () {
  2354.             return ($this->privates['Nellapp\\Bundle\\SDKBundle\\Export\\AutoExport\\EventSubscriber\\TerminateExportSubscriber'] ?? $this->load('getTerminateExportSubscriberService'));
  2355.         }, => 'exportTracked'], 0);
  2356.         $instance->addListener('console.terminate', [=> function () {
  2357.             return ($this->privates['Nellapp\\Bundle\\SDKBundle\\Export\\AutoExport\\EventSubscriber\\TerminateExportSubscriber'] ?? $this->load('getTerminateExportSubscriberService'));
  2358.         }, => 'exportTracked'], 0);
  2359.         $instance->addListener('kernel.terminate', [=> function () {
  2360.             return ($this->privates['Nellapp\\Bundle\\SDKBundle\\Export\\AutoRefresh\\EventSubscriber\\TerminateRefreshSubscriber'] ?? $this->load('getTerminateRefreshSubscriberService'));
  2361.         }, => 'refreshTracked'], 0);
  2362.         $instance->addListener('console.terminate', [=> function () {
  2363.             return ($this->privates['Nellapp\\Bundle\\SDKBundle\\Export\\AutoRefresh\\EventSubscriber\\TerminateRefreshSubscriber'] ?? $this->load('getTerminateRefreshSubscriberService'));
  2364.         }, => 'refreshTracked'], 0);
  2365.         $instance->addListener('kernel.controller', [=> function () {
  2366.             return ($this->privates['Drosalys\\Bundle\\ApiBundle\\EventSubscriber\\ActionControllerSubscriber'] ?? $this->getActionControllerSubscriberService());
  2367.         }, => '__invoke'], 15);
  2368.         $instance->addListener('kernel.view', [=> function () {
  2369.             return ($this->privates['Drosalys\\Bundle\\ApiBundle\\EventSubscriber\\ActionResponseSubscriber'] ?? $this->load('getActionResponseSubscriberService'));
  2370.         }, => '__invoke'], 63);
  2371.         $instance->addListener('kernel.controller_arguments', [=> function () {
  2372.             return ($this->privates['Drosalys\\Bundle\\ApiBundle\\EventSubscriber\\DeserializeActionControllerSubscriber'] ?? $this->getDeserializeActionControllerSubscriberService());
  2373.         }, => '__invoke'], -63);
  2374.         $instance->addListener('kernel.exception', [=> function () {
  2375.             return ($this->privates['Drosalys\\Bundle\\ApiBundle\\EventSubscriber\\HandleErrorSubscriber'] ?? ($this->privates['Drosalys\\Bundle\\ApiBundle\\EventSubscriber\\HandleErrorSubscriber'] = new \Drosalys\Bundle\ApiBundle\EventSubscriber\HandleErrorSubscriber()));
  2376.         }, => '__invoke'], -195);
  2377.         $instance->addListener('knp_pager.before', [=> function () {
  2378.             return ($this->privates['knp_paginator.subscriber.paginate'] ?? ($this->privates['knp_paginator.subscriber.paginate'] = new \Knp\Component\Pager\Event\Subscriber\Paginate\PaginationSubscriber()));
  2379.         }, => 'before'], 0);
  2380.         $instance->addListener('knp_pager.pagination', [=> function () {
  2381.             return ($this->privates['knp_paginator.subscriber.paginate'] ?? ($this->privates['knp_paginator.subscriber.paginate'] = new \Knp\Component\Pager\Event\Subscriber\Paginate\PaginationSubscriber()));
  2382.         }, => 'pagination'], 0);
  2383.         $instance->addListener('knp_pager.before', [=> function () {
  2384.             return ($this->privates['knp_paginator.subscriber.sortable'] ?? ($this->privates['knp_paginator.subscriber.sortable'] = new \Knp\Component\Pager\Event\Subscriber\Sortable\SortableSubscriber()));
  2385.         }, => 'before'], 1);
  2386.         $instance->addListener('knp_pager.before', [=> function () {
  2387.             return ($this->privates['knp_paginator.subscriber.filtration'] ?? ($this->privates['knp_paginator.subscriber.filtration'] = new \Knp\Component\Pager\Event\Subscriber\Filtration\FiltrationSubscriber()));
  2388.         }, => 'before'], 1);
  2389.         $instance->addListener('knp_pager.pagination', [=> function () {
  2390.             return ($this->privates['knp_paginator.subscriber.sliding_pagination'] ?? $this->getKnpPaginator_Subscriber_SlidingPaginationService());
  2391.         }, => 'pagination'], 1);
  2392.         $instance->addListener('kernel.response', [=> function () {
  2393.             return ($this->privates['webpack_encore.preload_assets_event_listener'] ?? $this->getWebpackEncore_PreloadAssetsEventListenerService());
  2394.         }, => 'onKernelResponse'], 50);
  2395.         $instance->addListener('kernel.finish_request', [=> function () {
  2396.             return ($this->privates['Symfony\\WebpackEncoreBundle\\EventListener\\ResetAssetsEventListener'] ?? $this->getResetAssetsEventListenerService());
  2397.         }, => 'resetAssets'], 0);
  2398.         $instance->addListener('spiriit_form_filter.apply.orm.filter_boolean', [=> function () {
  2399.             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()));
  2400.         }, => 'filterBoolean'], 0);
  2401.         $instance->addListener('spiriit_form_filter.apply.orm.filter_checkbox', [=> function () {
  2402.             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()));
  2403.         }, => 'filterCheckbox'], 0);
  2404.         $instance->addListener('spiriit_form_filter.apply.orm.filter_choice', [=> function () {
  2405.             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()));
  2406.         }, => 'filterValue'], 0);
  2407.         $instance->addListener('spiriit_form_filter.apply.orm.filter_date', [=> function () {
  2408.             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()));
  2409.         }, => 'filterDate'], 0);
  2410.         $instance->addListener('spiriit_form_filter.apply.orm.filter_date_range', [=> function () {
  2411.             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()));
  2412.         }, => 'filterDateRange'], 0);
  2413.         $instance->addListener('spiriit_form_filter.apply.orm.filter_datetime', [=> function () {
  2414.             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()));
  2415.         }, => 'filterDateTime'], 0);
  2416.         $instance->addListener('spiriit_form_filter.apply.orm.filter_datetime_range', [=> function () {
  2417.             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()));
  2418.         }, => 'filterDateTimeRange'], 0);
  2419.         $instance->addListener('spiriit_form_filter.apply.orm.filter_entity', [=> function () {
  2420.             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()));
  2421.         }, => 'filterEntity'], 0);
  2422.         $instance->addListener('spiriit_form_filter.apply.orm.filter_enum', [=> function () {
  2423.             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()));
  2424.         }, => 'filterEnum'], 0);
  2425.         $instance->addListener('spiriit_form_filter.apply.orm.filter_number', [=> function () {
  2426.             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()));
  2427.         }, => 'filterNumber'], 0);
  2428.         $instance->addListener('spiriit_form_filter.apply.orm.filter_number_range', [=> function () {
  2429.             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()));
  2430.         }, => 'filterNumberRange'], 0);
  2431.         $instance->addListener('spiriit_form_filter.apply.orm.filter_text', [=> function () {
  2432.             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()));
  2433.         }, => 'filterText'], 0);
  2434.         $instance->addListener('spiriit_form_filter.apply.orm.text', [=> function () {
  2435.             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()));
  2436.         }, => 'filterText'], 0);
  2437.         $instance->addListener('spiriit_form_filter.apply.orm.email', [=> function () {
  2438.             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()));
  2439.         }, => 'filterValue'], 0);
  2440.         $instance->addListener('spiriit_form_filter.apply.orm.integer', [=> function () {
  2441.             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()));
  2442.         }, => 'filterValue'], 0);
  2443.         $instance->addListener('spiriit_form_filter.apply.orm.money', [=> function () {
  2444.             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()));
  2445.         }, => 'filterValue'], 0);
  2446.         $instance->addListener('spiriit_form_filter.apply.orm.number', [=> function () {
  2447.             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()));
  2448.         }, => 'filterValue'], 0);
  2449.         $instance->addListener('spiriit_form_filter.apply.orm.percent', [=> function () {
  2450.             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()));
  2451.         }, => 'filterValue'], 0);
  2452.         $instance->addListener('spiriit_form_filter.apply.orm.search', [=> function () {
  2453.             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()));
  2454.         }, => 'filterValue'], 0);
  2455.         $instance->addListener('spiriit_form_filter.apply.orm.url', [=> function () {
  2456.             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()));
  2457.         }, => 'filterValue'], 0);
  2458.         $instance->addListener('spiriit_form_filter.apply.orm.choice', [=> function () {
  2459.             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()));
  2460.         }, => 'filterValue'], 0);
  2461.         $instance->addListener('spiriit_form_filter.apply.orm.entity', [=> function () {
  2462.             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()));
  2463.         }, => 'filterEntity'], 0);
  2464.         $instance->addListener('spiriit_form_filter.apply.orm.country', [=> function () {
  2465.             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()));
  2466.         }, => 'filterValue'], 0);
  2467.         $instance->addListener('spiriit_form_filter.apply.orm.language', [=> function () {
  2468.             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()));
  2469.         }, => 'filterValue'], 0);
  2470.         $instance->addListener('spiriit_form_filter.apply.orm.locale', [=> function () {
  2471.             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()));
  2472.         }, => 'filterValue'], 0);
  2473.         $instance->addListener('spiriit_form_filter.apply.orm.timezone', [=> function () {
  2474.             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()));
  2475.         }, => 'filterValue'], 0);
  2476.         $instance->addListener('spiriit_form_filter.apply.orm.date', [=> function () {
  2477.             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()));
  2478.         }, => 'filterDate'], 0);
  2479.         $instance->addListener('spiriit_form_filter.apply.orm.datetime', [=> function () {
  2480.             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()));
  2481.         }, => 'filterDate'], 0);
  2482.         $instance->addListener('spiriit_form_filter.apply.orm.birthday', [=> function () {
  2483.             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()));
  2484.         }, => 'filterDate'], 0);
  2485.         $instance->addListener('spiriit_form_filter.apply.orm.checkbox', [=> function () {
  2486.             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()));
  2487.         }, => 'filterValue'], 0);
  2488.         $instance->addListener('spiriit_form_filter.apply.orm.radio', [=> function () {
  2489.             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()));
  2490.         }, => 'filterValue'], 0);
  2491.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  2492.             return ($this->privates['security.logout.listener.csrf_token_clearing'] ?? $this->load('getSecurity_Logout_Listener_CsrfTokenClearingService'));
  2493.         }, => 'onLogout'], 0);
  2494.         return $instance;
  2495.     }
  2496.     /**
  2497.      * Gets the public 'http_kernel' shared service.
  2498.      *
  2499.      * @return \Symfony\Component\HttpKernel\HttpKernel
  2500.      */
  2501.     protected function getHttpKernelService()
  2502.     {
  2503.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  2504.         if (isset($this->services['http_kernel'])) {
  2505.             return $this->services['http_kernel'];
  2506.         }
  2507.         $b = ($this->privates['debug.argument_resolver'] ?? $this->getDebug_ArgumentResolverService());
  2508.         if (isset($this->services['http_kernel'])) {
  2509.             return $this->services['http_kernel'];
  2510.         }
  2511.         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);
  2512.     }
  2513.     /**
  2514.      * Gets the public 'knp_menu.matcher' shared service.
  2515.      *
  2516.      * @return \Knp\Menu\Matcher\Matcher
  2517.      */
  2518.     protected function getKnpMenu_MatcherService()
  2519.     {
  2520.         return $this->services['knp_menu.matcher'] = new \Knp\Menu\Matcher\Matcher(new RewindableGenerator(function () {
  2521.             yield => ($this->privates['knp_menu.voter.router'] ?? $this->load('getKnpMenu_Voter_RouterService'));
  2522.         }, 1));
  2523.     }
  2524.     /**
  2525.      * Gets the public 'liip_imagine.cache.manager' shared service.
  2526.      *
  2527.      * @return \Liip\ImagineBundle\Imagine\Cache\CacheManager
  2528.      */
  2529.     protected function getLiipImagine_Cache_ManagerService()
  2530.     {
  2531.         $a = ($this->services['router'] ?? $this->getRouterService());
  2532.         if (isset($this->services['liip_imagine.cache.manager'])) {
  2533.             return $this->services['liip_imagine.cache.manager'];
  2534.         }
  2535.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  2536.         if (isset($this->services['liip_imagine.cache.manager'])) {
  2537.             return $this->services['liip_imagine.cache.manager'];
  2538.         }
  2539.         $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);
  2540.         $instance->addResolver('default', ($this->services['liip_imagine.cache.resolver.default'] ?? $this->getLiipImagine_Cache_Resolver_DefaultService()));
  2541.         $instance->addResolver('cursus_uploads', ($this->services['liip_imagine.cache.resolver.cursus_uploads'] ?? $this->getLiipImagine_Cache_Resolver_CursusUploadsService()));
  2542.         $instance->addResolver('admin_channel_user_data_drive', ($this->services['liip_imagine.cache.resolver.admin_channel_user_data_drive'] ?? $this->getLiipImagine_Cache_Resolver_AdminChannelUserDataDriveService()));
  2543.         $instance->addResolver('organization_uploads', ($this->services['liip_imagine.cache.resolver.organization_uploads'] ?? $this->getLiipImagine_Cache_Resolver_OrganizationUploadsService()));
  2544.         $instance->addResolver('positioning_test_uploads', ($this->services['liip_imagine.cache.resolver.positioning_test_uploads'] ?? $this->getLiipImagine_Cache_Resolver_PositioningTestUploadsService()));
  2545.         $instance->addResolver('no_cache', ($this->services['liip_imagine.cache.resolver.no_cache_web_path'] ?? $this->getLiipImagine_Cache_Resolver_NoCacheWebPathService()));
  2546.         return $instance;
  2547.     }
  2548.     /**
  2549.      * Gets the public 'liip_imagine.cache.resolver.admin_channel_user_data_drive' shared service.
  2550.      *
  2551.      * @return \Liip\ImagineBundle\Imagine\Cache\Resolver\FlysystemV2Resolver
  2552.      */
  2553.     protected function getLiipImagine_Cache_Resolver_AdminChannelUserDataDriveService()
  2554.     {
  2555.         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');
  2556.     }
  2557.     /**
  2558.      * Gets the public 'liip_imagine.cache.resolver.cursus_uploads' shared service.
  2559.      *
  2560.      * @return \Liip\ImagineBundle\Imagine\Cache\Resolver\FlysystemV2Resolver
  2561.      */
  2562.     protected function getLiipImagine_Cache_Resolver_CursusUploadsService()
  2563.     {
  2564.         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');
  2565.     }
  2566.     /**
  2567.      * Gets the public 'liip_imagine.cache.resolver.default' shared service.
  2568.      *
  2569.      * @return \Liip\ImagineBundle\Imagine\Cache\Resolver\WebPathResolver
  2570.      */
  2571.     protected function getLiipImagine_Cache_Resolver_DefaultService()
  2572.     {
  2573.         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');
  2574.     }
  2575.     /**
  2576.      * Gets the public 'liip_imagine.cache.resolver.no_cache_web_path' shared service.
  2577.      *
  2578.      * @return \Liip\ImagineBundle\Imagine\Cache\Resolver\NoCacheWebPathResolver
  2579.      */
  2580.     protected function getLiipImagine_Cache_Resolver_NoCacheWebPathService()
  2581.     {
  2582.         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()));
  2583.     }
  2584.     /**
  2585.      * Gets the public 'liip_imagine.cache.resolver.organization_uploads' shared service.
  2586.      *
  2587.      * @return \Liip\ImagineBundle\Imagine\Cache\Resolver\FlysystemV2Resolver
  2588.      */
  2589.     protected function getLiipImagine_Cache_Resolver_OrganizationUploadsService()
  2590.     {
  2591.         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');
  2592.     }
  2593.     /**
  2594.      * Gets the public 'liip_imagine.cache.resolver.positioning_test_uploads' shared service.
  2595.      *
  2596.      * @return \Liip\ImagineBundle\Imagine\Cache\Resolver\FlysystemV2Resolver
  2597.      */
  2598.     protected function getLiipImagine_Cache_Resolver_PositioningTestUploadsService()
  2599.     {
  2600.         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');
  2601.     }
  2602.     /**
  2603.      * Gets the public 'liip_imagine.cache.signer' shared service.
  2604.      *
  2605.      * @return \Liip\ImagineBundle\Imagine\Cache\Signer
  2606.      */
  2607.     protected function getLiipImagine_Cache_SignerService()
  2608.     {
  2609.         return $this->services['liip_imagine.cache.signer'] = new \Liip\ImagineBundle\Imagine\Cache\Signer($this->getEnv('APP_SECRET'));
  2610.     }
  2611.     /**
  2612.      * Gets the public 'messenger.default_bus' shared service.
  2613.      *
  2614.      * @return \Symfony\Component\Messenger\TraceableMessageBus
  2615.      */
  2616.     protected function getMessenger_DefaultBusService()
  2617.     {
  2618.         return $this->services['messenger.default_bus'] = new \Symfony\Component\Messenger\TraceableMessageBus(new \Symfony\Component\Messenger\MessageBus(new RewindableGenerator(function () {
  2619.             yield => ($this->privates['messenger.bus.default.middleware.traceable'] ?? $this->load('getMessenger_Bus_Default_Middleware_TraceableService'));
  2620.             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')));
  2621.             yield => ($this->privates['messenger.middleware.reject_redelivered_message_middleware'] ?? ($this->privates['messenger.middleware.reject_redelivered_message_middleware'] = new \Symfony\Component\Messenger\Middleware\RejectRedeliveredMessageMiddleware()));
  2622.             yield => ($this->privates['messenger.middleware.dispatch_after_current_bus'] ?? ($this->privates['messenger.middleware.dispatch_after_current_bus'] = new \Symfony\Component\Messenger\Middleware\DispatchAfterCurrentBusMiddleware()));
  2623.             yield => ($this->privates['messenger.middleware.failed_message_processing_middleware'] ?? ($this->privates['messenger.middleware.failed_message_processing_middleware'] = new \Symfony\Component\Messenger\Middleware\FailedMessageProcessingMiddleware()));
  2624.             yield => ($this->privates['Nellapp\\Bundle\\SDKBundle\\Permission\\ChannelMenuDisplayed\\Messenger\\MenuDisplayedMiddleware'] ?? $this->load('getMenuDisplayedMiddlewareService'));
  2625.             yield => ($this->privates['messenger.middleware.send_message'] ?? $this->load('getMessenger_Middleware_SendMessageService'));
  2626.             yield => ($this->privates['messenger.bus.default.middleware.handle_message'] ?? $this->load('getMessenger_Bus_Default_Middleware_HandleMessageService'));
  2627.         }, 8)));
  2628.     }
  2629.     /**
  2630.      * Gets the public 'oneup_uploader.orphanage_manager' shared service.
  2631.      *
  2632.      * @return \Oneup\UploaderBundle\Uploader\Orphanage\OrphanageManager
  2633.      */
  2634.     protected function getOneupUploader_OrphanageManagerService()
  2635.     {
  2636.         return $this->services['oneup_uploader.orphanage_manager'] = new \Oneup\UploaderBundle\Uploader\Orphanage\OrphanageManager($this$this->getParameter('oneup_uploader.orphanage'));
  2637.     }
  2638.     /**
  2639.      * Gets the public 'oneup_uploader.templating.uploader_helper' shared service.
  2640.      *
  2641.      * @return \Oneup\UploaderBundle\Templating\Helper\UploaderHelper
  2642.      */
  2643.     protected function getOneupUploader_Templating_UploaderHelperService()
  2644.     {
  2645.         $a = ($this->services['router'] ?? $this->getRouterService());
  2646.         if (isset($this->services['oneup_uploader.templating.uploader_helper'])) {
  2647.             return $this->services['oneup_uploader.templating.uploader_helper'];
  2648.         }
  2649.         return $this->services['oneup_uploader.templating.uploader_helper'] = new \Oneup\UploaderBundle\Templating\Helper\UploaderHelper($a$this->parameters['oneup_uploader.maxsize']);
  2650.     }
  2651.     /**
  2652.      * Gets the public 'oneup_uploader.twig.extension.uploader' shared service.
  2653.      *
  2654.      * @return \Oneup\UploaderBundle\Twig\Extension\UploaderExtension
  2655.      */
  2656.     protected function getOneupUploader_Twig_Extension_UploaderService()
  2657.     {
  2658.         $a = ($this->services['oneup_uploader.templating.uploader_helper'] ?? $this->getOneupUploader_Templating_UploaderHelperService());
  2659.         if (isset($this->services['oneup_uploader.twig.extension.uploader'])) {
  2660.             return $this->services['oneup_uploader.twig.extension.uploader'];
  2661.         }
  2662.         return $this->services['oneup_uploader.twig.extension.uploader'] = new \Oneup\UploaderBundle\Twig\Extension\UploaderExtension($a);
  2663.     }
  2664.     /**
  2665.      * Gets the public 'organization_filesystem' shared service.
  2666.      *
  2667.      * @return \League\Flysystem\Filesystem
  2668.      */
  2669.     protected function getOrganizationFilesystemService()
  2670.     {
  2671.         return $this->services['organization_filesystem'] = new \League\Flysystem\Filesystem(new \League\Flysystem\Local\LocalFilesystemAdapter((\dirname(__DIR__3).'/uploads/organization/'), NULL22NULLfalse), []);
  2672.     }
  2673.     /**
  2674.      * Gets the public 'positioning_test_filesystem' shared service.
  2675.      *
  2676.      * @return \League\Flysystem\Filesystem
  2677.      */
  2678.     protected function getPositioningTestFilesystemService()
  2679.     {
  2680.         return $this->services['positioning_test_filesystem'] = new \League\Flysystem\Filesystem(new \League\Flysystem\Local\LocalFilesystemAdapter((\dirname(__DIR__3).'/uploads/positioning-test/'), NULL22NULLfalse), []);
  2681.     }
  2682.     /**
  2683.      * Gets the public 'request_stack' shared service.
  2684.      *
  2685.      * @return \Symfony\Component\HttpFoundation\RequestStack
  2686.      */
  2687.     protected function getRequestStackService()
  2688.     {
  2689.         return $this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack();
  2690.     }
  2691.     /**
  2692.      * Gets the public 'router' shared autowired service.
  2693.      *
  2694.      * @return \Nellapp\Bundle\SDKBundle\Routing\SymfonyUrlGenerator
  2695.      */
  2696.     protected function getRouterService()
  2697.     {
  2698.         $a = ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService());
  2699.         $b = new \Symfony\Bridge\Monolog\Logger('router');
  2700.         $b->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  2701.         $b->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  2702.         $b->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  2703.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($b);
  2704.         $c = new \Symfony\Bundle\FrameworkBundle\Routing\Router((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2705.             'routing.loader' => ['services''routing.loader''getRouting_LoaderService'true],
  2706.         ], [
  2707.             'routing.loader' => 'Symfony\\Component\\Config\\Loader\\LoaderInterface',
  2708.         ]))->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');
  2709.         $c->setConfigCacheFactory(($this->privates['config_cache_factory'] ?? $this->getConfigCacheFactoryService()));
  2710.         $c->addExpressionLanguageProvider(($this->privates['router.expression_language_provider'] ?? $this->getRouter_ExpressionLanguageProviderService()));
  2711.         return $this->services['router'] = new \Nellapp\Bundle\SDKBundle\Routing\SymfonyUrlGenerator($c$a);
  2712.     }
  2713.     /**
  2714.      * Gets the public 'translator' shared service.
  2715.      *
  2716.      * @return \Symfony\Component\Translation\DataCollectorTranslator
  2717.      */
  2718.     protected function getTranslatorService()
  2719.     {
  2720.         return $this->services['translator'] = new \Symfony\Component\Translation\DataCollectorTranslator(($this->privates['translator.default'] ?? $this->getTranslator_DefaultService()));
  2721.     }
  2722.     /**
  2723.      * Gets the public 'var_dumper.cloner' shared service.
  2724.      *
  2725.      * @return \Symfony\Component\VarDumper\Cloner\VarCloner
  2726.      */
  2727.     protected function getVarDumper_ClonerService()
  2728.     {
  2729.         $this->services['var_dumper.cloner'] = $instance = new \Symfony\Component\VarDumper\Cloner\VarCloner();
  2730.         $instance->setMaxItems(2500);
  2731.         $instance->setMinDepth(1);
  2732.         $instance->setMaxString(-1);
  2733.         $instance->addCasters(['Closure' => 'Symfony\\Component\\VarDumper\\Caster\\ReflectionCaster::unsetClosureFileInfo']);
  2734.         return $instance;
  2735.     }
  2736.     /**
  2737.      * Gets the private '.cache_connection.yGUkEkL' shared service.
  2738.      *
  2739.      * @return \Symfony\Component\Cache\Adapter\AbstractAdapter
  2740.      */
  2741.     protected function get_CacheConnection_YGUkEkLService()
  2742.     {
  2743.         return $this->privates['.cache_connection.yGUkEkL'] = \Symfony\Component\Cache\Adapter\AbstractAdapter::createConnection('redis://'.$this->getEnv('string:REDIS_HOST').':'.$this->getEnv('string:int:REDIS_PORT'), ['lazy' => true]);
  2744.     }
  2745.     /**
  2746.      * Gets the private '.debug.http_client' shared service.
  2747.      *
  2748.      * @return \Symfony\Component\HttpClient\TraceableHttpClient
  2749.      */
  2750.     protected function get_Debug_HttpClientService()
  2751.     {
  2752.         $a \Symfony\Component\HttpClient\HttpClient::create(['verify_peer' => false'verify_host' => false'headers' => [], 'resolve' => []], 6);
  2753.         $b = new \Symfony\Bridge\Monolog\Logger('http_client');
  2754.         $b->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  2755.         $b->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  2756.         $b->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  2757.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($b);
  2758.         $a->setLogger($b);
  2759.         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))));
  2760.     }
  2761.     /**
  2762.      * Gets the private '.service_locator.yNOXh5_' shared service.
  2763.      *
  2764.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  2765.      */
  2766.     protected function get_ServiceLocator_YNOXh5Service()
  2767.     {
  2768.         return $this->privates['.service_locator.yNOXh5_'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2769.             'security.firewall.map.context.api' => ['privates''security.firewall.map.context.api''getSecurity_Firewall_Map_Context_ApiService'true],
  2770.             'security.firewall.map.context.api_doc' => ['privates''security.firewall.map.context.api_doc''getSecurity_Firewall_Map_Context_ApiDocService'true],
  2771.             'security.firewall.map.context.dev' => ['privates''security.firewall.map.context.dev''getSecurity_Firewall_Map_Context_DevService'true],
  2772.             'security.firewall.map.context.internal_api' => ['privates''security.firewall.map.context.internal_api''getSecurity_Firewall_Map_Context_InternalApiService'true],
  2773.             'security.firewall.map.context.main' => ['privates''security.firewall.map.context.main''getSecurity_Firewall_Map_Context_MainService'true],
  2774.             'security.firewall.map.context.oauth_token' => ['privates''security.firewall.map.context.oauth_token''getSecurity_Firewall_Map_Context_OauthTokenService'true],
  2775.             'security.firewall.map.context.partner_api' => ['privates''security.firewall.map.context.partner_api''getSecurity_Firewall_Map_Context_PartnerApiService'true],
  2776.             'security.firewall.map.context.partner_api_doc' => ['privates''security.firewall.map.context.partner_api_doc''getSecurity_Firewall_Map_Context_PartnerApiDocService'true],
  2777.             'security.firewall.map.context.sync' => ['privates''security.firewall.map.context.sync''getSecurity_Firewall_Map_Context_SyncService'true],
  2778.             'security.firewall.map.context.sync_doc' => ['privates''security.firewall.map.context.sync_doc''getSecurity_Firewall_Map_Context_SyncDocService'true],
  2779.         ], [
  2780.             'security.firewall.map.context.api' => '?',
  2781.             'security.firewall.map.context.api_doc' => '?',
  2782.             'security.firewall.map.context.dev' => '?',
  2783.             'security.firewall.map.context.internal_api' => '?',
  2784.             'security.firewall.map.context.main' => '?',
  2785.             'security.firewall.map.context.oauth_token' => '?',
  2786.             'security.firewall.map.context.partner_api' => '?',
  2787.             'security.firewall.map.context.partner_api_doc' => '?',
  2788.             'security.firewall.map.context.sync' => '?',
  2789.             'security.firewall.map.context.sync_doc' => '?',
  2790.         ]);
  2791.     }
  2792.     /**
  2793.      * Gets the private 'App\EventSubscriber\ForceUserFromSetupSubscriber' shared autowired service.
  2794.      *
  2795.      * @return \App\EventSubscriber\ForceUserFromSetupSubscriber
  2796.      */
  2797.     protected function getForceUserFromSetupSubscriberService()
  2798.     {
  2799.         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()));
  2800.     }
  2801.     /**
  2802.      * Gets the private 'App\Repository\App\AppRepository' shared autowired service.
  2803.      *
  2804.      * @return \App\Repository\App\AppRepository
  2805.      */
  2806.     protected function getAppRepositoryService()
  2807.     {
  2808.         return $this->privates['App\\Repository\\App\\AppRepository'] = new \App\Repository\App\AppRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  2809.     }
  2810.     /**
  2811.      * Gets the private 'App\Repository\ChannelUserData\Activity\AbstractActivityRepository' shared autowired service.
  2812.      *
  2813.      * @return \App\Repository\ChannelUserData\Activity\AbstractActivityRepository
  2814.      */
  2815.     protected function getAbstractActivityRepositoryService()
  2816.     {
  2817.         return $this->privates['App\\Repository\\ChannelUserData\\Activity\\AbstractActivityRepository'] = new \App\Repository\ChannelUserData\Activity\AbstractActivityRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  2818.     }
  2819.     /**
  2820.      * Gets the private 'App\Repository\ChannelUserData\AdminChannelUserDataRepository' shared autowired service.
  2821.      *
  2822.      * @return \App\Repository\ChannelUserData\AdminChannelUserDataRepository
  2823.      */
  2824.     protected function getAdminChannelUserDataRepositoryService()
  2825.     {
  2826.         return $this->privates['App\\Repository\\ChannelUserData\\AdminChannelUserDataRepository'] = new \App\Repository\ChannelUserData\AdminChannelUserDataRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  2827.     }
  2828.     /**
  2829.      * Gets the private 'App\Repository\ChannelUserData\Cursus\AbstractCursusRepository' shared autowired service.
  2830.      *
  2831.      * @return \App\Repository\ChannelUserData\Cursus\AbstractCursusRepository
  2832.      */
  2833.     protected function getAbstractCursusRepositoryService()
  2834.     {
  2835.         return $this->privates['App\\Repository\\ChannelUserData\\Cursus\\AbstractCursusRepository'] = new \App\Repository\ChannelUserData\Cursus\AbstractCursusRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  2836.     }
  2837.     /**
  2838.      * Gets the private 'App\Service\ChannelUserData\ActivityFeedService' shared autowired service.
  2839.      *
  2840.      * @return \App\Service\ChannelUserData\ActivityFeedService
  2841.      */
  2842.     protected function getActivityFeedServiceService()
  2843.     {
  2844.         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()));
  2845.     }
  2846.     /**
  2847.      * Gets the private 'App\Service\ChannelUserData\ActivityService' shared autowired service.
  2848.      *
  2849.      * @return \App\Service\ChannelUserData\ActivityService
  2850.      */
  2851.     protected function getActivityServiceService()
  2852.     {
  2853.         $a = ($this->privates['App\\Service\\Mailer\\MailerService'] ?? $this->getMailerServiceService());
  2854.         if (isset($this->privates['App\\Service\\ChannelUserData\\ActivityService'])) {
  2855.             return $this->privates['App\\Service\\ChannelUserData\\ActivityService'];
  2856.         }
  2857.         $b = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  2858.         if (isset($this->privates['App\\Service\\ChannelUserData\\ActivityService'])) {
  2859.             return $this->privates['App\\Service\\ChannelUserData\\ActivityService'];
  2860.         }
  2861.         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()), ($this->privates['HeadlessChromium\\BrowserFactory'] ?? ($this->privates['HeadlessChromium\\BrowserFactory'] = new \HeadlessChromium\BrowserFactory($this->getEnv('resolve:CHROME_BIN')))), $b, ($this->targetDir.''.'%/pdf_tmp/'), true), ($this->privates['App\\Repository\\ChannelUserData\\Activity\\AbstractActivityRepository'] ?? $this->getAbstractActivityRepositoryService()));
  2862.     }
  2863.     /**
  2864.      * Gets the private 'App\Service\Mailer\MailerService' shared autowired service.
  2865.      *
  2866.      * @return \App\Service\Mailer\MailerService
  2867.      */
  2868.     protected function getMailerServiceService()
  2869.     {
  2870.         $a = ($this->privates['Nellapp\\Bundle\\SDKBundle\\Mailer\\Mailer'] ?? $this->getMailerService());
  2871.         if (isset($this->privates['App\\Service\\Mailer\\MailerService'])) {
  2872.             return $this->privates['App\\Service\\Mailer\\MailerService'];
  2873.         }
  2874.         $b = ($this->services['router'] ?? $this->getRouterService());
  2875.         if (isset($this->privates['App\\Service\\Mailer\\MailerService'])) {
  2876.             return $this->privates['App\\Service\\Mailer\\MailerService'];
  2877.         }
  2878.         $c = ($this->privates['Nellapp\\Bundle\\SDKBundle\\Routing\\Utils\\ChannelMainDomainUtils'] ?? $this->getChannelMainDomainUtilsService());
  2879.         if (isset($this->privates['App\\Service\\Mailer\\MailerService'])) {
  2880.             return $this->privates['App\\Service\\Mailer\\MailerService'];
  2881.         }
  2882.         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()));
  2883.     }
  2884.     /**
  2885.      * Gets the private 'App\Service\Sync\Routing\Loader\RouteCollectionLoader' shared autowired service.
  2886.      *
  2887.      * @return \App\Service\Sync\Routing\Loader\RouteCollectionLoader
  2888.      */
  2889.     protected function getRouteCollectionLoaderService()
  2890.     {
  2891.         $a = ($this->privates['App\\Service\\Sync\\Routing\\Routing'] ?? $this->getRoutingService());
  2892.         if (isset($this->privates['App\\Service\\Sync\\Routing\\Loader\\RouteCollectionLoader'])) {
  2893.             return $this->privates['App\\Service\\Sync\\Routing\\Loader\\RouteCollectionLoader'];
  2894.         }
  2895.         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);
  2896.     }
  2897.     /**
  2898.      * Gets the private 'App\Service\Sync\Routing\Routing' shared autowired service.
  2899.      *
  2900.      * @return \App\Service\Sync\Routing\Routing
  2901.      */
  2902.     protected function getRoutingService()
  2903.     {
  2904.         $a = ($this->services['router'] ?? $this->getRouterService());
  2905.         if (isset($this->privates['App\\Service\\Sync\\Routing\\Routing'])) {
  2906.             return $this->privates['App\\Service\\Sync\\Routing\\Routing'];
  2907.         }
  2908.         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);
  2909.     }
  2910.     /**
  2911.      * Gets the private 'App\Twig\Extension\Channel\ChannelUserExtension' shared autowired service.
  2912.      *
  2913.      * @return \App\Twig\Extension\Channel\ChannelUserExtension
  2914.      */
  2915.     protected function getChannelUserExtensionService()
  2916.     {
  2917.         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()));
  2918.     }
  2919.     /**
  2920.      * Gets the private 'Drosalys\Bundle\ApiBundle\Action\ActionRetriever' shared autowired service.
  2921.      *
  2922.      * @return \Drosalys\Bundle\ApiBundle\Action\ActionRetriever
  2923.      */
  2924.     protected function getActionRetrieverService()
  2925.     {
  2926.         return $this->privates['Drosalys\\Bundle\\ApiBundle\\Action\\ActionRetriever'] = new \Drosalys\Bundle\ApiBundle\Action\ActionRetriever(new RewindableGenerator(function () {
  2927.             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()));
  2928.             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()));
  2929.         }, 2));
  2930.     }
  2931.     /**
  2932.      * Gets the private 'Drosalys\Bundle\ApiBundle\EventSubscriber\ActionControllerSubscriber' shared autowired service.
  2933.      *
  2934.      * @return \Drosalys\Bundle\ApiBundle\EventSubscriber\ActionControllerSubscriber
  2935.      */
  2936.     protected function getActionControllerSubscriberService()
  2937.     {
  2938.         $a = ($this->services['router'] ?? $this->getRouterService());
  2939.         if (isset($this->privates['Drosalys\\Bundle\\ApiBundle\\EventSubscriber\\ActionControllerSubscriber'])) {
  2940.             return $this->privates['Drosalys\\Bundle\\ApiBundle\\EventSubscriber\\ActionControllerSubscriber'];
  2941.         }
  2942.         return $this->privates['Drosalys\\Bundle\\ApiBundle\\EventSubscriber\\ActionControllerSubscriber'] = new \Drosalys\Bundle\ApiBundle\EventSubscriber\ActionControllerSubscriber(($this->privates['Drosalys\\Bundle\\ApiBundle\\Action\\ActionRetriever'] ?? $this->getActionRetrieverService()), $a);
  2943.     }
  2944.     /**
  2945.      * Gets the private 'Drosalys\Bundle\ApiBundle\EventSubscriber\DeserializeActionControllerSubscriber' shared autowired service.
  2946.      *
  2947.      * @return \Drosalys\Bundle\ApiBundle\EventSubscriber\DeserializeActionControllerSubscriber
  2948.      */
  2949.     protected function getDeserializeActionControllerSubscriberService()
  2950.     {
  2951.         $a = ($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService());
  2952.         if (isset($this->privates['Drosalys\\Bundle\\ApiBundle\\EventSubscriber\\DeserializeActionControllerSubscriber'])) {
  2953.             return $this->privates['Drosalys\\Bundle\\ApiBundle\\EventSubscriber\\DeserializeActionControllerSubscriber'];
  2954.         }
  2955.         $b = ($this->privates['debug.argument_resolver'] ?? $this->getDebug_ArgumentResolverService());
  2956.         if (isset($this->privates['Drosalys\\Bundle\\ApiBundle\\EventSubscriber\\DeserializeActionControllerSubscriber'])) {
  2957.             return $this->privates['Drosalys\\Bundle\\ApiBundle\\EventSubscriber\\DeserializeActionControllerSubscriber'];
  2958.         }
  2959.         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);
  2960.     }
  2961.     /**
  2962.      * Gets the private 'Drosalys\Bundle\ApiBundle\Serializer\Adapter\Symfony\SerializerAdapter' shared autowired service.
  2963.      *
  2964.      * @return \Drosalys\Bundle\ApiBundle\Serializer\Adapter\Symfony\SerializerAdapter
  2965.      */
  2966.     protected function getSerializerAdapterService()
  2967.     {
  2968.         $a = ($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService());
  2969.         if (isset($this->privates['Drosalys\\Bundle\\ApiBundle\\Serializer\\Adapter\\Symfony\\SerializerAdapter'])) {
  2970.             return $this->privates['Drosalys\\Bundle\\ApiBundle\\Serializer\\Adapter\\Symfony\\SerializerAdapter'];
  2971.         }
  2972.         return $this->privates['Drosalys\\Bundle\\ApiBundle\\Serializer\\Adapter\\Symfony\\SerializerAdapter'] = new \Drosalys\Bundle\ApiBundle\Serializer\Adapter\Symfony\SerializerAdapter($a);
  2973.     }
  2974.     /**
  2975.      * Gets the private 'Nellapp\Bundle\SDKBundle\EventSubscriber\ControllerEntityResolverSubscriber' shared autowired service.
  2976.      *
  2977.      * @return \Nellapp\Bundle\SDKBundle\EventSubscriber\ControllerEntityResolverSubscriber
  2978.      */
  2979.     protected function getControllerEntityResolverSubscriberService()
  2980.     {
  2981.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  2982.         if (isset($this->privates['Nellapp\\Bundle\\SDKBundle\\EventSubscriber\\ControllerEntityResolverSubscriber'])) {
  2983.             return $this->privates['Nellapp\\Bundle\\SDKBundle\\EventSubscriber\\ControllerEntityResolverSubscriber'];
  2984.         }
  2985.         return $this->privates['Nellapp\\Bundle\\SDKBundle\\EventSubscriber\\ControllerEntityResolverSubscriber'] = new \Nellapp\Bundle\SDKBundle\EventSubscriber\ControllerEntityResolverSubscriber($a);
  2986.     }
  2987.     /**
  2988.      * Gets the private 'Nellapp\Bundle\SDKBundle\EventSubscriber\DeviceIdSubscriber' shared autowired service.
  2989.      *
  2990.      * @return \Nellapp\Bundle\SDKBundle\EventSubscriber\DeviceIdSubscriber
  2991.      */
  2992.     protected function getDeviceIdSubscriberService()
  2993.     {
  2994.         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'))));
  2995.     }
  2996.     /**
  2997.      * Gets the private 'Nellapp\Bundle\SDKBundle\EventSubscriber\RequestChannelDomainSubscriber' shared autowired service.
  2998.      *
  2999.      * @return \Nellapp\Bundle\SDKBundle\EventSubscriber\RequestChannelDomainSubscriber
  3000.      */
  3001.     protected function getRequestChannelDomainSubscriberService()
  3002.     {
  3003.         $a = ($this->privates['Nellapp\\Bundle\\SDKBundle\\Routing\\Utils\\ChannelMainDomainUtils'] ?? $this->getChannelMainDomainUtilsService());
  3004.         if (isset($this->privates['Nellapp\\Bundle\\SDKBundle\\EventSubscriber\\RequestChannelDomainSubscriber'])) {
  3005.             return $this->privates['Nellapp\\Bundle\\SDKBundle\\EventSubscriber\\RequestChannelDomainSubscriber'];
  3006.         }
  3007.         $b = ($this->services['router'] ?? $this->getRouterService());
  3008.         if (isset($this->privates['Nellapp\\Bundle\\SDKBundle\\EventSubscriber\\RequestChannelDomainSubscriber'])) {
  3009.             return $this->privates['Nellapp\\Bundle\\SDKBundle\\EventSubscriber\\RequestChannelDomainSubscriber'];
  3010.         }
  3011.         return $this->privates['Nellapp\\Bundle\\SDKBundle\\EventSubscriber\\RequestChannelDomainSubscriber'] = new \Nellapp\Bundle\SDKBundle\EventSubscriber\RequestChannelDomainSubscriber($a$b);
  3012.     }
  3013.     /**
  3014.      * Gets the private 'Nellapp\Bundle\SDKBundle\GlobalGetters\GlobalEntitiesService' shared autowired service.
  3015.      *
  3016.      * @return \Nellapp\Bundle\SDKBundle\GlobalGetters\GlobalEntitiesService
  3017.      */
  3018.     protected function getGlobalEntitiesServiceService()
  3019.     {
  3020.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  3021.         if (isset($this->privates['Nellapp\\Bundle\\SDKBundle\\GlobalGetters\\GlobalEntitiesService'])) {
  3022.             return $this->privates['Nellapp\\Bundle\\SDKBundle\\GlobalGetters\\GlobalEntitiesService'];
  3023.         }
  3024.         return $this->privates['Nellapp\\Bundle\\SDKBundle\\GlobalGetters\\GlobalEntitiesService'] = new \Nellapp\Bundle\SDKBundle\GlobalGetters\GlobalEntitiesService($a, ($this->privates['Nellapp\\Bundle\\SDKBundle\\GlobalGetters\\GlobalEntityKeys'] ?? $this->getGlobalEntityKeysService()));
  3025.     }
  3026.     /**
  3027.      * Gets the private 'Nellapp\Bundle\SDKBundle\GlobalGetters\GlobalEntityKeys' shared autowired service.
  3028.      *
  3029.      * @return \Nellapp\Bundle\SDKBundle\GlobalGetters\GlobalEntityKeys
  3030.      */
  3031.     protected function getGlobalEntityKeysService()
  3032.     {
  3033.         return $this->privates['Nellapp\\Bundle\\SDKBundle\\GlobalGetters\\GlobalEntityKeys'] = new \Nellapp\Bundle\SDKBundle\GlobalGetters\GlobalEntityKeys($this->parameters['nellapp_sdk.global_getter.global_entities']);
  3034.     }
  3035.     /**
  3036.      * Gets the private 'Nellapp\Bundle\SDKBundle\Mailer\Mailer' shared autowired service.
  3037.      *
  3038.      * @return \Nellapp\Bundle\SDKBundle\Mailer\Mailer
  3039.      */
  3040.     protected function getMailerService()
  3041.     {
  3042.         $a = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  3043.         if (isset($this->privates['Nellapp\\Bundle\\SDKBundle\\Mailer\\Mailer'])) {
  3044.             return $this->privates['Nellapp\\Bundle\\SDKBundle\\Mailer\\Mailer'];
  3045.         }
  3046.         $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()));
  3047.         $instance->setLogger(($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  3048.         return $instance;
  3049.     }
  3050.     /**
  3051.      * Gets the private 'Nellapp\Bundle\SDKBundle\Permission\ChannelUserPermissionManager' shared autowired service.
  3052.      *
  3053.      * @return \Nellapp\Bundle\SDKBundle\Permission\ChannelUserPermissionManager
  3054.      */
  3055.     protected function getChannelUserPermissionManager2Service()
  3056.     {
  3057.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  3058.         if (isset($this->privates['Nellapp\\Bundle\\SDKBundle\\Permission\\ChannelUserPermissionManager'])) {
  3059.             return $this->privates['Nellapp\\Bundle\\SDKBundle\\Permission\\ChannelUserPermissionManager'];
  3060.         }
  3061.         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);
  3062.     }
  3063.     /**
  3064.      * Gets the private 'Nellapp\Bundle\SDKBundle\Permission\ChannelUserPermissionService' shared autowired service.
  3065.      *
  3066.      * @return \Nellapp\Bundle\SDKBundle\Permission\ChannelUserPermissionService
  3067.      */
  3068.     protected function getChannelUserPermissionServiceService()
  3069.     {
  3070.         $a = ($this->privates['Nellapp\\Bundle\\SDKBundle\\Permission\\ChannelUserPermissionManager'] ?? $this->getChannelUserPermissionManager2Service());
  3071.         if (isset($this->privates['Nellapp\\Bundle\\SDKBundle\\Permission\\ChannelUserPermissionService'])) {
  3072.             return $this->privates['Nellapp\\Bundle\\SDKBundle\\Permission\\ChannelUserPermissionService'];
  3073.         }
  3074.         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()));
  3075.     }
  3076.     /**
  3077.      * Gets the private 'Nellapp\Bundle\SDKBundle\Permission\Enum\ChannelUserPermissionEnumManager' shared autowired service.
  3078.      *
  3079.      * @return \Nellapp\Bundle\SDKBundle\Permission\Enum\ChannelUserPermissionEnumManager
  3080.      */
  3081.     protected function getChannelUserPermissionEnumManagerService()
  3082.     {
  3083.         return $this->privates['Nellapp\\Bundle\\SDKBundle\\Permission\\Enum\\ChannelUserPermissionEnumManager'] = new \Nellapp\Bundle\SDKBundle\Permission\Enum\ChannelUserPermissionEnumManager(new RewindableGenerator(function () {
  3084.             yield => ($this->privates['App\\Enum\\ChannelUserResourcePermission\\ChannelUserActivityFeedPermissionEnum'] ?? ($this->privates['App\\Enum\\ChannelUserResourcePermission\\ChannelUserActivityFeedPermissionEnum'] = new \App\Enum\ChannelUserResourcePermission\ChannelUserActivityFeedPermissionEnum()));
  3085.             yield => ($this->privates['App\\Enum\\ChannelUserResourcePermission\\ChannelUserPermissionAsyncEnum'] ?? ($this->privates['App\\Enum\\ChannelUserResourcePermission\\ChannelUserPermissionAsyncEnum'] = new \App\Enum\ChannelUserResourcePermission\ChannelUserPermissionAsyncEnum()));
  3086.             yield => ($this->privates['App\\Enum\\ChannelUserResourcePermission\\ChannelUserServicePermissionEnum'] ?? ($this->privates['App\\Enum\\ChannelUserResourcePermission\\ChannelUserServicePermissionEnum'] = new \App\Enum\ChannelUserResourcePermission\ChannelUserServicePermissionEnum()));
  3087.             yield => ($this->privates['Nellapp\\Bundle\\SDKBundle\\Permission\\Enum\\ChannelUserChannelUserDataPermissionEnum'] ?? ($this->privates['Nellapp\\Bundle\\SDKBundle\\Permission\\Enum\\ChannelUserChannelUserDataPermissionEnum'] = new \Nellapp\Bundle\SDKBundle\Permission\Enum\ChannelUserChannelUserDataPermissionEnum()));
  3088.             yield => ($this->privates['Nellapp\\Bundle\\SDKBundle\\Permission\\Enum\\ChannelUserCursusPermissionEnum'] ?? ($this->privates['Nellapp\\Bundle\\SDKBundle\\Permission\\Enum\\ChannelUserCursusPermissionEnum'] = new \Nellapp\Bundle\SDKBundle\Permission\Enum\ChannelUserCursusPermissionEnum()));
  3089.             yield => ($this->privates['Nellapp\\Bundle\\SDKBundle\\Permission\\Enum\\ChannelUserPermissionAsyncEnum'] ?? ($this->privates['Nellapp\\Bundle\\SDKBundle\\Permission\\Enum\\ChannelUserPermissionAsyncEnum'] = new \Nellapp\Bundle\SDKBundle\Permission\Enum\ChannelUserPermissionAsyncEnum()));
  3090.             yield => ($this->privates['Nellapp\\Bundle\\SDKBundle\\Permission\\Enum\\ChannelUserPermissionEnum'] ?? ($this->privates['Nellapp\\Bundle\\SDKBundle\\Permission\\Enum\\ChannelUserPermissionEnum'] = new \Nellapp\Bundle\SDKBundle\Permission\Enum\ChannelUserPermissionEnum()));
  3091.             yield => ($this->privates['Nellapp\\Bundle\\SDKBundle\\Permission\\Enum\\ChannelUserSessionPermissionEnum'] ?? ($this->privates['Nellapp\\Bundle\\SDKBundle\\Permission\\Enum\\ChannelUserSessionPermissionEnum'] = new \Nellapp\Bundle\SDKBundle\Permission\Enum\ChannelUserSessionPermissionEnum()));
  3092.             yield => ($this->privates['Nellapp\\Bundle\\SDKBundle\\Permission\\Enum\\ChannelUserTrainingPermissionEnum'] ?? ($this->privates['Nellapp\\Bundle\\SDKBundle\\Permission\\Enum\\ChannelUserTrainingPermissionEnum'] = new \Nellapp\Bundle\SDKBundle\Permission\Enum\ChannelUserTrainingPermissionEnum()));
  3093.         }, 9));
  3094.     }
  3095.     /**
  3096.      * Gets the private 'Nellapp\Bundle\SDKBundle\Permission\Security\Hierarchy\ChannelUserPermissionHierarchyManager' shared autowired service.
  3097.      *
  3098.      * @return \Nellapp\Bundle\SDKBundle\Permission\Security\Hierarchy\ChannelUserPermissionHierarchyManager
  3099.      */
  3100.     protected function getChannelUserPermissionHierarchyManagerService()
  3101.     {
  3102.         return $this->privates['Nellapp\\Bundle\\SDKBundle\\Permission\\Security\\Hierarchy\\ChannelUserPermissionHierarchyManager'] = new \Nellapp\Bundle\SDKBundle\Permission\Security\Hierarchy\ChannelUserPermissionHierarchyManager(new RewindableGenerator(function () {
  3103.             yield => ($this->privates['App\\Security\\Hierarchy\\ChannelServicePermissionHierarchy'] ?? ($this->privates['App\\Security\\Hierarchy\\ChannelServicePermissionHierarchy'] = new \App\Security\Hierarchy\ChannelServicePermissionHierarchy()));
  3104.             yield => ($this->privates['App\\Security\\Hierarchy\\ChannelUserPermissionAsyncHierarchy'] ?? ($this->privates['App\\Security\\Hierarchy\\ChannelUserPermissionAsyncHierarchy'] = new \App\Security\Hierarchy\ChannelUserPermissionAsyncHierarchy()));
  3105.             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()));
  3106.             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()));
  3107.             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()));
  3108.             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()));
  3109.             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()));
  3110.         }, 7));
  3111.     }
  3112.     /**
  3113.      * Gets the private 'Nellapp\Bundle\SDKBundle\Permission\Twig\Runtime\Info\ChannelUserDataPermissionRuntime' shared autowired service.
  3114.      *
  3115.      * @return \Nellapp\Bundle\SDKBundle\Permission\Twig\Runtime\Info\ChannelUserDataPermissionRuntime
  3116.      */
  3117.     protected function getChannelUserDataPermissionRuntimeService()
  3118.     {
  3119.         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()));
  3120.     }
  3121.     /**
  3122.      * Gets the private 'Nellapp\Bundle\SDKBundle\Permission\UserOwner\UserOwnerGetter' shared autowired service.
  3123.      *
  3124.      * @return \Nellapp\Bundle\SDKBundle\Permission\UserOwner\UserOwnerGetter
  3125.      */
  3126.     protected function getUserOwnerGetterService()
  3127.     {
  3128.         return $this->privates['Nellapp\\Bundle\\SDKBundle\\Permission\\UserOwner\\UserOwnerGetter'] = new \Nellapp\Bundle\SDKBundle\Permission\UserOwner\UserOwnerGetter(new RewindableGenerator(function () {
  3129.             return new \EmptyIterator();
  3130.         }, 0));
  3131.     }
  3132.     /**
  3133.      * Gets the private 'Nellapp\Bundle\SDKBundle\Routing\Utils\ChannelMainDomainUtils' shared autowired service.
  3134.      *
  3135.      * @return \Nellapp\Bundle\SDKBundle\Routing\Utils\ChannelMainDomainUtils
  3136.      */
  3137.     protected function getChannelMainDomainUtilsService()
  3138.     {
  3139.         $a = ($this->privates['Nellapp\\Bundle\\SDKBundle\\GlobalGetters\\GlobalEntitiesService'] ?? $this->getGlobalEntitiesServiceService());
  3140.         if (isset($this->privates['Nellapp\\Bundle\\SDKBundle\\Routing\\Utils\\ChannelMainDomainUtils'])) {
  3141.             return $this->privates['Nellapp\\Bundle\\SDKBundle\\Routing\\Utils\\ChannelMainDomainUtils'];
  3142.         }
  3143.         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);
  3144.     }
  3145.     /**
  3146.      * Gets the private 'Nellapp\Bundle\SDKBundle\Twig\Runtime\FileRuntime' shared autowired service.
  3147.      *
  3148.      * @return \Nellapp\Bundle\SDKBundle\Twig\Runtime\FileRuntime
  3149.      */
  3150.     protected function getFileRuntime2Service()
  3151.     {
  3152.         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()));
  3153.     }
  3154.     /**
  3155.      * Gets the private 'Nellapp\Bundle\SDKBundle\Twig\Runtime\ImageRunTime' shared autowired service.
  3156.      *
  3157.      * @return \Nellapp\Bundle\SDKBundle\Twig\Runtime\ImageRunTime
  3158.      */
  3159.     protected function getImageRunTimeService()
  3160.     {
  3161.         return $this->privates['Nellapp\\Bundle\\SDKBundle\\Twig\\Runtime\\ImageRunTime'] = new \Nellapp\Bundle\SDKBundle\Twig\Runtime\ImageRunTime(($this->privates['assets.packages'] ?? $this->getAssets_PackagesService()));
  3162.     }
  3163.     /**
  3164.      * Gets the private 'Nellapp\Bundle\SDKBundle\Uploader\Service\NellappFileService' shared autowired service.
  3165.      *
  3166.      * @return \Nellapp\Bundle\SDKBundle\Uploader\Service\NellappFileService
  3167.      */
  3168.     protected function getNellappFileServiceService()
  3169.     {
  3170.         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, [
  3171.             'oneup_flysystem.admin_channel_user_data_document_filesystem' => ['services''admin_channel_user_data_document_filesystem''getAdminChannelUserDataDocumentFilesystemService'true],
  3172.             'oneup_flysystem.admin_channel_user_data_drive_filesystem' => ['services''admin_channel_user_data_drive_filesystem''getAdminChannelUserDataDriveFilesystemService'false],
  3173.             'oneup_flysystem.cursus_filesystem' => ['services''cursus_filesystem''getCursusFilesystemService'false],
  3174.             'oneup_flysystem.export_filesystem' => ['services''export_filesystem''getExportFilesystemService'true],
  3175.             'oneup_flysystem.organization_filesystem' => ['services''organization_filesystem''getOrganizationFilesystemService'false],
  3176.             'oneup_flysystem.positioning_test_filesystem' => ['services''positioning_test_filesystem''getPositioningTestFilesystemService'false],
  3177.         ], [
  3178.             'oneup_flysystem.admin_channel_user_data_document_filesystem' => '?',
  3179.             'oneup_flysystem.admin_channel_user_data_drive_filesystem' => '?',
  3180.             'oneup_flysystem.cursus_filesystem' => '?',
  3181.             'oneup_flysystem.export_filesystem' => '?',
  3182.             'oneup_flysystem.organization_filesystem' => '?',
  3183.             'oneup_flysystem.positioning_test_filesystem' => '?',
  3184.         ]), ($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_document_upload' => ['maxsize' => 1000000000'mimeTypes' => $this->parameters['admin_channel_user_data_document_upload_mime_types'], 'uploadDirectory' => (\dirname(__DIR__3).'/uploads/admin_channel_user_data_document/')]]), ($this->privates['assets.packages'] ?? $this->getAssets_PackagesService()));
  3185.     }
  3186.     /**
  3187.      * Gets the private 'Symfony\WebpackEncoreBundle\EventListener\ResetAssetsEventListener' shared service.
  3188.      *
  3189.      * @return \Symfony\WebpackEncoreBundle\EventListener\ResetAssetsEventListener
  3190.      */
  3191.     protected function getResetAssetsEventListenerService()
  3192.     {
  3193.         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']);
  3194.     }
  3195.     /**
  3196.      * Gets the private 'annotations.cache_adapter' shared service.
  3197.      *
  3198.      * @return \Symfony\Component\Cache\Adapter\PhpArrayAdapter
  3199.      */
  3200.     protected function getAnnotations_CacheAdapterService()
  3201.     {
  3202.         return \Symfony\Component\Cache\Adapter\PhpArrayAdapter::create(($this->targetDir.''.'/annotations.php'), ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService()));
  3203.     }
  3204.     /**
  3205.      * Gets the private 'annotations.cached_reader' shared service.
  3206.      *
  3207.      * @return \Doctrine\Common\Annotations\PsrCachedReader
  3208.      */
  3209.     protected function getAnnotations_CachedReaderService()
  3210.     {
  3211.         return $this->privates['annotations.cached_reader'] = new \Doctrine\Common\Annotations\PsrCachedReader(($this->privates['annotations.reader'] ?? $this->getAnnotations_ReaderService()), $this->getAnnotations_CacheAdapterService(), true);
  3212.     }
  3213.     /**
  3214.      * Gets the private 'annotations.reader' shared service.
  3215.      *
  3216.      * @return \Doctrine\Common\Annotations\AnnotationReader
  3217.      */
  3218.     protected function getAnnotations_ReaderService()
  3219.     {
  3220.         $this->privates['annotations.reader'] = $instance = new \Doctrine\Common\Annotations\AnnotationReader();
  3221.         $a = new \Doctrine\Common\Annotations\AnnotationRegistry();
  3222.         $a->registerUniqueLoader('class_exists');
  3223.         $instance->addGlobalIgnoredName('required'$a);
  3224.         return $instance;
  3225.     }
  3226.     /**
  3227.      * Gets the private 'assets.context' shared service.
  3228.      *
  3229.      * @return \Symfony\Component\Asset\Context\RequestStackContext
  3230.      */
  3231.     protected function getAssets_ContextService()
  3232.     {
  3233.         $a = ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService());
  3234.         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());
  3235.     }
  3236.     /**
  3237.      * Gets the private 'assets.packages' shared service.
  3238.      *
  3239.      * @return \Symfony\Component\Asset\Packages
  3240.      */
  3241.     protected function getAssets_PackagesService()
  3242.     {
  3243.         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 () {
  3244.             yield 'account' => ($this->privates['assets._package_account'] ?? $this->load('getAssets_PackageAccountService'));
  3245.             yield 'admin' => ($this->privates['assets._package_admin'] ?? $this->load('getAssets_PackageAdminService'));
  3246.             yield 'super_admin' => ($this->privates['assets._package_super_admin'] ?? $this->load('getAssets_PackageSuperAdminService'));
  3247.             yield 'core' => ($this->privates['nellapp_sdk.assets._package_core'] ?? $this->load('getNellappSdk_Assets_PackageCoreService'));
  3248.             yield 'channel_image' => ($this->privates['nellapp_sdk.assets._package_channel_image'] ?? $this->load('getNellappSdk_Assets_PackageChannelImageService'));
  3249.             yield 'user_avatar' => ($this->privates['nellapp_sdk.assets._package_user_avatar'] ?? $this->load('getNellappSdk_Assets_PackageUserAvatarService'));
  3250.             yield 'organization_file' => ($this->privates['nellapp_sdk.assets._package_organization_file'] ?? $this->load('getNellappSdk_Assets_PackageOrganizationFileService'));
  3251.         }, 7));
  3252.     }
  3253.     /**
  3254.      * Gets the private 'cache.annotations' shared service.
  3255.      *
  3256.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  3257.      */
  3258.     protected function getCache_AnnotationsService()
  3259.     {
  3260.         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())));
  3261.     }
  3262.     /**
  3263.      * Gets the private 'cache.doctrine.orm.default.query' shared service.
  3264.      *
  3265.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  3266.      */
  3267.     protected function getCache_Doctrine_Orm_Default_QueryService()
  3268.     {
  3269.         return $this->privates['cache.doctrine.orm.default.query'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  3270.     }
  3271.     /**
  3272.      * Gets the private 'cache.doctrine.orm.default.result' shared service.
  3273.      *
  3274.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  3275.      */
  3276.     protected function getCache_Doctrine_Orm_Default_ResultService()
  3277.     {
  3278.         return $this->privates['cache.doctrine.orm.default.result'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  3279.     }
  3280.     /**
  3281.      * Gets the private 'cache.messenger.restart_workers_signal' shared service.
  3282.      *
  3283.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  3284.      */
  3285.     protected function getCache_Messenger_RestartWorkersSignalService()
  3286.     {
  3287.         $a = new \Symfony\Component\Cache\Adapter\RedisAdapter(($this->privates['.cache_connection.yGUkEkL'] ?? $this->get_CacheConnection_YGUkEkLService()), 'rC9AFPHjnt'0, ($this->privates['cache.default_marshaller'] ?? ($this->privates['cache.default_marshaller'] = new \Symfony\Component\Cache\Marshaller\DefaultMarshaller(NULLtrue))));
  3288.         $a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  3289.         return $this->privates['cache.messenger.restart_workers_signal'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter($a);
  3290.     }
  3291.     /**
  3292.      * Gets the private 'cache.property_info' shared service.
  3293.      *
  3294.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  3295.      */
  3296.     protected function getCache_PropertyInfoService()
  3297.     {
  3298.         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())));
  3299.     }
  3300.     /**
  3301.      * Gets the private 'cache.security_expression_language' shared service.
  3302.      *
  3303.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  3304.      */
  3305.     protected function getCache_SecurityExpressionLanguageService()
  3306.     {
  3307.         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())));
  3308.     }
  3309.     /**
  3310.      * Gets the private 'cache.serializer' shared service.
  3311.      *
  3312.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  3313.      */
  3314.     protected function getCache_SerializerService()
  3315.     {
  3316.         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())));
  3317.     }
  3318.     /**
  3319.      * Gets the private 'cache.validator' shared service.
  3320.      *
  3321.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  3322.      */
  3323.     protected function getCache_ValidatorService()
  3324.     {
  3325.         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())));
  3326.     }
  3327.     /**
  3328.      * Gets the private 'cache.webpack_encore' shared service.
  3329.      *
  3330.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  3331.      */
  3332.     protected function getCache_WebpackEncoreService()
  3333.     {
  3334.         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())));
  3335.     }
  3336.     /**
  3337.      * Gets the private 'config_cache_factory' shared service.
  3338.      *
  3339.      * @return \Symfony\Component\Config\ResourceCheckerConfigCacheFactory
  3340.      */
  3341.     protected function getConfigCacheFactoryService()
  3342.     {
  3343.         return $this->privates['config_cache_factory'] = new \Symfony\Component\Config\ResourceCheckerConfigCacheFactory(new RewindableGenerator(function () {
  3344.             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)));
  3345.             yield => ($this->privates['config.resource.self_checking_resource_checker'] ?? ($this->privates['config.resource.self_checking_resource_checker'] = new \Symfony\Component\Config\Resource\SelfCheckingResourceChecker()));
  3346.         }, 2));
  3347.     }
  3348.     /**
  3349.      * Gets the private 'data_collector.form' shared service.
  3350.      *
  3351.      * @return \Symfony\Component\Form\Extension\DataCollector\FormDataCollector
  3352.      */
  3353.     protected function getDataCollector_FormService()
  3354.     {
  3355.         return $this->privates['data_collector.form'] = new \Symfony\Component\Form\Extension\DataCollector\FormDataCollector(new \Symfony\Component\Form\Extension\DataCollector\FormDataExtractor());
  3356.     }
  3357.     /**
  3358.      * Gets the private 'data_collector.request' shared service.
  3359.      *
  3360.      * @return \Symfony\Component\HttpKernel\DataCollector\RequestDataCollector
  3361.      */
  3362.     protected function getDataCollector_RequestService()
  3363.     {
  3364.         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())));
  3365.     }
  3366.     /**
  3367.      * Gets the private 'debug.argument_resolver' shared service.
  3368.      *
  3369.      * @return \Symfony\Component\HttpKernel\Controller\TraceableArgumentResolver
  3370.      */
  3371.     protected function getDebug_ArgumentResolverService()
  3372.     {
  3373.         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 () {
  3374.             yield => ($this->privates['debug.argument_resolver.request_attribute'] ?? $this->load('getDebug_ArgumentResolver_RequestAttributeService'));
  3375.             yield => ($this->privates['debug.argument_resolver.request'] ?? $this->load('getDebug_ArgumentResolver_RequestService'));
  3376.             yield => ($this->privates['debug.argument_resolver.session'] ?? $this->load('getDebug_ArgumentResolver_SessionService'));
  3377.             yield => ($this->privates['debug.security.user_value_resolver'] ?? $this->load('getDebug_Security_UserValueResolverService'));
  3378.             yield => ($this->privates['debug.Drosalys\\Bundle\\ApiBundle\\ArgumentResolver\\ActionResolver'] ?? $this->load('getActionResolverService'));
  3379.             yield => ($this->privates['debug.Drosalys\\Bundle\\ApiBundle\\ArgumentResolver\\ConstraintViolationListResolver'] ?? $this->load('getConstraintViolationListResolverService'));
  3380.             yield => ($this->privates['debug.Drosalys\\Bundle\\ApiBundle\\ArgumentResolver\\DeserializeResolver'] ?? $this->load('getDeserializeResolverService'));
  3381.             yield => ($this->privates['debug.argument_resolver.service'] ?? $this->load('getDebug_ArgumentResolver_ServiceService'));
  3382.             yield => ($this->privates['debug.argument_resolver.default'] ?? $this->load('getDebug_ArgumentResolver_DefaultService'));
  3383.             yield => ($this->privates['debug.argument_resolver.variadic'] ?? $this->load('getDebug_ArgumentResolver_VariadicService'));
  3384.             yield 10 => ($this->privates['debug.argument_resolver.not_tagged_controller'] ?? $this->load('getDebug_ArgumentResolver_NotTaggedControllerService'));
  3385.         }, 11)), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  3386.     }
  3387.     /**
  3388.      * Gets the private 'debug.debug_handlers_listener' shared service.
  3389.      *
  3390.      * @return \Symfony\Component\HttpKernel\EventListener\DebugHandlersListener
  3391.      */
  3392.     protected function getDebug_DebugHandlersListenerService()
  3393.     {
  3394.         $a = new \Symfony\Bridge\Monolog\Logger('php');
  3395.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  3396.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  3397.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  3398.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  3399.         return $this->privates['debug.debug_handlers_listener'] = new \Symfony\Component\HttpKernel\EventListener\DebugHandlersListener(NULL$aNULL, -1truetrueNULL);
  3400.     }
  3401.     /**
  3402.      * Gets the private 'debug.file_link_formatter' shared service.
  3403.      *
  3404.      * @return \Symfony\Component\HttpKernel\Debug\FileLinkFormatter
  3405.      */
  3406.     protected function getDebug_FileLinkFormatterService()
  3407.     {
  3408.         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 () {
  3409.             return ($this->privates['debug.file_link_formatter.url_format'] ?? $this->load('getDebug_FileLinkFormatter_UrlFormatService'));
  3410.         });
  3411.     }
  3412.     /**
  3413.      * Gets the private 'debug.log_processor' shared service.
  3414.      *
  3415.      * @return \Symfony\Bridge\Monolog\Processor\DebugProcessor
  3416.      */
  3417.     protected function getDebug_LogProcessorService()
  3418.     {
  3419.         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())));
  3420.     }
  3421.     /**
  3422.      * Gets the private 'debug.security.access.decision_manager' shared service.
  3423.      *
  3424.      * @return \Symfony\Component\Security\Core\Authorization\TraceableAccessDecisionManager
  3425.      */
  3426.     protected function getDebug_Security_Access_DecisionManagerService()
  3427.     {
  3428.         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 () {
  3429.             yield => ($this->privates['debug.security.voter.security.access.authenticated_voter'] ?? $this->load('getDebug_Security_Voter_Security_Access_AuthenticatedVoterService'));
  3430.             yield => ($this->privates['debug.security.voter.security.access.role_hierarchy_voter'] ?? $this->load('getDebug_Security_Voter_Security_Access_RoleHierarchyVoterService'));
  3431.             yield => ($this->privates['debug.security.voter.security.access.expression_voter'] ?? $this->load('getDebug_Security_Voter_Security_Access_ExpressionVoterService'));
  3432.             yield => ($this->privates['debug.security.voter.App\\Security\\Voter\\AdminDriveVoter'] ?? $this->load('getAdminDriveVoterService'));
  3433.             yield => ($this->privates['debug.security.voter.App\\Security\\Voter\\CursusDriverVoter'] ?? $this->load('getCursusDriverVoterService'));
  3434.             yield => ($this->privates['debug.security.voter.App\\Security\\Voter\\FileExportVoter'] ?? $this->load('getFileExportVoterService'));
  3435.             yield => ($this->privates['debug.security.voter.Nellapp\\Bundle\\SDKBundle\\Permission\\Security\\Voter\\ChannelUserDataVoter'] ?? $this->load('getChannelUserDataVoterService'));
  3436.             yield => ($this->privates['debug.security.voter.Nellapp\\Bundle\\SDKBundle\\Permission\\Security\\Voter\\ChannelUserMenuVoter'] ?? $this->load('getChannelUserMenuVoterService'));
  3437.             yield => ($this->privates['debug.security.voter.Nellapp\\Bundle\\SDKBundle\\Permission\\Security\\Voter\\ChannelUserPermissionResourceVoter'] ?? $this->load('getChannelUserPermissionResourceVoterService'));
  3438.             yield => ($this->privates['debug.security.voter.Nellapp\\Bundle\\SDKBundle\\Permission\\Security\\Voter\\ChannelUserPermissionVoter'] ?? $this->load('getChannelUserPermissionVoterService'));
  3439.             yield 10 => ($this->privates['debug.security.voter.Nellapp\\Bundle\\SDKBundle\\Permission\\Security\\Voter\\SharableChannelPermissionVoter'] ?? $this->load('getSharableChannelPermissionVoterService'));
  3440.             yield 11 => ($this->privates['debug.security.voter.Nellapp\\Bundle\\SDKBundle\\Permission\\Security\\Voter\\SharableChannelResourcePermissionVoter'] ?? $this->load('getSharableChannelResourcePermissionVoterService'));
  3441.             yield 12 => ($this->privates['debug.security.voter.Nellapp\\Bundle\\SDKBundle\\Permission\\Security\\Voter\\SharableUsersResourcePermissionVoter'] ?? $this->load('getSharableUsersResourcePermissionVoterService'));
  3442.             yield 13 => ($this->privates['debug.security.voter.Nellapp\\Bundle\\SDKBundle\\Permission\\Security\\Voter\\SuperAdminVoter'] ?? $this->load('getSuperAdminVoterService'));
  3443.             yield 14 => ($this->privates['debug.security.voter.Nellapp\\Bundle\\SDKBundle\\Permission\\Security\\Voter\\UserOwnerVoter'] ?? $this->load('getUserOwnerVoterService'));
  3444.             yield 15 => ($this->privates['debug.security.voter.Nellapp\\Bundle\\SDKBundle\\Permission\\Security\\Voter\\UsersResourceVoter'] ?? $this->load('getUsersResourceVoterService'));
  3445.         }, 16), new \Symfony\Component\Security\Core\Authorization\Strategy\AffirmativeStrategy(false)));
  3446.     }
  3447.     /**
  3448.      * Gets the private 'debug.security.firewall' shared service.
  3449.      *
  3450.      * @return \Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener
  3451.      */
  3452.     protected function getDebug_Security_FirewallService()
  3453.     {
  3454.         $a = ($this->privates['security.firewall.map'] ?? $this->getSecurity_Firewall_MapService());
  3455.         if (isset($this->privates['debug.security.firewall'])) {
  3456.             return $this->privates['debug.security.firewall'];
  3457.         }
  3458.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  3459.         if (isset($this->privates['debug.security.firewall'])) {
  3460.             return $this->privates['debug.security.firewall'];
  3461.         }
  3462.         return $this->privates['debug.security.firewall'] = new \Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener($a$b, ($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService()));
  3463.     }
  3464.     /**
  3465.      * Gets the private 'doctrine.dbal.default_connection.event_manager' shared service.
  3466.      *
  3467.      * @return \Symfony\Bridge\Doctrine\ContainerAwareEventManager
  3468.      */
  3469.     protected function getDoctrine_Dbal_DefaultConnection_EventManagerService()
  3470.     {
  3471.         return $this->privates['doctrine.dbal.default_connection.event_manager'] = new \Symfony\Bridge\Doctrine\ContainerAwareEventManager(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3472.             'App\\Doctrine\\EventSubscriber\\ChannelUserData\\InternshipSubscriber' => ['privates''App\\Doctrine\\EventSubscriber\\ChannelUserData\\InternshipSubscriber''getInternshipSubscriber2Service'true],
  3473.             'App\\Doctrine\\EventSubscriber\\Sync\\SyncSubscriber' => ['privates''App\\Doctrine\\EventSubscriber\\Sync\\SyncSubscriber''getSyncSubscriberService'true],
  3474.             'DrosalysWeb\\ObjectExtensions\\Bridge\\Doctrine\\ORM\\Subscriber\\BlameSubscriber' => ['privates''DrosalysWeb\\ObjectExtensions\\Bridge\\Doctrine\\ORM\\Subscriber\\BlameSubscriber''getBlameSubscriberService'true],
  3475.             '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],
  3476.             'DrosalysWeb\\ObjectExtensions\\Bridge\\Doctrine\\ORM\\Subscriber\\Mapping\\TimestampSubscriber' => ['privates''DrosalysWeb\\ObjectExtensions\\Bridge\\Doctrine\\ORM\\Subscriber\\Mapping\\TimestampSubscriber''getTimestampSubscriberService'true],
  3477.             'DrosalysWeb\\ObjectExtensions\\Bridge\\Doctrine\\ORM\\Subscriber\\TimestampSubscriber' => ['privates''DrosalysWeb\\ObjectExtensions\\Bridge\\Doctrine\\ORM\\Subscriber\\TimestampSubscriber''getTimestampSubscriber2Service'true],
  3478.             'Nellapp\\Bundle\\SDKBundle\\Archivable\\Doctrine\\EventSubscriber\\ArchivableRepositorySubscriber' => ['privates''Nellapp\\Bundle\\SDKBundle\\Archivable\\Doctrine\\EventSubscriber\\ArchivableRepositorySubscriber''getArchivableRepositorySubscriberService'true],
  3479.             'Nellapp\\Bundle\\SDKBundle\\Export\\AutoExport\\Doctrine\\EventSubscriber\\TerminateExportableSubscriber' => ['privates''Nellapp\\Bundle\\SDKBundle\\Export\\AutoExport\\Doctrine\\EventSubscriber\\TerminateExportableSubscriber''getTerminateExportableSubscriberService'true],
  3480.             'Nellapp\\Bundle\\SDKBundle\\GlobalGetters\\Doctrine\\EventSubscriber\\ValidGlobalChannelAndUserSubscriber' => ['privates''Nellapp\\Bundle\\SDKBundle\\GlobalGetters\\Doctrine\\EventSubscriber\\ValidGlobalChannelAndUserSubscriber''getValidGlobalChannelAndUserSubscriberService'true],
  3481.             'Nellapp\\Bundle\\SDKBundle\\Permission\\Doctrine\\EventSubscriber\\ChannelMenuDisplayedSubscriber' => ['privates''Nellapp\\Bundle\\SDKBundle\\Permission\\Doctrine\\EventSubscriber\\ChannelMenuDisplayedSubscriber''getChannelMenuDisplayedSubscriber2Service'true],
  3482.             'Nellapp\\Bundle\\SDKBundle\\Permission\\Doctrine\\EventSubscriber\\Mapping\\PermissionConstraintSubscriber' => ['privates''Nellapp\\Bundle\\SDKBundle\\Permission\\Doctrine\\EventSubscriber\\Mapping\\PermissionConstraintSubscriber''getPermissionConstraintSubscriberService'true],
  3483.             'Nellapp\\Bundle\\SDKBundle\\TrackData\\Doctrine\\TrackSubscriber' => ['privates''Nellapp\\Bundle\\SDKBundle\\TrackData\\Doctrine\\TrackSubscriber''getTrackSubscriberService'true],
  3484.             'Nellapp\\Bundle\\SDKBundle\\Uploader\\Doctrine\\NellappFileSubscriber' => ['privates''Nellapp\\Bundle\\SDKBundle\\Uploader\\Doctrine\\NellappFileSubscriber''getNellappFileSubscriberService'true],
  3485.             'doctrine.orm.default_listeners.attach_entity_listeners' => ['privates''doctrine.orm.default_listeners.attach_entity_listeners''getDoctrine_Orm_DefaultListeners_AttachEntityListenersService'true],
  3486.             'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber' => ['privates''doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber''getDoctrine_Orm_Listeners_DoctrineDbalCacheAdapterSchemaSubscriberService'true],
  3487.             'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber' => ['privates''doctrine.orm.listeners.doctrine_token_provider_schema_subscriber''getDoctrine_Orm_Listeners_DoctrineTokenProviderSchemaSubscriberService'true],
  3488.             'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber' => ['privates''doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber''getDoctrine_Orm_Listeners_PdoCacheAdapterDoctrineSchemaSubscriberService'true],
  3489.             'doctrine.orm.listeners.resolve_target_entity' => ['privates''doctrine.orm.listeners.resolve_target_entity''getDoctrine_Orm_Listeners_ResolveTargetEntityService'true],
  3490.             'doctrine.orm.messenger.doctrine_schema_subscriber' => ['privates''doctrine.orm.messenger.doctrine_schema_subscriber''getDoctrine_Orm_Messenger_DoctrineSchemaSubscriberService'true],
  3491.             'nellapp_sdk.global_getter.channel_class_resolve_target_entity' => ['privates''nellapp_sdk.global_getter.channel_class_resolve_target_entity''getNellappSdk_GlobalGetter_ChannelClassResolveTargetEntityService'true],
  3492.             '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],
  3493.             '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],
  3494.             '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],
  3495.             'nellapp_sdk.global_getter.user_class_resolve_target_entity' => ['privates''nellapp_sdk.global_getter.user_class_resolve_target_entity''getNellappSdk_GlobalGetter_UserClassResolveTargetEntityService'true],
  3496.             'nellapp_sdk.global_getter.user_notification_class_resolve_target_entity' => ['privates''nellapp_sdk.global_getter.user_notification_class_resolve_target_entity''getNellappSdk_GlobalGetter_UserNotificationClassResolveTargetEntityService'true],
  3497.         ], [
  3498.             'App\\Doctrine\\EventSubscriber\\ChannelUserData\\InternshipSubscriber' => '?',
  3499.             'App\\Doctrine\\EventSubscriber\\Sync\\SyncSubscriber' => '?',
  3500.             'DrosalysWeb\\ObjectExtensions\\Bridge\\Doctrine\\ORM\\Subscriber\\BlameSubscriber' => '?',
  3501.             'DrosalysWeb\\ObjectExtensions\\Bridge\\Doctrine\\ORM\\Subscriber\\Mapping\\BlameSubscriber.App\\Entity\\Account\\User' => '?',
  3502.             'DrosalysWeb\\ObjectExtensions\\Bridge\\Doctrine\\ORM\\Subscriber\\Mapping\\TimestampSubscriber' => '?',
  3503.             'DrosalysWeb\\ObjectExtensions\\Bridge\\Doctrine\\ORM\\Subscriber\\TimestampSubscriber' => '?',
  3504.             'Nellapp\\Bundle\\SDKBundle\\Archivable\\Doctrine\\EventSubscriber\\ArchivableRepositorySubscriber' => '?',
  3505.             'Nellapp\\Bundle\\SDKBundle\\Export\\AutoExport\\Doctrine\\EventSubscriber\\TerminateExportableSubscriber' => '?',
  3506.             'Nellapp\\Bundle\\SDKBundle\\GlobalGetters\\Doctrine\\EventSubscriber\\ValidGlobalChannelAndUserSubscriber' => '?',
  3507.             'Nellapp\\Bundle\\SDKBundle\\Permission\\Doctrine\\EventSubscriber\\ChannelMenuDisplayedSubscriber' => '?',
  3508.             'Nellapp\\Bundle\\SDKBundle\\Permission\\Doctrine\\EventSubscriber\\Mapping\\PermissionConstraintSubscriber' => '?',
  3509.             'Nellapp\\Bundle\\SDKBundle\\TrackData\\Doctrine\\TrackSubscriber' => '?',
  3510.             'Nellapp\\Bundle\\SDKBundle\\Uploader\\Doctrine\\NellappFileSubscriber' => '?',
  3511.             'doctrine.orm.default_listeners.attach_entity_listeners' => '?',
  3512.             'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber' => '?',
  3513.             'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber' => '?',
  3514.             'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber' => '?',
  3515.             'doctrine.orm.listeners.resolve_target_entity' => '?',
  3516.             'doctrine.orm.messenger.doctrine_schema_subscriber' => '?',
  3517.             'nellapp_sdk.global_getter.channel_class_resolve_target_entity' => '?',
  3518.             'nellapp_sdk.global_getter.channel_user_data_class_resolve_target_entity' => '?',
  3519.             'nellapp_sdk.global_getter.channel_user_role_class_resolve_target_entity' => '?',
  3520.             'nellapp_sdk.global_getter.channel_white_label_class_resolve_target_entity' => '?',
  3521.             'nellapp_sdk.global_getter.user_class_resolve_target_entity' => '?',
  3522.             'nellapp_sdk.global_getter.user_notification_class_resolve_target_entity' => '?',
  3523.         ]), [=> '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\\Archivable\\Doctrine\\EventSubscriber\\ArchivableRepositorySubscriber'=> 'Nellapp\\Bundle\\SDKBundle\\GlobalGetters\\Doctrine\\EventSubscriber\\ValidGlobalChannelAndUserSubscriber'=> 'Nellapp\\Bundle\\SDKBundle\\Permission\\Doctrine\\EventSubscriber\\ChannelMenuDisplayedSubscriber'10 => 'Nellapp\\Bundle\\SDKBundle\\Permission\\Doctrine\\EventSubscriber\\Mapping\\PermissionConstraintSubscriber'11 => 'Nellapp\\Bundle\\SDKBundle\\Uploader\\Doctrine\\NellappFileSubscriber'12 => 'nellapp_sdk.global_getter.channel_class_resolve_target_entity'13 => 'nellapp_sdk.global_getter.channel_white_label_class_resolve_target_entity'14 => 'nellapp_sdk.global_getter.user_class_resolve_target_entity'15 => 'nellapp_sdk.global_getter.user_notification_class_resolve_target_entity'16 => 'nellapp_sdk.global_getter.channel_user_data_class_resolve_target_entity'17 => 'nellapp_sdk.global_getter.channel_user_role_class_resolve_target_entity'18 => 'Nellapp\\Bundle\\SDKBundle\\Export\\AutoExport\\Doctrine\\EventSubscriber\\TerminateExportableSubscriber'19 => 'Nellapp\\Bundle\\SDKBundle\\TrackData\\Doctrine\\TrackSubscriber'20 => 'Nellapp\\Bundle\\SDKBundle\\TrackData\\Doctrine\\TrackSubscriber'21 => [=> [=> 'loadClassMetadata'], => 'doctrine.orm.listeners.resolve_target_entity'], 22 => [=> [=> 'onClassMetadataNotFound'], => 'doctrine.orm.listeners.resolve_target_entity'], 23 => [=> [=> 'loadClassMetadata'], => 'doctrine.orm.default_listeners.attach_entity_listeners'], 24 => [=> [=> 'prePersist'], => 'DrosalysWeb\\ObjectExtensions\\Bridge\\Doctrine\\ORM\\Subscriber\\BlameSubscriber'], 25 => [=> [=> 'preUpdate'], => 'DrosalysWeb\\ObjectExtensions\\Bridge\\Doctrine\\ORM\\Subscriber\\BlameSubscriber'], 26 => [=> [=> 'loadClassMetadata'], => 'DrosalysWeb\\ObjectExtensions\\Bridge\\Doctrine\\ORM\\Subscriber\\Mapping\\BlameSubscriber.App\\Entity\\Account\\User'], 27 => [=> [=> 'loadClassMetadata'], => 'DrosalysWeb\\ObjectExtensions\\Bridge\\Doctrine\\ORM\\Subscriber\\Mapping\\TimestampSubscriber'], 28 => [=> [=> 'prePersist'], => 'DrosalysWeb\\ObjectExtensions\\Bridge\\Doctrine\\ORM\\Subscriber\\TimestampSubscriber'], 29 => [=> [=> 'preUpdate'], => 'DrosalysWeb\\ObjectExtensions\\Bridge\\Doctrine\\ORM\\Subscriber\\TimestampSubscriber']]);
  3524.     }
  3525.     /**
  3526.      * Gets the private 'doctrine.migrations.dependency_factory' shared service.
  3527.      *
  3528.      * @return \Doctrine\Migrations\DependencyFactory
  3529.      */
  3530.     protected function getDoctrine_Migrations_DependencyFactoryService()
  3531.     {
  3532.         $a = new \Doctrine\Migrations\Configuration\Configuration();
  3533.         $a->addMigrationsDirectory('DoctrineMigrations', (\dirname(__DIR__4).'/migrations'));
  3534.         $a->setAllOrNothing(false);
  3535.         $a->setCheckDatabasePlatform(true);
  3536.         $a->setTransactional(true);
  3537.         $a->setMetadataStorageConfiguration(new \Doctrine\Migrations\Metadata\Storage\TableMetadataStorageConfiguration());
  3538.         $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()));
  3539.         $instance->setDefinition('Doctrine\\Migrations\\Version\\MigrationFactory', function () {
  3540.             return ($this->privates['doctrine.migrations.container_aware_migrations_factory'] ?? $this->load('getDoctrine_Migrations_ContainerAwareMigrationsFactoryService'));
  3541.         });
  3542.         return $instance;
  3543.     }
  3544.     /**
  3545.      * Gets the private 'doctrine.orm.default_xml_metadata_driver' shared service.
  3546.      *
  3547.      * @return \Doctrine\ORM\Mapping\Driver\SimplifiedXmlDriver
  3548.      */
  3549.     protected function getDoctrine_Orm_DefaultXmlMetadataDriverService()
  3550.     {
  3551.         $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'], '.orm.xml'false);
  3552.         $instance->setGlobalBasename('mapping');
  3553.         return $instance;
  3554.     }
  3555.     /**
  3556.      * Gets the private 'exception_listener' shared service.
  3557.      *
  3558.      * @return \Symfony\Component\HttpKernel\EventListener\ErrorListener
  3559.      */
  3560.     protected function getExceptionListenerService()
  3561.     {
  3562.         return $this->privates['exception_listener'] = new \Symfony\Component\HttpKernel\EventListener\ErrorListener('error_controller', ($this->privates['monolog.logger.request'] ?? $this->getMonolog_Logger_RequestService()), true, []);
  3563.     }
  3564.     /**
  3565.      * Gets the private 'framework_extra_bundle.argument_name_convertor' shared service.
  3566.      *
  3567.      * @return \Sensio\Bundle\FrameworkExtraBundle\Request\ArgumentNameConverter
  3568.      */
  3569.     protected function getFrameworkExtraBundle_ArgumentNameConvertorService()
  3570.     {
  3571.         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())));
  3572.     }
  3573.     /**
  3574.      * Gets the private 'framework_extra_bundle.event.is_granted' shared service.
  3575.      *
  3576.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\IsGrantedListener
  3577.      */
  3578.     protected function getFrameworkExtraBundle_Event_IsGrantedService()
  3579.     {
  3580.         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()));
  3581.     }
  3582.     /**
  3583.      * Gets the private 'knp_paginator.subscriber.sliding_pagination' shared service.
  3584.      *
  3585.      * @return \Knp\Bundle\PaginatorBundle\Subscriber\SlidingPaginationSubscriber
  3586.      */
  3587.     protected function getKnpPaginator_Subscriber_SlidingPaginationService()
  3588.     {
  3589.         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]);
  3590.     }
  3591.     /**
  3592.      * Gets the private 'liip_imagine.filter.configuration' shared service.
  3593.      *
  3594.      * @return \Liip\ImagineBundle\Imagine\Filter\FilterConfiguration
  3595.      */
  3596.     protected function getLiipImagine_Filter_ConfigurationService()
  3597.     {
  3598.         return $this->privates['liip_imagine.filter.configuration'] = new \Liip\ImagineBundle\Imagine\Filter\FilterConfiguration($this->parameters['liip_imagine.filter_sets']);
  3599.     }
  3600.     /**
  3601.      * Gets the private 'locale_aware_listener' shared service.
  3602.      *
  3603.      * @return \Symfony\Component\HttpKernel\EventListener\LocaleAwareListener
  3604.      */
  3605.     protected function getLocaleAwareListenerService()
  3606.     {
  3607.         return $this->privates['locale_aware_listener'] = new \Symfony\Component\HttpKernel\EventListener\LocaleAwareListener(new RewindableGenerator(function () {
  3608.             yield => ($this->privates['slugger'] ?? ($this->privates['slugger'] = new \Symfony\Component\String\Slugger\AsciiSlugger('fr')));
  3609.             yield => ($this->privates['translator.default'] ?? $this->getTranslator_DefaultService());
  3610.         }, 2), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  3611.     }
  3612.     /**
  3613.      * Gets the private 'locale_listener' shared service.
  3614.      *
  3615.      * @return \Symfony\Component\HttpKernel\EventListener\LocaleListener
  3616.      */
  3617.     protected function getLocaleListenerService()
  3618.     {
  3619.         $a = ($this->services['router'] ?? $this->getRouterService());
  3620.         if (isset($this->privates['locale_listener'])) {
  3621.             return $this->privates['locale_listener'];
  3622.         }
  3623.         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, []);
  3624.     }
  3625.     /**
  3626.      * Gets the private 'mime_types' shared service.
  3627.      *
  3628.      * @return \Symfony\Component\Mime\MimeTypes
  3629.      */
  3630.     protected function getMimeTypesService()
  3631.     {
  3632.         $this->privates['mime_types'] = $instance = new \Symfony\Component\Mime\MimeTypes();
  3633.         $instance->setDefault($instance);
  3634.         return $instance;
  3635.     }
  3636.     /**
  3637.      * Gets the private 'monolog.handler.console' shared service.
  3638.      *
  3639.      * @return \Symfony\Bridge\Monolog\Handler\ConsoleHandler
  3640.      */
  3641.     protected function getMonolog_Handler_ConsoleService()
  3642.     {
  3643.         return $this->privates['monolog.handler.console'] = new \Symfony\Bridge\Monolog\Handler\ConsoleHandler(NULLtrue, [], []);
  3644.     }
  3645.     /**
  3646.      * Gets the private 'monolog.handler.main' shared service.
  3647.      *
  3648.      * @return \Monolog\Handler\StreamHandler
  3649.      */
  3650.     protected function getMonolog_Handler_MainService()
  3651.     {
  3652.         $this->privates['monolog.handler.main'] = $instance = new \Monolog\Handler\StreamHandler((\dirname(__DIR__3).'/log/dev.log'), 'debug'trueNULLfalse);
  3653.         $instance->pushProcessor(new \Monolog\Processor\PsrLogMessageProcessor());
  3654.         return $instance;
  3655.     }
  3656.     /**
  3657.      * Gets the private 'monolog.logger' shared service.
  3658.      *
  3659.      * @return \Symfony\Bridge\Monolog\Logger
  3660.      */
  3661.     protected function getMonolog_LoggerService()
  3662.     {
  3663.         $this->privates['monolog.logger'] = $instance = new \Symfony\Bridge\Monolog\Logger('app');
  3664.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  3665.         $instance->useMicrosecondTimestamps(true);
  3666.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  3667.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  3668.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  3669.         return $instance;
  3670.     }
  3671.     /**
  3672.      * Gets the private 'monolog.logger.cache' shared service.
  3673.      *
  3674.      * @return \Symfony\Bridge\Monolog\Logger
  3675.      */
  3676.     protected function getMonolog_Logger_CacheService()
  3677.     {
  3678.         $this->privates['monolog.logger.cache'] = $instance = new \Symfony\Bridge\Monolog\Logger('cache');
  3679.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  3680.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  3681.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  3682.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  3683.         return $instance;
  3684.     }
  3685.     /**
  3686.      * Gets the private 'monolog.logger.request' shared service.
  3687.      *
  3688.      * @return \Symfony\Bridge\Monolog\Logger
  3689.      */
  3690.     protected function getMonolog_Logger_RequestService()
  3691.     {
  3692.         $this->privates['monolog.logger.request'] = $instance = new \Symfony\Bridge\Monolog\Logger('request');
  3693.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  3694.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  3695.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  3696.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  3697.         return $instance;
  3698.     }
  3699.     /**
  3700.      * Gets the private 'nellapp_sdk.routing.url_generator' shared autowired service.
  3701.      *
  3702.      * @return \Nellapp\Bundle\SDKBundle\Routing\UrlGenerator
  3703.      */
  3704.     protected function getNellappSdk_Routing_UrlGeneratorService()
  3705.     {
  3706.         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()));
  3707.     }
  3708.     /**
  3709.      * Gets the private 'nelmio_cors.cors_listener' shared service.
  3710.      *
  3711.      * @return \Nelmio\CorsBundle\EventListener\CorsListener
  3712.      */
  3713.     protected function getNelmioCors_CorsListenerService()
  3714.     {
  3715.         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'))]));
  3716.     }
  3717.     /**
  3718.      * Gets the private 'parameter_bag' shared service.
  3719.      *
  3720.      * @return \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag
  3721.      */
  3722.     protected function getParameterBagService()
  3723.     {
  3724.         return $this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this);
  3725.     }
  3726.     /**
  3727.      * Gets the private 'profiler_listener' shared service.
  3728.      *
  3729.      * @return \Symfony\Component\HttpKernel\EventListener\ProfilerListener
  3730.      */
  3731.     protected function getProfilerListenerService()
  3732.     {
  3733.         $a = ($this->services['.container.private.profiler'] ?? $this->get_Container_Private_ProfilerService());
  3734.         if (isset($this->privates['profiler_listener'])) {
  3735.             return $this->privates['profiler_listener'];
  3736.         }
  3737.         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);
  3738.     }
  3739.     /**
  3740.      * Gets the private 'property_accessor' shared service.
  3741.      *
  3742.      * @return \Symfony\Component\PropertyAccess\PropertyAccessor
  3743.      */
  3744.     protected function getPropertyAccessorService()
  3745.     {
  3746.         $a = ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  3747.         return $this->privates['property_accessor'] = new \Symfony\Component\PropertyAccess\PropertyAccessor(32, new \Symfony\Component\Cache\Adapter\ArrayAdapter(0false), $a$a);
  3748.     }
  3749.     /**
  3750.      * Gets the private 'property_info' shared service.
  3751.      *
  3752.      * @return \Symfony\Component\PropertyInfo\PropertyInfoExtractor
  3753.      */
  3754.     protected function getPropertyInfoService()
  3755.     {
  3756.         return $this->privates['property_info'] = new \Symfony\Component\PropertyInfo\PropertyInfoExtractor(new RewindableGenerator(function () {
  3757.             yield => ($this->privates['property_info.serializer_extractor'] ?? $this->load('getPropertyInfo_SerializerExtractorService'));
  3758.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  3759.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->load('getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService'));
  3760.         }, 3), new RewindableGenerator(function () {
  3761.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->load('getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService'));
  3762.             yield => ($this->privates['property_info.phpstan_extractor'] ?? ($this->privates['property_info.phpstan_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\PhpStanExtractor()));
  3763.             yield => ($this->privates['property_info.php_doc_extractor'] ?? ($this->privates['property_info.php_doc_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\PhpDocExtractor()));
  3764.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  3765.         }, 4), new RewindableGenerator(function () {
  3766.             yield => ($this->privates['property_info.php_doc_extractor'] ?? ($this->privates['property_info.php_doc_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\PhpDocExtractor()));
  3767.         }, 1), new RewindableGenerator(function () {
  3768.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->load('getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService'));
  3769.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  3770.         }, 2), new RewindableGenerator(function () {
  3771.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  3772.         }, 1));
  3773.     }
  3774.     /**
  3775.      * Gets the private 'router.expression_language_provider' shared service.
  3776.      *
  3777.      * @return \Symfony\Component\Routing\Matcher\ExpressionLanguageProvider
  3778.      */
  3779.     protected function getRouter_ExpressionLanguageProviderService()
  3780.     {
  3781.         return $this->privates['router.expression_language_provider'] = new \Symfony\Component\Routing\Matcher\ExpressionLanguageProvider(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3782.             'env' => ['privates''container.getenv''getContainer_GetenvService'true],
  3783.         ], [
  3784.             'env' => 'Closure',
  3785.         ]));
  3786.     }
  3787.     /**
  3788.      * Gets the private 'router.request_context' shared service.
  3789.      *
  3790.      * @return \Symfony\Component\Routing\RequestContext
  3791.      */
  3792.     protected function getRouter_RequestContextService()
  3793.     {
  3794.         $this->privates['router.request_context'] = $instance \Symfony\Component\Routing\RequestContext::fromUri('''localhost''http'80443);
  3795.         $instance->setParameter('_functions', ($this->privates['router.expression_language_provider'] ?? $this->getRouter_ExpressionLanguageProviderService()));
  3796.         return $instance;
  3797.     }
  3798.     /**
  3799.      * Gets the private 'router_listener' shared service.
  3800.      *
  3801.      * @return \Symfony\Component\HttpKernel\EventListener\RouterListener
  3802.      */
  3803.     protected function getRouterListenerService()
  3804.     {
  3805.         $a = ($this->services['router'] ?? $this->getRouterService());
  3806.         if (isset($this->privates['router_listener'])) {
  3807.             return $this->privates['router_listener'];
  3808.         }
  3809.         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);
  3810.     }
  3811.     /**
  3812.      * Gets the private 'security.firewall.map' shared service.
  3813.      *
  3814.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallMap
  3815.      */
  3816.     protected function getSecurity_Firewall_MapService()
  3817.     {
  3818.         $a = ($this->privates['.service_locator.yNOXh5_'] ?? $this->get_ServiceLocator_YNOXh5Service());
  3819.         if (isset($this->privates['security.firewall.map'])) {
  3820.             return $this->privates['security.firewall.map'];
  3821.         }
  3822.         return $this->privates['security.firewall.map'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallMap($a, new RewindableGenerator(function () {
  3823.             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)/')));
  3824.             yield 'security.firewall.map.context.oauth_token' => ($this->privates['.security.request_matcher.lCMA_js'] ?? ($this->privates['.security.request_matcher.lCMA_js'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/oauth/v2/token'$this->getEnv('string:resolve:APP_ACCOUNT_SUBDOMAIN').'(\\.[\\w\\-]+)*\\.[\\w\\-]+\\.[a-z]{2,}')));
  3825.             yield 'security.firewall.map.context.api_doc' => ($this->privates['.security.request_matcher.aVByW51'] ?? ($this->privates['.security.request_matcher.aVByW51'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/doc'$this->getEnv('resolve:APP_API_SUBDOMAIN').'.'.$this->getEnv('string:resolve:APP_MAIN_DOMAIN'))));
  3826.             yield 'security.firewall.map.context.api' => ($this->privates['.security.request_matcher.RKkIcRQ'] ?? ($this->privates['.security.request_matcher.RKkIcRQ'] = new \Symfony\Component\HttpFoundation\RequestMatcher(NULL$this->getEnv('resolve:APP_API_SUBDOMAIN').'.'.$this->getEnv('string:resolve:APP_MAIN_DOMAIN'))));
  3827.             yield 'security.firewall.map.context.sync_doc' => ($this->privates['.security.request_matcher.POpfeoQ'] ?? ($this->privates['.security.request_matcher.POpfeoQ'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/doc'$this->getEnv('resolve:APP_SUPER_SYNC_SUBDOMAIN').'.'.$this->getEnv('string:resolve:APP_MAIN_DOMAIN'))));
  3828.             yield 'security.firewall.map.context.sync' => ($this->privates['.security.request_matcher.lO9DP5C'] ?? ($this->privates['.security.request_matcher.lO9DP5C'] = new \Symfony\Component\HttpFoundation\RequestMatcher(NULL$this->getEnv('resolve:APP_SUPER_SYNC_SUBDOMAIN').'.'.$this->getEnv('string:resolve:APP_MAIN_DOMAIN'))));
  3829.             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/')));
  3830.             yield 'security.firewall.map.context.partner_api_doc' => ($this->privates['.security.request_matcher.Mui6.rF'] ?? ($this->privates['.security.request_matcher.Mui6.rF'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/doc'$this->getEnv('resolve:APP_PARTNER_API_SUBDOMAIN').'.'.$this->getEnv('string:resolve:APP_MAIN_DOMAIN'))));
  3831.             yield 'security.firewall.map.context.partner_api' => ($this->privates['.security.request_matcher.t6lxUpB'] ?? ($this->privates['.security.request_matcher.t6lxUpB'] = new \Symfony\Component\HttpFoundation\RequestMatcher(NULL$this->getEnv('resolve:APP_PARTNER_API_SUBDOMAIN').'.'.$this->getEnv('string:resolve:APP_MAIN_DOMAIN'))));
  3832.             yield 'security.firewall.map.context.main' => NULL;
  3833.         }, 10));
  3834.     }
  3835.     /**
  3836.      * Gets the private 'security.helper' shared service.
  3837.      *
  3838.      * @return \Symfony\Component\Security\Core\Security
  3839.      */
  3840.     protected function getSecurity_HelperService()
  3841.     {
  3842.         return $this->privates['security.helper'] = new \Symfony\Component\Security\Core\Security(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3843.             'security.authorization_checker' => ['services''.container.private.security.authorization_checker''get_Container_Private_Security_AuthorizationCheckerService'false],
  3844.             'security.token_storage' => ['services''.container.private.security.token_storage''get_Container_Private_Security_TokenStorageService'false],
  3845.         ], [
  3846.             'security.authorization_checker' => '?',
  3847.             'security.token_storage' => '?',
  3848.         ]));
  3849.     }
  3850.     /**
  3851.      * Gets the private 'security.logout_url_generator' shared service.
  3852.      *
  3853.      * @return \Symfony\Component\Security\Http\Logout\LogoutUrlGenerator
  3854.      */
  3855.     protected function getSecurity_LogoutUrlGeneratorService()
  3856.     {
  3857.         $a = ($this->services['router'] ?? $this->getRouterService());
  3858.         if (isset($this->privates['security.logout_url_generator'])) {
  3859.             return $this->privates['security.logout_url_generator'];
  3860.         }
  3861.         $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()));
  3862.         $instance->registerListener('main''app_logout''logout''_csrf_token'NULLNULL);
  3863.         return $instance;
  3864.     }
  3865.     /**
  3866.      * Gets the private 'security.role_hierarchy' shared service.
  3867.      *
  3868.      * @return \Symfony\Component\Security\Core\Role\RoleHierarchy
  3869.      */
  3870.     protected function getSecurity_RoleHierarchyService()
  3871.     {
  3872.         return $this->privates['security.role_hierarchy'] = new \Symfony\Component\Security\Core\Role\RoleHierarchy($this->parameters['security.role_hierarchy.roles']);
  3873.     }
  3874.     /**
  3875.      * Gets the private 'sensio_framework_extra.controller.listener' shared service.
  3876.      *
  3877.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener
  3878.      */
  3879.     protected function getSensioFrameworkExtra_Controller_ListenerService()
  3880.     {
  3881.         return $this->privates['sensio_framework_extra.controller.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  3882.     }
  3883.     /**
  3884.      * Gets the private 'sensio_framework_extra.converter.listener' shared service.
  3885.      *
  3886.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener
  3887.      */
  3888.     protected function getSensioFrameworkExtra_Converter_ListenerService()
  3889.     {
  3890.         $a = new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\ParamConverterManager();
  3891.         $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');
  3892.         $a->add(new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\DateTimeParamConverter(), 0'datetime');
  3893.         return $this->privates['sensio_framework_extra.converter.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener($atrue);
  3894.     }
  3895.     /**
  3896.      * Gets the private 'sensio_framework_extra.security.listener' shared service.
  3897.      *
  3898.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\SecurityListener
  3899.      */
  3900.     protected function getSensioFrameworkExtra_Security_ListenerService()
  3901.     {
  3902.         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()));
  3903.     }
  3904.     /**
  3905.      * Gets the private 'sensio_framework_extra.view.listener' shared service.
  3906.      *
  3907.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\TemplateListener
  3908.      */
  3909.     protected function getSensioFrameworkExtra_View_ListenerService()
  3910.     {
  3911.         $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))));
  3912.         $instance->setContainer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3913.             'twig' => ['services''.container.private.twig''get_Container_Private_TwigService'false],
  3914.         ], [
  3915.             'twig' => '?',
  3916.         ]))->withContext('sensio_framework_extra.view.listener'$this));
  3917.         return $instance;
  3918.     }
  3919.     /**
  3920.      * Gets the private 'serializer.mapping.class_metadata_factory' shared service.
  3921.      *
  3922.      * @return \Symfony\Component\Serializer\Mapping\Factory\ClassMetadataFactory
  3923.      */
  3924.     protected function getSerializer_Mapping_ClassMetadataFactoryService()
  3925.     {
  3926.         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'))]));
  3927.     }
  3928.     /**
  3929.      * Gets the private 'serializer.name_converter.metadata_aware' shared service.
  3930.      *
  3931.      * @return \Symfony\Component\Serializer\NameConverter\MetadataAwareNameConverter
  3932.      */
  3933.     protected function getSerializer_NameConverter_MetadataAwareService()
  3934.     {
  3935.         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()));
  3936.     }
  3937.     /**
  3938.      * Gets the private 'session_listener' shared service.
  3939.      *
  3940.      * @return \Symfony\Component\HttpKernel\EventListener\SessionListener
  3941.      */
  3942.     protected function getSessionListenerService()
  3943.     {
  3944.         return $this->privates['session_listener'] = new \Symfony\Component\HttpKernel\EventListener\SessionListener(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3945.             'initialized_session' => ['services''.container.private.session'NULLtrue],
  3946.             'logger' => ['privates''monolog.logger''getMonolog_LoggerService'false],
  3947.             'request_stack' => ['services''request_stack''getRequestStackService'false],
  3948.             'session' => ['services''.container.private.session''get_Container_Private_SessionService'true],
  3949.             'session_collector' => ['privates''data_collector.request.session_collector''getDataCollector_Request_SessionCollectorService'true],
  3950.             'session_factory' => ['privates''session.factory''getSession_FactoryService'true],
  3951.         ], [
  3952.             'initialized_session' => '?',
  3953.             'logger' => '?',
  3954.             'request_stack' => '?',
  3955.             'session' => '?',
  3956.             'session_collector' => '?',
  3957.             'session_factory' => '?',
  3958.         ]), true$this->parameters['session.storage.options']);
  3959.     }
  3960.     /**
  3961.      * Gets the private 'translator.default' shared service.
  3962.      *
  3963.      * @return \Symfony\Bundle\FrameworkBundle\Translation\Translator
  3964.      */
  3965.     protected function getTranslator_DefaultService()
  3966.     {
  3967.         $this->privates['translator.default'] = $instance = new \Symfony\Bundle\FrameworkBundle\Translation\Translator(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3968.             'translation.loader.csv' => ['privates''translation.loader.csv''getTranslation_Loader_CsvService'true],
  3969.             'translation.loader.dat' => ['privates''translation.loader.dat''getTranslation_Loader_DatService'true],
  3970.             'translation.loader.ini' => ['privates''translation.loader.ini''getTranslation_Loader_IniService'true],
  3971.             'translation.loader.json' => ['privates''translation.loader.json''getTranslation_Loader_JsonService'true],
  3972.             'translation.loader.mo' => ['privates''translation.loader.mo''getTranslation_Loader_MoService'true],
  3973.             'translation.loader.php' => ['privates''translation.loader.php''getTranslation_Loader_PhpService'true],
  3974.             'translation.loader.po' => ['privates''translation.loader.po''getTranslation_Loader_PoService'true],
  3975.             'translation.loader.qt' => ['privates''translation.loader.qt''getTranslation_Loader_QtService'true],
  3976.             'translation.loader.res' => ['privates''translation.loader.res''getTranslation_Loader_ResService'true],
  3977.             'translation.loader.xliff' => ['privates''translation.loader.xliff''getTranslation_Loader_XliffService'true],
  3978.             'translation.loader.yml' => ['privates''translation.loader.yml''getTranslation_Loader_YmlService'true],
  3979.         ], [
  3980.             'translation.loader.csv' => '?',
  3981.             'translation.loader.dat' => '?',
  3982.             'translation.loader.ini' => '?',
  3983.             'translation.loader.json' => '?',
  3984.             'translation.loader.mo' => '?',
  3985.             'translation.loader.php' => '?',
  3986.             'translation.loader.po' => '?',
  3987.             'translation.loader.qt' => '?',
  3988.             'translation.loader.res' => '?',
  3989.             'translation.loader.xliff' => '?',
  3990.             'translation.loader.yml' => '?',
  3991.         ]), 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/symfonycasts/verify-email-bundle/src/Resources/translations/VerifyEmailBundle.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'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.cy.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.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'), => (\dirname(__DIR__4).'/vendor/symfonycasts/verify-email-bundle/src/Resources/translations/VerifyEmailBundle.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/symfonycasts/verify-email-bundle/src/Resources/translations/VerifyEmailBundle.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/datetime.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'), 10 => (\dirname(__DIR__4).'/vendor/craue/formflow-bundle/Resources/translations/CraueFormFlowBundle.fr.yml'), 11 => (\dirname(__DIR__4).'/vendor/craue/formflow-bundle/Resources/translations/validators.fr.yml'), 12 => (\dirname(__DIR__4).'/vendor/spiriitlabs/form-filter-bundle/Resources/translations/SpiriitFormFilterBundle.fr.yml'), 13 => (\dirname(__DIR__4).'/translations/NellappSDKBundle.fr.yaml'), 14 => (\dirname(__DIR__4).'/translations/OneupUploaderBundle.fr.yaml'), 15 => (\dirname(__DIR__4).'/translations/email.fr.yaml'), 16 => (\dirname(__DIR__4).'/translations/messages.fr.yaml'), 17 => (\dirname(__DIR__4).'/translations/security.fr.yaml'), 18 => (\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/symfonycasts/verify-email-bundle/src/Resources/translations/VerifyEmailBundle.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/form/Resources/translations/validators.mk.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.mk.xlf'), => (\dirname(__DIR__4).'/vendor/symfonycasts/verify-email-bundle/src/Resources/translations/VerifyEmailBundle.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/symfonycasts/verify-email-bundle/src/Resources/translations/VerifyEmailBundle.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/symfonycasts/verify-email-bundle/src/Resources/translations/VerifyEmailBundle.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']]], []);
  3992.         $instance->setConfigCacheFactory(($this->privates['config_cache_factory'] ?? $this->getConfigCacheFactoryService()));
  3993.         $instance->setFallbackLocales([=> 'fr']);
  3994.         return $instance;
  3995.     }
  3996.     /**
  3997.      * Gets the private 'validator.builder' shared service.
  3998.      *
  3999.      * @return \Symfony\Component\Validator\ValidatorBuilder
  4000.      */
  4001.     protected function getValidator_BuilderService()
  4002.     {
  4003.         $this->privates['validator.builder'] = $instance \Symfony\Component\Validator\Validation::createValidatorBuilder();
  4004.         $a = ($this->privates['property_info'] ?? $this->getPropertyInfoService());
  4005.         $instance->setConstraintValidatorFactory(new \Symfony\Component\Validator\ContainerConstraintValidatorFactory(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4006.             'App\\Validator\\Constraints\\AbstractCursusConstraintValidator' => ['privates''App\\Validator\\Constraints\\AbstractCursusConstraintValidator''getAbstractCursusConstraintValidatorService'true],
  4007.             'App\\Validator\\Constraints\\ChannelLicensesConstraintValidator' => ['privates''App\\Validator\\Constraints\\ChannelLicensesConstraintValidator''getChannelLicensesConstraintValidatorService'true],
  4008.             'App\\Validator\\Constraints\\CustomViewChannelCountUserConstraintValidator' => ['privates''App\\Validator\\Constraints\\CustomViewChannelCountUserConstraintValidator''getCustomViewChannelCountUserConstraintValidatorService'true],
  4009.             'App\\Validator\\Constraints\\CustomViewCountUserConstraintValidator' => ['privates''App\\Validator\\Constraints\\CustomViewCountUserConstraintValidator''getCustomViewCountUserConstraintValidatorService'true],
  4010.             'App\\Validator\\Constraints\\DateWithinIntervalOfValidator' => ['privates''App\\Validator\\Constraints\\DateWithinIntervalOfValidator''getDateWithinIntervalOfValidatorService'true],
  4011.             'App\\Validator\\Constraints\\DomainResolutionConstraintValidator' => ['privates''App\\Validator\\Constraints\\DomainResolutionConstraintValidator''getDomainResolutionConstraintValidatorService'true],
  4012.             'App\\Validator\\Constraints\\LicenseEmbeddableConstraintValidator' => ['privates''App\\Validator\\Constraints\\LicenseEmbeddableConstraintValidator''getLicenseEmbeddableConstraintValidatorService'true],
  4013.             'Karser\\Recaptcha3Bundle\\Validator\\Constraints\\Recaptcha3Validator' => ['privates''karser_recaptcha3.validator''getKarserRecaptcha3_ValidatorService'true],
  4014.             'Nellapp\\Bundle\\SDKBundle\\Validator\\AssertSameChannelValidator' => ['privates''Nellapp\\Bundle\\SDKBundle\\Validator\\AssertSameChannelValidator''getAssertSameChannelValidatorService'true],
  4015.             'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator' => ['privates''doctrine.orm.validator.unique''getDoctrine_Orm_Validator_UniqueService'true],
  4016.             'Symfony\\Component\\Security\\Core\\Validator\\Constraints\\UserPasswordValidator' => ['privates''security.validator.user_password''getSecurity_Validator_UserPasswordService'true],
  4017.             'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => ['privates''validator.email''getValidator_EmailService'true],
  4018.             'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => ['privates''validator.expression''getValidator_ExpressionService'true],
  4019.             'Symfony\\Component\\Validator\\Constraints\\NotCompromisedPasswordValidator' => ['privates''validator.not_compromised_password''getValidator_NotCompromisedPasswordService'true],
  4020.             'doctrine.orm.validator.unique' => ['privates''doctrine.orm.validator.unique''getDoctrine_Orm_Validator_UniqueService'true],
  4021.             'karser_recaptcha3_validator' => ['privates''karser_recaptcha3.validator''getKarserRecaptcha3_ValidatorService'true],
  4022.             'security.validator.user_password' => ['privates''security.validator.user_password''getSecurity_Validator_UserPasswordService'true],
  4023.             'validator.expression' => ['privates''validator.expression''getValidator_ExpressionService'true],
  4024.         ], [
  4025.             'App\\Validator\\Constraints\\AbstractCursusConstraintValidator' => '?',
  4026.             'App\\Validator\\Constraints\\ChannelLicensesConstraintValidator' => '?',
  4027.             'App\\Validator\\Constraints\\CustomViewChannelCountUserConstraintValidator' => '?',
  4028.             'App\\Validator\\Constraints\\CustomViewCountUserConstraintValidator' => '?',
  4029.             'App\\Validator\\Constraints\\DateWithinIntervalOfValidator' => '?',
  4030.             'App\\Validator\\Constraints\\DomainResolutionConstraintValidator' => '?',
  4031.             'App\\Validator\\Constraints\\LicenseEmbeddableConstraintValidator' => '?',
  4032.             'Karser\\Recaptcha3Bundle\\Validator\\Constraints\\Recaptcha3Validator' => '?',
  4033.             'Nellapp\\Bundle\\SDKBundle\\Validator\\AssertSameChannelValidator' => '?',
  4034.             'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator' => '?',
  4035.             'Symfony\\Component\\Security\\Core\\Validator\\Constraints\\UserPasswordValidator' => '?',
  4036.             'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => '?',
  4037.             'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => '?',
  4038.             'Symfony\\Component\\Validator\\Constraints\\NotCompromisedPasswordValidator' => '?',
  4039.             'doctrine.orm.validator.unique' => '?',
  4040.             'karser_recaptcha3_validator' => '?',
  4041.             'security.validator.user_password' => '?',
  4042.             'validator.expression' => '?',
  4043.         ])));
  4044.         if ($this->has('translator')) {
  4045.             $instance->setTranslator(($this->services['translator'] ?? $this->getTranslatorService()));
  4046.         }
  4047.         $instance->setTranslationDomain('validators');
  4048.         $instance->addXmlMappings([=> (\dirname(__DIR__4).'/vendor/symfony/form/Resources/config/validation.xml'), => (\dirname(__DIR__4).'/vendor/friendsofsymfony/oauth-server-bundle/Resources/config/validation.xml')]);
  4049.         $instance->enableAnnotationMapping(true);
  4050.         $instance->setDoctrineAnnotationReader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  4051.         $instance->addMethodMapping('loadValidatorMetadata');
  4052.         $instance->addObjectInitializers([=> new \Symfony\Bridge\Doctrine\Validator\DoctrineInitializer(($this->services['doctrine'] ?? $this->getDoctrineService()))]);
  4053.         $instance->addLoader(new \Symfony\Component\Validator\Mapping\Loader\PropertyInfoLoader($a$a$aNULL));
  4054.         $instance->addLoader(new \Symfony\Bridge\Doctrine\Validator\DoctrineLoader(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), NULL));
  4055.         return $instance;
  4056.     }
  4057.     /**
  4058.      * Gets the private 'var_dumper.html_dumper' shared service.
  4059.      *
  4060.      * @return \Symfony\Component\VarDumper\Dumper\HtmlDumper
  4061.      */
  4062.     protected function getVarDumper_HtmlDumperService()
  4063.     {
  4064.         $this->privates['var_dumper.html_dumper'] = $instance = new \Symfony\Component\VarDumper\Dumper\HtmlDumper(NULL'UTF-8'0);
  4065.         $instance->setDisplayOptions(['fileLinkFormat' => ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService())]);
  4066.         return $instance;
  4067.     }
  4068.     /**
  4069.      * Gets the private 'var_dumper.server_connection' shared service.
  4070.      *
  4071.      * @return \Symfony\Component\VarDumper\Server\Connection
  4072.      */
  4073.     protected function getVarDumper_ServerConnectionService()
  4074.     {
  4075.         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()]);
  4076.     }
  4077.     /**
  4078.      * Gets the private 'web_profiler.csp.handler' shared service.
  4079.      *
  4080.      * @return \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler
  4081.      */
  4082.     protected function getWebProfiler_Csp_HandlerService()
  4083.     {
  4084.         return $this->privates['web_profiler.csp.handler'] = new \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler(new \Symfony\Bundle\WebProfilerBundle\Csp\NonceGenerator());
  4085.     }
  4086.     /**
  4087.      * Gets the private 'web_profiler.debug_toolbar' shared service.
  4088.      *
  4089.      * @return \Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener
  4090.      */
  4091.     protected function getWebProfiler_DebugToolbarService()
  4092.     {
  4093.         $a = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  4094.         if (isset($this->privates['web_profiler.debug_toolbar'])) {
  4095.             return $this->privates['web_profiler.debug_toolbar'];
  4096.         }
  4097.         $b = ($this->services['router'] ?? $this->getRouterService());
  4098.         if (isset($this->privates['web_profiler.debug_toolbar'])) {
  4099.             return $this->privates['web_profiler.debug_toolbar'];
  4100.         }
  4101.         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()));
  4102.     }
  4103.     /**
  4104.      * Gets the private 'webpack_encore.entrypoint_lookup_collection' shared service.
  4105.      *
  4106.      * @return \Symfony\WebpackEncoreBundle\Asset\EntrypointLookupCollection
  4107.      */
  4108.     protected function getWebpackEncore_EntrypointLookupCollectionService()
  4109.     {
  4110.         return $this->privates['webpack_encore.entrypoint_lookup_collection'] = new \Symfony\WebpackEncoreBundle\Asset\EntrypointLookupCollection(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4111.             'account' => ['privates''webpack_encore.entrypoint_lookup[account]''getWebpackEncore_EntrypointLookupaccountService'true],
  4112.             'admin' => ['privates''webpack_encore.entrypoint_lookup[admin]''getWebpackEncore_EntrypointLookupadminService'true],
  4113.             'core' => ['privates''webpack_encore.entrypoint_lookup[core]''getWebpackEncore_EntrypointLookupcoreService'true],
  4114.             'super_admin' => ['privates''webpack_encore.entrypoint_lookup[super_admin]''getWebpackEncore_EntrypointLookupsuperAdminService'true],
  4115.         ], [
  4116.             'account' => '?',
  4117.             'admin' => '?',
  4118.             'core' => '?',
  4119.             'super_admin' => '?',
  4120.         ]));
  4121.     }
  4122.     /**
  4123.      * Gets the private 'webpack_encore.preload_assets_event_listener' shared service.
  4124.      *
  4125.      * @return \Symfony\WebpackEncoreBundle\EventListener\PreLoadAssetsEventListener
  4126.      */
  4127.     protected function getWebpackEncore_PreloadAssetsEventListenerService()
  4128.     {
  4129.         $a = ($this->privates['webpack_encore.tag_renderer'] ?? $this->getWebpackEncore_TagRendererService());
  4130.         if (isset($this->privates['webpack_encore.preload_assets_event_listener'])) {
  4131.             return $this->privates['webpack_encore.preload_assets_event_listener'];
  4132.         }
  4133.         return $this->privates['webpack_encore.preload_assets_event_listener'] = new \Symfony\WebpackEncoreBundle\EventListener\PreLoadAssetsEventListener($a);
  4134.     }
  4135.     /**
  4136.      * Gets the private 'webpack_encore.tag_renderer' shared service.
  4137.      *
  4138.      * @return \Symfony\WebpackEncoreBundle\Asset\TagRenderer
  4139.      */
  4140.     protected function getWebpackEncore_TagRendererService()
  4141.     {
  4142.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  4143.         if (isset($this->privates['webpack_encore.tag_renderer'])) {
  4144.             return $this->privates['webpack_encore.tag_renderer'];
  4145.         }
  4146.         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);
  4147.     }
  4148.     /**
  4149.      * Gets the public 'cache_clearer' alias.
  4150.      *
  4151.      * @return object The ".container.private.cache_clearer" service.
  4152.      */
  4153.     protected function getCacheClearerService()
  4154.     {
  4155.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "cache_clearer" service directly from the container is deprecated, use dependency injection instead.');
  4156.         return $this->get('.container.private.cache_clearer');
  4157.     }
  4158.     /**
  4159.      * Gets the public 'filesystem' alias.
  4160.      *
  4161.      * @return object The ".container.private.filesystem" service.
  4162.      */
  4163.     protected function getFilesystemService()
  4164.     {
  4165.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "filesystem" service directly from the container is deprecated, use dependency injection instead.');
  4166.         return $this->get('.container.private.filesystem');
  4167.     }
  4168.     /**
  4169.      * Gets the public 'serializer' alias.
  4170.      *
  4171.      * @return object The ".container.private.serializer" service.
  4172.      */
  4173.     protected function getSerializerService()
  4174.     {
  4175.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "serializer" service directly from the container is deprecated, use dependency injection instead.');
  4176.         return $this->get('.container.private.serializer');
  4177.     }
  4178.     /**
  4179.      * Gets the public 'security.csrf.token_manager' alias.
  4180.      *
  4181.      * @return object The ".container.private.security.csrf.token_manager" service.
  4182.      */
  4183.     protected function getSecurity_Csrf_TokenManagerService()
  4184.     {
  4185.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "security.csrf.token_manager" service directly from the container is deprecated, use dependency injection instead.');
  4186.         return $this->get('.container.private.security.csrf.token_manager');
  4187.     }
  4188.     /**
  4189.      * Gets the public 'form.factory' alias.
  4190.      *
  4191.      * @return object The ".container.private.form.factory" service.
  4192.      */
  4193.     protected function getForm_FactoryService()
  4194.     {
  4195.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "form.factory" service directly from the container is deprecated, use dependency injection instead.');
  4196.         return $this->get('.container.private.form.factory');
  4197.     }
  4198.     /**
  4199.      * Gets the public 'form.type.file' alias.
  4200.      *
  4201.      * @return object The ".container.private.form.type.file" service.
  4202.      */
  4203.     protected function getForm_Type_FileService()
  4204.     {
  4205.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "form.type.file" service directly from the container is deprecated, use dependency injection instead.');
  4206.         return $this->get('.container.private.form.type.file');
  4207.     }
  4208.     /**
  4209.      * Gets the public 'profiler' alias.
  4210.      *
  4211.      * @return object The ".container.private.profiler" service.
  4212.      */
  4213.     protected function getProfilerService()
  4214.     {
  4215.         trigger_deprecation('symfony/framework-bundle''5.4''Accessing the "profiler" service directly from the container is deprecated, use dependency injection instead.');
  4216.         return $this->get('.container.private.profiler');
  4217.     }
  4218.     /**
  4219.      * Gets the public 'twig' alias.
  4220.      *
  4221.      * @return object The ".container.private.twig" service.
  4222.      */
  4223.     protected function getTwigService()
  4224.     {
  4225.         trigger_deprecation('symfony/twig-bundle''5.2''Accessing the "twig" service directly from the container is deprecated, use dependency injection instead.');
  4226.         return $this->get('.container.private.twig');
  4227.     }
  4228.     /**
  4229.      * Gets the public 'security.authorization_checker' alias.
  4230.      *
  4231.      * @return object The ".container.private.security.authorization_checker" service.
  4232.      */
  4233.     protected function getSecurity_AuthorizationCheckerService()
  4234.     {
  4235.         trigger_deprecation('symfony/security-bundle''5.3''Accessing the "security.authorization_checker" service directly from the container is deprecated, use dependency injection instead.');
  4236.         return $this->get('.container.private.security.authorization_checker');
  4237.     }
  4238.     /**
  4239.      * Gets the public 'security.token_storage' alias.
  4240.      *
  4241.      * @return object The ".container.private.security.token_storage" service.
  4242.      */
  4243.     protected function getSecurity_TokenStorageService()
  4244.     {
  4245.         trigger_deprecation('symfony/security-bundle''5.3''Accessing the "security.token_storage" service directly from the container is deprecated, use dependency injection instead.');
  4246.         return $this->get('.container.private.security.token_storage');
  4247.     }
  4248.     /**
  4249.      * Gets the public 'security.password_encoder' alias.
  4250.      *
  4251.      * @return object The ".container.private.security.password_encoder" service.
  4252.      */
  4253.     protected function getSecurity_PasswordEncoderService()
  4254.     {
  4255.         trigger_deprecation('symfony/security-bundle''5.3''Accessing the "security.password_encoder" service directly from the container is deprecated, use dependency injection instead.');
  4256.         return $this->get('.container.private.security.password_encoder');
  4257.     }
  4258.     /**
  4259.      * Gets the public 'session' alias.
  4260.      *
  4261.      * @return object The ".container.private.session" service.
  4262.      */
  4263.     protected function getSessionService()
  4264.     {
  4265.         trigger_deprecation('symfony/framework-bundle''5.3''Accessing the "session" service directly from the container is deprecated, use dependency injection instead.');
  4266.         return $this->get('.container.private.session');
  4267.     }
  4268.     /**
  4269.      * Gets the public 'validator' alias.
  4270.      *
  4271.      * @return object The ".container.private.validator" service.
  4272.      */
  4273.     protected function getValidatorService()
  4274.     {
  4275.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "validator" service directly from the container is deprecated, use dependency injection instead.');
  4276.         return $this->get('.container.private.validator');
  4277.     }
  4278.     /**
  4279.      * @return array|bool|float|int|string|\UnitEnum|null
  4280.      */
  4281.     public function getParameter(string $name)
  4282.     {
  4283.         if (isset($this->buildParameters[$name])) {
  4284.             return $this->buildParameters[$name];
  4285.         }
  4286.         if (!(isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || \array_key_exists($name$this->parameters))) {
  4287.             throw new InvalidArgumentException(sprintf('The parameter "%s" must be defined.'$name));
  4288.         }
  4289.         if (isset($this->loadedDynamicParameters[$name])) {
  4290.             return $this->loadedDynamicParameters[$name] ? $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
  4291.         }
  4292.         return $this->parameters[$name];
  4293.     }
  4294.     public function hasParameter(string $name): bool
  4295.     {
  4296.         if (isset($this->buildParameters[$name])) {
  4297.             return true;
  4298.         }
  4299.         return isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || \array_key_exists($name$this->parameters);
  4300.     }
  4301.     public function setParameter(string $name$value): void
  4302.     {
  4303.         throw new LogicException('Impossible to call set() on a frozen ParameterBag.');
  4304.     }
  4305.     public function getParameterBag(): ParameterBagInterface
  4306.     {
  4307.         if (null === $this->parameterBag) {
  4308.             $parameters $this->parameters;
  4309.             foreach ($this->loadedDynamicParameters as $name => $loaded) {
  4310.                 $parameters[$name] = $loaded $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
  4311.             }
  4312.             foreach ($this->buildParameters as $name => $value) {
  4313.                 $parameters[$name] = $value;
  4314.             }
  4315.             $this->parameterBag = new FrozenParameterBag($parameters);
  4316.         }
  4317.         return $this->parameterBag;
  4318.     }
  4319.     private $loadedDynamicParameters = [
  4320.         'kernel.runtime_environment' => false,
  4321.         'kernel.build_dir' => false,
  4322.         'kernel.cache_dir' => false,
  4323.         'app_secret' => false,
  4324.         'app_account_subdomain' => false,
  4325.         'app_admin_subdomain' => false,
  4326.         'app_api_subdomain' => false,
  4327.         'app_partner_api_subdomain' => false,
  4328.         'app_super_admin_subdomain' => false,
  4329.         'app_commercial_subdomain' => false,
  4330.         'app_sync_subdomain' => false,
  4331.         'app_main_domain' => false,
  4332.         'app_account_domain' => false,
  4333.         'app_admin_domain' => false,
  4334.         'app_api_domain' => false,
  4335.         'app_partner_api_domain' => false,
  4336.         'app_super_admin_domain' => false,
  4337.         'app_commercial_domain' => false,
  4338.         'app_sync_domain' => false,
  4339.         'app_tua_url' => false,
  4340.         'array_domains' => false,
  4341.         'caddy_file_path' => false,
  4342.         'allowed_domain_ips' => false,
  4343.         'core_host_docker' => false,
  4344.         'e_learning_host_docker' => false,
  4345.         'npm_host_docker' => false,
  4346.         'nim_host_docker' => false,
  4347.         'crm_host_docker' => false,
  4348.         'tls_docker' => false,
  4349.         'project_environment_containers' => false,
  4350.         'encryption_key' => false,
  4351.         'google.credentials_json' => false,
  4352.         'kernel.secret' => false,
  4353.         'kernel.trusted_hosts' => false,
  4354.         'kernel.trusted_proxies' => false,
  4355.         'debug.container.dump' => false,
  4356.         'serializer.mapping.cache.file' => false,
  4357.         'session.save_path' => false,
  4358.         'validator.mapping.cache.file' => false,
  4359.         'profiler.storage.dsn' => false,
  4360.         'doctrine.orm.proxy_dir' => false,
  4361.         'ia_highlight_enable' => false,
  4362.         'nellapp_sdk.api_internal.secret' => false,
  4363.         'nellapp_sdk.routing.default_domain' => false,
  4364.         'nellapp_sdk.template_header.search_deactivated_domain' => false,
  4365.         'nellapp_sdk.google.drive_id' => false,
  4366.         'nellapp_sdk.google.protected_emails' => false,
  4367.         'karser_recaptcha3.site_key' => false,
  4368.         'karser_recaptcha3.secret_key' => false,
  4369.         'oneup_uploader.chunks' => false,
  4370.         'oneup_uploader.orphanage' => false,
  4371.         'oneup_uploader.config' => false,
  4372.         'nelmio_cors.defaults' => false,
  4373.     ];
  4374.     private $dynamicParameters = [];
  4375.     private function getDynamicParameter(string $name)
  4376.     {
  4377.         switch ($name) {
  4378.             case 'kernel.runtime_environment'$value $this->getEnv('default:kernel.environment:APP_RUNTIME_ENV'); break;
  4379.             case 'kernel.build_dir'$value $this->targetDir.''; break;
  4380.             case 'kernel.cache_dir'$value $this->targetDir.''; break;
  4381.             case 'app_secret'$value $this->getEnv('APP_SECRET'); break;
  4382.             case 'app_account_subdomain'$value $this->getEnv('resolve:APP_ACCOUNT_SUBDOMAIN'); break;
  4383.             case 'app_admin_subdomain'$value $this->getEnv('resolve:APP_ADMIN_SUBDOMAIN'); break;
  4384.             case 'app_api_subdomain'$value $this->getEnv('resolve:APP_API_SUBDOMAIN'); break;
  4385.             case 'app_partner_api_subdomain'$value $this->getEnv('resolve:APP_PARTNER_API_SUBDOMAIN'); break;
  4386.             case 'app_super_admin_subdomain'$value $this->getEnv('resolve:APP_SUPER_ADMIN_SUBDOMAIN'); break;
  4387.             case 'app_commercial_subdomain'$value $this->getEnv('resolve:APP_COMMERCIAL_SUBDOMAIN'); break;
  4388.             case 'app_sync_subdomain'$value $this->getEnv('resolve:APP_SUPER_SYNC_SUBDOMAIN'); break;
  4389.             case 'app_main_domain'$value $this->getEnv('resolve:APP_MAIN_DOMAIN'); break;
  4390.             case 'app_account_domain'$value $this->getEnv('string:resolve:APP_ACCOUNT_SUBDOMAIN').'(\\.[\\w\\-]+)*\\.[\\w\\-]+\\.[a-z]{2,}'; break;
  4391.             case 'app_admin_domain'$value $this->getEnv('string:resolve:APP_ADMIN_SUBDOMAIN').'(\\.[\\w\\-]+)*\\.[\\w\\-]+\\.[a-z]{2,}'; break;
  4392.             case 'app_api_domain'$value $this->getEnv('resolve:APP_API_SUBDOMAIN').'.'.$this->getEnv('string:resolve:APP_MAIN_DOMAIN'); break;
  4393.             case 'app_partner_api_domain'$value $this->getEnv('resolve:APP_PARTNER_API_SUBDOMAIN').'.'.$this->getEnv('string:resolve:APP_MAIN_DOMAIN'); break;
  4394.             case 'app_super_admin_domain'$value $this->getEnv('resolve:APP_SUPER_ADMIN_SUBDOMAIN').'.'.$this->getEnv('string:resolve:APP_MAIN_DOMAIN'); break;
  4395.             case 'app_commercial_domain'$value $this->getEnv('resolve:APP_COMMERCIAL_SUBDOMAIN').'.'.$this->getEnv('string:resolve:APP_MAIN_DOMAIN'); break;
  4396.             case 'app_sync_domain'$value $this->getEnv('resolve:APP_SUPER_SYNC_SUBDOMAIN').'.'.$this->getEnv('string:resolve:APP_MAIN_DOMAIN'); break;
  4397.             case 'app_tua_url'$value $this->getEnv('resolve:TUA_URL'); break;
  4398.             case 'array_domains'$value = [
  4399.                 => '^'.$this->getEnv('string:resolve:APP_ACCOUNT_SUBDOMAIN').'(\\.[\\w\\-]+)*\\.[\\w\\-]+\\.[a-z]{2,}$',
  4400.                 => '^'.$this->getEnv('string:resolve:APP_ADMIN_SUBDOMAIN').'(\\.[\\w\\-]+)*\\.[\\w\\-]+\\.[a-z]{2,}$',
  4401.                 => $this->getEnv('resolve:APP_API_SUBDOMAIN').'.'.$this->getEnv('string:resolve:APP_MAIN_DOMAIN'),
  4402.                 => $this->getEnv('resolve:APP_PARTNER_API_SUBDOMAIN').'.'.$this->getEnv('string:resolve:APP_MAIN_DOMAIN'),
  4403.                 => $this->getEnv('resolve:APP_SUPER_ADMIN_SUBDOMAIN').'.'.$this->getEnv('string:resolve:APP_MAIN_DOMAIN'),
  4404.                 => $this->getEnv('resolve:APP_COMMERCIAL_SUBDOMAIN').'.'.$this->getEnv('string:resolve:APP_MAIN_DOMAIN'),
  4405.                 => $this->getEnv('resolve:APP_SUPER_SYNC_SUBDOMAIN').'.'.$this->getEnv('string:resolve:APP_MAIN_DOMAIN'),
  4406.             ]; break;
  4407.             case 'caddy_file_path'$value $this->getEnv('resolve:CADDY_FILE_PATH'); break;
  4408.             case 'allowed_domain_ips'$value $this->getEnv('resolve:ALLOWED_DOMAIN_IPS'); break;
  4409.             case 'core_host_docker'$value $this->getEnv('resolve:CORE_DOCKER_HOST'); break;
  4410.             case 'e_learning_host_docker'$value $this->getEnv('resolve:E_LEARNING_DOCKER_HOST'); break;
  4411.             case 'npm_host_docker'$value $this->getEnv('resolve:NPM_DOCKER_HOST'); break;
  4412.             case 'nim_host_docker'$value $this->getEnv('resolve:NIM_DOCKER_HOST'); break;
  4413.             case 'crm_host_docker'$value $this->getEnv('resolve:CRM_DOCKER_HOST'); break;
  4414.             case 'tls_docker'$value $this->getEnv('resolve:TLS_DOCKER'); break;
  4415.             case 'project_environment_containers'$value $this->getEnv('resolve:PROJECT_ENVIRONMENT_CONTAINERS'); break;
  4416.             case 'encryption_key'$value $this->getEnv('FILE_ENCRYPTION_KEY'); break;
  4417.             case 'google.credentials_json'$value $this->getEnv('string:GOOGLE_NELLAPP_CREDENTIALS_PATH'); break;
  4418.             case 'kernel.secret'$value $this->getEnv('APP_SECRET'); break;
  4419.             case 'kernel.trusted_hosts'$value = [
  4420.                 => '^'.$this->getEnv('string:resolve:APP_ACCOUNT_SUBDOMAIN').'(\\.[\\w\\-]+)*\\.[\\w\\-]+\\.[a-z]{2,}$',
  4421.                 => '^'.$this->getEnv('string:resolve:APP_ADMIN_SUBDOMAIN').'(\\.[\\w\\-]+)*\\.[\\w\\-]+\\.[a-z]{2,}$',
  4422.                 => $this->getEnv('resolve:APP_API_SUBDOMAIN').'.'.$this->getEnv('string:resolve:APP_MAIN_DOMAIN'),
  4423.                 => $this->getEnv('resolve:APP_PARTNER_API_SUBDOMAIN').'.'.$this->getEnv('string:resolve:APP_MAIN_DOMAIN'),
  4424.                 => $this->getEnv('resolve:APP_SUPER_ADMIN_SUBDOMAIN').'.'.$this->getEnv('string:resolve:APP_MAIN_DOMAIN'),
  4425.                 => $this->getEnv('resolve:APP_COMMERCIAL_SUBDOMAIN').'.'.$this->getEnv('string:resolve:APP_MAIN_DOMAIN'),
  4426.                 => $this->getEnv('resolve:APP_SUPER_SYNC_SUBDOMAIN').'.'.$this->getEnv('string:resolve:APP_MAIN_DOMAIN'),
  4427.             ]; break;
  4428.             case 'kernel.trusted_proxies'$value $this->getEnv('TRUSTED_PROXIES'); break;
  4429.             case 'debug.container.dump'$value = ($this->targetDir.''.'/App_KernelDevDebugContainer.xml'); break;
  4430.             case 'serializer.mapping.cache.file'$value = ($this->targetDir.''.'/serialization.php'); break;
  4431.             case 'session.save_path'$value = ($this->targetDir.''.'/sessions'); break;
  4432.             case 'validator.mapping.cache.file'$value = ($this->targetDir.''.'/validation.php'); break;
  4433.             case 'profiler.storage.dsn'$value = ('file:'.$this->targetDir.''.'/profiler'); break;
  4434.             case 'doctrine.orm.proxy_dir'$value = ($this->targetDir.''.'/doctrine/orm/Proxies'); break;
  4435.             case 'ia_highlight_enable'$value $this->getEnv('bool:IA_HIGHLIGHT_ENABLE'); break;
  4436.             case 'nellapp_sdk.api_internal.secret'$value $this->getEnv('APP_SECRET'); break;
  4437.             case 'nellapp_sdk.routing.default_domain'$value $this->getEnv('DEFAULT_DOMAIN'); break;
  4438.             case 'nellapp_sdk.template_header.search_deactivated_domain'$value = [
  4439.                 => $this->getEnv('resolve:APP_SUPER_ADMIN_SUBDOMAIN').'.'.$this->getEnv('string:resolve:APP_MAIN_DOMAIN'),
  4440.                 => $this->getEnv('resolve:APP_COMMERCIAL_SUBDOMAIN').'.'.$this->getEnv('string:resolve:APP_MAIN_DOMAIN'),
  4441.                 => $this->getEnv('resolve:APP_ACCOUNT_SUBDOMAIN'),
  4442.                 => $this->getEnv('resolve:APP_ADMIN_SUBDOMAIN'),
  4443.             ]; break;
  4444.             case 'nellapp_sdk.google.drive_id'$value $this->getEnv('GOOGLE_DRIVE_ID'); break;
  4445.             case 'nellapp_sdk.google.protected_emails'$value = [
  4446.                 => $this->getEnv('GOOGLE_DRIVE_SERVICE_ACCOUNT_EMAIL'),
  4447.                 => 'no-reply@nellapp.com',
  4448.             ]; break;
  4449.             case 'karser_recaptcha3.site_key'$value $this->getEnv('RECAPTCHA3_KEY'); break;
  4450.             case 'karser_recaptcha3.secret_key'$value $this->getEnv('RECAPTCHA3_SECRET'); break;
  4451.             case 'oneup_uploader.chunks'$value = [
  4452.                 'maxage' => 604800,
  4453.                 'storage' => [
  4454.                     'type' => 'filesystem',
  4455.                     'filesystem' => NULL,
  4456.                     'directory' => ($this->targetDir.''.'/uploader/chunks'),
  4457.                     'stream_wrapper' => NULL,
  4458.                     'sync_buffer_size' => '100K',
  4459.                     'prefix' => 'chunks',
  4460.                 ],
  4461.                 'load_distribution' => true,
  4462.             ]; break;
  4463.             case 'oneup_uploader.orphanage'$value = [
  4464.                 'maxage' => 43200,
  4465.                 'directory' => ($this->targetDir.''.'/uploader/orphanage'),
  4466.             ]; break;
  4467.             case 'oneup_uploader.config'$value = [
  4468.                 'orphanage' => [
  4469.                     'maxage' => 43200,
  4470.                     'directory' => ($this->targetDir.''.'/uploader/orphanage'),
  4471.                 ],
  4472.                 'mappings' => [
  4473.                     'cursus_upload' => [
  4474.                         'use_orphanage' => true,
  4475.                         'frontend' => 'dropzone',
  4476.                         'storage' => [
  4477.                             'type' => 'flysystem',
  4478.                             'filesystem' => 'oneup_flysystem.cursus_filesystem',
  4479.                             'service' => NULL,
  4480.                             'directory' => NULL,
  4481.                             'stream_wrapper' => NULL,
  4482.                             'sync_buffer_size' => '100K',
  4483.                         ],
  4484.                         'allowed_mimetypes' => [
  4485.                             'image/jpeg' => [
  4486.                                 => 'jpg',
  4487.                                 => 'jpeg',
  4488.                             ],
  4489.                             'image/png' => [
  4490.                                 => 'png',
  4491.                             ],
  4492.                             'application/pdf' => [
  4493.                                 => 'pdf',
  4494.                             ],
  4495.                             'application/vnd.openxmlformats-officedocument.wordprocessingml.document' => [
  4496.                                 => 'docx',
  4497.                             ],
  4498.                             'application/msword' => [
  4499.                                 => 'doc',
  4500.                             ],
  4501.                             'application/vnd.oasis.opendocument.text' => [
  4502.                                 => 'odt',
  4503.                             ],
  4504.                             'application/vnd.ms-excel' => [
  4505.                                 => 'xls',
  4506.                             ],
  4507.                             'application/vnd.openxmlformats-officedocument.spreadsheetml.sheet' => [
  4508.                                 => 'xlsx',
  4509.                             ],
  4510.                         ],
  4511.                         'max_size' => 10000000,
  4512.                         'namer' => 'app.file_abstract_cursus_namer',
  4513.                         'custom_frontend' => [
  4514.                             'name' => NULL,
  4515.                             'class' => NULL,
  4516.                         ],
  4517.                         'route_prefix' => '',
  4518.                         'endpoints' => [
  4519.                             'upload' => NULL,
  4520.                             'progress' => NULL,
  4521.                             'cancel' => NULL,
  4522.                         ],
  4523.                         'disallowed_mimetypes' => [
  4524.                         ],
  4525.                         'error_handler' => NULL,
  4526.                         'enable_progress' => false,
  4527.                         'enable_cancelation' => false,
  4528.                         'root_folder' => false,
  4529.                     ],
  4530.                     'organization_upload' => [
  4531.                         'use_orphanage' => true,
  4532.                         'frontend' => 'dropzone',
  4533.                         'storage' => [
  4534.                             'type' => 'flysystem',
  4535.                             'filesystem' => 'oneup_flysystem.organization_filesystem',
  4536.                             'service' => NULL,
  4537.                             'directory' => NULL,
  4538.                             'stream_wrapper' => NULL,
  4539.                             'sync_buffer_size' => '100K',
  4540.                         ],
  4541.                         'allowed_mimetypes' => [
  4542.                             'image/jpeg' => [
  4543.                                 => 'jpg',
  4544.                                 => 'jpeg',
  4545.                             ],
  4546.                             'image/png' => [
  4547.                                 => 'png',
  4548.                             ],
  4549.                             'image/gif' => [
  4550.                                 => 'gif',
  4551.                             ],
  4552.                         ],
  4553.                         'max_size' => 10000000,
  4554.                         'namer' => 'app.organization_file_namer',
  4555.                         'custom_frontend' => [
  4556.                             'name' => NULL,
  4557.                             'class' => NULL,
  4558.                         ],
  4559.                         'route_prefix' => '',
  4560.                         'endpoints' => [
  4561.                             'upload' => NULL,
  4562.                             'progress' => NULL,
  4563.                             'cancel' => NULL,
  4564.                         ],
  4565.                         'disallowed_mimetypes' => [
  4566.                         ],
  4567.                         'error_handler' => NULL,
  4568.                         'enable_progress' => false,
  4569.                         'enable_cancelation' => false,
  4570.                         'root_folder' => false,
  4571.                     ],
  4572.                     'positioning_test_upload' => [
  4573.                         'use_orphanage' => true,
  4574.                         'frontend' => 'dropzone',
  4575.                         'storage' => [
  4576.                             'type' => 'flysystem',
  4577.                             'filesystem' => 'oneup_flysystem.positioning_test_filesystem',
  4578.                             'service' => NULL,
  4579.                             'directory' => NULL,
  4580.                             'stream_wrapper' => NULL,
  4581.                             'sync_buffer_size' => '100K',
  4582.                         ],
  4583.                         'allowed_mimetypes' => [
  4584.                             'image/jpeg' => [
  4585.                                 => 'jpg',
  4586.                                 => 'jpeg',
  4587.                             ],
  4588.                             'image/png' => [
  4589.                                 => 'png',
  4590.                             ],
  4591.                             'image/gif' => [
  4592.                                 => 'gif',
  4593.                             ],
  4594.                         ],
  4595.                         'max_size' => 10000000,
  4596.                         'namer' => 'app.positioning_test_file_namer',
  4597.                         'custom_frontend' => [
  4598.                             'name' => NULL,
  4599.                             'class' => NULL,
  4600.                         ],
  4601.                         'route_prefix' => '',
  4602.                         'endpoints' => [
  4603.                             'upload' => NULL,
  4604.                             'progress' => NULL,
  4605.                             'cancel' => NULL,
  4606.                         ],
  4607.                         'disallowed_mimetypes' => [
  4608.                         ],
  4609.                         'error_handler' => NULL,
  4610.                         'enable_progress' => false,
  4611.                         'enable_cancelation' => false,
  4612.                         'root_folder' => false,
  4613.                     ],
  4614.                     'admin_channel_user_data_drive_upload' => [
  4615.                         'use_orphanage' => true,
  4616.                         'frontend' => 'dropzone',
  4617.                         'storage' => [
  4618.                             'type' => 'flysystem',
  4619.                             'filesystem' => 'oneup_flysystem.admin_channel_user_data_drive_filesystem',
  4620.                             'service' => NULL,
  4621.                             'directory' => NULL,
  4622.                             'stream_wrapper' => NULL,
  4623.                             'sync_buffer_size' => '100K',
  4624.                         ],
  4625.                         'allowed_mimetypes' => [
  4626.                             'image/jpeg' => [
  4627.                                 => 'jpg',
  4628.                                 => 'jpeg',
  4629.                             ],
  4630.                             'image/png' => [
  4631.                                 => 'png',
  4632.                             ],
  4633.                             'application/pdf' => [
  4634.                                 => 'pdf',
  4635.                             ],
  4636.                             'application/vnd.openxmlformats-officedocument.wordprocessingml.document' => [
  4637.                                 => 'docx',
  4638.                             ],
  4639.                             'application/msword' => [
  4640.                                 => 'doc',
  4641.                             ],
  4642.                             'application/vnd.oasis.opendocument.text' => [
  4643.                                 => 'odt',
  4644.                             ],
  4645.                             'application/vnd.ms-excel' => [
  4646.                                 => 'xls',
  4647.                             ],
  4648.                             'application/vnd.openxmlformats-officedocument.spreadsheetml.sheet' => [
  4649.                                 => 'xlsx',
  4650.                             ],
  4651.                         ],
  4652.                         'max_size' => 10000000,
  4653.                         'namer' => 'app.file_channel_user_data_drive_namer',
  4654.                         'custom_frontend' => [
  4655.                             'name' => NULL,
  4656.                             'class' => NULL,
  4657.                         ],
  4658.                         'route_prefix' => '',
  4659.                         'endpoints' => [
  4660.                             'upload' => NULL,
  4661.                             'progress' => NULL,
  4662.                             'cancel' => NULL,
  4663.                         ],
  4664.                         'disallowed_mimetypes' => [
  4665.                         ],
  4666.                         'error_handler' => NULL,
  4667.                         'enable_progress' => false,
  4668.                         'enable_cancelation' => false,
  4669.                         'root_folder' => false,
  4670.                     ],
  4671.                     'admin_channel_user_data_document_upload' => [
  4672.                         'use_orphanage' => true,
  4673.                         'frontend' => 'dropzone',
  4674.                         'storage' => [
  4675.                             'type' => 'flysystem',
  4676.                             'filesystem' => 'oneup_flysystem.admin_channel_user_data_document_filesystem',
  4677.                             'service' => NULL,
  4678.                             'directory' => NULL,
  4679.                             'stream_wrapper' => NULL,
  4680.                             'sync_buffer_size' => '100K',
  4681.                         ],
  4682.                         'allowed_mimetypes' => [
  4683.                             'image/jpeg' => [
  4684.                                 => 'jpg',
  4685.                                 => 'jpeg',
  4686.                             ],
  4687.                             'image/png' => [
  4688.                                 => 'png',
  4689.                             ],
  4690.                             'application/pdf' => [
  4691.                                 => 'pdf',
  4692.                             ],
  4693.                         ],
  4694.                         'max_size' => 1000000000,
  4695.                         'custom_frontend' => [
  4696.                             'name' => NULL,
  4697.                             'class' => NULL,
  4698.                         ],
  4699.                         'route_prefix' => '',
  4700.                         'endpoints' => [
  4701.                             'upload' => NULL,
  4702.                             'progress' => NULL,
  4703.                             'cancel' => NULL,
  4704.                         ],
  4705.                         'disallowed_mimetypes' => [
  4706.                         ],
  4707.                         'error_handler' => NULL,
  4708.                         'enable_progress' => false,
  4709.                         'enable_cancelation' => false,
  4710.                         'namer' => 'oneup_uploader.namer.uniqid',
  4711.                         'root_folder' => false,
  4712.                     ],
  4713.                 ],
  4714.                 'chunks' => [
  4715.                     'maxage' => 604800,
  4716.                     'storage' => [
  4717.                         'type' => 'filesystem',
  4718.                         'filesystem' => NULL,
  4719.                         'directory' => ($this->targetDir.''.'/uploader/chunks'),
  4720.                         'stream_wrapper' => NULL,
  4721.                         'sync_buffer_size' => '100K',
  4722.                         'prefix' => 'chunks',
  4723.                     ],
  4724.                     'load_distribution' => true,
  4725.                 ],
  4726.                 'twig' => true,
  4727.             ]; break;
  4728.             case 'nelmio_cors.defaults'$value = [
  4729.                 'allow_origin' => [
  4730.                     => $this->getEnv('string:resolve:APP_ACCOUNT_SUBDOMAIN').'(\\.[\\w\\-]+)*\\.[\\w\\-]+\\.[a-z]{2,}',
  4731.                     => $this->getEnv('resolve:APP_SUPER_ADMIN_SUBDOMAIN').'.'.$this->getEnv('string:resolve:APP_MAIN_DOMAIN'),
  4732.                     => $this->getEnv('resolve:APP_COMMERCIAL_SUBDOMAIN').'.'.$this->getEnv('string:resolve:APP_MAIN_DOMAIN'),
  4733.                     => $this->getEnv('string:resolve:APP_ADMIN_SUBDOMAIN').'(\\.[\\w\\-]+)*\\.[\\w\\-]+\\.[a-z]{2,}',
  4734.                 ],
  4735.                 'allow_credentials' => true,
  4736.                 'allow_headers' => [
  4737.                     => 'content-type',
  4738.                     => 'authorization',
  4739.                 ],
  4740.                 'allow_private_network' => false,
  4741.                 'expose_headers' => [
  4742.                     => 'Link',
  4743.                 ],
  4744.                 'allow_methods' => [
  4745.                     => 'GET',
  4746.                     => 'OPTIONS',
  4747.                     => 'POST',
  4748.                     => 'PUT',
  4749.                     => 'PATCH',
  4750.                     => 'DELETE',
  4751.                 ],
  4752.                 'max_age' => 3600,
  4753.                 'hosts' => [
  4754.                 ],
  4755.                 'origin_regex' => true,
  4756.                 'skip_same_as_origin' => true,
  4757.                 'forced_allow_origin_value' => NULL,
  4758.             ]; break;
  4759.             default: throw new InvalidArgumentException(sprintf('The dynamic parameter "%s" must be defined.'$name));
  4760.         }
  4761.         $this->loadedDynamicParameters[$name] = true;
  4762.         return $this->dynamicParameters[$name] = $value;
  4763.     }
  4764.     protected function getDefaultParameters(): array
  4765.     {
  4766.         return [
  4767.             'kernel.project_dir' => \dirname(__DIR__4),
  4768.             'kernel.environment' => 'dev',
  4769.             'kernel.debug' => true,
  4770.             'kernel.logs_dir' => (\dirname(__DIR__3).'/log'),
  4771.             'kernel.bundles' => [
  4772.                 'FrameworkBundle' => 'Symfony\\Bundle\\FrameworkBundle\\FrameworkBundle',
  4773.                 'SensioFrameworkExtraBundle' => 'Sensio\\Bundle\\FrameworkExtraBundle\\SensioFrameworkExtraBundle',
  4774.                 'TwigBundle' => 'Symfony\\Bundle\\TwigBundle\\TwigBundle',
  4775.                 'WebProfilerBundle' => 'Symfony\\Bundle\\WebProfilerBundle\\WebProfilerBundle',
  4776.                 'MonologBundle' => 'Symfony\\Bundle\\MonologBundle\\MonologBundle',
  4777.                 'DebugBundle' => 'Symfony\\Bundle\\DebugBundle\\DebugBundle',
  4778.                 'MakerBundle' => 'Symfony\\Bundle\\MakerBundle\\MakerBundle',
  4779.                 'DoctrineBundle' => 'Doctrine\\Bundle\\DoctrineBundle\\DoctrineBundle',
  4780.                 'DoctrineMigrationsBundle' => 'Doctrine\\Bundle\\MigrationsBundle\\DoctrineMigrationsBundle',
  4781.                 'SecurityBundle' => 'Symfony\\Bundle\\SecurityBundle\\SecurityBundle',
  4782.                 'TwigExtraBundle' => 'Twig\\Extra\\TwigExtraBundle\\TwigExtraBundle',
  4783.                 'DrosalysWebObjectExtensionsBundle' => 'DrosalysWeb\\ObjectExtensions\\Bridge\\Symfony\\DrosalysWebObjectExtensionsBundle',
  4784.                 'NelmioAliceBundle' => 'Nelmio\\Alice\\Bridge\\Symfony\\NelmioAliceBundle',
  4785.                 'FidryAliceDataFixturesBundle' => 'Fidry\\AliceDataFixtures\\Bridge\\Symfony\\FidryAliceDataFixturesBundle',
  4786.                 'HautelookAliceBundle' => 'Hautelook\\AliceBundle\\HautelookAliceBundle',
  4787.                 'SymfonyCastsVerifyEmailBundle' => 'SymfonyCasts\\Bundle\\VerifyEmail\\SymfonyCastsVerifyEmailBundle',
  4788.                 'DrosalysWebStringExtensionsBundle' => 'DrosalysWeb\\StringExtensions\\Bridge\\Symfony\\DrosalysWebStringExtensionsBundle',
  4789.                 'DrosalysWebDoctrineExtensionsBundle' => 'DrosalysWeb\\DoctrineExtensions\\Bridge\\Symfony\\DrosalysWebDoctrineExtensionsBundle',
  4790.                 'FOSOAuthServerBundle' => 'FOS\\OAuthServerBundle\\FOSOAuthServerBundle',
  4791.                 'NellappSDKBundle' => 'Nellapp\\Bundle\\SDKBundle\\NellappSDKBundle',
  4792.                 'NelmioApiDocBundle' => 'Nelmio\\ApiDocBundle\\NelmioApiDocBundle',
  4793.                 'JMSSerializerBundle' => 'JMS\\SerializerBundle\\JMSSerializerBundle',
  4794.                 'DrosalysApiBundle' => 'Drosalys\\Bundle\\ApiBundle\\DrosalysApiBundle',
  4795.                 'KnpPaginatorBundle' => 'Knp\\Bundle\\PaginatorBundle\\KnpPaginatorBundle',
  4796.                 'WebpackEncoreBundle' => 'Symfony\\WebpackEncoreBundle\\WebpackEncoreBundle',
  4797.                 'KnpMenuBundle' => 'Knp\\Bundle\\MenuBundle\\KnpMenuBundle',
  4798.                 'DrosalysWebFormBundle' => 'DrosalysWeb\\Bundle\\FormBundle\\DrosalysWebFormBundle',
  4799.                 'CraueFormFlowBundle' => 'Craue\\FormFlowBundle\\CraueFormFlowBundle',
  4800.                 'LiipImagineBundle' => 'Liip\\ImagineBundle\\LiipImagineBundle',
  4801.                 'BazingaJsTranslationBundle' => 'Bazinga\\Bundle\\JsTranslationBundle\\BazingaJsTranslationBundle',
  4802.                 'KarserRecaptcha3Bundle' => 'Karser\\Recaptcha3Bundle\\KarserRecaptcha3Bundle',
  4803.                 'SpiriitFormFilterBundle' => 'Spiriit\\Bundle\\FormFilterBundle\\SpiriitFormFilterBundle',
  4804.                 'OneupFlysystemBundle' => 'Oneup\\FlysystemBundle\\OneupFlysystemBundle',
  4805.                 'OneupUploaderBundle' => 'Oneup\\UploaderBundle\\OneupUploaderBundle',
  4806.                 'TwigComponentBundle' => 'Symfony\\UX\\TwigComponent\\TwigComponentBundle',
  4807.                 'NelmioCorsBundle' => 'Nelmio\\CorsBundle\\NelmioCorsBundle',
  4808.                 'DoctrineFixturesBundle' => 'Doctrine\\Bundle\\FixturesBundle\\DoctrineFixturesBundle',
  4809.                 'ZenstruckFoundryBundle' => 'Zenstruck\\Foundry\\ZenstruckFoundryBundle',
  4810.                 'FOSJsRoutingBundle' => 'FOS\\JsRoutingBundle\\FOSJsRoutingBundle',
  4811.             ],
  4812.             'kernel.bundles_metadata' => [
  4813.                 'FrameworkBundle' => [
  4814.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle'),
  4815.                     'namespace' => 'Symfony\\Bundle\\FrameworkBundle',
  4816.                 ],
  4817.                 'SensioFrameworkExtraBundle' => [
  4818.                     'path' => (\dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src'),
  4819.                     'namespace' => 'Sensio\\Bundle\\FrameworkExtraBundle',
  4820.                 ],
  4821.                 'TwigBundle' => [
  4822.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/twig-bundle'),
  4823.                     'namespace' => 'Symfony\\Bundle\\TwigBundle',
  4824.                 ],
  4825.                 'WebProfilerBundle' => [
  4826.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle'),
  4827.                     'namespace' => 'Symfony\\Bundle\\WebProfilerBundle',
  4828.                 ],
  4829.                 'MonologBundle' => [
  4830.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/monolog-bundle'),
  4831.                     'namespace' => 'Symfony\\Bundle\\MonologBundle',
  4832.                 ],
  4833.                 'DebugBundle' => [
  4834.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/debug-bundle'),
  4835.                     'namespace' => 'Symfony\\Bundle\\DebugBundle',
  4836.                 ],
  4837.                 'MakerBundle' => [
  4838.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/maker-bundle/src'),
  4839.                     'namespace' => 'Symfony\\Bundle\\MakerBundle',
  4840.                 ],
  4841.                 'DoctrineBundle' => [
  4842.                     'path' => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle'),
  4843.                     'namespace' => 'Doctrine\\Bundle\\DoctrineBundle',
  4844.                 ],
  4845.                 'DoctrineMigrationsBundle' => [
  4846.                     'path' => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle'),
  4847.                     'namespace' => 'Doctrine\\Bundle\\MigrationsBundle',
  4848.                 ],
  4849.                 'SecurityBundle' => [
  4850.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/security-bundle'),
  4851.                     'namespace' => 'Symfony\\Bundle\\SecurityBundle',
  4852.                 ],
  4853.                 'TwigExtraBundle' => [
  4854.                     'path' => (\dirname(__DIR__4).'/vendor/twig/extra-bundle'),
  4855.                     'namespace' => 'Twig\\Extra\\TwigExtraBundle',
  4856.                 ],
  4857.                 'DrosalysWebObjectExtensionsBundle' => [
  4858.                     'path' => (\dirname(__DIR__4).'/vendor/drosalys-web/object-extensions/src/Bridge/Symfony'),
  4859.                     'namespace' => 'DrosalysWeb\\ObjectExtensions\\Bridge\\Symfony',
  4860.                 ],
  4861.                 'NelmioAliceBundle' => [
  4862.                     'path' => (\dirname(__DIR__4).'/vendor/nelmio/alice/src/Bridge/Symfony'),
  4863.                     'namespace' => 'Nelmio\\Alice\\Bridge\\Symfony',
  4864.                 ],
  4865.                 'FidryAliceDataFixturesBundle' => [
  4866.                     'path' => (\dirname(__DIR__4).'/vendor/theofidry/alice-data-fixtures/src/Bridge/Symfony'),
  4867.                     'namespace' => 'Fidry\\AliceDataFixtures\\Bridge\\Symfony',
  4868.                 ],
  4869.                 'HautelookAliceBundle' => [
  4870.                     'path' => (\dirname(__DIR__4).'/vendor/hautelook/alice-bundle/src'),
  4871.                     'namespace' => 'Hautelook\\AliceBundle',
  4872.                 ],
  4873.                 'SymfonyCastsVerifyEmailBundle' => [
  4874.                     'path' => (\dirname(__DIR__4).'/vendor/symfonycasts/verify-email-bundle/src'),
  4875.                     'namespace' => 'SymfonyCasts\\Bundle\\VerifyEmail',
  4876.                 ],
  4877.                 'DrosalysWebStringExtensionsBundle' => [
  4878.                     'path' => (\dirname(__DIR__4).'/vendor/drosalys-web/string-extensions/src/Bridge/Symfony'),
  4879.                     'namespace' => 'DrosalysWeb\\StringExtensions\\Bridge\\Symfony',
  4880.                 ],
  4881.                 'DrosalysWebDoctrineExtensionsBundle' => [
  4882.                     'path' => (\dirname(__DIR__4).'/vendor/drosalys-web/doctrine-extensions/src/Bridge/Symfony'),
  4883.                     'namespace' => 'DrosalysWeb\\DoctrineExtensions\\Bridge\\Symfony',
  4884.                 ],
  4885.                 'FOSOAuthServerBundle' => [
  4886.                     'path' => (\dirname(__DIR__4).'/vendor/friendsofsymfony/oauth-server-bundle'),
  4887.                     'namespace' => 'FOS\\OAuthServerBundle',
  4888.                 ],
  4889.                 'NellappSDKBundle' => [
  4890.                     'path' => (\dirname(__DIR__4).'/vendor/nellapp/sdk-bundle/src'),
  4891.                     'namespace' => 'Nellapp\\Bundle\\SDKBundle',
  4892.                 ],
  4893.                 'NelmioApiDocBundle' => [
  4894.                     'path' => (\dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle'),
  4895.                     'namespace' => 'Nelmio\\ApiDocBundle',
  4896.                 ],
  4897.                 'JMSSerializerBundle' => [
  4898.                     'path' => (\dirname(__DIR__4).'/vendor/jms/serializer-bundle'),
  4899.                     'namespace' => 'JMS\\SerializerBundle',
  4900.                 ],
  4901.                 'DrosalysApiBundle' => [
  4902.                     'path' => (\dirname(__DIR__4).'/vendor/drosalys/api-bundle/src'),
  4903.                     'namespace' => 'Drosalys\\Bundle\\ApiBundle',
  4904.                 ],
  4905.                 'KnpPaginatorBundle' => [
  4906.                     'path' => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle'),
  4907.                     'namespace' => 'Knp\\Bundle\\PaginatorBundle',
  4908.                 ],
  4909.                 'WebpackEncoreBundle' => [
  4910.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src'),
  4911.                     'namespace' => 'Symfony\\WebpackEncoreBundle',
  4912.                 ],
  4913.                 'KnpMenuBundle' => [
  4914.                     'path' => (\dirname(__DIR__4).'/vendor/knplabs/knp-menu-bundle/src'),
  4915.                     'namespace' => 'Knp\\Bundle\\MenuBundle',
  4916.                 ],
  4917.                 'DrosalysWebFormBundle' => [
  4918.                     'path' => (\dirname(__DIR__4).'/vendor/drosalys-web/form-bundle/src'),
  4919.                     'namespace' => 'DrosalysWeb\\Bundle\\FormBundle',
  4920.                 ],
  4921.                 'CraueFormFlowBundle' => [
  4922.                     'path' => (\dirname(__DIR__4).'/vendor/craue/formflow-bundle'),
  4923.                     'namespace' => 'Craue\\FormFlowBundle',
  4924.                 ],
  4925.                 'LiipImagineBundle' => [
  4926.                     'path' => (\dirname(__DIR__4).'/vendor/liip/imagine-bundle'),
  4927.                     'namespace' => 'Liip\\ImagineBundle',
  4928.                 ],
  4929.                 'BazingaJsTranslationBundle' => [
  4930.                     'path' => (\dirname(__DIR__4).'/vendor/willdurand/js-translation-bundle'),
  4931.                     'namespace' => 'Bazinga\\Bundle\\JsTranslationBundle',
  4932.                 ],
  4933.                 'KarserRecaptcha3Bundle' => [
  4934.                     'path' => (\dirname(__DIR__4).'/vendor/karser/karser-recaptcha3-bundle'),
  4935.                     'namespace' => 'Karser\\Recaptcha3Bundle',
  4936.                 ],
  4937.                 'SpiriitFormFilterBundle' => [
  4938.                     'path' => (\dirname(__DIR__4).'/vendor/spiriitlabs/form-filter-bundle'),
  4939.                     'namespace' => 'Spiriit\\Bundle\\FormFilterBundle',
  4940.                 ],
  4941.                 'OneupFlysystemBundle' => [
  4942.                     'path' => (\dirname(__DIR__4).'/vendor/oneup/flysystem-bundle/src'),
  4943.                     'namespace' => 'Oneup\\FlysystemBundle',
  4944.                 ],
  4945.                 'OneupUploaderBundle' => [
  4946.                     'path' => (\dirname(__DIR__4).'/vendor/oneup/uploader-bundle/src'),
  4947.                     'namespace' => 'Oneup\\UploaderBundle',
  4948.                 ],
  4949.                 'TwigComponentBundle' => [
  4950.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/ux-twig-component'),
  4951.                     'namespace' => 'Symfony\\UX\\TwigComponent',
  4952.                 ],
  4953.                 'NelmioCorsBundle' => [
  4954.                     'path' => (\dirname(__DIR__4).'/vendor/nelmio/cors-bundle'),
  4955.                     'namespace' => 'Nelmio\\CorsBundle',
  4956.                 ],
  4957.                 'DoctrineFixturesBundle' => [
  4958.                     'path' => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-fixtures-bundle'),
  4959.                     'namespace' => 'Doctrine\\Bundle\\FixturesBundle',
  4960.                 ],
  4961.                 'ZenstruckFoundryBundle' => [
  4962.                     'path' => (\dirname(__DIR__4).'/vendor/zenstruck/foundry/src'),
  4963.                     'namespace' => 'Zenstruck\\Foundry',
  4964.                 ],
  4965.                 'FOSJsRoutingBundle' => [
  4966.                     'path' => (\dirname(__DIR__4).'/vendor/friendsofsymfony/jsrouting-bundle'),
  4967.                     'namespace' => 'FOS\\JsRoutingBundle',
  4968.                 ],
  4969.             ],
  4970.             'kernel.charset' => 'UTF-8',
  4971.             'kernel.container_class' => 'App_KernelDevDebugContainer',
  4972.             'images_user_avatar_directory' => (\dirname(__DIR__4).'/public/images/avatar'),
  4973.             'images_user_avatar_asset_path' => 'images/avatar/',
  4974.             'images_channel_directory' => (\dirname(__DIR__4).'/public/images/channel'),
  4975.             'images_channel_asset_path' => '/images/channel/',
  4976.             'cursus_upload_directory' => (\dirname(__DIR__3).'/uploads/cursus/'),
  4977.             'cursus_upload_maxsize' => 10000000,
  4978.             'cursus_upload_mime_types' => [
  4979.                 'image/jpeg' => [
  4980.                     => 'jpg',
  4981.                     => 'jpeg',
  4982.                 ],
  4983.                 'image/png' => [
  4984.                     => 'png',
  4985.                 ],
  4986.                 'application/pdf' => [
  4987.                     => 'pdf',
  4988.                 ],
  4989.                 'application/vnd.openxmlformats-officedocument.wordprocessingml.document' => [
  4990.                     => 'docx',
  4991.                 ],
  4992.                 'application/msword' => [
  4993.                     => 'doc',
  4994.                 ],
  4995.                 'application/vnd.oasis.opendocument.text' => [
  4996.                     => 'odt',
  4997.                 ],
  4998.                 'application/vnd.ms-excel' => [
  4999.                     => 'xls',
  5000.                 ],
  5001.                 'application/vnd.openxmlformats-officedocument.spreadsheetml.sheet' => [
  5002.                     => 'xlsx',
  5003.                 ],
  5004.             ],
  5005.             'admin_channel_user_data_drive_upload_directory' => (\dirname(__DIR__3).'/uploads/admin_channel_user_data_drive/'),
  5006.             'admin_channel_user_data_drive_upload_maxsize' => 10000000,
  5007.             'admin_channel_user_data_drive_upload_mime_types' => [
  5008.                 'image/jpeg' => [
  5009.                     => 'jpg',
  5010.                     => 'jpeg',
  5011.                 ],
  5012.                 'image/png' => [
  5013.                     => 'png',
  5014.                 ],
  5015.                 'application/pdf' => [
  5016.                     => 'pdf',
  5017.                 ],
  5018.                 'application/vnd.openxmlformats-officedocument.wordprocessingml.document' => [
  5019.                     => 'docx',
  5020.                 ],
  5021.                 'application/msword' => [
  5022.                     => 'doc',
  5023.                 ],
  5024.                 'application/vnd.oasis.opendocument.text' => [
  5025.                     => 'odt',
  5026.                 ],
  5027.                 'application/vnd.ms-excel' => [
  5028.                     => 'xls',
  5029.                 ],
  5030.                 'application/vnd.openxmlformats-officedocument.spreadsheetml.sheet' => [
  5031.                     => 'xlsx',
  5032.                 ],
  5033.             ],
  5034.             'admin_channel_user_data_document_upload_directory' => (\dirname(__DIR__3).'/uploads/admin_channel_user_data_document/'),
  5035.             'admin_channel_user_data_document_upload_maxsize' => 1000000000,
  5036.             'admin_channel_user_data_document_upload_mime_types' => [
  5037.                 'image/jpeg' => [
  5038.                     => 'jpg',
  5039.                     => 'jpeg',
  5040.                 ],
  5041.                 'image/png' => [
  5042.                     => 'png',
  5043.                 ],
  5044.                 'application/pdf' => [
  5045.                     => 'pdf',
  5046.                 ],
  5047.             ],
  5048.             'organization_upload_directory' => (\dirname(__DIR__3).'/uploads/organization/'),
  5049.             'organization_upload_maxsize' => 10000000,
  5050.             'organization_upload_mime_types' => [
  5051.                 'image/jpeg' => [
  5052.                     => 'jpg',
  5053.                     => 'jpeg',
  5054.                 ],
  5055.                 'image/png' => [
  5056.                     => 'png',
  5057.                 ],
  5058.                 'image/gif' => [
  5059.                     => 'gif',
  5060.                 ],
  5061.             ],
  5062.             'positioning_test_upload_directory' => (\dirname(__DIR__3).'/uploads/positioning-test/'),
  5063.             'positioning_test_upload_maxsize' => 10000000,
  5064.             'positioning_test_upload_mime_types' => [
  5065.                 'image/jpeg' => [
  5066.                     => 'jpg',
  5067.                     => 'jpeg',
  5068.                 ],
  5069.                 'image/png' => [
  5070.                     => 'png',
  5071.                 ],
  5072.                 'image/gif' => [
  5073.                     => 'gif',
  5074.                 ],
  5075.             ],
  5076.             'export_file_directory' => (\dirname(__DIR__3).'/files/exports/'),
  5077.             'public_dir' => (\dirname(__DIR__4).'/public/'),
  5078.             'event_dispatcher.event_aliases' => [
  5079.                 'Symfony\\Component\\Console\\Event\\ConsoleCommandEvent' => 'console.command',
  5080.                 'Symfony\\Component\\Console\\Event\\ConsoleErrorEvent' => 'console.error',
  5081.                 'Symfony\\Component\\Console\\Event\\ConsoleSignalEvent' => 'console.signal',
  5082.                 'Symfony\\Component\\Console\\Event\\ConsoleTerminateEvent' => 'console.terminate',
  5083.                 'Symfony\\Component\\Form\\Event\\PreSubmitEvent' => 'form.pre_submit',
  5084.                 'Symfony\\Component\\Form\\Event\\SubmitEvent' => 'form.submit',
  5085.                 'Symfony\\Component\\Form\\Event\\PostSubmitEvent' => 'form.post_submit',
  5086.                 'Symfony\\Component\\Form\\Event\\PreSetDataEvent' => 'form.pre_set_data',
  5087.                 'Symfony\\Component\\Form\\Event\\PostSetDataEvent' => 'form.post_set_data',
  5088.                 'Symfony\\Component\\HttpKernel\\Event\\ControllerArgumentsEvent' => 'kernel.controller_arguments',
  5089.                 'Symfony\\Component\\HttpKernel\\Event\\ControllerEvent' => 'kernel.controller',
  5090.                 'Symfony\\Component\\HttpKernel\\Event\\ResponseEvent' => 'kernel.response',
  5091.                 'Symfony\\Component\\HttpKernel\\Event\\FinishRequestEvent' => 'kernel.finish_request',
  5092.                 'Symfony\\Component\\HttpKernel\\Event\\RequestEvent' => 'kernel.request',
  5093.                 'Symfony\\Component\\HttpKernel\\Event\\ViewEvent' => 'kernel.view',
  5094.                 'Symfony\\Component\\HttpKernel\\Event\\ExceptionEvent' => 'kernel.exception',
  5095.                 'Symfony\\Component\\HttpKernel\\Event\\TerminateEvent' => 'kernel.terminate',
  5096.                 'Symfony\\Component\\Security\\Core\\Event\\AuthenticationSuccessEvent' => 'security.authentication.success',
  5097.                 'Symfony\\Component\\Security\\Core\\Event\\AuthenticationFailureEvent' => 'security.authentication.failure',
  5098.                 'Symfony\\Component\\Security\\Http\\Event\\InteractiveLoginEvent' => 'security.interactive_login',
  5099.                 'Symfony\\Component\\Security\\Http\\Event\\SwitchUserEvent' => 'security.switch_user',
  5100.             ],
  5101.             'fragment.renderer.hinclude.global_template' => NULL,
  5102.             'fragment.path' => '/_fragment',
  5103.             'kernel.http_method_override' => true,
  5104.             'kernel.default_locale' => 'fr',
  5105.             'kernel.enabled_locales' => [
  5106.             ],
  5107.             'kernel.error_controller' => 'error_controller',
  5108.             'kernel.trusted_headers' => 30,
  5109.             'debug.file_link_format' => NULL,
  5110.             'asset.request_context.base_path' => NULL,
  5111.             'asset.request_context.secure' => NULL,
  5112.             'translator.logging' => false,
  5113.             'translator.default_path' => (\dirname(__DIR__4).'/translations'),
  5114.             'debug.error_handler.throw_at' => -1,
  5115.             'router.request_context.host' => 'localhost',
  5116.             'router.request_context.scheme' => 'http',
  5117.             'router.request_context.base_url' => '',
  5118.             'router.resource' => 'kernel::loadRoutes',
  5119.             'request_listener.http_port' => 80,
  5120.             'request_listener.https_port' => 443,
  5121.             'session.metadata.storage_key' => '_sf2_meta',
  5122.             'session.storage.options' => [
  5123.                 'cache_limiter' => '0',
  5124.                 'name' => 'CORESESSID',
  5125.                 'cookie_lifetime' => 86400,
  5126.                 'cookie_secure' => 'auto',
  5127.                 'cookie_httponly' => true,
  5128.                 'cookie_samesite' => 'lax',
  5129.                 'gc_probability' => 1,
  5130.             ],
  5131.             'session.metadata.update_threshold' => 0,
  5132.             'form.type_extension.csrf.enabled' => true,
  5133.             'form.type_extension.csrf.field_name' => '_token',
  5134.             'validator.translation_domain' => 'validators',
  5135.             'profiler_listener.only_exceptions' => false,
  5136.             'profiler_listener.only_main_requests' => false,
  5137.             'twig.form.resources' => [
  5138.                 => 'form_div_layout.html.twig',
  5139.                 => '@KarserRecaptcha3/Form/karser_recaptcha3_widget.html.twig',
  5140.                 => '@LiipImagine/Form/form_div_layout.html.twig',
  5141.                 => '@NellappSDK/Form/form_theme_checkboxes.html.twig',
  5142.                 => '@NellappSDK/Form/form_theme.html.twig',
  5143.                 => 'bootstrap_5_layout.html.twig',
  5144.                 => '@NellappSDK/Partials/templates/form/nellapp_form_layout.html.twig',
  5145.                 => '@NellappSDK/Form/form_theme_channel_user_permission.html.twig',
  5146.                 => '@NellappSDK/Form/nellapp_boolean_type.html.twig',
  5147.                 => 'Form/admin_layout.html.twig',
  5148.                 10 => 'Form/form_collection_users.html.twig',
  5149.                 11 => 'Form/channel_user_roles.html.twig',
  5150.                 12 => 'Form/form_sortable_collection.html.twig',
  5151.                 13 => 'Form/form_dropzone.html.twig',
  5152.                 14 => 'Form/form_video_url.html.twig',
  5153.                 15 => 'Form/select_or_create.html.twig',
  5154.                 16 => '@DrosalysWebForm/Form/collection_layout.html.twig',
  5155.                 17 => '@DrosalysWebForm/Form/select_or_create_layout.html.twig',
  5156.             ],
  5157.             'twig.default_path' => (\dirname(__DIR__4).'/templates'),
  5158.             'web_profiler.debug_toolbar.intercept_redirects' => false,
  5159.             'web_profiler.debug_toolbar.mode' => 2,
  5160.             'monolog.use_microseconds' => true,
  5161.             'monolog.swift_mailer.handlers' => [
  5162.             ],
  5163.             'monolog.handlers_to_channels' => [
  5164.                 'monolog.handler.console' => [
  5165.                     'type' => 'exclusive',
  5166.                     'elements' => [
  5167.                         => 'event',
  5168.                         => 'doctrine',
  5169.                         => 'console',
  5170.                     ],
  5171.                 ],
  5172.                 'monolog.handler.main' => [
  5173.                     'type' => 'exclusive',
  5174.                     'elements' => [
  5175.                         => 'event',
  5176.                     ],
  5177.                 ],
  5178.             ],
  5179.             'env(VAR_DUMPER_SERVER)' => '127.0.0.1:9912',
  5180.             'doctrine.dbal.configuration.class' => 'Doctrine\\DBAL\\Configuration',
  5181.             'doctrine.data_collector.class' => 'Doctrine\\Bundle\\DoctrineBundle\\DataCollector\\DoctrineDataCollector',
  5182.             'doctrine.dbal.connection.event_manager.class' => 'Symfony\\Bridge\\Doctrine\\ContainerAwareEventManager',
  5183.             'doctrine.dbal.connection_factory.class' => 'Doctrine\\Bundle\\DoctrineBundle\\ConnectionFactory',
  5184.             'doctrine.dbal.events.mysql_session_init.class' => 'Doctrine\\DBAL\\Event\\Listeners\\MysqlSessionInit',
  5185.             'doctrine.dbal.events.oracle_session_init.class' => 'Doctrine\\DBAL\\Event\\Listeners\\OracleSessionInit',
  5186.             'doctrine.class' => 'Doctrine\\Bundle\\DoctrineBundle\\Registry',
  5187.             'doctrine.entity_managers' => [
  5188.                 'default' => 'doctrine.orm.default_entity_manager',
  5189.             ],
  5190.             'doctrine.default_entity_manager' => 'default',
  5191.             'doctrine.dbal.connection_factory.types' => [
  5192.                 'uuid' => [
  5193.                     'class' => 'Symfony\\Bridge\\Doctrine\\Types\\UuidType',
  5194.                 ],
  5195.                 'ulid' => [
  5196.                     'class' => 'Symfony\\Bridge\\Doctrine\\Types\\UlidType',
  5197.                 ],
  5198.             ],
  5199.             'doctrine.connections' => [
  5200.                 'default' => 'doctrine.dbal.default_connection',
  5201.             ],
  5202.             'doctrine.default_connection' => 'default',
  5203.             'doctrine.orm.configuration.class' => 'Doctrine\\ORM\\Configuration',
  5204.             'doctrine.orm.entity_manager.class' => 'Doctrine\\ORM\\EntityManager',
  5205.             'doctrine.orm.manager_configurator.class' => 'Doctrine\\Bundle\\DoctrineBundle\\ManagerConfigurator',
  5206.             'doctrine.orm.cache.array.class' => 'Doctrine\\Common\\Cache\\ArrayCache',
  5207.             'doctrine.orm.cache.apc.class' => 'Doctrine\\Common\\Cache\\ApcCache',
  5208.             'doctrine.orm.cache.memcache.class' => 'Doctrine\\Common\\Cache\\MemcacheCache',
  5209.             'doctrine.orm.cache.memcache_host' => 'localhost',
  5210.             'doctrine.orm.cache.memcache_port' => 11211,
  5211.             'doctrine.orm.cache.memcache_instance.class' => 'Memcache',
  5212.             'doctrine.orm.cache.memcached.class' => 'Doctrine\\Common\\Cache\\MemcachedCache',
  5213.             'doctrine.orm.cache.memcached_host' => 'localhost',
  5214.             'doctrine.orm.cache.memcached_port' => 11211,
  5215.             'doctrine.orm.cache.memcached_instance.class' => 'Memcached',
  5216.             'doctrine.orm.cache.redis.class' => 'Doctrine\\Common\\Cache\\RedisCache',
  5217.             'doctrine.orm.cache.redis_host' => 'localhost',
  5218.             'doctrine.orm.cache.redis_port' => 6379,
  5219.             'doctrine.orm.cache.redis_instance.class' => 'Redis',
  5220.             'doctrine.orm.cache.xcache.class' => 'Doctrine\\Common\\Cache\\XcacheCache',
  5221.             'doctrine.orm.cache.wincache.class' => 'Doctrine\\Common\\Cache\\WinCacheCache',
  5222.             'doctrine.orm.cache.zenddata.class' => 'Doctrine\\Common\\Cache\\ZendDataCache',
  5223.             'doctrine.orm.metadata.driver_chain.class' => 'Doctrine\\Persistence\\Mapping\\Driver\\MappingDriverChain',
  5224.             'doctrine.orm.metadata.annotation.class' => 'Doctrine\\ORM\\Mapping\\Driver\\AnnotationDriver',
  5225.             'doctrine.orm.metadata.xml.class' => 'Doctrine\\ORM\\Mapping\\Driver\\SimplifiedXmlDriver',
  5226.             'doctrine.orm.metadata.yml.class' => 'Doctrine\\ORM\\Mapping\\Driver\\SimplifiedYamlDriver',
  5227.             'doctrine.orm.metadata.php.class' => 'Doctrine\\ORM\\Mapping\\Driver\\PHPDriver',
  5228.             'doctrine.orm.metadata.staticphp.class' => 'Doctrine\\ORM\\Mapping\\Driver\\StaticPHPDriver',
  5229.             'doctrine.orm.metadata.attribute.class' => 'Doctrine\\ORM\\Mapping\\Driver\\AttributeDriver',
  5230.             'doctrine.orm.proxy_cache_warmer.class' => 'Symfony\\Bridge\\Doctrine\\CacheWarmer\\ProxyCacheWarmer',
  5231.             'form.type_guesser.doctrine.class' => 'Symfony\\Bridge\\Doctrine\\Form\\DoctrineOrmTypeGuesser',
  5232.             'doctrine.orm.validator.unique.class' => 'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator',
  5233.             'doctrine.orm.validator_initializer.class' => 'Symfony\\Bridge\\Doctrine\\Validator\\DoctrineInitializer',
  5234.             'doctrine.orm.security.user.provider.class' => 'Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider',
  5235.             'doctrine.orm.listeners.resolve_target_entity.class' => 'Doctrine\\ORM\\Tools\\ResolveTargetEntityListener',
  5236.             'doctrine.orm.listeners.attach_entity_listeners.class' => 'Doctrine\\ORM\\Tools\\AttachEntityListenersListener',
  5237.             'doctrine.orm.naming_strategy.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultNamingStrategy',
  5238.             'doctrine.orm.naming_strategy.underscore.class' => 'Doctrine\\ORM\\Mapping\\UnderscoreNamingStrategy',
  5239.             'doctrine.orm.quote_strategy.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultQuoteStrategy',
  5240.             'doctrine.orm.quote_strategy.ansi.class' => 'Doctrine\\ORM\\Mapping\\AnsiQuoteStrategy',
  5241.             'doctrine.orm.typed_field_mapper.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultTypedFieldMapper',
  5242.             'doctrine.orm.entity_listener_resolver.class' => 'Doctrine\\Bundle\\DoctrineBundle\\Mapping\\ContainerEntityListenerResolver',
  5243.             'doctrine.orm.second_level_cache.default_cache_factory.class' => 'Doctrine\\ORM\\Cache\\DefaultCacheFactory',
  5244.             'doctrine.orm.second_level_cache.default_region.class' => 'Doctrine\\ORM\\Cache\\Region\\DefaultRegion',
  5245.             'doctrine.orm.second_level_cache.filelock_region.class' => 'Doctrine\\ORM\\Cache\\Region\\FileLockRegion',
  5246.             'doctrine.orm.second_level_cache.logger_chain.class' => 'Doctrine\\ORM\\Cache\\Logging\\CacheLoggerChain',
  5247.             'doctrine.orm.second_level_cache.logger_statistics.class' => 'Doctrine\\ORM\\Cache\\Logging\\StatisticsCacheLogger',
  5248.             'doctrine.orm.second_level_cache.cache_configuration.class' => 'Doctrine\\ORM\\Cache\\CacheConfiguration',
  5249.             'doctrine.orm.second_level_cache.regions_configuration.class' => 'Doctrine\\ORM\\Cache\\RegionsConfiguration',
  5250.             'doctrine.orm.auto_generate_proxy_classes' => true,
  5251.             'doctrine.orm.enable_lazy_ghost_objects' => false,
  5252.             'doctrine.orm.proxy_namespace' => 'Proxies',
  5253.             'doctrine.migrations.preferred_em' => NULL,
  5254.             'doctrine.migrations.preferred_connection' => NULL,
  5255.             'security.role_hierarchy.roles' => [
  5256.                 'ROLE_ADMIN' => [
  5257.                     => 'ROLE_USER',
  5258.                 ],
  5259.                 'ROLE_SUPER_ADMIN' => [
  5260.                     => 'ROLE_ADMIN',
  5261.                     => 'ROLE_ALLOWED_TO_SWITCH',
  5262.                     => 'ROLE_COMMERCIAL',
  5263.                 ],
  5264.             ],
  5265.             'security.access.denied_url' => NULL,
  5266.             'security.authentication.manager.erase_credentials' => true,
  5267.             'security.authentication.session_strategy.strategy' => 'migrate',
  5268.             'security.access.always_authenticate_before_granting' => false,
  5269.             'security.authentication.hide_user_not_found' => true,
  5270.             'security.firewalls' => [
  5271.                 => 'dev',
  5272.                 => 'oauth_token',
  5273.                 => 'api_doc',
  5274.                 => 'api',
  5275.                 => 'sync_doc',
  5276.                 => 'sync',
  5277.                 => 'internal_api',
  5278.                 => 'partner_api_doc',
  5279.                 => 'partner_api',
  5280.                 => 'main',
  5281.             ],
  5282.             'security.api._indexed_authenticators' => [
  5283.             ],
  5284.             'security.sync._indexed_authenticators' => [
  5285.             ],
  5286.             'security.internal_api._indexed_authenticators' => [
  5287.             ],
  5288.             'security.partner_api._indexed_authenticators' => [
  5289.             ],
  5290.             'security.main._indexed_authenticators' => [
  5291.             ],
  5292.             'nelmio_alice.locale' => 'fr_FR',
  5293.             'nelmio_alice.functions_blacklist' => [
  5294.                 => 'current',
  5295.                 => 'shuffle',
  5296.                 => 'date',
  5297.                 => 'time',
  5298.                 => 'file',
  5299.                 => 'md5',
  5300.                 => 'sha1',
  5301.             ],
  5302.             'nelmio_alice.seed' => 1,
  5303.             'nelmio_alice.loading_limit' => 5,
  5304.             'nelmio_alice.max_unique_values_retry' => 150,
  5305.             'fidry_alice_data_fixtures.default_purge_mode' => 'delete',
  5306.             'hautelook_alice.fixtures_path' => [
  5307.                 => 'fixtures',
  5308.             ],
  5309.             'hautelook_alice.root_dirs' => [
  5310.                 => \dirname(__DIR__4),
  5311.             ],
  5312.             'fos_oauth_server.server.class' => 'OAuth2\\OAuth2',
  5313.             'fos_oauth_server.security.authentication.provider.class' => 'FOS\\OAuthServerBundle\\Security\\Authentication\\Provider\\OAuthProvider',
  5314.             'fos_oauth_server.security.authentication.listener.class' => 'FOS\\OAuthServerBundle\\Security\\Firewall\\OAuthListener',
  5315.             'fos_oauth_server.security.entry_point.class' => 'FOS\\OAuthServerBundle\\Security\\EntryPoint\\OAuthEntryPoint',
  5316.             'fos_oauth_server.server.options' => [
  5317.                 'supported_scopes' => 'api',
  5318.                 'access_token_lifetime' => 86400,
  5319.             ],
  5320.             'fos_oauth_server.model_manager_name' => NULL,
  5321.             'fos_oauth_server.model.client.class' => 'App\\Entity\\OAuth\\Client',
  5322.             'fos_oauth_server.model.access_token.class' => 'App\\Entity\\OAuth\\AccessToken',
  5323.             'fos_oauth_server.model.refresh_token.class' => 'App\\Entity\\OAuth\\RefreshToken',
  5324.             'fos_oauth_server.model.auth_code.class' => 'App\\Entity\\OAuth\\AuthCode',
  5325.             'fos_oauth_server.authorize.form.type' => 'FOS\\OAuthServerBundle\\Form\\Type\\AuthorizeFormType',
  5326.             'fos_oauth_server.authorize.form.name' => 'fos_oauth_server_authorize_form',
  5327.             'fos_oauth_server.authorize.form.validation_groups' => [
  5328.                 => 'Authorize',
  5329.                 => 'Default',
  5330.             ],
  5331.             'nellapp_sdk.activity_feed.enable' => true,
  5332.             'env(IA_HIGHLIGHT_ENABLE)' => 'false',
  5333.             'nellapp_sdk.global_getter.global_entities' => [
  5334.                 'channel_class' => 'App\\Entity\\Channel\\Channel',
  5335.                 'channel_white_label_class' => 'App\\Entity\\Channel\\ChannelWhiteLabel',
  5336.                 'user_class' => 'App\\Entity\\Account\\User',
  5337.                 'user_notification_class' => 'App\\Entity\\Account\\Notification',
  5338.                 'channel_user_data_class' => 'App\\Entity\\ChannelUserData\\ChannelUserData',
  5339.                 'channel_user_role_class' => 'App\\Entity\\Channel\\ChannelUserRole',
  5340.             ],
  5341.             'nellapp_sdk.default.doctrine_connection' => 'default',
  5342.             'nellapp_sdk.google.enable' => true,
  5343.             'nelmio_api_doc.areas' => [
  5344.                 => 'default',
  5345.                 => 'super_admin_async',
  5346.                 => 'app_sync',
  5347.                 => 'partner_api',
  5348.             ],
  5349.             'nelmio_api_doc.use_validation_groups' => false,
  5350.             'drosalys_api.serializer.symfony' => true,
  5351.             'knp_paginator.template.pagination' => '@NellappSDK/Partials/component/pagination/pagination.html.twig',
  5352.             'knp_paginator.template.filtration' => '@KnpPaginator/Pagination/filtration.html.twig',
  5353.             'knp_paginator.template.sortable' => '@KnpPaginator/Pagination/sortable_link.html.twig',
  5354.             'knp_paginator.page_range' => 5,
  5355.             'knp_paginator.page_limit' => NULL,
  5356.             'knp_menu.renderer.list.options' => [
  5357.             ],
  5358.             'knp_menu.twig.extension.class' => 'Knp\\Menu\\Twig\\MenuExtension',
  5359.             'knp_menu.renderer.twig.class' => 'Knp\\Menu\\Renderer\\TwigRenderer',
  5360.             'knp_menu.renderer.twig.options' => [
  5361.             ],
  5362.             'knp_menu.renderer.twig.template' => '@KnpMenu/menu.html.twig',
  5363.             'knp_menu.default_renderer' => 'twig',
  5364.             'drosalys_form.collection.import_template' => true,
  5365.             'drosalys_form.collection.main_form_template' => 'form_div_layout.html.twig',
  5366.             'drosalys_form.select_or_create.import_template' => true,
  5367.             'drosalys_form.select_or_create.layout_template' => '@DrosalysWebForm/Form/select_or_create_layout.html.twig',
  5368.             'craue.form.flow.class' => 'Craue\\FormFlowBundle\\Form\\FormFlow',
  5369.             'craue.form.flow.storage.class' => 'Craue\\FormFlowBundle\\Storage\\SessionStorage',
  5370.             'craue.form.flow.event_listener.previous_step_invalid.class' => 'Craue\\FormFlowBundle\\EventListener\\PreviousStepInvalidEventListener',
  5371.             'craue.form.flow.event_listener.previous_step_invalid.event' => 'flow.previous_step_invalid',
  5372.             'craue.form.flow.event_listener.flow_expired.class' => 'Craue\\FormFlowBundle\\EventListener\\FlowExpiredEventListener',
  5373.             'craue.form.flow.event_listener.flow_expired.event' => 'flow.flow_expired',
  5374.             'craue_twig_extensions.formflow.class' => 'Craue\\FormFlowBundle\\Twig\\Extension\\FormFlowExtension',
  5375.             'craue_formflow.util.class' => 'Craue\\FormFlowBundle\\Util\\FormFlowUtil',
  5376.             'liip_imagine.resolvers' => [
  5377.                 'default' => [
  5378.                     'web_path' => [
  5379.                         'web_root' => (\dirname(__DIR__4).'/public'),
  5380.                         'cache_prefix' => 'media/cache',
  5381.                     ],
  5382.                 ],
  5383.                 'cursus_uploads' => [
  5384.                     'flysystem' => [
  5385.                         'filesystem_service' => 'oneup_flysystem.cursus_filesystem',
  5386.                         'root_url' => 'none',
  5387.                         'visibility' => 'private',
  5388.                         'cache_prefix' => '',
  5389.                     ],
  5390.                 ],
  5391.                 'admin_channel_user_data_drive' => [
  5392.                     'flysystem' => [
  5393.                         'filesystem_service' => 'oneup_flysystem.admin_channel_user_data_drive_filesystem',
  5394.                         'root_url' => 'none',
  5395.                         'visibility' => 'private',
  5396.                         'cache_prefix' => '',
  5397.                     ],
  5398.                 ],
  5399.                 'organization_uploads' => [
  5400.                     'flysystem' => [
  5401.                         'filesystem_service' => 'oneup_flysystem.organization_filesystem',
  5402.                         'root_url' => 'none',
  5403.                         'visibility' => 'public',
  5404.                         'cache_prefix' => '',
  5405.                     ],
  5406.                 ],
  5407.                 'positioning_test_uploads' => [
  5408.                     'flysystem' => [
  5409.                         'filesystem_service' => 'oneup_flysystem.positioning_test_filesystem',
  5410.                         'root_url' => 'none',
  5411.                         'visibility' => 'public',
  5412.                         'cache_prefix' => '',
  5413.                     ],
  5414.                 ],
  5415.             ],
  5416.             'liip_imagine.loaders' => [
  5417.                 'default' => [
  5418.                     'filesystem' => [
  5419.                         'locator' => 'filesystem',
  5420.                         'data_root' => [
  5421.                             => (\dirname(__DIR__4).'/public'),
  5422.                         ],
  5423.                         'allow_unresolvable_data_roots' => false,
  5424.                         'bundle_resources' => [
  5425.                             'enabled' => false,
  5426.                             'access_control_type' => 'blacklist',
  5427.                             'access_control_list' => [
  5428.                             ],
  5429.                         ],
  5430.                     ],
  5431.                 ],
  5432.                 'cursus_uploads' => [
  5433.                     'flysystem' => [
  5434.                         'filesystem_service' => 'oneup_flysystem.cursus_filesystem',
  5435.                     ],
  5436.                 ],
  5437.                 'organization_uploads' => [
  5438.                     'flysystem' => [
  5439.                         'filesystem_service' => 'oneup_flysystem.organization_filesystem',
  5440.                     ],
  5441.                 ],
  5442.                 'positioning_test_uploads' => [
  5443.                     'flysystem' => [
  5444.                         'filesystem_service' => 'oneup_flysystem.positioning_test_filesystem',
  5445.                     ],
  5446.                 ],
  5447.             ],
  5448.             'liip_imagine.jpegoptim.binary' => '/usr/bin/jpegoptim',
  5449.             'liip_imagine.jpegoptim.stripAll' => true,
  5450.             'liip_imagine.jpegoptim.max' => NULL,
  5451.             'liip_imagine.jpegoptim.progressive' => true,
  5452.             'liip_imagine.jpegoptim.tempDir' => NULL,
  5453.             'liip_imagine.optipng.binary' => '/usr/bin/optipng',
  5454.             'liip_imagine.optipng.level' => 7,
  5455.             'liip_imagine.optipng.stripAll' => true,
  5456.             'liip_imagine.optipng.tempDir' => NULL,
  5457.             'liip_imagine.pngquant.binary' => '/usr/bin/pngquant',
  5458.             'liip_imagine.mozjpeg.binary' => '/opt/mozjpeg/bin/cjpeg',
  5459.             'liip_imagine.cwebp.binary' => '/usr/bin/cwebp',
  5460.             'liip_imagine.cwebp.tempDir' => NULL,
  5461.             'liip_imagine.cwebp.q' => 75,
  5462.             'liip_imagine.cwebp.alphaQ' => 100,
  5463.             'liip_imagine.cwebp.m' => 4,
  5464.             'liip_imagine.cwebp.alphaFilter' => 'fast',
  5465.             'liip_imagine.cwebp.alphaMethod' => 1,
  5466.             'liip_imagine.cwebp.exact' => false,
  5467.             'liip_imagine.cwebp.metadata' => [
  5468.                 => 'none',
  5469.             ],
  5470.             'liip_imagine.driver_service' => 'liip_imagine.gd',
  5471.             'liip_imagine.cache.resolver.default' => 'default',
  5472.             'liip_imagine.default_image' => NULL,
  5473.             'liip_imagine.filter_sets' => [
  5474.                 'channel_thumbnail' => [
  5475.                     'quality' => 100,
  5476.                     'jpeg_quality' => 80,
  5477.                     'png_compression_level' => 8,
  5478.                     'png_compression_filter' => NULL,
  5479.                     'format' => NULL,
  5480.                     'animated' => false,
  5481.                     'cache' => NULL,
  5482.                     'data_loader' => NULL,
  5483.                     'default_image' => NULL,
  5484.                     'filters' => [
  5485.                         'auto_rotate' => [
  5486.                         ],
  5487.                         'strip' => [
  5488.                         ],
  5489.                         'thumbnail' => [
  5490.                             'size' => [
  5491.                                 => 600,
  5492.                                 => 300,
  5493.                             ],
  5494.                             'mode' => 'inset',
  5495.                             'allow_upscale' => true,
  5496.                         ],
  5497.                     ],
  5498.                     'post_processors' => [
  5499.                     ],
  5500.                 ],
  5501.                 'avatar_thumbnail' => [
  5502.                     'quality' => 100,
  5503.                     'jpeg_quality' => 80,
  5504.                     'png_compression_level' => 8,
  5505.                     'png_compression_filter' => NULL,
  5506.                     'format' => NULL,
  5507.                     'animated' => false,
  5508.                     'cache' => NULL,
  5509.                     'data_loader' => NULL,
  5510.                     'default_image' => NULL,
  5511.                     'filters' => [
  5512.                         'auto_rotate' => [
  5513.                         ],
  5514.                         'strip' => [
  5515.                         ],
  5516.                         'thumbnail' => [
  5517.                             'size' => [
  5518.                                 => 100,
  5519.                                 => 100,
  5520.                             ],
  5521.                             'mode' => 'outbound',
  5522.                             'allow_upscale' => true,
  5523.                         ],
  5524.                     ],
  5525.                     'post_processors' => [
  5526.                     ],
  5527.                 ],
  5528.                 'cache' => [
  5529.                     'quality' => 100,
  5530.                     'jpeg_quality' => NULL,
  5531.                     'png_compression_level' => NULL,
  5532.                     'png_compression_filter' => NULL,
  5533.                     'format' => NULL,
  5534.                     'animated' => false,
  5535.                     'cache' => NULL,
  5536.                     'data_loader' => NULL,
  5537.                     'default_image' => NULL,
  5538.                     'filters' => [
  5539.                     ],
  5540.                     'post_processors' => [
  5541.                     ],
  5542.                 ],
  5543.                 'thumbnail' => [
  5544.                     'quality' => 50,
  5545.                     'jpeg_quality' => NULL,
  5546.                     'png_compression_level' => NULL,
  5547.                     'png_compression_filter' => NULL,
  5548.                     'format' => NULL,
  5549.                     'animated' => false,
  5550.                     'cache' => NULL,
  5551.                     'data_loader' => NULL,
  5552.                     'default_image' => NULL,
  5553.                     'filters' => [
  5554.                         'thumbnail' => [
  5555.                             'size' => [
  5556.                                 => 50,
  5557.                                 => 50,
  5558.                             ],
  5559.                             'mode' => 'inset',
  5560.                         ],
  5561.                     ],
  5562.                     'post_processors' => [
  5563.                     ],
  5564.                 ],
  5565.                 'drive_thumbnail' => [
  5566.                     'quality' => 50,
  5567.                     'jpeg_quality' => NULL,
  5568.                     'png_compression_level' => NULL,
  5569.                     'png_compression_filter' => NULL,
  5570.                     'format' => NULL,
  5571.                     'animated' => false,
  5572.                     'cache' => NULL,
  5573.                     'data_loader' => 'cursus_uploads',
  5574.                     'default_image' => NULL,
  5575.                     'filters' => [
  5576.                         'thumbnail' => [
  5577.                             'size' => [
  5578.                                 => 50,
  5579.                                 => 50,
  5580.                             ],
  5581.                             'mode' => 'inset',
  5582.                         ],
  5583.                     ],
  5584.                     'post_processors' => [
  5585.                     ],
  5586.                 ],
  5587.                 'question_picture' => [
  5588.                     'quality' => 90,
  5589.                     'jpeg_quality' => NULL,
  5590.                     'png_compression_level' => NULL,
  5591.                     'png_compression_filter' => NULL,
  5592.                     'format' => NULL,
  5593.                     'animated' => false,
  5594.                     'cache' => NULL,
  5595.                     'data_loader' => 'positioning_test_uploads',
  5596.                     'default_image' => NULL,
  5597.                     'filters' => [
  5598.                         'thumbnail' => [
  5599.                             'size' => [
  5600.                                 => 300,
  5601.                                 => 220,
  5602.                             ],
  5603.                             'mode' => 'inset',
  5604.                         ],
  5605.                     ],
  5606.                     'post_processors' => [
  5607.                     ],
  5608.                 ],
  5609.                 'question_picture_big' => [
  5610.                     'quality' => 90,
  5611.                     'jpeg_quality' => NULL,
  5612.                     'png_compression_level' => NULL,
  5613.                     'png_compression_filter' => NULL,
  5614.                     'format' => NULL,
  5615.                     'animated' => false,
  5616.                     'cache' => NULL,
  5617.                     'data_loader' => 'positioning_test_uploads',
  5618.                     'default_image' => NULL,
  5619.                     'filters' => [
  5620.                     ],
  5621.                     'post_processors' => [
  5622.                     ],
  5623.                 ],
  5624.                 'organization_file' => [
  5625.                     'quality' => 90,
  5626.                     'jpeg_quality' => NULL,
  5627.                     'png_compression_level' => NULL,
  5628.                     'png_compression_filter' => NULL,
  5629.                     'format' => NULL,
  5630.                     'animated' => false,
  5631.                     'cache' => NULL,
  5632.                     'data_loader' => 'organization_uploads',
  5633.                     'default_image' => NULL,
  5634.                     'filters' => [
  5635.                         'thumbnail' => [
  5636.                             'size' => [
  5637.                                 => 250,
  5638.                                 => 250,
  5639.                             ],
  5640.                             'mode' => 'inset',
  5641.                         ],
  5642.                     ],
  5643.                     'post_processors' => [
  5644.                     ],
  5645.                 ],
  5646.             ],
  5647.             'liip_imagine.binary.loader.default' => 'default',
  5648.             'liip_imagine.controller.filter_action' => 'Liip\\ImagineBundle\\Controller\\ImagineController::filterAction',
  5649.             'liip_imagine.controller.filter_runtime_action' => 'Liip\\ImagineBundle\\Controller\\ImagineController::filterRuntimeAction',
  5650.             'liip_imagine.webp.generate' => false,
  5651.             'liip_imagine.webp.options' => [
  5652.                 'quality' => 100,
  5653.                 'cache' => NULL,
  5654.                 'data_loader' => NULL,
  5655.                 'post_processors' => [
  5656.                 ],
  5657.             ],
  5658.             'bazinga.jstranslation.translation_finder.class' => 'Bazinga\\Bundle\\JsTranslationBundle\\Finder\\TranslationFinder',
  5659.             'bazinga.jstranslation.translation_dumper.class' => 'Bazinga\\Bundle\\JsTranslationBundle\\Dumper\\TranslationDumper',
  5660.             'bazinga.jstranslation.controller.class' => 'Bazinga\\Bundle\\JsTranslationBundle\\Controller\\Controller',
  5661.             'karser_recaptcha3.score_threshold' => 0.5,
  5662.             'karser_recaptcha3.enabled' => true,
  5663.             'karser_recaptcha3.host' => 'www.google.com',
  5664.             'spiriit_form_filter.query_builder_updater.class' => 'Spiriit\\Bundle\\FormFilterBundle\\Filter\\FilterBuilderUpdater',
  5665.             'spiriit_form_filter.form_data_extractor.class' => 'Spiriit\\Bundle\\FormFilterBundle\\Filter\\DataExtractor\\FormDataExtractor',
  5666.             'spiriit_form_filter.data_extraction_method.default.class' => 'Spiriit\\Bundle\\FormFilterBundle\\Filter\\DataExtractor\\Method\\DefaultExtractionMethod',
  5667.             'spiriit_form_filter.data_extraction_method.text.class' => 'Spiriit\\Bundle\\FormFilterBundle\\Filter\\DataExtractor\\Method\\TextExtractionMethod',
  5668.             'spiriit_form_filter.data_extraction_method.key_values.class' => 'Spiriit\\Bundle\\FormFilterBundle\\Filter\\DataExtractor\\Method\\ValueKeysExtractionMethod',
  5669.             'spiriit_form_filter.filter_prepare.class' => 'Spiriit\\Bundle\\FormFilterBundle\\Event\\Listener\\PrepareListener',
  5670.             'spiriit_form_filter.type.filter_text.class' => 'Spiriit\\Bundle\\FormFilterBundle\\Filter\\Form\\Type\\TextFilterType',
  5671.             'spiriit_form_filter.type.filter_number.class' => 'Spiriit\\Bundle\\FormFilterBundle\\Filter\\Form\\Type\\NumberFilterType',
  5672.             'spiriit_form_filter.type.filter_number_range.class' => 'Spiriit\\Bundle\\FormFilterBundle\\Filter\\Form\\Type\\NumberRangeFilterType',
  5673.             'spiriit_form_filter.type.filter_checkbox.class' => 'Spiriit\\Bundle\\FormFilterBundle\\Filter\\Form\\Type\\CheckboxFilterType',
  5674.             'spiriit_form_filter.type.filter_boolean.class' => 'Spiriit\\Bundle\\FormFilterBundle\\Filter\\Form\\Type\\BooleanFilterType',
  5675.             'spiriit_form_filter.type.filter_choice.class' => 'Spiriit\\Bundle\\FormFilterBundle\\Filter\\Form\\Type\\ChoiceFilterType',
  5676.             'spiriit_form_filter.type.filter_date.class' => 'Spiriit\\Bundle\\FormFilterBundle\\Filter\\Form\\Type\\DateFilterType',
  5677.             'spiriit_form_filter.type.filter_date_range.class' => 'Spiriit\\Bundle\\FormFilterBundle\\Filter\\Form\\Type\\DateRangeFilterType',
  5678.             'spiriit_form_filter.type.filter_datetime.class' => 'Spiriit\\Bundle\\FormFilterBundle\\Filter\\Form\\Type\\DateTimeFilterType',
  5679.             'spiriit_form_filter.type.filter_datetime_range.class' => 'Spiriit\\Bundle\\FormFilterBundle\\Filter\\Form\\Type\\DateTimeRangeFilterType',
  5680.             'spiriit_form_filter.type.filter_collection_adapter.class' => 'Spiriit\\Bundle\\FormFilterBundle\\Filter\\Form\\Type\\CollectionAdapterFilterType',
  5681.             'spiriit_form_filter.type.filter_sharedable.class' => 'Spiriit\\Bundle\\FormFilterBundle\\Filter\\Form\\Type\\SharedableFilterType',
  5682.             'spiriit_form_filter.type.filter_enum.class' => 'Spiriit\\Bundle\\FormFilterBundle\\Filter\\Form\\Type\\EnumFilterType',
  5683.             'spiriit_form_filter.type_extension.filter_extension.class' => 'Spiriit\\Bundle\\FormFilterBundle\\Filter\\Form\\FilterTypeExtension',
  5684.             'spiriit_form_filter.get_filter.doctrine_orm.class' => 'Spiriit\\Bundle\\FormFilterBundle\\Event\\Subscriber\\DoctrineORMSubscriber',
  5685.             'spiriit_form_filter.apply_filter.doctrine_orm.class' => 'Spiriit\\Bundle\\FormFilterBundle\\Event\\Listener\\DoctrineApplyFilterListener',
  5686.             'spiriit_form_filter.type.filter_entity.class' => 'Spiriit\\Bundle\\FormFilterBundle\\Filter\\Form\\Type\\EntityFilterType',
  5687.             'spiriit_form_filter.where_method' => 'and',
  5688.             'spiriit_form_filter.text.condition_pattern' => 1,
  5689.             'oneup_uploader.chunks.manager.class' => 'Oneup\\UploaderBundle\\Uploader\\Chunk\\ChunkManager',
  5690.             'oneup_uploader.chunks_storage.gaufrette.class' => 'Oneup\\UploaderBundle\\Uploader\\Chunk\\Storage\\GaufretteStorage',
  5691.             'oneup_uploader.chunks_storage.flysystem.class' => 'Oneup\\UploaderBundle\\Uploader\\Chunk\\Storage\\FlysystemStorage',
  5692.             'oneup_uploader.chunks_storage.filesystem.class' => 'Oneup\\UploaderBundle\\Uploader\\Chunk\\Storage\\FilesystemStorage',
  5693.             'oneup_uploader.namer.urlsafename.class' => 'Oneup\\UploaderBundle\\Uploader\\Naming\\UrlSafeNamer',
  5694.             'oneup_uploader.namer.uniqid.class' => 'Oneup\\UploaderBundle\\Uploader\\Naming\\UniqidNamer',
  5695.             'oneup_uploader.routing.loader.class' => 'Oneup\\UploaderBundle\\Routing\\RouteLoader',
  5696.             'oneup_uploader.storage.gaufrette.class' => 'Oneup\\UploaderBundle\\Uploader\\Storage\\GaufretteStorage',
  5697.             'oneup_uploader.storage.flysystem.class' => 'Oneup\\UploaderBundle\\Uploader\\Storage\\FlysystemStorage',
  5698.             'oneup_uploader.storage.filesystem.class' => 'Oneup\\UploaderBundle\\Uploader\\Storage\\FilesystemStorage',
  5699.             'oneup_uploader.orphanage.class' => 'Oneup\\UploaderBundle\\Uploader\\Storage\\FilesystemOrphanageStorage',
  5700.             'oneup_uploader.orphanage.manager.class' => 'Oneup\\UploaderBundle\\Uploader\\Orphanage\\OrphanageManager',
  5701.             'oneup_uploader.controller.fineuploader.class' => 'Oneup\\UploaderBundle\\Controller\\FineUploaderController',
  5702.             'oneup_uploader.controller.blueimp.class' => 'Oneup\\UploaderBundle\\Controller\\BlueimpController',
  5703.             'oneup_uploader.controller.uploadify.class' => 'Oneup\\UploaderBundle\\Controller\\UploadifyController',
  5704.             'oneup_uploader.controller.yui3.class' => 'Oneup\\UploaderBundle\\Controller\\YUI3Controller',
  5705.             'oneup_uploader.controller.fancyupload.class' => 'Oneup\\UploaderBundle\\Controller\\FancyUploadController',
  5706.             'oneup_uploader.controller.mooupload.class' => 'Oneup\\UploaderBundle\\Controller\\MooUploadController',
  5707.             'oneup_uploader.controller.plupload.class' => 'Oneup\\UploaderBundle\\Controller\\PluploadController',
  5708.             'oneup_uploader.controller.dropzone.class' => 'Oneup\\UploaderBundle\\Controller\\DropzoneController',
  5709.             'oneup_uploader.command.clear_chunks.class' => 'Oneup\\UploaderBundle\\Command\\ClearChunkCommand',
  5710.             'oneup_uploader.command.clear_orphans.class' => 'Oneup\\UploaderBundle\\Command\\ClearOrphansCommand',
  5711.             'oneup_uploader.error_handler.noop.class' => 'Oneup\\UploaderBundle\\Uploader\\ErrorHandler\\NoopErrorHandler',
  5712.             'oneup_uploader.error_handler.blueimp.class' => 'Oneup\\UploaderBundle\\Uploader\\ErrorHandler\\BlueimpErrorHandler',
  5713.             'oneup_uploader.error_handler.plupload.class' => 'Oneup\\UploaderBundle\\Uploader\\ErrorHandler\\PluploadErrorHandler',
  5714.             'oneup_uploader.error_handler.dropzone.class' => 'Oneup\\UploaderBundle\\Uploader\\ErrorHandler\\DropzoneErrorHandler',
  5715.             'oneup_uploader.config.cursus_upload' => [
  5716.                 'use_orphanage' => true,
  5717.                 'frontend' => 'dropzone',
  5718.                 'storage' => [
  5719.                     'type' => 'flysystem',
  5720.                     'filesystem' => 'oneup_flysystem.cursus_filesystem',
  5721.                     'service' => NULL,
  5722.                     'directory' => NULL,
  5723.                     'stream_wrapper' => NULL,
  5724.                     'sync_buffer_size' => '100K',
  5725.                 ],
  5726.                 'allowed_mimetypes' => [
  5727.                     'image/jpeg' => [
  5728.                         => 'jpg',
  5729.                         => 'jpeg',
  5730.                     ],
  5731.                     'image/png' => [
  5732.                         => 'png',
  5733.                     ],
  5734.                     'application/pdf' => [
  5735.                         => 'pdf',
  5736.                     ],
  5737.                     'application/vnd.openxmlformats-officedocument.wordprocessingml.document' => [
  5738.                         => 'docx',
  5739.                     ],
  5740.                     'application/msword' => [
  5741.                         => 'doc',
  5742.                     ],
  5743.                     'application/vnd.oasis.opendocument.text' => [
  5744.                         => 'odt',
  5745.                     ],
  5746.                     'application/vnd.ms-excel' => [
  5747.                         => 'xls',
  5748.                     ],
  5749.                     'application/vnd.openxmlformats-officedocument.spreadsheetml.sheet' => [
  5750.                         => 'xlsx',
  5751.                     ],
  5752.                 ],
  5753.                 'max_size' => 10000000,
  5754.                 'namer' => 'app.file_abstract_cursus_namer',
  5755.                 'custom_frontend' => [
  5756.                     'name' => NULL,
  5757.                     'class' => NULL,
  5758.                 ],
  5759.                 'route_prefix' => '',
  5760.                 'endpoints' => [
  5761.                     'upload' => NULL,
  5762.                     'progress' => NULL,
  5763.                     'cancel' => NULL,
  5764.                 ],
  5765.                 'disallowed_mimetypes' => [
  5766.                 ],
  5767.                 'error_handler' => NULL,
  5768.                 'enable_progress' => false,
  5769.                 'enable_cancelation' => false,
  5770.                 'root_folder' => false,
  5771.             ],
  5772.             'oneup_uploader.config.organization_upload' => [
  5773.                 'use_orphanage' => true,
  5774.                 'frontend' => 'dropzone',
  5775.                 'storage' => [
  5776.                     'type' => 'flysystem',
  5777.                     'filesystem' => 'oneup_flysystem.organization_filesystem',
  5778.                     'service' => NULL,
  5779.                     'directory' => NULL,
  5780.                     'stream_wrapper' => NULL,
  5781.                     'sync_buffer_size' => '100K',
  5782.                 ],
  5783.                 'allowed_mimetypes' => [
  5784.                     'image/jpeg' => [
  5785.                         => 'jpg',
  5786.                         => 'jpeg',
  5787.                     ],
  5788.                     'image/png' => [
  5789.                         => 'png',
  5790.                     ],
  5791.                     'image/gif' => [
  5792.                         => 'gif',
  5793.                     ],
  5794.                 ],
  5795.                 'max_size' => 10000000,
  5796.                 'namer' => 'app.organization_file_namer',
  5797.                 'custom_frontend' => [
  5798.                     'name' => NULL,
  5799.                     'class' => NULL,
  5800.                 ],
  5801.                 'route_prefix' => '',
  5802.                 'endpoints' => [
  5803.                     'upload' => NULL,
  5804.                     'progress' => NULL,
  5805.                     'cancel' => NULL,
  5806.                 ],
  5807.                 'disallowed_mimetypes' => [
  5808.                 ],
  5809.                 'error_handler' => NULL,
  5810.                 'enable_progress' => false,
  5811.                 'enable_cancelation' => false,
  5812.                 'root_folder' => false,
  5813.             ],
  5814.             'oneup_uploader.config.positioning_test_upload' => [
  5815.                 'use_orphanage' => true,
  5816.                 'frontend' => 'dropzone',
  5817.                 'storage' => [
  5818.                     'type' => 'flysystem',
  5819.                     'filesystem' => 'oneup_flysystem.positioning_test_filesystem',
  5820.                     'service' => NULL,
  5821.                     'directory' => NULL,
  5822.                     'stream_wrapper' => NULL,
  5823.                     'sync_buffer_size' => '100K',
  5824.                 ],
  5825.                 'allowed_mimetypes' => [
  5826.                     'image/jpeg' => [
  5827.                         => 'jpg',
  5828.                         => 'jpeg',
  5829.                     ],
  5830.                     'image/png' => [
  5831.                         => 'png',
  5832.                     ],
  5833.                     'image/gif' => [
  5834.                         => 'gif',
  5835.                     ],
  5836.                 ],
  5837.                 'max_size' => 10000000,
  5838.                 'namer' => 'app.positioning_test_file_namer',
  5839.                 'custom_frontend' => [
  5840.                     'name' => NULL,
  5841.                     'class' => NULL,
  5842.                 ],
  5843.                 'route_prefix' => '',
  5844.                 'endpoints' => [
  5845.                     'upload' => NULL,
  5846.                     'progress' => NULL,
  5847.                     'cancel' => NULL,
  5848.                 ],
  5849.                 'disallowed_mimetypes' => [
  5850.                 ],
  5851.                 'error_handler' => NULL,
  5852.                 'enable_progress' => false,
  5853.                 'enable_cancelation' => false,
  5854.                 'root_folder' => false,
  5855.             ],
  5856.             'oneup_uploader.config.admin_channel_user_data_drive_upload' => [
  5857.                 'use_orphanage' => true,
  5858.                 'frontend' => 'dropzone',
  5859.                 'storage' => [
  5860.                     'type' => 'flysystem',
  5861.                     'filesystem' => 'oneup_flysystem.admin_channel_user_data_drive_filesystem',
  5862.                     'service' => NULL,
  5863.                     'directory' => NULL,
  5864.                     'stream_wrapper' => NULL,
  5865.                     'sync_buffer_size' => '100K',
  5866.                 ],
  5867.                 'allowed_mimetypes' => [
  5868.                     'image/jpeg' => [
  5869.                         => 'jpg',
  5870.                         => 'jpeg',
  5871.                     ],
  5872.                     'image/png' => [
  5873.                         => 'png',
  5874.                     ],
  5875.                     'application/pdf' => [
  5876.                         => 'pdf',
  5877.                     ],
  5878.                     'application/vnd.openxmlformats-officedocument.wordprocessingml.document' => [
  5879.                         => 'docx',
  5880.                     ],
  5881.                     'application/msword' => [
  5882.                         => 'doc',
  5883.                     ],
  5884.                     'application/vnd.oasis.opendocument.text' => [
  5885.                         => 'odt',
  5886.                     ],
  5887.                     'application/vnd.ms-excel' => [
  5888.                         => 'xls',
  5889.                     ],
  5890.                     'application/vnd.openxmlformats-officedocument.spreadsheetml.sheet' => [
  5891.                         => 'xlsx',
  5892.                     ],
  5893.                 ],
  5894.                 'max_size' => 10000000,
  5895.                 'namer' => 'app.file_channel_user_data_drive_namer',
  5896.                 'custom_frontend' => [
  5897.                     'name' => NULL,
  5898.                     'class' => NULL,
  5899.                 ],
  5900.                 'route_prefix' => '',
  5901.                 'endpoints' => [
  5902.                     'upload' => NULL,
  5903.                     'progress' => NULL,
  5904.                     'cancel' => NULL,
  5905.                 ],
  5906.                 'disallowed_mimetypes' => [
  5907.                 ],
  5908.                 'error_handler' => NULL,
  5909.                 'enable_progress' => false,
  5910.                 'enable_cancelation' => false,
  5911.                 'root_folder' => false,
  5912.             ],
  5913.             'oneup_uploader.config.admin_channel_user_data_document_upload' => [
  5914.                 'use_orphanage' => true,
  5915.                 'frontend' => 'dropzone',
  5916.                 'storage' => [
  5917.                     'type' => 'flysystem',
  5918.                     'filesystem' => 'oneup_flysystem.admin_channel_user_data_document_filesystem',
  5919.                     'service' => NULL,
  5920.                     'directory' => NULL,
  5921.                     'stream_wrapper' => NULL,
  5922.                     'sync_buffer_size' => '100K',
  5923.                 ],
  5924.                 'allowed_mimetypes' => [
  5925.                     'image/jpeg' => [
  5926.                         => 'jpg',
  5927.                         => 'jpeg',
  5928.                     ],
  5929.                     'image/png' => [
  5930.                         => 'png',
  5931.                     ],
  5932.                     'application/pdf' => [
  5933.                         => 'pdf',
  5934.                     ],
  5935.                 ],
  5936.                 'max_size' => 1000000000,
  5937.                 'custom_frontend' => [
  5938.                     'name' => NULL,
  5939.                     'class' => NULL,
  5940.                 ],
  5941.                 'route_prefix' => '',
  5942.                 'endpoints' => [
  5943.                     'upload' => NULL,
  5944.                     'progress' => NULL,
  5945.                     'cancel' => NULL,
  5946.                 ],
  5947.                 'disallowed_mimetypes' => [
  5948.                 ],
  5949.                 'error_handler' => NULL,
  5950.                 'enable_progress' => false,
  5951.                 'enable_cancelation' => false,
  5952.                 'namer' => 'oneup_uploader.namer.uniqid',
  5953.                 'root_folder' => false,
  5954.             ],
  5955.             'oneup_uploader.controllers' => [
  5956.                 'cursus_upload' => [
  5957.                     => 'oneup_uploader.controller.cursus_upload',
  5958.                     => [
  5959.                         'enable_progress' => false,
  5960.                         'enable_cancelation' => false,
  5961.                         'route_prefix' => '',
  5962.                         'endpoints' => [
  5963.                             'upload' => NULL,
  5964.                             'progress' => NULL,
  5965.                             'cancel' => NULL,
  5966.                         ],
  5967.                     ],
  5968.                 ],
  5969.                 'organization_upload' => [
  5970.                     => 'oneup_uploader.controller.organization_upload',
  5971.                     => [
  5972.                         'enable_progress' => false,
  5973.                         'enable_cancelation' => false,
  5974.                         'route_prefix' => '',
  5975.                         'endpoints' => [
  5976.                             'upload' => NULL,
  5977.                             'progress' => NULL,
  5978.                             'cancel' => NULL,
  5979.                         ],
  5980.                     ],
  5981.                 ],
  5982.                 'positioning_test_upload' => [
  5983.                     => 'oneup_uploader.controller.positioning_test_upload',
  5984.                     => [
  5985.                         'enable_progress' => false,
  5986.                         'enable_cancelation' => false,
  5987.                         'route_prefix' => '',
  5988.                         'endpoints' => [
  5989.                             'upload' => NULL,
  5990.                             'progress' => NULL,
  5991.                             'cancel' => NULL,
  5992.                         ],
  5993.                     ],
  5994.                 ],
  5995.                 'admin_channel_user_data_drive_upload' => [
  5996.                     => 'oneup_uploader.controller.admin_channel_user_data_drive_upload',
  5997.                     => [
  5998.                         'enable_progress' => false,
  5999.                         'enable_cancelation' => false,
  6000.                         'route_prefix' => '',
  6001.                         'endpoints' => [
  6002.                             'upload' => NULL,
  6003.                             'progress' => NULL,
  6004.                             'cancel' => NULL,
  6005.                         ],
  6006.                     ],
  6007.                 ],
  6008.                 'admin_channel_user_data_document_upload' => [
  6009.                     => 'oneup_uploader.controller.admin_channel_user_data_document_upload',
  6010.                     => [
  6011.                         'enable_progress' => false,
  6012.                         'enable_cancelation' => false,
  6013.                         'route_prefix' => '',
  6014.                         'endpoints' => [
  6015.                             'upload' => NULL,
  6016.                             'progress' => NULL,
  6017.                             'cancel' => NULL,
  6018.                         ],
  6019.                     ],
  6020.                 ],
  6021.             ],
  6022.             'oneup_uploader.maxsize' => [
  6023.                 'cursus_upload' => 10000000,
  6024.                 'organization_upload' => 10000000,
  6025.                 'positioning_test_upload' => 10000000,
  6026.                 'admin_channel_user_data_drive_upload' => 10000000,
  6027.                 'admin_channel_user_data_document_upload' => 20971520,
  6028.             ],
  6029.             'nelmio_cors.map' => [
  6030.                 '^/' => [
  6031.                 ],
  6032.             ],
  6033.             'nelmio_cors.cors_listener.class' => 'Nelmio\\CorsBundle\\EventListener\\CorsListener',
  6034.             'nelmio_cors.options_resolver.class' => 'Nelmio\\CorsBundle\\Options\\Resolver',
  6035.             'nelmio_cors.options_provider.config.class' => 'Nelmio\\CorsBundle\\Options\\ConfigProvider',
  6036.             'fos_js_routing.extractor.class' => 'FOS\\JsRoutingBundle\\Extractor\\ExposedRoutesExtractor',
  6037.             'fos_js_routing.routes_response.class' => 'FOS\\JsRoutingBundle\\Response\\RoutesResponse',
  6038.             'fos_js_routing.controller.class' => 'FOS\\JsRoutingBundle\\Controller\\Controller',
  6039.             'fos_js_routing.normalizer.route_collection.class' => 'FOS\\JsRoutingBundle\\Serializer\\Normalizer\\RouteCollectionNormalizer',
  6040.             'fos_js_routing.normalizer.routes_response.class' => 'FOS\\JsRoutingBundle\\Serializer\\Normalizer\\RoutesResponseNormalizer',
  6041.             'fos_js_routing.denormalizer.route_collection.class' => 'FOS\\JsRoutingBundle\\Serializer\\Denormalizer\\RouteCollectionDenormalizer',
  6042.             'fos_js_routing.request_context_base_url' => NULL,
  6043.             'fos_js_routing.cache_control' => [
  6044.                 'enabled' => false,
  6045.             ],
  6046.             'data_collector.templates' => [
  6047.                 'data_collector.request' => [
  6048.                     => 'request',
  6049.                     => '@WebProfiler/Collector/request.html.twig',
  6050.                 ],
  6051.                 'data_collector.time' => [
  6052.                     => 'time',
  6053.                     => '@WebProfiler/Collector/time.html.twig',
  6054.                 ],
  6055.                 'data_collector.memory' => [
  6056.                     => 'memory',
  6057.                     => '@WebProfiler/Collector/memory.html.twig',
  6058.                 ],
  6059.                 'data_collector.validator' => [
  6060.                     => 'validator',
  6061.                     => '@WebProfiler/Collector/validator.html.twig',
  6062.                 ],
  6063.                 'data_collector.ajax' => [
  6064.                     => 'ajax',
  6065.                     => '@WebProfiler/Collector/ajax.html.twig',
  6066.                 ],
  6067.                 'data_collector.form' => [
  6068.                     => 'form',
  6069.                     => '@WebProfiler/Collector/form.html.twig',
  6070.                 ],
  6071.                 'data_collector.exception' => [
  6072.                     => 'exception',
  6073.                     => '@WebProfiler/Collector/exception.html.twig',
  6074.                 ],
  6075.                 'data_collector.logger' => [
  6076.                     => 'logger',
  6077.                     => '@WebProfiler/Collector/logger.html.twig',
  6078.                 ],
  6079.                 'data_collector.events' => [
  6080.                     => 'events',
  6081.                     => '@WebProfiler/Collector/events.html.twig',
  6082.                 ],
  6083.                 'data_collector.router' => [
  6084.                     => 'router',
  6085.                     => '@WebProfiler/Collector/router.html.twig',
  6086.                 ],
  6087.                 'data_collector.cache' => [
  6088.                     => 'cache',
  6089.                     => '@WebProfiler/Collector/cache.html.twig',
  6090.                 ],
  6091.                 'data_collector.translation' => [
  6092.                     => 'translation',
  6093.                     => '@WebProfiler/Collector/translation.html.twig',
  6094.                 ],
  6095.                 'data_collector.security' => [
  6096.                     => 'security',
  6097.                     => '@Security/Collector/security.html.twig',
  6098.                 ],
  6099.                 'data_collector.twig' => [
  6100.                     => 'twig',
  6101.                     => '@WebProfiler/Collector/twig.html.twig',
  6102.                 ],
  6103.                 'data_collector.http_client' => [
  6104.                     => 'http_client',
  6105.                     => '@WebProfiler/Collector/http_client.html.twig',
  6106.                 ],
  6107.                 'data_collector.doctrine' => [
  6108.                     => 'db',
  6109.                     => '@Doctrine/Collector/db.html.twig',
  6110.                 ],
  6111.                 'doctrine_migrations.migrations_collector' => [
  6112.                     => 'doctrine_migrations',
  6113.                     => '@DoctrineMigrations/Collector/migrations.html.twig',
  6114.                 ],
  6115.                 'data_collector.dump' => [
  6116.                     => 'dump',
  6117.                     => '@Debug/Profiler/dump.html.twig',
  6118.                 ],
  6119.                 'data_collector.messenger' => [
  6120.                     => 'messenger',
  6121.                     => '@WebProfiler/Collector/messenger.html.twig',
  6122.                 ],
  6123.                 'notifier.data_collector' => [
  6124.                     => 'notifier',
  6125.                     => '@WebProfiler/Collector/notifier.html.twig',
  6126.                 ],
  6127.                 'data_collector.config' => [
  6128.                     => 'config',
  6129.                     => '@WebProfiler/Collector/config.html.twig',
  6130.                 ],
  6131.             ],
  6132.             'console.command.ids' => [
  6133.             ],
  6134.         ];
  6135.     }
  6136.     protected function throw($message)
  6137.     {
  6138.         throw new RuntimeException($message);
  6139.     }
  6140. }