var/cache/dev/ContainerE1WJT3U/App_KernelDevDebugContainer.php line 2417

Open in your IDE?
  1. <?php
  2. namespace ContainerE1WJT3U;
  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.profiler' => 'get_Container_Private_ProfilerService',
  34.             '.container.private.security.authorization_checker' => 'get_Container_Private_Security_AuthorizationCheckerService',
  35.             '.container.private.security.token_storage' => 'get_Container_Private_Security_TokenStorageService',
  36.             '.container.private.serializer' => 'get_Container_Private_SerializerService',
  37.             '.container.private.twig' => 'get_Container_Private_TwigService',
  38.             '.container.private.validator' => 'get_Container_Private_ValidatorService',
  39.             'cache.app' => 'getCache_AppService',
  40.             'cache.system' => 'getCache_SystemService',
  41.             'cache.validator_expression_language' => 'getCache_ValidatorExpressionLanguageService',
  42.             'data_collector.dump' => 'getDataCollector_DumpService',
  43.             'doctrine' => 'getDoctrineService',
  44.             'doctrine.dbal.default_connection' => 'getDoctrine_Dbal_DefaultConnectionService',
  45.             'doctrine.orm.default_entity_listener_resolver' => 'getDoctrine_Orm_DefaultEntityListenerResolverService',
  46.             'doctrine.orm.default_entity_manager' => 'getDoctrine_Orm_DefaultEntityManagerService',
  47.             'event_dispatcher' => 'getEventDispatcherService',
  48.             'http_kernel' => 'getHttpKernelService',
  49.             'messenger.default_bus' => 'getMessenger_DefaultBusService',
  50.             'request_stack' => 'getRequestStackService',
  51.             'router' => 'getRouterService',
  52.             'translator' => 'getTranslatorService',
  53.             'var_dumper.cloner' => 'getVarDumper_ClonerService',
  54.             'cache_clearer' => 'getCacheClearerService',
  55.             'filesystem' => 'getFilesystemService',
  56.             'serializer' => 'getSerializerService',
  57.             'security.csrf.token_manager' => 'getSecurity_Csrf_TokenManagerService',
  58.             'form.factory' => 'getForm_FactoryService',
  59.             'form.type.file' => 'getForm_Type_FileService',
  60.             'profiler' => 'getProfilerService',
  61.             'twig' => 'getTwigService',
  62.             'security.authorization_checker' => 'getSecurity_AuthorizationCheckerService',
  63.             'security.token_storage' => 'getSecurity_TokenStorageService',
  64.             'security.password_encoder' => 'getSecurity_PasswordEncoderService',
  65.             'session' => 'getSessionService',
  66.             'validator' => 'getValidatorService',
  67.         ];
  68.         $this->fileMap = [
  69.             '.container.private.cache_clearer' => 'get_Container_Private_CacheClearerService',
  70.             '.container.private.filesystem' => 'get_Container_Private_FilesystemService',
  71.             '.container.private.form.factory' => 'get_Container_Private_Form_FactoryService',
  72.             '.container.private.form.type.file' => 'get_Container_Private_Form_Type_FileService',
  73.             '.container.private.security.csrf.token_manager' => 'get_Container_Private_Security_Csrf_TokenManagerService',
  74.             '.container.private.security.password_encoder' => 'get_Container_Private_Security_PasswordEncoderService',
  75.             '.container.private.session' => 'get_Container_Private_SessionService',
  76.             'App\\Controller\\Client\\User\\CreateUserAction' => 'getCreateUserActionService',
  77.             'App\\Controller\\Client\\User\\LoginAction' => 'getLoginActionService',
  78.             'App\\Controller\\Client\\User\\UserAction' => 'getUserActionService',
  79.             'App\\Controller\\Common\\ProjectFile\\GetItemAction' => 'getGetItemActionService',
  80.             'App\\Controller\\Common\\ProjectTask\\RestartAction' => 'getRestartActionService',
  81.             'App\\Controller\\Common\\User\\GetPhotoAction' => 'getGetPhotoActionService',
  82.             'App\\Controller\\Common\\User\\UploadPhotoAction' => 'getUploadPhotoActionService',
  83.             'App\\Controller\\Mobile\\AppToken\\CreateAppTokenAction' => 'getCreateAppTokenActionService',
  84.             'App\\Controller\\Mobile\\Notification\\DeliverNotificationAction' => 'getDeliverNotificationActionService',
  85.             'App\\Controller\\Mobile\\Notification\\ReadNotificationAction' => 'getReadNotificationActionService',
  86.             'App\\Controller\\Mobile\\ProjectTask\\DecideApprovalAction' => 'getDecideApprovalActionService',
  87.             'App\\Controller\\Mobile\\ProjectTask\\DecideBooleanAction' => 'getDecideBooleanActionService',
  88.             'App\\Controller\\Mobile\\ProjectTask\\DecideFileUploadAction' => 'getDecideFileUploadActionService',
  89.             'App\\Controller\\Mobile\\ProjectTask\\DecideInputAction' => 'getDecideInputActionService',
  90.             'App\\Controller\\Mobile\\ProjectTask\\DecideMinimumTermEstimateAction' => 'getDecideMinimumTermEstimateActionService',
  91.             'App\\Controller\\Mobile\\ProjectTask\\DecideMultiSelectAction' => 'getDecideMultiSelectActionService',
  92.             'App\\Controller\\Mobile\\ProjectTask\\DecideRoleAssignAction' => 'getDecideRoleAssignActionService',
  93.             'App\\Controller\\Mobile\\ProjectTask\\DecideSingleSelectAction' => 'getDecideSingleSelectActionService',
  94.             'App\\Controller\\Mobile\\ProjectTask\\DecideTermsAssignAction' => 'getDecideTermsAssignActionService',
  95.             'App\\Controller\\Mobile\\ProjectTask\\DecideVoidAction' => 'getDecideVoidActionService',
  96.             'App\\Controller\\Mobile\\ProjectTask\\RequestTermAction' => 'getRequestTermActionService',
  97.             'App\\Controller\\Mobile\\ProjectTask\\SetNotificationAction' => 'getSetNotificationActionService',
  98.             'App\\Controller\\Mobile\\Session\\LoginAction' => 'getLoginAction2Service',
  99.             'App\\Controller\\Mobile\\Session\\LogoutAction' => 'getLogoutActionService',
  100.             'App\\Controller\\Mobile\\User\\CreateUserAction' => 'getCreateUserAction2Service',
  101.             'App\\Controller\\Site\\Decision\\DeleteDecisionAction' => 'getDeleteDecisionActionService',
  102.             'App\\Controller\\Site\\Node\\Checkpoint\\DeleteCheckpointAction' => 'getDeleteCheckpointActionService',
  103.             'App\\Controller\\Site\\Node\\CopyAction' => 'getCopyActionService',
  104.             'App\\Controller\\Site\\Node\\Fragment\\DeleteFragmentAction' => 'getDeleteFragmentActionService',
  105.             'App\\Controller\\Site\\Node\\Hub\\DeleteHubAction' => 'getDeleteHubActionService',
  106.             'App\\Controller\\Site\\Node\\RecycleAction' => 'getRecycleActionService',
  107.             'App\\Controller\\Site\\Node\\RestoreAction' => 'getRestoreActionService',
  108.             'App\\Controller\\Site\\Node\\SearchChildrenAction' => 'getSearchChildrenActionService',
  109.             'App\\Controller\\Site\\Node\\SortAction' => 'getSortActionService',
  110.             'App\\Controller\\Site\\Node\\Task\\SortDecisionAction' => 'getSortDecisionActionService',
  111.             'App\\Controller\\Site\\Node\\Taxonomy\\ConvertToFragmentAction' => 'getConvertToFragmentActionService',
  112.             'App\\Controller\\Site\\Node\\Taxonomy\\ImportContentAction' => 'getImportContentActionService',
  113.             'App\\Controller\\Site\\Node\\Template\\LockTemplateAction' => 'getLockTemplateActionService',
  114.             'App\\Controller\\Site\\Node\\Template\\UnlockTemplateAction' => 'getUnlockTemplateActionService',
  115.             'App\\Controller\\Site\\Node\\Transition\\DeleteTransitionAction' => 'getDeleteTransitionActionService',
  116.             'App\\Controller\\Site\\Project\\CreateProjectAction' => 'getCreateProjectActionService',
  117.             'App\\Controller\\Site\\Project\\DeleteProjectAction' => 'getDeleteProjectActionService',
  118.             'App\\Controller\\Site\\Responsibility\\DeleteResponsibilityAction' => 'getDeleteResponsibilityActionService',
  119.             'App\\Controller\\Site\\RoleGroup\\DeleteRoleGroupAction' => 'getDeleteRoleGroupActionService',
  120.             'App\\Controller\\Site\\RoleGroup\\GetNaturalSortAction' => 'getGetNaturalSortActionService',
  121.             'App\\Controller\\Site\\RoleGroup\\ImportRolesAction' => 'getImportRolesActionService',
  122.             'App\\Controller\\Site\\Role\\DeleteRoleAction' => 'getDeleteRoleActionService',
  123.             'App\\Controller\\Site\\Stage\\DeleteStageAction' => 'getDeleteStageActionService',
  124.             'App\\Controller\\Site\\User\\ChangePasswordAction' => 'getChangePasswordActionService',
  125.             'App\\Controller\\Site\\User\\GetUserNotificationsAction' => 'getGetUserNotificationsActionService',
  126.             'App\\Controller\\Site\\User\\LoginAction' => 'getLoginAction3Service',
  127.             'App\\Controller\\Site\\User\\RemoveUserSessionsAction' => 'getRemoveUserSessionsActionService',
  128.             'App\\Controller\\Site\\User\\UserAction' => 'getUserAction2Service',
  129.             'App\\Service\\ProjectManager' => 'getProjectManagerService',
  130.             'App\\Service\\Workflow\\WorkflowManager' => 'getWorkflowManagerService',
  131.             'Doctrine\\Bundle\\DoctrineBundle\\Controller\\ProfilerController' => 'getProfilerControllerService',
  132.             'Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController' => 'getRedirectControllerService',
  133.             'Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController' => 'getTemplateControllerService',
  134.             'api_platform.action.documentation' => 'getApiPlatform_Action_DocumentationService',
  135.             'api_platform.action.entrypoint' => 'getApiPlatform_Action_EntrypointService',
  136.             'api_platform.action.exception' => 'getApiPlatform_Action_ExceptionService',
  137.             'api_platform.action.not_exposed' => 'getApiPlatform_Action_NotExposedService',
  138.             'api_platform.action.not_found' => 'getApiPlatform_Action_NotFoundService',
  139.             'api_platform.action.placeholder' => 'getApiPlatform_Action_PlaceholderService',
  140.             'api_platform.jsonld.action.context' => 'getApiPlatform_Jsonld_Action_ContextService',
  141.             'api_platform.swagger.action.ui' => 'getApiPlatform_Swagger_Action_UiService',
  142.             'api_platform.swagger_ui.action' => 'getApiPlatform_SwaggerUi_ActionService',
  143.             'cache.app_clearer' => 'getCache_AppClearerService',
  144.             'cache.global_clearer' => 'getCache_GlobalClearerService',
  145.             'cache.system_clearer' => 'getCache_SystemClearerService',
  146.             'cache_warmer' => 'getCacheWarmerService',
  147.             'console.command_loader' => 'getConsole_CommandLoaderService',
  148.             'container.env_var_processors_locator' => 'getContainer_EnvVarProcessorsLocatorService',
  149.             'error_controller' => 'getErrorControllerService',
  150.             'kreait_firebase.artenix.auth' => 'getKreaitFirebase_Artenix_AuthService',
  151.             'kreait_firebase.artenix.database' => 'getKreaitFirebase_Artenix_DatabaseService',
  152.             'kreait_firebase.artenix.dynamic_links' => 'getKreaitFirebase_Artenix_DynamicLinksService',
  153.             'kreait_firebase.artenix.firestore' => 'getKreaitFirebase_Artenix_FirestoreService',
  154.             'kreait_firebase.artenix.messaging' => 'getKreaitFirebase_Artenix_MessagingService',
  155.             'kreait_firebase.artenix.remote_config' => 'getKreaitFirebase_Artenix_RemoteConfigService',
  156.             'kreait_firebase.artenix.storage' => 'getKreaitFirebase_Artenix_StorageService',
  157.             'lexik_jwt_authentication.encoder' => 'getLexikJwtAuthentication_EncoderService',
  158.             'lexik_jwt_authentication.generate_token_command' => 'getLexikJwtAuthentication_GenerateTokenCommandService',
  159.             'lexik_jwt_authentication.jwt_manager' => 'getLexikJwtAuthentication_JwtManagerService',
  160.             'lexik_jwt_authentication.key_loader' => 'getLexikJwtAuthentication_KeyLoaderService',
  161.             'monolog.logger.firebase' => 'getMonolog_Logger_FirebaseService',
  162.             'monolog.logger.workflow' => 'getMonolog_Logger_WorkflowService',
  163.             'routing.loader' => 'getRouting_LoaderService',
  164.             'services_resetter' => 'getServicesResetterService',
  165.             'web_profiler.controller.exception_panel' => 'getWebProfiler_Controller_ExceptionPanelService',
  166.             'web_profiler.controller.profiler' => 'getWebProfiler_Controller_ProfilerService',
  167.             'web_profiler.controller.router' => 'getWebProfiler_Controller_RouterService',
  168.         ];
  169.         $this->aliases = [
  170.             'ApiPlatform\\Action\\NotExposedAction' => 'api_platform.action.not_exposed',
  171.             'ApiPlatform\\Action\\NotFoundAction' => 'api_platform.action.not_found',
  172.             'App\\Kernel' => 'kernel',
  173.             'Kreait\\Firebase\\Contract\\Auth' => 'kreait_firebase.artenix.auth',
  174.             'Kreait\\Firebase\\Contract\\Database' => 'kreait_firebase.artenix.database',
  175.             'Kreait\\Firebase\\Contract\\DynamicLinks' => 'kreait_firebase.artenix.dynamic_links',
  176.             'Kreait\\Firebase\\Contract\\Firestore' => 'kreait_firebase.artenix.firestore',
  177.             'Kreait\\Firebase\\Contract\\Messaging' => 'kreait_firebase.artenix.messaging',
  178.             'Kreait\\Firebase\\Contract\\RemoteConfig' => 'kreait_firebase.artenix.remote_config',
  179.             'Kreait\\Firebase\\Contract\\Storage' => 'kreait_firebase.artenix.storage',
  180.             'api_platform.action.delete_item' => 'api_platform.action.placeholder',
  181.             'api_platform.action.get_collection' => 'api_platform.action.placeholder',
  182.             'api_platform.action.get_item' => 'api_platform.action.placeholder',
  183.             'api_platform.action.get_subresource' => 'api_platform.action.placeholder',
  184.             'api_platform.action.patch_item' => 'api_platform.action.placeholder',
  185.             'api_platform.action.post_collection' => 'api_platform.action.placeholder',
  186.             'api_platform.action.put_item' => 'api_platform.action.placeholder',
  187.             'database_connection' => 'doctrine.dbal.default_connection',
  188.             'doctrine.orm.entity_manager' => 'doctrine.orm.default_entity_manager',
  189.         ];
  190.         $this->privates['service_container'] = function () {
  191.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/HttpKernelInterface.php';
  192.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/KernelInterface.php';
  193.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/RebootableInterface.php';
  194.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/TerminableInterface.php';
  195.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Kernel.php';
  196.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Kernel/MicroKernelTrait.php';
  197.             include_once \dirname(__DIR__4).'/src/Kernel.php';
  198.             include_once \dirname(__DIR__4).'/src/EventListener/BuildVersionListener.php';
  199.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventSubscriberInterface.php';
  200.             include_once \dirname(__DIR__4).'/src/EventListener/PaginationSubscriber.php';
  201.             include_once \dirname(__DIR__4).'/src/EventListener/ProjectUserFilterConfigurator.php';
  202.             include_once \dirname(__DIR__4).'/src/EventListener/ResponseListener.php';
  203.             include_once \dirname(__DIR__4).'/src/Infrastructure/Sentry/SentryRequestListener.php';
  204.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
  205.             include_once \dirname(__DIR__4).'/vendor/doctrine/collections/src/Selectable.php';
  206.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  207.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  208.             include_once \dirname(__DIR__4).'/vendor/symfony/var-exporter/Internal/LazyObjectTrait.php';
  209.             include_once \dirname(__DIR__4).'/vendor/symfony/var-exporter/LazyGhostTrait.php';
  210.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/LazyServiceEntityRepository.php';
  211.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  212.             include_once \dirname(__DIR__4).'/src/Repository/Content/RoleRepository.php';
  213.             include_once \dirname(__DIR__4).'/src/Repository/Project/ProjectRepository.php';
  214.             include_once \dirname(__DIR__4).'/src/Repository/Project/ProjectUserRepository.php';
  215.             include_once \dirname(__DIR__4).'/src/Service/Workflow/UserSelector.php';
  216.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/ControllerMetadata/ArgumentMetadataFactoryInterface.php';
  217.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/ControllerMetadata/ArgumentMetadataFactory.php';
  218.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ResponseListener.php';
  219.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/StreamedResponseListener.php';
  220.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/LocaleListener.php';
  221.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ValidateRequestListener.php';
  222.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/DisallowRobotsIndexingListener.php';
  223.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ErrorListener.php';
  224.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ParameterBagInterface.php';
  225.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ParameterBag.php';
  226.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/FrozenParameterBag.php';
  227.             include_once \dirname(__DIR__4).'/vendor/psr/container/src/ContainerInterface.php';
  228.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ContainerBagInterface.php';
  229.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ContainerBag.php';
  230.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/HttpKernel.php';
  231.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ControllerResolverInterface.php';
  232.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/TraceableControllerResolver.php';
  233.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ControllerResolver.php';
  234.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php';
  235.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerResolver.php';
  236.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolverInterface.php';
  237.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/TraceableArgumentResolver.php';
  238.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver.php';
  239.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/RequestStack.php';
  240.             include_once \dirname(__DIR__4).'/vendor/symfony/config/ConfigCacheFactoryInterface.php';
  241.             include_once \dirname(__DIR__4).'/vendor/symfony/config/ResourceCheckerConfigCacheFactory.php';
  242.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/LocaleAwareListener.php';
  243.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Marshaller/MarshallerInterface.php';
  244.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Marshaller/DefaultMarshaller.php';
  245.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ResetInterface.php';
  246.             include_once \dirname(__DIR__4).'/vendor/symfony/mailer/EventListener/MessageLoggerListener.php';
  247.             include_once \dirname(__DIR__4).'/vendor/symfony/translation-contracts/TranslatorInterface.php';
  248.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/TranslatorBagInterface.php';
  249.             include_once \dirname(__DIR__4).'/vendor/symfony/translation-contracts/LocaleAwareInterface.php';
  250.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Translator.php';
  251.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/WarmableInterface.php';
  252.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Translation/Translator.php';
  253.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ServiceProviderInterface.php';
  254.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ServiceLocatorTrait.php';
  255.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ServiceLocator.php';
  256.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/MessageFormatterInterface.php';
  257.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/IntlFormatterInterface.php';
  258.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/MessageFormatter.php';
  259.             include_once \dirname(__DIR__4).'/vendor/symfony/translation-contracts/TranslatorTrait.php';
  260.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/IdentityTranslator.php';
  261.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/DebugHandlersListener.php';
  262.             include_once \dirname(__DIR__4).'/vendor/psr/log/src/LoggerInterface.php';
  263.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/ResettableInterface.php';
  264.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Logger.php';
  265.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Log/DebugLoggerInterface.php';
  266.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Logger.php';
  267.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Debug/FileLinkFormatter.php';
  268.             include_once \dirname(__DIR__4).'/vendor/symfony/stopwatch/Stopwatch.php';
  269.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Processor/DebugProcessor.php';
  270.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RequestContext.php';
  271.             include_once \dirname(__DIR__4).'/vendor/symfony/expression-language/ExpressionFunctionProviderInterface.php';
  272.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Matcher/ExpressionLanguageProvider.php';
  273.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/RouterListener.php';
  274.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Reader.php';
  275.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationReader.php';
  276.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationRegistry.php';
  277.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/PsrCachedReader.php';
  278.             include_once \dirname(__DIR__4).'/vendor/psr/cache/src/CacheItemPoolInterface.php';
  279.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/AdapterInterface.php';
  280.             include_once \dirname(__DIR__4).'/vendor/symfony/cache-contracts/CacheInterface.php';
  281.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/PruneableInterface.php';
  282.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/ResettableInterface.php';
  283.             include_once \dirname(__DIR__4).'/vendor/symfony/cache-contracts/CacheTrait.php';
  284.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/ContractsTrait.php';
  285.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/ProxyTrait.php';
  286.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/PhpArrayAdapter.php';
  287.             include_once \dirname(__DIR__4).'/vendor/symfony/property-access/PropertyAccessorInterface.php';
  288.             include_once \dirname(__DIR__4).'/vendor/symfony/property-access/PropertyAccessor.php';
  289.             include_once \dirname(__DIR__4).'/vendor/psr/log/src/LoggerAwareInterface.php';
  290.             include_once \dirname(__DIR__4).'/vendor/psr/log/src/LoggerAwareTrait.php';
  291.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/ArrayAdapter.php';
  292.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/NameConverter/NameConverterInterface.php';
  293.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/NameConverter/AdvancedNameConverterInterface.php';
  294.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/NameConverter/MetadataAwareNameConverter.php';
  295.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyTypeExtractorInterface.php';
  296.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyDescriptionExtractorInterface.php';
  297.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyAccessExtractorInterface.php';
  298.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyListExtractorInterface.php';
  299.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyInfoExtractorInterface.php';
  300.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyInitializableExtractorInterface.php';
  301.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyInfoExtractor.php';
  302.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyReadInfoExtractorInterface.php';
  303.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyWriteInfoExtractorInterface.php';
  304.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/Extractor/ConstructorArgumentTypeExtractorInterface.php';
  305.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/Extractor/ReflectionExtractor.php';
  306.             include_once \dirname(__DIR__4).'/vendor/symfony/web-link/EventListener/AddLinkHeaderListener.php';
  307.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/AbstractSessionListener.php';
  308.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/SessionListener.php';
  309.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ValidatorBuilder.php';
  310.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validation.php';
  311.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorFactoryInterface.php';
  312.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ContainerConstraintValidatorFactory.php';
  313.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ObjectInitializerInterface.php';
  314.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Validator/DoctrineInitializer.php';
  315.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Loader/LoaderInterface.php';
  316.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Loader/AutoMappingTrait.php';
  317.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Loader/PropertyInfoLoader.php';
  318.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Validator/DoctrineLoader.php';
  319.             include_once \dirname(__DIR__4).'/vendor/symfony/notifier/EventListener/NotificationLoggerListener.php';
  320.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ProfilerListener.php';
  321.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/DataCollectorInterface.php';
  322.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/DataCollector.php';
  323.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/LateDataCollectorInterface.php';
  324.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php';
  325.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/RouterDataCollector.php';
  326.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/DataCollector/RouterDataCollector.php';
  327.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataCollectorInterface.php';
  328.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataCollector.php';
  329.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataExtractorInterface.php';
  330.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataExtractor.php';
  331.             include_once \dirname(__DIR__4).'/vendor/symfony/mime/MimeTypeGuesserInterface.php';
  332.             include_once \dirname(__DIR__4).'/vendor/symfony/mime/MimeTypesInterface.php';
  333.             include_once \dirname(__DIR__4).'/vendor/symfony/mime/MimeTypes.php';
  334.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Profiler/Profile.php';
  335.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/ControllerListener.php';
  336.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/ParamConverterListener.php';
  337.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/ParamConverterManager.php';
  338.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/ParamConverterInterface.php';
  339.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/DoctrineParamConverter.php';
  340.             include_once \dirname(__DIR__4).'/vendor/symfony/expression-language/ExpressionLanguage.php';
  341.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/DateTimeParamConverter.php';
  342.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ServiceSubscriberInterface.php';
  343.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/TemplateListener.php';
  344.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Templating/TemplateGuesser.php';
  345.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/HttpCacheListener.php';
  346.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/SecurityListener.php';
  347.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/ExpressionLanguage.php';
  348.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Security/ExpressionLanguage.php';
  349.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/IsGrantedListener.php';
  350.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ArgumentNameConverter.php';
  351.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ConnectionRegistry.php';
  352.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ManagerRegistry.php';
  353.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/AbstractManagerRegistry.php';
  354.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/ManagerRegistry.php';
  355.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Registry.php';
  356.             include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventManager.php';
  357.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/ContainerAwareEventManager.php';
  358.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Connection.php';
  359.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/ConnectionFactory.php';
  360.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Configuration.php';
  361.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Schema/SchemaManagerFactory.php';
  362.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Schema/LegacySchemaManagerFactory.php';
  363.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Dbal/SchemaAssetsFilterManager.php';
  364.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Dbal/RegexSchemaAssetFilter.php';
  365.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Driver/Middleware.php';
  366.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Logging/Middleware.php';
  367.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Middleware/ConnectionNameAwareInterface.php';
  368.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Middleware/DebugMiddleware.php';
  369.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry-symfony/src/Tracing/Doctrine/DBAL/Compatibility/MiddlewareInterface.php';
  370.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry-symfony/src/Tracing/Doctrine/DBAL/TracingDriverMiddleware.php';
  371.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry-symfony/src/Tracing/Doctrine/DBAL/TracingDriverConnectionFactoryInterface.php';
  372.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry-symfony/src/Tracing/Doctrine/DBAL/TracingDriverConnectionFactory.php';
  373.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Tools/DsnParser.php';
  374.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Middleware/Debug/DebugDataHolder.php';
  375.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Middleware/BacktraceDebugDataHolder.php';
  376.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/MappingDriver.php';
  377.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/CompatibilityAnnotationDriver.php';
  378.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/ColocatedMappingDriver.php';
  379.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/ReflectionBasedDriver.php';
  380.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/AttributeDriver.php';
  381.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/EntityListenerResolver.php';
  382.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Mapping/EntityListenerServiceResolver.php';
  383.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Mapping/ContainerEntityListenerResolver.php';
  384.             include_once \dirname(__DIR__4).'/vendor/doctrine/common/src/Proxy/Autoloader.php';
  385.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Proxy/Autoloader.php';
  386.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ObjectManager.php';
  387.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityManagerInterface.php';
  388.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityManager.php';
  389.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Configuration.php';
  390.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Mapping/MappingDriver.php';
  391.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/MappingDriverChain.php';
  392.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/NamingStrategy.php';
  393.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/UnderscoreNamingStrategy.php';
  394.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/QuoteStrategy.php';
  395.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Internal/SQLResultCasing.php';
  396.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/DefaultQuoteStrategy.php';
  397.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Repository/RepositoryFactory.php';
  398.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ContainerRepositoryFactory.php';
  399.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/ManagerConfigurator.php';
  400.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Token/Storage/TokenStorageInterface.php';
  401.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Token/Storage/TokenStorage.php';
  402.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AuthorizationCheckerInterface.php';
  403.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Security.php';
  404.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/AuthenticationTrustResolverInterface.php';
  405.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/AuthenticationTrustResolver.php';
  406.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Role/RoleHierarchyInterface.php';
  407.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Role/RoleHierarchy.php';
  408.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/FirewallMapInterface.php';
  409.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallMap.php';
  410.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Logout/LogoutUrlGenerator.php';
  411.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/RememberMe/ResponseListener.php';
  412.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AccessDecisionManagerInterface.php';
  413.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/TraceableAccessDecisionManager.php';
  414.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AccessDecisionManager.php';
  415.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Strategy/AccessDecisionStrategyInterface.php';
  416.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Strategy/AffirmativeStrategy.php';
  417.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall.php';
  418.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/EventListener/FirewallListener.php';
  419.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php';
  420.             include_once \dirname(__DIR__4).'/vendor/psr/event-dispatcher/src/EventDispatcherInterface.php';
  421.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher-contracts/EventDispatcherInterface.php';
  422.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventDispatcherInterface.php';
  423.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventDispatcher.php';
  424.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/FirewallListenerInterface.php';
  425.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  426.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ContextListener.php';
  427.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Csp/ContentSecurityPolicyHandler.php';
  428.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Csp/NonceGenerator.php';
  429.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/EventListener/WebDebugToolbarListener.php';
  430.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Processor/ProcessorInterface.php';
  431.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Processor/PsrLogMessageProcessor.php';
  432.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/HandlerInterface.php';
  433.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/Handler.php';
  434.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/AbstractHandler.php';
  435.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/ProcessableHandlerInterface.php';
  436.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/FormattableHandlerInterface.php';
  437.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/ProcessableHandlerTrait.php';
  438.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/FormattableHandlerTrait.php';
  439.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/AbstractProcessingHandler.php';
  440.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/StreamHandler.php';
  441.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/RotatingFileHandler.php';
  442.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Handler/ConsoleHandler.php';
  443.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry/src/Monolog/CompatibilityProcessingHandlerTrait.php';
  444.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry/src/Monolog/Handler.php';
  445.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/DataDumperInterface.php';
  446.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/DumpDataCollector.php';
  447.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/ClonerInterface.php';
  448.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/AbstractCloner.php';
  449.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/VarCloner.php';
  450.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/DumperInterface.php';
  451.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/AbstractDumper.php';
  452.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/CliDumper.php';
  453.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/HtmlDumper.php';
  454.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Server/Connection.php';
  455.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/ContextProviderInterface.php';
  456.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/SourceContextProvider.php';
  457.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/RequestContextProvider.php';
  458.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/CliContextProvider.php';
  459.             include_once \dirname(__DIR__4).'/vendor/nelmio/cors-bundle/EventListener/CorsListener.php';
  460.             include_once \dirname(__DIR__4).'/vendor/nelmio/cors-bundle/Options/ResolverInterface.php';
  461.             include_once \dirname(__DIR__4).'/vendor/nelmio/cors-bundle/Options/Resolver.php';
  462.             include_once \dirname(__DIR__4).'/vendor/nelmio/cors-bundle/Options/ProviderInterface.php';
  463.             include_once \dirname(__DIR__4).'/vendor/nelmio/cors-bundle/Options/ConfigProvider.php';
  464.             include_once \dirname(__DIR__4).'/vendor/nelmio/cors-bundle/EventListener/CacheableResponseVaryListener.php';
  465.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Api/ResourceClassResolverInterface.php';
  466.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Util/ClassInfoTrait.php';
  467.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Api/ResourceClassResolver.php';
  468.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RequestContextAwareInterface.php';
  469.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Matcher/UrlMatcherInterface.php';
  470.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Generator/UrlGeneratorInterface.php';
  471.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RouterInterface.php';
  472.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Api/UrlGeneratorInterface.php';
  473.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/Routing/Router.php';
  474.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Serializer/SerializerContextBuilderInterface.php';
  475.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Serializer/SerializerFilterContextBuilder.php';
  476.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Serializer/SerializerContextBuilder.php';
  477.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Factory/ClassMetadataFactoryInterface.php';
  478.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Serializer/Mapping/Factory/ClassMetadataFactory.php';
  479.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Factory/ClassResolverTrait.php';
  480.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Factory/ClassMetadataFactory.php';
  481.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Loader/LoaderInterface.php';
  482.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Loader/LoaderChain.php';
  483.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Loader/AnnotationLoader.php';
  484.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/PathResolver/OperationPathResolverInterface.php';
  485.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/PathResolver/CustomOperationPathResolver.php';
  486.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/PathResolver/OperationPathResolver.php';
  487.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Operation/PathSegmentNameGeneratorInterface.php';
  488.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Operation/UnderscorePathSegmentNameGenerator.php';
  489.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Api/IriConverterInterface.php';
  490.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Util/ResourceClassInfoTrait.php';
  491.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/State/UriVariablesResolverTrait.php';
  492.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/Routing/IriConverter.php';
  493.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Api/IdentifiersExtractorInterface.php';
  494.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Api/IdentifiersExtractor.php';
  495.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/Routing/SkolemIriConverter.php';
  496.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Api/UriVariablesConverterInterface.php';
  497.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Api/UriVariablesConverter.php';
  498.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/State/ProviderInterface.php';
  499.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/State/CallableProvider.php';
  500.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Api/LegacyIriConverter.php';
  501.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/DataProvider/ItemDataProviderInterface.php';
  502.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/DataProvider/RestrictedDataProviderInterface.php';
  503.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/DataProvider/RestrictDataProviderTrait.php';
  504.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/DataProvider/ChainItemDataProvider.php';
  505.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/DataProvider/CollectionDataProviderInterface.php';
  506.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/DataProvider/ContextAwareCollectionDataProviderInterface.php';
  507.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/DataProvider/ChainCollectionDataProvider.php';
  508.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/DataProvider/SubresourceDataProviderInterface.php';
  509.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/DataProvider/ChainSubresourceDataProvider.php';
  510.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Util/CloneTrait.php';
  511.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/DataProvider/OperationDataProviderTrait.php';
  512.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Util/OperationRequestInitiatorTrait.php';
  513.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Resource/ToggleableOperationAttributeTrait.php';
  514.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/EventListener/ReadListener.php';
  515.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/DataPersister/DataPersisterInterface.php';
  516.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/DataPersister/ContextAwareDataPersisterInterface.php';
  517.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/DataPersister/ChainDataPersister.php';
  518.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Resource/Factory/ResourceNameCollectionFactoryInterface.php';
  519.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Util/CachedTrait.php';
  520.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Resource/Factory/CachedResourceNameCollectionFactory.php';
  521.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Resource/Factory/ExtractorResourceNameCollectionFactory.php';
  522.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Resource/Factory/AttributesResourceNameCollectionFactory.php';
  523.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Resource/Factory/AnnotationResourceNameCollectionFactory.php';
  524.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Property/Factory/PropertyNameCollectionFactoryInterface.php';
  525.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Property/Factory/CachedPropertyNameCollectionFactory.php';
  526.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Property/Factory/ExtractorPropertyNameCollectionFactory.php';
  527.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Property/Factory/PropertyInfoPropertyNameCollectionFactory.php';
  528.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Resource/Factory/ResourceMetadataFactoryInterface.php';
  529.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Resource/Factory/CachedResourceMetadataFactory.php';
  530.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Resource/Factory/FormatsResourceMetadataFactory.php';
  531.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Resource/Factory/OperationResourceMetadataFactory.php';
  532.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Util/AnnotationFilterExtractorTrait.php';
  533.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Resource/Factory/AnnotationResourceFilterMetadataFactory.php';
  534.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Resource/Factory/ShortNameResourceMetadataFactory.php';
  535.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Resource/Factory/PhpDocResourceMetadataFactory.php';
  536.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Resource/Factory/InputOutputResourceMetadataFactory.php';
  537.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Resource/Factory/ExtractorResourceMetadataFactory.php';
  538.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Resource/Factory/AnnotationResourceMetadataFactory.php';
  539.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Property/Factory/PropertyMetadataFactoryInterface.php';
  540.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Property/Factory/CachedPropertyMetadataFactory.php';
  541.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Property/Factory/ExtractorPropertyMetadataFactory.php';
  542.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Property/Factory/AnnotationPropertyMetadataFactory.php';
  543.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Property/Factory/AnnotationSubresourceMetadataFactory.php';
  544.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Property/Factory/DefaultPropertyMetadataFactory.php';
  545.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Property/Factory/SerializerPropertyMetadataFactory.php';
  546.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Metadata/Property/DoctrineOrmPropertyMetadataFactory.php';
  547.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Symfony/PropertyInfo/Metadata/Property/PropertyInfoPropertyMetadataFactory.php';
  548.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Extractor/ResourceExtractorInterface.php';
  549.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Extractor/AbstractResourceExtractor.php';
  550.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Extractor/PropertyExtractorInterface.php';
  551.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Extractor/XmlExtractor.php';
  552.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Operation/Factory/SubresourceOperationFactoryInterface.php';
  553.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Operation/Factory/CachedSubresourceOperationFactory.php';
  554.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Operation/Factory/SubresourceOperationFactory.php';
  555.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Extractor/YamlExtractor.php';
  556.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Extractor/ResourceExtractorTrait.php';
  557.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Extractor/XmlResourceExtractor.php';
  558.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Extractor/AbstractPropertyExtractor.php';
  559.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Extractor/XmlPropertyExtractor.php';
  560.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Property/Factory/PropertyMetadataFactoryInterface.php';
  561.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Property/Factory/CachedPropertyMetadataFactory.php';
  562.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/Validator/Metadata/Property/ValidatorPropertyMetadataFactory.php';
  563.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Property/DeprecationMetadataTrait.php';
  564.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Property/Factory/ExtractorPropertyMetadataFactory.php';
  565.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Property/Factory/AttributePropertyMetadataFactory.php';
  566.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Property/Factory/DefaultPropertyMetadataFactory.php';
  567.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Property/Factory/SerializerPropertyMetadataFactory.php';
  568.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Doctrine/Orm/Metadata/Property/DoctrineOrmPropertyMetadataFactory.php';
  569.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Property/Factory/PropertyInfoPropertyMetadataFactory.php';
  570.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Property/Factory/LegacyPropertyMetadataFactory.php';
  571.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Resource/Factory/ResourceMetadataCollectionFactoryInterface.php';
  572.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Resource/Factory/CachedResourceMetadataCollectionFactory.php';
  573.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Doctrine/Orm/Metadata/Resource/DoctrineOrmResourceCollectionMetadataFactory.php';
  574.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/Messenger/Metadata/MessengerResourceMetadataCollectionFactory.php';
  575.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Resource/Factory/PhpDocResourceMetadataCollectionFactory.php';
  576.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Resource/Factory/AlternateUriResourceMetadataCollectionFactory.php';
  577.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Resource/Factory/FiltersResourceMetadataCollectionFactory.php';
  578.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Resource/Factory/FormatsResourceMetadataCollectionFactory.php';
  579.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Resource/Factory/InputOutputResourceMetadataCollectionFactory.php';
  580.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Resource/Factory/OperationNameResourceMetadataCollectionFactory.php';
  581.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Resource/Factory/LinkResourceMetadataCollectionFactory.php';
  582.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Resource/Factory/LinkFactoryInterface.php';
  583.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Resource/Factory/LinkFactory.php';
  584.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Resource/Factory/UriTemplateResourceMetadataCollectionFactory.php';
  585.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Resource/Factory/NotExposedOperationResourceMetadataCollectionFactory.php';
  586.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Resource/DeprecationMetadataTrait.php';
  587.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Resource/Factory/ExtractorResourceMetadataCollectionFactory.php';
  588.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Resource/Factory/LegacySubresourceMetadataResourceMetadataCollectionFactory.php';
  589.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Resource/Factory/LegacyResourceMetadataResourceMetadataCollectionFactory.php';
  590.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Resource/Factory/AttributesResourceMetadataCollectionFactory.php';
  591.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Extractor/YamlResourceExtractor.php';
  592.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Extractor/YamlPropertyExtractor.php';
  593.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/JsonSchema/TypeFactoryInterface.php';
  594.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/JsonSchema/TypeFactory.php';
  595.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/JsonLd/ContextBuilderInterface.php';
  596.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/JsonLd/AnonymousContextBuilderInterface.php';
  597.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/JsonLd/ContextBuilder.php';
  598.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Util/CorsTrait.php';
  599.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Hydra/EventListener/AddLinkHeaderListener.php';
  600.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/JsonSchema/SchemaFactoryInterface.php';
  601.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Hydra/JsonSchema/SchemaFactory.php';
  602.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/JsonSchema/SchemaFactory.php';
  603.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/HttpCache/EventListener/AddHeadersListener.php';
  604.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/EventListener/QueryParameterValidateListener.php';
  605.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Api/FilterLocatorTrait.php';
  606.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Api/QueryParameterValidator/QueryParameterValidator.php';
  607.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/Security/ResourceAccessCheckerInterface.php';
  608.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/Security/ResourceAccessChecker.php';
  609.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/EventListener/DenyAccessListener.php';
  610.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/Security/Core/Authorization/ExpressionLanguageProvider.php';
  611.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Api/IdentifiersExtractorInterface.php';
  612.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Api/CachedIdentifiersExtractor.php';
  613.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Api/IdentifiersExtractor.php';
  614.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Identifier/IdentifierConverterInterface.php';
  615.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Identifier/ContextAwareIdentifierConverterInterface.php';
  616.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Identifier/IdentifierConverter.php';
  617.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/EventListener/AddFormatListener.php';
  618.             include_once \dirname(__DIR__4).'/vendor/willdurand/negotiation/src/Negotiation/AbstractNegotiator.php';
  619.             include_once \dirname(__DIR__4).'/vendor/willdurand/negotiation/src/Negotiation/Negotiator.php';
  620.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/EventListener/ReadListener.php';
  621.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/EventListener/DeserializeListener.php';
  622.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry/src/State/HubInterface.php';
  623.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry/src/State/HubAdapter.php';
  624.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry/src/ClientInterface.php';
  625.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry/src/Client.php';
  626.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry/src/ClientBuilderInterface.php';
  627.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry/src/ClientBuilder.php';
  628.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry/src/Options.php';
  629.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry-symfony/src/Integration/IntegrationConfigurator.php';
  630.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry/src/Integration/IntegrationInterface.php';
  631.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry/src/Integration/RequestIntegration.php';
  632.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry/src/Integration/TransactionIntegration.php';
  633.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry/src/Integration/FrameContextifierIntegration.php';
  634.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry/src/Integration/EnvironmentIntegration.php';
  635.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry/src/Transport/TransportFactoryInterface.php';
  636.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry-symfony/src/Transport/TransportFactory.php';
  637.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry/src/Serializer/AbstractSerializer.php';
  638.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry/src/Serializer/SerializerInterface.php';
  639.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry/src/Serializer/Serializer.php';
  640.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry/src/Serializer/RepresentationSerializerInterface.php';
  641.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry/src/Serializer/RepresentationSerializer.php';
  642.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry-symfony/src/EventListener/KernelEventForwardCompatibilityTrait.php';
  643.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry-symfony/src/EventListener/RequestListener.php';
  644.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry-symfony/src/EventListener/SubRequestListener.php';
  645.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry-symfony/src/EventListener/AbstractTracingRequestListener.php';
  646.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry-symfony/src/EventListener/TracingRequestListener.php';
  647.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry-symfony/src/EventListener/TracingSubRequestListener.php';
  648.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry-symfony/src/EventListener/LoginListener.php';
  649.             include_once \dirname(__DIR__4).'/vendor/symfony/http-client-contracts/HttpClientInterface.php';
  650.             include_once \dirname(__DIR__4).'/vendor/symfony/http-client/TraceableHttpClient.php';
  651.             include_once \dirname(__DIR__4).'/vendor/symfony/http-client/HttpClient.php';
  652.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/TraceableAdapter.php';
  653.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry-symfony/src/Tracing/Cache/TraceableCacheAdapterTrait.php';
  654.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry-symfony/src/Tracing/Cache/TraceableCacheAdapterForV3.php';
  655.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/AbstractAdapterTrait.php';
  656.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/AbstractAdapter.php';
  657.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/FilesystemCommonTrait.php';
  658.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/FilesystemTrait.php';
  659.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/FilesystemAdapter.php';
  660.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/RedisTrait.php';
  661.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/RedisAdapter.php';
  662.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/DataCollectorTranslator.php';
  663.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Matcher/RequestMatcherInterface.php';
  664.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Router.php';
  665.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Routing/Router.php';
  666.             include_once \dirname(__DIR__4).'/vendor/symfony/messenger/MessageBusInterface.php';
  667.             include_once \dirname(__DIR__4).'/vendor/symfony/messenger/TraceableMessageBus.php';
  668.             include_once \dirname(__DIR__4).'/vendor/symfony/messenger/MessageBus.php';
  669.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php';
  670.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Debug/TraceableEventDispatcher.php';
  671.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/SerializerInterface.php';
  672.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/NormalizerInterface.php';
  673.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ContextAwareNormalizerInterface.php';
  674.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DenormalizerInterface.php';
  675.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ContextAwareDenormalizerInterface.php';
  676.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/EncoderInterface.php';
  677.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/ContextAwareEncoderInterface.php';
  678.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/DecoderInterface.php';
  679.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/ContextAwareDecoderInterface.php';
  680.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Serializer.php';
  681.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/SerializerAwareInterface.php';
  682.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/CacheableSupportsMethodInterface.php';
  683.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/SerializerAwareTrait.php';
  684.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/UnwrappingDenormalizer.php';
  685.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/RamseyUuid/Serializer/UuidDenormalizer.php';
  686.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/OpenApi/Serializer/ApiGatewayNormalizer.php';
  687.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/OpenApi/Serializer/OpenApiNormalizer.php';
  688.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ObjectToPopulateTrait.php';
  689.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/AbstractNormalizer.php';
  690.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/AbstractObjectNormalizer.php';
  691.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ObjectNormalizer.php';
  692.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/JsonEncoder.php';
  693.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Resource/ApiResourceToLegacyResourceMetadataTrait.php';
  694.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Api/FilterLocatorTrait.php';
  695.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Swagger/Serializer/DocumentationNormalizer.php';
  696.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Symfony/Routing/RouterOperationPathResolver.php';
  697.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Serializer/AbstractConstraintViolationListNormalizer.php';
  698.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Hydra/Serializer/ConstraintViolationListNormalizer.php';
  699.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Problem/Serializer/ConstraintViolationListNormalizer.php';
  700.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Hydra/Serializer/DocumentationNormalizer.php';
  701.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Hydra/Serializer/EntrypointNormalizer.php';
  702.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Problem/Serializer/ErrorNormalizerTrait.php';
  703.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Hydra/Serializer/ErrorNormalizer.php';
  704.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Problem/Serializer/ErrorNormalizer.php';
  705.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/NormalizerAwareTrait.php';
  706.             include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Serialization/Normalizer/FlattenExceptionNormalizer.php';
  707.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ProblemNormalizer.php';
  708.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/UidNormalizer.php';
  709.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Serializer/ContextTrait.php';
  710.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Serializer/InputOutputMetadataTrait.php';
  711.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Serializer/AbstractItemNormalizer.php';
  712.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/JsonLd/Serializer/JsonLdContextTrait.php';
  713.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/JsonLd/Serializer/ItemNormalizer.php';
  714.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Serializer/ItemNormalizer.php';
  715.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DateTimeNormalizer.php';
  716.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ConstraintViolationListNormalizer.php';
  717.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/MimeMessageNormalizer.php';
  718.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/PropertyNormalizer.php';
  719.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/ClassDiscriminatorResolverInterface.php';
  720.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/ClassDiscriminatorFromClassMetadata.php';
  721.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DateTimeZoneNormalizer.php';
  722.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DateIntervalNormalizer.php';
  723.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/FormErrorNormalizer.php';
  724.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/BackedEnumNormalizer.php';
  725.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DataUriNormalizer.php';
  726.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/JsonSerializableNormalizer.php';
  727.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/NormalizerAwareInterface.php';
  728.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Hydra/Serializer/CollectionFiltersNormalizer.php';
  729.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Hydra/Serializer/PartialCollectionViewNormalizer.php';
  730.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Hydra/Serializer/CollectionNormalizer.php';
  731.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DenormalizerAwareInterface.php';
  732.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DenormalizerAwareTrait.php';
  733.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ArrayDenormalizer.php';
  734.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/JsonLd/Serializer/ObjectNormalizer.php';
  735.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/NormalizationAwareInterface.php';
  736.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/XmlEncoder.php';
  737.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/YamlEncoder.php';
  738.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/CsvEncoder.php';
  739.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Serializer/JsonEncoder.php';
  740.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/Profiler.php';
  741.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/ProfilerStorageInterface.php';
  742.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php';
  743.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/Bundle/DataCollector/RequestDataCollector.php';
  744.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/TimeDataCollector.php';
  745.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/MemoryDataCollector.php';
  746.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/DataCollector/ValidatorDataCollector.php';
  747.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/AjaxDataCollector.php';
  748.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/ExceptionDataCollector.php';
  749.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/LoggerDataCollector.php';
  750.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/EventDataCollector.php';
  751.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/DataCollector/CacheDataCollector.php';
  752.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/DataCollector/TranslationDataCollector.php';
  753.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/DataCollector/SecurityDataCollector.php';
  754.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/DataCollector/TwigDataCollector.php';
  755.             include_once \dirname(__DIR__4).'/vendor/symfony/http-client/DataCollector/HttpClientDataCollector.php';
  756.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/DataCollector/DoctrineDataCollector.php';
  757.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/DataCollector/DoctrineDataCollector.php';
  758.             include_once \dirname(__DIR__4).'/vendor/symfony/messenger/DataCollector/MessengerDataCollector.php';
  759.             include_once \dirname(__DIR__4).'/vendor/symfony/mailer/DataCollector/MessageDataCollector.php';
  760.             include_once \dirname(__DIR__4).'/vendor/symfony/notifier/DataCollector/NotificationDataCollector.php';
  761.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/ConfigDataCollector.php';
  762.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Cache/CacheInterface.php';
  763.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Cache/FilesystemCache.php';
  764.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/ExtensionInterface.php';
  765.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/AbstractExtension.php';
  766.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/CoreExtension.php';
  767.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/EscaperExtension.php';
  768.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/OptimizerExtension.php';
  769.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/StagingExtension.php';
  770.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/ExtensionSet.php';
  771.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Template.php';
  772.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/TemplateWrapper.php';
  773.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Environment.php';
  774.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Loader/LoaderInterface.php';
  775.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Loader/FilesystemLoader.php';
  776.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/CsrfExtension.php';
  777.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/ProfilerExtension.php';
  778.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/ProfilerExtension.php';
  779.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/TranslationExtension.php';
  780.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/AssetExtension.php';
  781.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Packages.php';
  782.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/PackageInterface.php';
  783.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Package.php';
  784.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/PathPackage.php';
  785.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/VersionStrategy/VersionStrategyInterface.php';
  786.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/VersionStrategy/EmptyVersionStrategy.php';
  787.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Context/ContextInterface.php';
  788.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Context/RequestStackContext.php';
  789.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/CodeExtension.php';
  790.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/RoutingExtension.php';
  791.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/YamlExtension.php';
  792.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/StopwatchExtension.php';
  793.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/ExpressionExtension.php';
  794.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/HttpKernelExtension.php';
  795.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/HttpFoundationExtension.php';
  796.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/UrlHelper.php';
  797.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/WebLinkExtension.php';
  798.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/SerializerExtension.php';
  799.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/FormExtension.php';
  800.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/LogoutUrlExtension.php';
  801.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/SecurityExtension.php';
  802.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Impersonate/ImpersonateUrlGenerator.php';
  803.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/DumpExtension.php';
  804.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Twig/DoctrineExtension.php';
  805.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Twig/WebProfilerExtension.php';
  806.             include_once \dirname(__DIR__4).'/vendor/fresh/doctrine-enum-bundle/Twig/Extension/AbstractEnumTwigExtension.php';
  807.             include_once \dirname(__DIR__4).'/vendor/fresh/doctrine-enum-bundle/Twig/Extension/EnumConstantTwigExtension.php';
  808.             include_once \dirname(__DIR__4).'/vendor/fresh/doctrine-enum-bundle/Twig/Extension/EnumValuesAsArrayTwigExtension.php';
  809.             include_once \dirname(__DIR__4).'/vendor/fresh/doctrine-enum-bundle/Twig/Extension/ReadableEnumValueTwigExtension.php';
  810.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry-symfony/src/Tracing/Twig/TwigTracingExtension.php';
  811.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry-symfony/src/Twig/SentryExtension.php';
  812.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/AppVariable.php';
  813.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/RuntimeLoader/RuntimeLoaderInterface.php';
  814.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/RuntimeLoader/ContainerRuntimeLoader.php';
  815.             include_once \dirname(__DIR__4).'/vendor/twig/extra-bundle/MissingExtensionSuggestor.php';
  816.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bundle/DependencyInjection/Configurator/EnvironmentConfigurator.php';
  817.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AuthorizationChecker.php';
  818.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Token/Storage/UsageTrackingTokenStorage.php';
  819.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Factory/MetadataFactoryInterface.php';
  820.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validator/ValidatorInterface.php';
  821.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validator/TraceableValidator.php';
  822.         };
  823.     }
  824.     public function compile(): void
  825.     {
  826.         throw new LogicException('You cannot compile a dumped container that was already compiled.');
  827.     }
  828.     public function isCompiled(): bool
  829.     {
  830.         return true;
  831.     }
  832.     public function getRemovedIds(): array
  833.     {
  834.         return require $this->containerDir.\DIRECTORY_SEPARATOR.'removed-ids.php';
  835.     }
  836.     protected function load($file$lazyLoad true)
  837.     {
  838.         if (class_exists($class __NAMESPACE__.'\\'.$filefalse)) {
  839.             return $class::do($this$lazyLoad);
  840.         }
  841.         if ('.' === $file[-4]) {
  842.             $class substr($class0, -4);
  843.         } else {
  844.             $file .= '.php';
  845.         }
  846.         $service = require $this->containerDir.\DIRECTORY_SEPARATOR.$file;
  847.         return class_exists($classfalse) ? $class::do($this$lazyLoad) : $service;
  848.     }
  849.     /**
  850.      * Gets the public '.container.private.profiler' shared service.
  851.      *
  852.      * @return \Symfony\Component\HttpKernel\Profiler\Profiler
  853.      */
  854.     protected function get_Container_Private_ProfilerService()
  855.     {
  856.         $a = new \Symfony\Bridge\Monolog\Logger('profiler');
  857.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  858.         $a->pushHandler(($this->privates['monolog.handler.sentry'] ?? $this->getMonolog_Handler_SentryService()));
  859.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  860.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  861.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  862.         $this->services['.container.private.profiler'] = $instance = new \Symfony\Component\HttpKernel\Profiler\Profiler(new \Symfony\Component\HttpKernel\Profiler\FileProfilerStorage(('file:'.$this->targetDir.''.'/profiler')), $atrue);
  863.         $b = ($this->services['kernel'] ?? $this->get('kernel'));
  864.         $c = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  865.         $d = new \Symfony\Component\Cache\DataCollector\CacheDataCollector();
  866.         $d->addInstance('cache.app.traceable', ($this->services['cache.app'] ?? $this->getCache_AppService()));
  867.         $d->addInstance('cache.system.traceable', ($this->services['cache.system'] ?? $this->getCache_SystemService()));
  868.         $d->addInstance('cache.validator.traceable', ($this->privates['cache.validator.traceable'] ?? $this->getCache_Validator_TraceableService()));
  869.         $d->addInstance('cache.serializer.traceable', ($this->privates['cache.serializer.traceable'] ?? $this->getCache_Serializer_TraceableService()));
  870.         $d->addInstance('cache.annotations.traceable', ($this->privates['cache.annotations.traceable'] ?? $this->getCache_Annotations_TraceableService()));
  871.         $d->addInstance('cache.property_info.traceable', ($this->privates['cache.property_info.traceable'] ?? $this->getCache_PropertyInfo_TraceableService()));
  872.         $d->addInstance('cache.messenger.restart_workers_signal.traceable', ($this->privates['cache.messenger.restart_workers_signal.traceable'] ?? $this->getCache_Messenger_RestartWorkersSignal_TraceableService()));
  873.         $d->addInstance('project.cache', ($this->privates['.project.cache.inner.traceable'] ?? $this->get_Project_Cache_Inner_TraceableService()));
  874.         $d->addInstance('cache.validator_expression_language.traceable', ($this->services['cache.validator_expression_language'] ?? $this->getCache_ValidatorExpressionLanguageService()));
  875.         $d->addInstance('cache.doctrine.orm.default.result.traceable', ($this->privates['cache.doctrine.orm.default.result.traceable'] ?? $this->getCache_Doctrine_Orm_Default_Result_TraceableService()));
  876.         $d->addInstance('cache.doctrine.orm.default.query.traceable', ($this->privates['cache.doctrine.orm.default.query.traceable'] ?? $this->getCache_Doctrine_Orm_Default_Query_TraceableService()));
  877.         $d->addInstance('cache.security_expression_language.traceable', ($this->privates['cache.security_expression_language.traceable'] ?? $this->getCache_SecurityExpressionLanguage_TraceableService()));
  878.         $d->addInstance('api_platform.cache.route_name_resolver.traceable', ($this->privates['api_platform.cache.route_name_resolver.traceable'] ?? $this->getApiPlatform_Cache_RouteNameResolver_TraceableService()));
  879.         $d->addInstance('api_platform.cache.metadata.resource.traceable', ($this->privates['api_platform.cache.metadata.resource.traceable'] ?? $this->getApiPlatform_Cache_Metadata_Resource_TraceableService()));
  880.         $d->addInstance('api_platform.cache.metadata.resource.legacy.traceable', ($this->privates['api_platform.cache.metadata.resource.legacy.traceable'] ?? $this->getApiPlatform_Cache_Metadata_Resource_Legacy_TraceableService()));
  881.         $d->addInstance('api_platform.cache.metadata.property.legacy.traceable', ($this->privates['api_platform.cache.metadata.property.legacy.traceable'] ?? $this->getApiPlatform_Cache_Metadata_Property_Legacy_TraceableService()));
  882.         $d->addInstance('api_platform.cache.subresource_operation_factory.traceable', ($this->privates['api_platform.cache.subresource_operation_factory.traceable'] ?? $this->getApiPlatform_Cache_SubresourceOperationFactory_TraceableService()));
  883.         $d->addInstance('api_platform.cache.metadata.property.traceable', ($this->privates['api_platform.cache.metadata.property.traceable'] ?? $this->getApiPlatform_Cache_Metadata_Property_TraceableService()));
  884.         $d->addInstance('api_platform.cache.metadata.resource_collection.traceable', ($this->privates['api_platform.cache.metadata.resource_collection.traceable'] ?? $this->getApiPlatform_Cache_Metadata_ResourceCollection_TraceableService()));
  885.         $d->addInstance('api_platform.cache.identifiers_extractor.traceable', ($this->privates['api_platform.cache.identifiers_extractor.traceable'] ?? $this->getApiPlatform_Cache_IdentifiersExtractor_TraceableService()));
  886.         $e = new \Symfony\Component\HttpClient\DataCollector\HttpClientDataCollector();
  887.         $e->registerClient('http_client', ($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService()));
  888.         $f = new \Symfony\Component\Messenger\DataCollector\MessengerDataCollector();
  889.         $f->registerBus('messenger.bus.default', ($this->services['messenger.default_bus'] ?? $this->getMessenger_DefaultBusService()));
  890.         $g = new \Symfony\Component\HttpKernel\DataCollector\ConfigDataCollector();
  891.         if ($this->has('kernel')) {
  892.             $g->setKernel($b);
  893.         }
  894.         $instance->add(($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService()));
  895.         $instance->add(new \ApiPlatform\Symfony\Bundle\DataCollector\RequestDataCollector(($this->privates['api_platform.metadata.resource.metadata_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataCollectionFactory_CachedService()), ($this->privates['api_platform.filter_locator'] ?? $this->getApiPlatform_FilterLocatorService()), ($this->privates['api_platform.collection_data_provider'] ?? $this->getApiPlatform_CollectionDataProviderService()), ($this->privates['api_platform.item_data_provider'] ?? $this->getApiPlatform_ItemDataProviderService()), ($this->privates['api_platform.subresource_data_provider'] ?? $this->getApiPlatform_SubresourceDataProviderService()), ($this->privates['api_platform.data_persister'] ?? $this->getApiPlatform_DataPersisterService())));
  896.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\TimeDataCollector($b, ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)))));
  897.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\MemoryDataCollector());
  898.         $instance->add(new \Symfony\Component\Validator\DataCollector\ValidatorDataCollector(($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService())));
  899.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\AjaxDataCollector());
  900.         $instance->add(($this->privates['data_collector.form'] ?? $this->getDataCollector_FormService()));
  901.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\ExceptionDataCollector());
  902.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\LoggerDataCollector($a, ($this->targetDir.''.'/App_KernelDevDebugContainer'), $c));
  903.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\EventDataCollector(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), $c));
  904.         $instance->add(($this->privates['data_collector.router'] ?? ($this->privates['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector())));
  905.         $instance->add($d);
  906.         $instance->add(new \Symfony\Component\Translation\DataCollector\TranslationDataCollector(($this->services['translator'] ?? $this->getTranslatorService())));
  907.         $instance->add(new \Symfony\Bundle\SecurityBundle\DataCollector\SecurityDataCollector(($this->privates['security.untracked_token_storage'] ?? ($this->privates['security.untracked_token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())), ($this->privates['security.role_hierarchy'] ?? $this->getSecurity_RoleHierarchyService()), ($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService()), ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService()), ($this->privates['security.firewall.map'] ?? $this->getSecurity_Firewall_MapService()), ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService()), true));
  908.         $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())));
  909.         $instance->add($e);
  910.         $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([])))));
  911.         $instance->add(($this->services['data_collector.dump'] ?? $this->getDataCollector_DumpService()));
  912.         $instance->add($f);
  913.         $instance->add(new \Symfony\Component\Mailer\DataCollector\MessageDataCollector(($this->privates['mailer.message_logger_listener'] ?? ($this->privates['mailer.message_logger_listener'] = new \Symfony\Component\Mailer\EventListener\MessageLoggerListener()))));
  914.         $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()))));
  915.         $instance->add($g);
  916.         return $instance;
  917.     }
  918.     /**
  919.      * Gets the public '.container.private.security.authorization_checker' shared service.
  920.      *
  921.      * @return \Symfony\Component\Security\Core\Authorization\AuthorizationChecker
  922.      */
  923.     protected function get_Container_Private_Security_AuthorizationCheckerService()
  924.     {
  925.         $a = ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService());
  926.         if (isset($this->services['.container.private.security.authorization_checker'])) {
  927.             return $this->services['.container.private.security.authorization_checker'];
  928.         }
  929.         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()), $afalsefalsefalse);
  930.     }
  931.     /**
  932.      * Gets the public '.container.private.security.token_storage' shared service.
  933.      *
  934.      * @return \Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage
  935.      */
  936.     protected function get_Container_Private_Security_TokenStorageService()
  937.     {
  938.         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, [
  939.             'request_stack' => ['services''request_stack''getRequestStackService'false],
  940.         ], [
  941.             'request_stack' => '?',
  942.         ]));
  943.     }
  944.     /**
  945.      * Gets the public '.container.private.serializer' shared service.
  946.      *
  947.      * @return \Symfony\Component\Serializer\Serializer
  948.      */
  949.     protected function get_Container_Private_SerializerService()
  950.     {
  951.         $a = ($this->privates['property_info'] ?? $this->getPropertyInfoService());
  952.         if (isset($this->services['.container.private.serializer'])) {
  953.             return $this->services['.container.private.serializer'];
  954.         }
  955.         $b = ($this->privates['api_platform.metadata.resource.metadata_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataCollectionFactory_CachedService());
  956.         if (isset($this->services['.container.private.serializer'])) {
  957.             return $this->services['.container.private.serializer'];
  958.         }
  959.         $c = ($this->privates['api_platform.hydra.json_schema.schema_factory'] ?? $this->getApiPlatform_Hydra_JsonSchema_SchemaFactoryService());
  960.         if (isset($this->services['.container.private.serializer'])) {
  961.             return $this->services['.container.private.serializer'];
  962.         }
  963.         $d = ($this->privates['api_platform.metadata.property.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Property_MetadataFactory_CachedService());
  964.         if (isset($this->services['.container.private.serializer'])) {
  965.             return $this->services['.container.private.serializer'];
  966.         }
  967.         $e = ($this->privates['api_platform.jsonld.context_builder'] ?? $this->getApiPlatform_Jsonld_ContextBuilderService());
  968.         if (isset($this->services['.container.private.serializer'])) {
  969.             return $this->services['.container.private.serializer'];
  970.         }
  971.         $f = ($this->privates['property_accessor'] ?? $this->getPropertyAccessorService());
  972.         $g = new \Symfony\Component\Serializer\Encoder\JsonEncoder(NULLNULL);
  973.         $h = new \ApiPlatform\OpenApi\Serializer\ApiGatewayNormalizer(new \ApiPlatform\OpenApi\Serializer\OpenApiNormalizer(new \Symfony\Component\Serializer\Serializer([=> new \Symfony\Component\Serializer\Normalizer\ObjectNormalizer(NULLNULL$f$a)], [=> $g])));
  974.         $i = ($this->privates['api_platform.metadata.property.name_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Property_NameCollectionFactory_CachedService());
  975.         $j = ($this->privates['api_platform.router'] ?? $this->getApiPlatform_RouterService());
  976.         $k = ($this->privates['api_platform.subresource_operation_factory.cached'] ?? $this->getApiPlatform_SubresourceOperationFactory_CachedService());
  977.         $l = ($this->privates['api_platform.filter_locator'] ?? $this->getApiPlatform_FilterLocatorService());
  978.         $m = new \ApiPlatform\OpenApi\Serializer\ApiGatewayNormalizer(new \ApiPlatform\Core\Swagger\Serializer\DocumentationNormalizer($b$i, ($this->privates['api_platform.metadata.property.metadata_factory.cached.legacy'] ?? $this->getApiPlatform_Metadata_Property_MetadataFactory_Cached_LegacyService()), $c, ($this->privates['api_platform.json_schema.type_factory'] ?? $this->getApiPlatform_JsonSchema_TypeFactoryService()), new \ApiPlatform\Core\Bridge\Symfony\Routing\RouterOperationPathResolver($j, ($this->privates['api_platform.operation_path_resolver.custom'] ?? $this->getApiPlatform_OperationPathResolver_CustomService()), $k), NULL$lNULLfalse'oauth2''application''''', [], $this->parameters['api_platform.swagger.api_keys'], $kfalse'page'true'pageSize'$this->parameters['api_platform.formats'], false'pagination', [], $this->parameters['api_platform.swagger.versions'], ($this->privates['api_platform.identifiers_extractor.cached'] ?? $this->getApiPlatform_IdentifiersExtractor_CachedService()), NULLfalse));
  979.         $n = ($this->privates['serializer.name_converter.metadata_aware'] ?? $this->getSerializer_NameConverter_MetadataAwareService());
  980.         $o = ($this->privates['api_platform.resource_class_resolver'] ?? $this->getApiPlatform_ResourceClassResolverService());
  981.         $p = ($this->privates['api_platform.iri_converter'] ?? $this->getApiPlatform_IriConverterService());
  982.         $q = ($this->privates['api_platform.serializer.mapping.class_metadata_factory'] ?? $this->getApiPlatform_Serializer_Mapping_ClassMetadataFactoryService());
  983.         $r = ($this->privates['api_platform.security.resource_access_checker'] ?? $this->getApiPlatform_Security_ResourceAccessCheckerService());
  984.         $s = new \Symfony\Component\Serializer\Mapping\ClassDiscriminatorFromClassMetadata($q);
  985.         $t = new \Symfony\Component\Serializer\Normalizer\ObjectNormalizer($q$n$f$a$sNULL);
  986.         return $this->services['.container.private.serializer'] = new \Symfony\Component\Serializer\Serializer([=> new \Symfony\Component\Serializer\Normalizer\UnwrappingDenormalizer($f), => new \ApiPlatform\RamseyUuid\Serializer\UuidDenormalizer(), => $h=> $m=> new \ApiPlatform\Hydra\Serializer\ConstraintViolationListNormalizer($j, [], $n), => new \ApiPlatform\Problem\Serializer\ConstraintViolationListNormalizer([], $n), => $m=> $h=> new \ApiPlatform\Hydra\Serializer\DocumentationNormalizer($b$i$d$oNULL$jNULL$n), => new \ApiPlatform\Hydra\Serializer\EntrypointNormalizer($b$p$j), 10 => new \ApiPlatform\Hydra\Serializer\ErrorNormalizer($jtrue), 11 => new \ApiPlatform\Problem\Serializer\ErrorNormalizer(true), 12 => new \Symfony\Component\Messenger\Transport\Serialization\Normalizer\FlattenExceptionNormalizer(), 13 => new \Symfony\Component\Serializer\Normalizer\ProblemNormalizer(true), 14 => new \Symfony\Component\Serializer\Normalizer\UidNormalizer(), 15 => new \ApiPlatform\JsonLd\Serializer\ItemNormalizer($b$i$d$p$o$e$f$n$q, [], new RewindableGenerator(function () {
  987.             yield => ($this->privates['App\\Infrastructure\\ApiPlatform\\DataTransformer\\Common\\ProjectTask\\TermsOutputTransformer'] ?? $this->load('getTermsOutputTransformerService'));
  988.             yield => ($this->privates['App\\Infrastructure\\ApiPlatform\\DataTransformer\\Common\\UserOutputTransformer'] ?? $this->load('getUserOutputTransformerService'));
  989.             yield => ($this->privates['App\\Infrastructure\\ApiPlatform\\DataTransformer\\InputDecisionDataTransformer'] ?? $this->load('getInputDecisionDataTransformerService'));
  990.             yield => ($this->privates['App\\Infrastructure\\ApiPlatform\\DataTransformer\\Mobile\\Context\\ContextFilesListOutputTransformer'] ?? $this->load('getContextFilesListOutputTransformerService'));
  991.             yield => ($this->privates['App\\Infrastructure\\ApiPlatform\\DataTransformer\\Mobile\\Context\\ContextStructureOutput'] ?? $this->load('getContextStructureOutputService'));
  992.             yield => ($this->privates['App\\Infrastructure\\ApiPlatform\\DataTransformer\\Mobile\\Context\\ContextWithChildrenOutputTransformer'] ?? $this->load('getContextWithChildrenOutputTransformerService'));
  993.             yield => ($this->privates['App\\Infrastructure\\ApiPlatform\\DataTransformer\\Mobile\\Project\\ProjectDtoTransformer'] ?? $this->load('getProjectDtoTransformerService'));
  994.             yield => ($this->privates['App\\Infrastructure\\ApiPlatform\\DataTransformer\\Mobile\\ProjectTask\\AssignedUserOutputTransformer'] ?? $this->load('getAssignedUserOutputTransformerService'));
  995.             yield => ($this->privates['App\\Infrastructure\\ApiPlatform\\DataTransformer\\Mobile\\ProjectTask\\ProjectFileListOutputTransformer'] ?? $this->load('getProjectFileListOutputTransformerService'));
  996.             yield => ($this->privates['App\\Infrastructure\\ApiPlatform\\DataTransformer\\Mobile\\ProjectTask\\ProjectStructureOutput'] ?? $this->load('getProjectStructureOutputService'));
  997.             yield 10 => ($this->privates['App\\Infrastructure\\ApiPlatform\\DataTransformer\\Mobile\\ProjectTask\\ProjectTaskOutput'] ?? $this->load('getProjectTaskOutputService'));
  998.             yield 11 => ($this->privates['App\\Infrastructure\\ApiPlatform\\DataTransformer\\Mobile\\ProjectTask\\RelatedProjectDecisionsOutputTransformer'] ?? ($this->privates['App\\Infrastructure\\ApiPlatform\\DataTransformer\\Mobile\\ProjectTask\\RelatedProjectDecisionsOutputTransformer'] = new \App\Infrastructure\ApiPlatform\DataTransformer\Mobile\ProjectTask\RelatedProjectDecisionsOutputTransformer()));
  999.             yield 12 => ($this->privates['App\\Infrastructure\\ApiPlatform\\DataTransformer\\Mobile\\ProjectTask\\SummaryTermsListTransformer'] ?? $this->load('getSummaryTermsListTransformerService'));
  1000.             yield 13 => ($this->privates['App\\Infrastructure\\ApiPlatform\\DataTransformer\\Mobile\\User\\ContentProjectsOutput'] ?? $this->load('getContentProjectsOutputService'));
  1001.             yield 14 => ($this->privates['App\\Infrastructure\\ApiPlatform\\DataTransformer\\RoleGroupOutputDataTransformer'] ?? $this->load('getRoleGroupOutputDataTransformerService'));
  1002.             yield 15 => ($this->privates['App\\Infrastructure\\ApiPlatform\\DataTransformer\\SessionLoginTransformer'] ?? $this->load('getSessionLoginTransformerService'));
  1003.             yield 16 => ($this->privates['App\\Infrastructure\\ApiPlatform\\DataTransformer\\SessionUpdateTokenTransformer'] ?? $this->load('getSessionUpdateTokenTransformerService'));
  1004.             yield 17 => ($this->privates['App\\Infrastructure\\ApiPlatform\\DataTransformer\\Site\\Node\\NodeOutputTransformer'] ?? ($this->privates['App\\Infrastructure\\ApiPlatform\\DataTransformer\\Site\\Node\\NodeOutputTransformer'] = new \App\Infrastructure\ApiPlatform\DataTransformer\Site\Node\NodeOutputTransformer()));
  1005.             yield 18 => ($this->privates['App\\Infrastructure\\ApiPlatform\\DataTransformer\\Site\\Project\\ProjectCreationTransformer'] ?? $this->load('getProjectCreationTransformerService'));
  1006.             yield 19 => ($this->privates['App\\Infrastructure\\ApiPlatform\\DataTransformer\\Site\\Project\\ProjectWithRootContextOutputTransformer'] ?? $this->load('getProjectWithRootContextOutputTransformerService'));
  1007.             yield 20 => ($this->privates['App\\Infrastructure\\ApiPlatform\\DataTransformer\\Site\\RoleGroup\\RolesTreeOutputTransformer'] ?? $this->load('getRolesTreeOutputTransformerService'));
  1008.             yield 21 => ($this->privates['App\\Infrastructure\\ApiPlatform\\DataTransformer\\Site\\Stage\\SortStageTransformer'] ?? $this->load('getSortStageTransformerService'));
  1009.             yield 22 => ($this->privates['App\\Infrastructure\\ApiPlatform\\DataTransformer\\Site\\Task\\TaskOutputTransformer'] ?? ($this->privates['App\\Infrastructure\\ApiPlatform\\DataTransformer\\Site\\Task\\TaskOutputTransformer'] = new \App\Infrastructure\ApiPlatform\DataTransformer\Site\Task\TaskOutputTransformer()));
  1010.             yield 23 => ($this->privates['App\\Infrastructure\\ApiPlatform\\DataTransformer\\Site\\Taxonomy\\TaxonomyOutputTransformer'] ?? $this->load('getTaxonomyOutputTransformerService'));
  1011.             yield 24 => ($this->privates['App\\Infrastructure\\ApiPlatform\\DataTransformer\\Site\\Taxonomy\\TaxonomyToFragmentTransformer'] ?? $this->load('getTaxonomyToFragmentTransformerService'));
  1012.             yield 25 => ($this->privates['App\\Infrastructure\\ApiPlatform\\DataTransformer\\Site\\Template\\CloneTemplateTransformer'] ?? $this->load('getCloneTemplateTransformerService'));
  1013.             yield 26 => ($this->privates['App\\Infrastructure\\ApiPlatform\\DataTransformer\\Site\\Template\\TemplateInputTransformer'] ?? $this->load('getTemplateInputTransformerService'));
  1014.             yield 27 => ($this->privates['App\\Infrastructure\\ApiPlatform\\DataTransformer\\Site\\Template\\TemplateOutputTransformer'] ?? $this->load('getTemplateOutputTransformerService'));
  1015.             yield 28 => ($this->privates['App\\Infrastructure\\ApiPlatform\\DataTransformer\\Site\\Transition\\TransitionOutputTransformer'] ?? ($this->privates['App\\Infrastructure\\ApiPlatform\\DataTransformer\\Site\\Transition\\TransitionOutputTransformer'] = new \App\Infrastructure\ApiPlatform\DataTransformer\Site\Transition\TransitionOutputTransformer()));
  1016.             yield 29 => ($this->privates['App\\Infrastructure\\ApiPlatform\\DataTransformer\\Site\\User\\ChangePasswordTransformer'] ?? $this->load('getChangePasswordTransformerService'));
  1017.             yield 30 => ($this->privates['api_platform.messenger.data_transformer'] ?? $this->load('getApiPlatform_Messenger_DataTransformerService'));
  1018.         }, 31), $r), 16 => new \ApiPlatform\Serializer\ItemNormalizer($i$d$p$o$f$n$q, ($this->privates['api_platform.item_data_provider'] ?? $this->getApiPlatform_ItemDataProviderService()), trueNULL, new RewindableGenerator(function () {
  1019.             yield => ($this->privates['App\\Infrastructure\\ApiPlatform\\DataTransformer\\Common\\ProjectTask\\TermsOutputTransformer'] ?? $this->load('getTermsOutputTransformerService'));
  1020.             yield => ($this->privates['App\\Infrastructure\\ApiPlatform\\DataTransformer\\Common\\UserOutputTransformer'] ?? $this->load('getUserOutputTransformerService'));
  1021.             yield => ($this->privates['App\\Infrastructure\\ApiPlatform\\DataTransformer\\InputDecisionDataTransformer'] ?? $this->load('getInputDecisionDataTransformerService'));
  1022.             yield => ($this->privates['App\\Infrastructure\\ApiPlatform\\DataTransformer\\Mobile\\Context\\ContextFilesListOutputTransformer'] ?? $this->load('getContextFilesListOutputTransformerService'));
  1023.             yield => ($this->privates['App\\Infrastructure\\ApiPlatform\\DataTransformer\\Mobile\\Context\\ContextStructureOutput'] ?? $this->load('getContextStructureOutputService'));
  1024.             yield => ($this->privates['App\\Infrastructure\\ApiPlatform\\DataTransformer\\Mobile\\Context\\ContextWithChildrenOutputTransformer'] ?? $this->load('getContextWithChildrenOutputTransformerService'));
  1025.             yield => ($this->privates['App\\Infrastructure\\ApiPlatform\\DataTransformer\\Mobile\\Project\\ProjectDtoTransformer'] ?? $this->load('getProjectDtoTransformerService'));
  1026.             yield => ($this->privates['App\\Infrastructure\\ApiPlatform\\DataTransformer\\Mobile\\ProjectTask\\AssignedUserOutputTransformer'] ?? $this->load('getAssignedUserOutputTransformerService'));
  1027.             yield => ($this->privates['App\\Infrastructure\\ApiPlatform\\DataTransformer\\Mobile\\ProjectTask\\ProjectFileListOutputTransformer'] ?? $this->load('getProjectFileListOutputTransformerService'));
  1028.             yield => ($this->privates['App\\Infrastructure\\ApiPlatform\\DataTransformer\\Mobile\\ProjectTask\\ProjectStructureOutput'] ?? $this->load('getProjectStructureOutputService'));
  1029.             yield 10 => ($this->privates['App\\Infrastructure\\ApiPlatform\\DataTransformer\\Mobile\\ProjectTask\\ProjectTaskOutput'] ?? $this->load('getProjectTaskOutputService'));
  1030.             yield 11 => ($this->privates['App\\Infrastructure\\ApiPlatform\\DataTransformer\\Mobile\\ProjectTask\\RelatedProjectDecisionsOutputTransformer'] ?? ($this->privates['App\\Infrastructure\\ApiPlatform\\DataTransformer\\Mobile\\ProjectTask\\RelatedProjectDecisionsOutputTransformer'] = new \App\Infrastructure\ApiPlatform\DataTransformer\Mobile\ProjectTask\RelatedProjectDecisionsOutputTransformer()));
  1031.             yield 12 => ($this->privates['App\\Infrastructure\\ApiPlatform\\DataTransformer\\Mobile\\ProjectTask\\SummaryTermsListTransformer'] ?? $this->load('getSummaryTermsListTransformerService'));
  1032.             yield 13 => ($this->privates['App\\Infrastructure\\ApiPlatform\\DataTransformer\\Mobile\\User\\ContentProjectsOutput'] ?? $this->load('getContentProjectsOutputService'));
  1033.             yield 14 => ($this->privates['App\\Infrastructure\\ApiPlatform\\DataTransformer\\RoleGroupOutputDataTransformer'] ?? $this->load('getRoleGroupOutputDataTransformerService'));
  1034.             yield 15 => ($this->privates['App\\Infrastructure\\ApiPlatform\\DataTransformer\\SessionLoginTransformer'] ?? $this->load('getSessionLoginTransformerService'));
  1035.             yield 16 => ($this->privates['App\\Infrastructure\\ApiPlatform\\DataTransformer\\SessionUpdateTokenTransformer'] ?? $this->load('getSessionUpdateTokenTransformerService'));
  1036.             yield 17 => ($this->privates['App\\Infrastructure\\ApiPlatform\\DataTransformer\\Site\\Node\\NodeOutputTransformer'] ?? ($this->privates['App\\Infrastructure\\ApiPlatform\\DataTransformer\\Site\\Node\\NodeOutputTransformer'] = new \App\Infrastructure\ApiPlatform\DataTransformer\Site\Node\NodeOutputTransformer()));
  1037.             yield 18 => ($this->privates['App\\Infrastructure\\ApiPlatform\\DataTransformer\\Site\\Project\\ProjectCreationTransformer'] ?? $this->load('getProjectCreationTransformerService'));
  1038.             yield 19 => ($this->privates['App\\Infrastructure\\ApiPlatform\\DataTransformer\\Site\\Project\\ProjectWithRootContextOutputTransformer'] ?? $this->load('getProjectWithRootContextOutputTransformerService'));
  1039.             yield 20 => ($this->privates['App\\Infrastructure\\ApiPlatform\\DataTransformer\\Site\\RoleGroup\\RolesTreeOutputTransformer'] ?? $this->load('getRolesTreeOutputTransformerService'));
  1040.             yield 21 => ($this->privates['App\\Infrastructure\\ApiPlatform\\DataTransformer\\Site\\Stage\\SortStageTransformer'] ?? $this->load('getSortStageTransformerService'));
  1041.             yield 22 => ($this->privates['App\\Infrastructure\\ApiPlatform\\DataTransformer\\Site\\Task\\TaskOutputTransformer'] ?? ($this->privates['App\\Infrastructure\\ApiPlatform\\DataTransformer\\Site\\Task\\TaskOutputTransformer'] = new \App\Infrastructure\ApiPlatform\DataTransformer\Site\Task\TaskOutputTransformer()));
  1042.             yield 23 => ($this->privates['App\\Infrastructure\\ApiPlatform\\DataTransformer\\Site\\Taxonomy\\TaxonomyOutputTransformer'] ?? $this->load('getTaxonomyOutputTransformerService'));
  1043.             yield 24 => ($this->privates['App\\Infrastructure\\ApiPlatform\\DataTransformer\\Site\\Taxonomy\\TaxonomyToFragmentTransformer'] ?? $this->load('getTaxonomyToFragmentTransformerService'));
  1044.             yield 25 => ($this->privates['App\\Infrastructure\\ApiPlatform\\DataTransformer\\Site\\Template\\CloneTemplateTransformer'] ?? $this->load('getCloneTemplateTransformerService'));
  1045.             yield 26 => ($this->privates['App\\Infrastructure\\ApiPlatform\\DataTransformer\\Site\\Template\\TemplateInputTransformer'] ?? $this->load('getTemplateInputTransformerService'));
  1046.             yield 27 => ($this->privates['App\\Infrastructure\\ApiPlatform\\DataTransformer\\Site\\Template\\TemplateOutputTransformer'] ?? $this->load('getTemplateOutputTransformerService'));
  1047.             yield 28 => ($this->privates['App\\Infrastructure\\ApiPlatform\\DataTransformer\\Site\\Transition\\TransitionOutputTransformer'] ?? ($this->privates['App\\Infrastructure\\ApiPlatform\\DataTransformer\\Site\\Transition\\TransitionOutputTransformer'] = new \App\Infrastructure\ApiPlatform\DataTransformer\Site\Transition\TransitionOutputTransformer()));
  1048.             yield 29 => ($this->privates['App\\Infrastructure\\ApiPlatform\\DataTransformer\\Site\\User\\ChangePasswordTransformer'] ?? $this->load('getChangePasswordTransformerService'));
  1049.             yield 30 => ($this->privates['api_platform.messenger.data_transformer'] ?? $this->load('getApiPlatform_Messenger_DataTransformerService'));
  1050.         }, 31), $b$r), 17 => new \Symfony\Component\Serializer\Normalizer\DateTimeNormalizer(), 18 => new \Symfony\Component\Serializer\Normalizer\ConstraintViolationListNormalizer([], $n), 19 => new \Symfony\Component\Serializer\Normalizer\MimeMessageNormalizer(new \Symfony\Component\Serializer\Normalizer\PropertyNormalizer($q$n$a$sNULL)), 20 => new \Symfony\Component\Serializer\Normalizer\DateTimeZoneNormalizer(), 21 => new \Symfony\Component\Serializer\Normalizer\DateIntervalNormalizer(), 22 => new \Symfony\Component\Serializer\Normalizer\FormErrorNormalizer(), 23 => new \Symfony\Component\Serializer\Normalizer\BackedEnumNormalizer(), 24 => new \Symfony\Component\Serializer\Normalizer\DataUriNormalizer(($this->privates['mime_types'] ?? $this->getMimeTypesService())), 25 => new \Symfony\Component\Serializer\Normalizer\JsonSerializableNormalizer(NULLNULL), 26 => new \ApiPlatform\Hydra\Serializer\CollectionFiltersNormalizer(new \ApiPlatform\Hydra\Serializer\PartialCollectionViewNormalizer(new \ApiPlatform\Hydra\Serializer\CollectionNormalizer($e$o$p$b), 'page''pagination'$b$f), $b$o$l), 27 => new \Symfony\Component\Serializer\Normalizer\ArrayDenormalizer(), 28 => new \ApiPlatform\JsonLd\Serializer\ObjectNormalizer($t$p$e), 29 => $t], [=> new \Symfony\Component\Serializer\Encoder\XmlEncoder(), => $g=> new \Symfony\Component\Serializer\Encoder\YamlEncoder(NULLNULL), => new \Symfony\Component\Serializer\Encoder\CsvEncoder(), => new \ApiPlatform\Serializer\JsonEncoder('jsonld'), => new \ApiPlatform\Serializer\JsonEncoder('jsonproblem')]);
  1051.     }
  1052.     /**
  1053.      * Gets the public '.container.private.twig' shared service.
  1054.      *
  1055.      * @return \Twig\Environment
  1056.      */
  1057.     protected function get_Container_Private_TwigService()
  1058.     {
  1059.         $a = new \Twig\Loader\FilesystemLoader([], \dirname(__DIR__4));
  1060.         $a->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Resources/views'), 'Doctrine');
  1061.         $a->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Resources/views'), '!Doctrine');
  1062.         $a->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Resources/views'), 'DoctrineMigrations');
  1063.         $a->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Resources/views'), '!DoctrineMigrations');
  1064.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/security-bundle/Resources/views'), 'Security');
  1065.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/security-bundle/Resources/views'), '!Security');
  1066.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Resources/views'), 'WebProfiler');
  1067.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Resources/views'), '!WebProfiler');
  1068.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/debug-bundle/Resources/views'), 'Debug');
  1069.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/debug-bundle/Resources/views'), '!Debug');
  1070.         $a->addPath((\dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/Bundle/Resources/views'), 'ApiPlatform');
  1071.         $a->addPath((\dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/Bundle/Resources/views'), '!ApiPlatform');
  1072.         $a->addPath((\dirname(__DIR__4).'/templates'));
  1073.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Email'), 'email');
  1074.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Email'), '!email');
  1075.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Form'));
  1076.         $this->services['.container.private.twig'] = $instance = new \Twig\Environment($a, ['autoescape' => 'name''cache' => ($this->targetDir.''.'/twig'), 'charset' => 'UTF-8''debug' => true'strict_variables' => true]);
  1077.         $b = ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)));
  1078.         $c = ($this->services['translator'] ?? $this->getTranslatorService());
  1079.         $d = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  1080.         $e = ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService());
  1081.         $f = ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService());
  1082.         $g = ($this->services['router'] ?? $this->getRouterService());
  1083.         $h = ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService());
  1084.         $i = new \Symfony\Component\VarDumper\Dumper\HtmlDumper(NULL'UTF-8'1);
  1085.         $i->setDisplayOptions(['maxStringLength' => 4096'fileLinkFormat' => $f]);
  1086.         $j = new \Symfony\Bridge\Twig\AppVariable();
  1087.         $j->setEnvironment('dev');
  1088.         $j->setDebug(true);
  1089.         if ($this->has('.container.private.security.token_storage')) {
  1090.             $j->setTokenStorage($h);
  1091.         }
  1092.         if ($this->has('request_stack')) {
  1093.             $j->setRequestStack($d);
  1094.         }
  1095.         $k = new \Twig\Extra\TwigExtraBundle\MissingExtensionSuggestor();
  1096.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\CsrfExtension());
  1097.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\ProfilerExtension(($this->privates['twig.profile'] ?? ($this->privates['twig.profile'] = new \Twig\Profiler\Profile())), $b));
  1098.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\TranslationExtension($c));
  1099.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\AssetExtension(new \Symfony\Component\Asset\Packages(new \Symfony\Component\Asset\PathPackage('', new \Symfony\Component\Asset\VersionStrategy\EmptyVersionStrategy(), new \Symfony\Component\Asset\Context\RequestStackContext($d$e->getBaseUrl(), $e->isSecure())), new RewindableGenerator(function () {
  1100.             return new \EmptyIterator();
  1101.         }, 0))));
  1102.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\CodeExtension($f\dirname(__DIR__4), 'UTF-8'));
  1103.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\RoutingExtension($g));
  1104.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\YamlExtension());
  1105.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\StopwatchExtension($btrue));
  1106.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\ExpressionExtension());
  1107.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\HttpKernelExtension());
  1108.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\HttpFoundationExtension(new \Symfony\Component\HttpFoundation\UrlHelper($d$g)));
  1109.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\WebLinkExtension($d));
  1110.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\SerializerExtension());
  1111.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\FormExtension($c));
  1112.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\LogoutUrlExtension(($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService())));
  1113.         $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($d, ($this->privates['security.firewall.map'] ?? $this->getSecurity_Firewall_MapService()), $h)));
  1114.         $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())));
  1115.         $instance->addExtension(new \Doctrine\Bundle\DoctrineBundle\Twig\DoctrineExtension());
  1116.         $instance->addExtension(new \Symfony\Bundle\WebProfilerBundle\Twig\WebProfilerExtension($i));
  1117.         $instance->addExtension(new \Fresh\DoctrineEnumBundle\Twig\Extension\EnumConstantTwigExtension($this->parameters['doctrine.dbal.connection_factory.types']));
  1118.         $instance->addExtension(new \Fresh\DoctrineEnumBundle\Twig\Extension\EnumValuesAsArrayTwigExtension($this->parameters['doctrine.dbal.connection_factory.types']));
  1119.         $instance->addExtension(new \Fresh\DoctrineEnumBundle\Twig\Extension\ReadableEnumValueTwigExtension($this->parameters['doctrine.dbal.connection_factory.types']));
  1120.         $instance->addExtension(new \Sentry\SentryBundle\Tracing\Twig\TwigTracingExtension(($this->privates['Sentry\\State\\HubInterface'] ?? $this->getHubInterfaceService())));
  1121.         $instance->addExtension(new \Sentry\SentryBundle\Twig\SentryExtension());
  1122.         $instance->addGlobal('app'$j);
  1123.         $instance->addRuntimeLoader(new \Twig\RuntimeLoader\ContainerRuntimeLoader(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1124.             'Symfony\\Bridge\\Twig\\Extension\\CsrfRuntime' => ['privates''twig.runtime.security_csrf''getTwig_Runtime_SecurityCsrfService'true],
  1125.             'Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => ['privates''twig.runtime.httpkernel''getTwig_Runtime_HttpkernelService'true],
  1126.             'Symfony\\Bridge\\Twig\\Extension\\SerializerRuntime' => ['privates''twig.runtime.serializer''getTwig_Runtime_SerializerService'true],
  1127.             'Symfony\\Component\\Form\\FormRenderer' => ['privates''twig.form.renderer''getTwig_Form_RendererService'true],
  1128.         ], [
  1129.             'Symfony\\Bridge\\Twig\\Extension\\CsrfRuntime' => '?',
  1130.             'Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => '?',
  1131.             'Symfony\\Bridge\\Twig\\Extension\\SerializerRuntime' => '?',
  1132.             'Symfony\\Component\\Form\\FormRenderer' => '?',
  1133.         ])));
  1134.         $instance->registerUndefinedFilterCallback([=> $k=> 'suggestFilter']);
  1135.         $instance->registerUndefinedFunctionCallback([=> $k=> 'suggestFunction']);
  1136.         $instance->registerUndefinedTokenParserCallback([=> $k=> 'suggestTag']);
  1137.         (new \Symfony\Bundle\TwigBundle\DependencyInjection\Configurator\EnvironmentConfigurator('F j, Y H:i''%d days'NULL0'.'','))->configure($instance);
  1138.         return $instance;
  1139.     }
  1140.     /**
  1141.      * Gets the public '.container.private.validator' shared service.
  1142.      *
  1143.      * @return \Symfony\Component\Validator\Validator\TraceableValidator
  1144.      */
  1145.     protected function get_Container_Private_ValidatorService()
  1146.     {
  1147.         $a = ($this->privates['validator.builder'] ?? $this->getValidator_BuilderService());
  1148.         if (isset($this->services['.container.private.validator'])) {
  1149.             return $this->services['.container.private.validator'];
  1150.         }
  1151.         return $this->services['.container.private.validator'] = new \Symfony\Component\Validator\Validator\TraceableValidator($a->getValidator());
  1152.     }
  1153.     /**
  1154.      * Gets the public 'cache.app' shared service.
  1155.      *
  1156.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1157.      */
  1158.     protected function getCache_AppService()
  1159.     {
  1160.         $a = new \Symfony\Component\Cache\Adapter\FilesystemAdapter('mRcv9E0-kf'0, ($this->targetDir.''.'/pools/app'), ($this->privates['cache.default_marshaller'] ?? ($this->privates['cache.default_marshaller'] = new \Symfony\Component\Cache\Marshaller\DefaultMarshaller(NULLtrue))));
  1161.         $a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  1162.         return $this->services['cache.app'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Sentry\SentryBundle\Tracing\Cache\TraceableCacheAdapter(($this->privates['Sentry\\State\\HubInterface'] ?? $this->getHubInterfaceService()), $a));
  1163.     }
  1164.     /**
  1165.      * Gets the public 'cache.system' shared service.
  1166.      *
  1167.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1168.      */
  1169.     protected function getCache_SystemService()
  1170.     {
  1171.         return $this->services['cache.system'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Sentry\SentryBundle\Tracing\Cache\TraceableCacheAdapter(($this->privates['Sentry\\State\\HubInterface'] ?? $this->getHubInterfaceService()), \Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('YlBTYMwQaz'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()))));
  1172.     }
  1173.     /**
  1174.      * Gets the public 'cache.validator_expression_language' shared service.
  1175.      *
  1176.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1177.      */
  1178.     protected function getCache_ValidatorExpressionLanguageService()
  1179.     {
  1180.         return $this->services['cache.validator_expression_language'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Sentry\SentryBundle\Tracing\Cache\TraceableCacheAdapter(($this->privates['Sentry\\State\\HubInterface'] ?? $this->getHubInterfaceService()), \Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('TagoJAeOVx'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()))));
  1181.     }
  1182.     /**
  1183.      * Gets the public 'data_collector.dump' shared service.
  1184.      *
  1185.      * @return \Symfony\Component\HttpKernel\DataCollector\DumpDataCollector
  1186.      */
  1187.     protected function getDataCollector_DumpService()
  1188.     {
  1189.         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()));
  1190.     }
  1191.     /**
  1192.      * Gets the public 'doctrine' shared service.
  1193.      *
  1194.      * @return \Doctrine\Bundle\DoctrineBundle\Registry
  1195.      */
  1196.     protected function getDoctrineService()
  1197.     {
  1198.         return $this->services['doctrine'] = new \Doctrine\Bundle\DoctrineBundle\Registry($this$this->parameters['doctrine.connections'], $this->parameters['doctrine.entity_managers'], 'default''default');
  1199.     }
  1200.     /**
  1201.      * Gets the public 'doctrine.dbal.default_connection' shared service.
  1202.      *
  1203.      * @return \Doctrine\DBAL\Connection
  1204.      */
  1205.     protected function getDoctrine_Dbal_DefaultConnectionService()
  1206.     {
  1207.         $a = ($this->privates['doctrine.dbal.default_connection.event_manager'] ?? $this->getDoctrine_Dbal_DefaultConnection_EventManagerService());
  1208.         if (isset($this->services['doctrine.dbal.default_connection'])) {
  1209.             return $this->services['doctrine.dbal.default_connection'];
  1210.         }
  1211.         $b = new \Doctrine\DBAL\Configuration();
  1212.         $c = new \Symfony\Bridge\Monolog\Logger('doctrine');
  1213.         $c->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1214.         $c->pushHandler(($this->privates['monolog.handler.sentry'] ?? $this->getMonolog_Handler_SentryService()));
  1215.         $c->pushHandler(($this->privates['monolog.handler.console_doctrine'] ?? $this->getMonolog_Handler_ConsoleDoctrineService()));
  1216.         $c->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  1217.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($c);
  1218.         $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))));
  1219.         $d->setConnectionName('default');
  1220.         $b->setSchemaManagerFactory(new \Doctrine\DBAL\Schema\LegacySchemaManagerFactory());
  1221.         $b->setSchemaAssetsFilter(new \Doctrine\Bundle\DoctrineBundle\Dbal\SchemaAssetsFilterManager([=> new \Doctrine\Bundle\DoctrineBundle\Dbal\RegexSchemaAssetFilter('~^(?!flat_node)~')]));
  1222.         $b->setMiddlewares([=> new \Doctrine\DBAL\Logging\Middleware($c), => $d=> new \Sentry\SentryBundle\Tracing\Doctrine\DBAL\TracingDriverMiddleware(new \Sentry\SentryBundle\Tracing\Doctrine\DBAL\TracingDriverConnectionFactory(($this->privates['Sentry\\State\\HubInterface'] ?? $this->getHubInterfaceService())))]);
  1223.         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_pgsql''host' => 'localhost''port' => NULL'user' => 'root''password' => NULL'driverOptions' => [], 'defaultTableOptions' => []], $b$a, ['ltree' => 'ltree''enum' => 'string']);
  1224.     }
  1225.     /**
  1226.      * Gets the public 'doctrine.orm.default_entity_listener_resolver' shared service.
  1227.      *
  1228.      * @return \Doctrine\Bundle\DoctrineBundle\Mapping\ContainerEntityListenerResolver
  1229.      */
  1230.     protected function getDoctrine_Orm_DefaultEntityListenerResolverService()
  1231.     {
  1232.         $this->services['doctrine.orm.default_entity_listener_resolver'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Mapping\ContainerEntityListenerResolver(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1233.             'App\\EventListener\\TaskSubscriber' => ['privates''App\\EventListener\\TaskSubscriber''getTaskSubscriberService'true],
  1234.         ], [
  1235.             'App\\EventListener\\TaskSubscriber' => '?',
  1236.         ]));
  1237.         $instance->registerService('App\\EventListener\\TaskSubscriber''App\\EventListener\\TaskSubscriber');
  1238.         return $instance;
  1239.     }
  1240.     /**
  1241.      * Gets the public 'doctrine.orm.default_entity_manager' shared service.
  1242.      *
  1243.      * @return \Doctrine\ORM\EntityManager
  1244.      */
  1245.     protected function getDoctrine_Orm_DefaultEntityManagerService($lazyLoad true)
  1246.     {
  1247.         $a = ($this->services['doctrine.dbal.default_connection'] ?? $this->getDoctrine_Dbal_DefaultConnectionService());
  1248.         if (isset($this->services['doctrine.orm.default_entity_manager'])) {
  1249.             return $this->services['doctrine.orm.default_entity_manager'];
  1250.         }
  1251.         $b = ($this->services['doctrine.orm.default_entity_listener_resolver'] ?? $this->getDoctrine_Orm_DefaultEntityListenerResolverService());
  1252.         if (isset($this->services['doctrine.orm.default_entity_manager'])) {
  1253.             return $this->services['doctrine.orm.default_entity_manager'];
  1254.         }
  1255.         $c = ($this->privates['doctrine.dbal.default_connection.event_manager'] ?? $this->getDoctrine_Dbal_DefaultConnection_EventManagerService());
  1256.         if (isset($this->services['doctrine.orm.default_entity_manager'])) {
  1257.             return $this->services['doctrine.orm.default_entity_manager'];
  1258.         }
  1259.         $d = new \Doctrine\ORM\Configuration();
  1260.         $e = new \Doctrine\Persistence\Mapping\Driver\MappingDriverChain();
  1261.         $e->addDriver(($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')], false))), 'App\\Entity');
  1262.         $d->setEntityNamespaces(['App' => 'App\\Entity']);
  1263.         $d->setMetadataCache(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  1264.         $d->setQueryCache(($this->privates['cache.doctrine.orm.default.query.traceable'] ?? $this->getCache_Doctrine_Orm_Default_Query_TraceableService()));
  1265.         $d->setResultCache(($this->privates['cache.doctrine.orm.default.result.traceable'] ?? $this->getCache_Doctrine_Orm_Default_Result_TraceableService()));
  1266.         $d->setMetadataDriverImpl(new \Doctrine\Bundle\DoctrineBundle\Mapping\MappingDriver($e, new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1267.             'doctrine.ulid_generator' => ['privates''doctrine.ulid_generator''getDoctrine_UlidGeneratorService'true],
  1268.             'doctrine.uuid_generator' => ['privates''doctrine.uuid_generator''getDoctrine_UuidGeneratorService'true],
  1269.         ], [
  1270.             'doctrine.ulid_generator' => '?',
  1271.             'doctrine.uuid_generator' => '?',
  1272.         ])));
  1273.         $d->setProxyDir(($this->targetDir.''.'/doctrine/orm/Proxies'));
  1274.         $d->setProxyNamespace('Proxies');
  1275.         $d->setAutoGenerateProxyClasses(true);
  1276.         $d->setSchemaIgnoreClasses([]);
  1277.         $d->setClassMetadataFactoryName('Doctrine\\Bundle\\DoctrineBundle\\Mapping\\ClassMetadataFactory');
  1278.         $d->setDefaultRepositoryClassName('Doctrine\\ORM\\EntityRepository');
  1279.         $d->setNamingStrategy(new \Doctrine\ORM\Mapping\UnderscoreNamingStrategy(0true));
  1280.         $d->setQuoteStrategy(new \Doctrine\ORM\Mapping\DefaultQuoteStrategy());
  1281.         $d->setEntityListenerResolver($b);
  1282.         $d->setLazyGhostObjectEnabled(false);
  1283.         $d->setRepositoryFactory(new \Doctrine\Bundle\DoctrineBundle\Repository\ContainerRepositoryFactory(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1284.             'App\\Repository\\Content\\CheckpointRepository' => ['privates''App\\Repository\\Content\\CheckpointRepository''getCheckpointRepositoryService'true],
  1285.             'App\\Repository\\Content\\DecisionRepository' => ['privates''App\\Repository\\Content\\DecisionRepository''getDecisionRepositoryService'true],
  1286.             'App\\Repository\\Content\\DependencyRepository' => ['privates''App\\Repository\\Content\\DependencyRepository''getDependencyRepositoryService'true],
  1287.             'App\\Repository\\Content\\EscalationRouteRepository' => ['privates''App\\Repository\\Content\\EscalationRouteRepository''getEscalationRouteRepositoryService'true],
  1288.             'App\\Repository\\Content\\FragmentRepository' => ['privates''App\\Repository\\Content\\FragmentRepository''getFragmentRepositoryService'true],
  1289.             'App\\Repository\\Content\\LinkRepository' => ['privates''App\\Repository\\Content\\LinkRepository''getLinkRepositoryService'true],
  1290.             'App\\Repository\\Content\\MultiplierRepository' => ['privates''App\\Repository\\Content\\MultiplierRepository''getMultiplierRepositoryService'true],
  1291.             'App\\Repository\\Content\\NodeRepository' => ['privates''App\\Repository\\Content\\NodeRepository''getNodeRepositoryService'true],
  1292.             'App\\Repository\\Content\\ResponsibilityRepository' => ['privates''App\\Repository\\Content\\ResponsibilityRepository''getResponsibilityRepositoryService'true],
  1293.             'App\\Repository\\Content\\RoleGroupRepository' => ['privates''App\\Repository\\Content\\RoleGroupRepository''getRoleGroupRepositoryService'true],
  1294.             'App\\Repository\\Content\\RoleRepository' => ['privates''App\\Repository\\Content\\RoleRepository''getRoleRepositoryService'false],
  1295.             'App\\Repository\\Content\\StageRepository' => ['privates''App\\Repository\\Content\\StageRepository''getStageRepositoryService'true],
  1296.             'App\\Repository\\Content\\TaskReferenceRepository' => ['privates''App\\Repository\\Content\\TaskReferenceRepository''getTaskReferenceRepositoryService'true],
  1297.             'App\\Repository\\Content\\TaskRepository' => ['privates''App\\Repository\\Content\\TaskRepository''getTaskRepositoryService'true],
  1298.             'App\\Repository\\Content\\TaskRoleRepository' => ['privates''App\\Repository\\Content\\TaskRoleRepository''getTaskRoleRepositoryService'true],
  1299.             'App\\Repository\\Content\\TaxonomyRepository' => ['privates''App\\Repository\\Content\\TaxonomyRepository''getTaxonomyRepositoryService'true],
  1300.             'App\\Repository\\Content\\TemplateLogRepository' => ['privates''App\\Repository\\Content\\TemplateLogRepository''getTemplateLogRepositoryService'true],
  1301.             'App\\Repository\\Content\\TemplateRepository' => ['privates''App\\Repository\\Content\\TemplateRepository''getTemplateRepositoryService'true],
  1302.             'App\\Repository\\Content\\TransitionRepository' => ['privates''App\\Repository\\Content\\TransitionRepository''getTransitionRepositoryService'true],
  1303.             'App\\Repository\\Project\\AppTokenRepository' => ['privates''App\\Repository\\Project\\AppTokenRepository''getAppTokenRepositoryService'true],
  1304.             'App\\Repository\\Project\\ChainNotificationRepository' => ['privates''App\\Repository\\Project\\ChainNotificationRepository''getChainNotificationRepositoryService'true],
  1305.             'App\\Repository\\Project\\CompanyRepository' => ['privates''App\\Repository\\Project\\CompanyRepository''getCompanyRepositoryService'true],
  1306.             'App\\Repository\\Project\\ContextMinimumTermEstimateRepository' => ['privates''App\\Repository\\Project\\ContextMinimumTermEstimateRepository''getContextMinimumTermEstimateRepositoryService'true],
  1307.             'App\\Repository\\Project\\ContextNameRepository' => ['privates''App\\Repository\\Project\\ContextNameRepository''getContextNameRepositoryService'true],
  1308.             'App\\Repository\\Project\\ContextRepository' => ['privates''App\\Repository\\Project\\ContextRepository''getContextRepositoryService'true],
  1309.             'App\\Repository\\Project\\ContextResponsibilityRepository' => ['privates''App\\Repository\\Project\\ContextResponsibilityRepository''getContextResponsibilityRepositoryService'true],
  1310.             'App\\Repository\\Project\\ContextRoleRepository' => ['privates''App\\Repository\\Project\\ContextRoleRepository''getContextRoleRepositoryService'true],
  1311.             'App\\Repository\\Project\\ContextTermRepository' => ['privates''App\\Repository\\Project\\ContextTermRepository''getContextTermRepositoryService'true],
  1312.             'App\\Repository\\Project\\CursorRepository' => ['privates''App\\Repository\\Project\\CursorRepository''getCursorRepositoryService'true],
  1313.             'App\\Repository\\Project\\ExpiredTaskRepository' => ['privates''App\\Repository\\Project\\ExpiredTaskRepository''getExpiredTaskRepositoryService'true],
  1314.             'App\\Repository\\Project\\NotificationRepository' => ['privates''App\\Repository\\Project\\NotificationRepository''getNotificationRepositoryService'true],
  1315.             'App\\Repository\\Project\\ProjectDecisionRepository' => ['privates''App\\Repository\\Project\\ProjectDecisionRepository''getProjectDecisionRepositoryService'true],
  1316.             'App\\Repository\\Project\\ProjectFileRepository' => ['privates''App\\Repository\\Project\\ProjectFileRepository''getProjectFileRepositoryService'true],
  1317.             'App\\Repository\\Project\\ProjectRepository' => ['privates''App\\Repository\\Project\\ProjectRepository''getProjectRepositoryService'false],
  1318.             'App\\Repository\\Project\\ProjectTaskRepository' => ['privates''App\\Repository\\Project\\ProjectTaskRepository''getProjectTaskRepositoryService'true],
  1319.             'App\\Repository\\Project\\ProjectUserRepository' => ['privates''App\\Repository\\Project\\ProjectUserRepository''getProjectUserRepositoryService'false],
  1320.             'App\\Repository\\Project\\SessionRepository' => ['privates''App\\Repository\\Project\\SessionRepository''getSessionRepositoryService'true],
  1321.             'App\\Repository\\Project\\TransactionRepository' => ['privates''App\\Repository\\Project\\TransactionRepository''getTransactionRepositoryService'true],
  1322.             'App\\Repository\\Project\\UserRepository' => ['privates''App\\Repository\\Project\\UserRepository''getUserRepositoryService'true],
  1323.         ], [
  1324.             'App\\Repository\\Content\\CheckpointRepository' => '?',
  1325.             'App\\Repository\\Content\\DecisionRepository' => '?',
  1326.             'App\\Repository\\Content\\DependencyRepository' => '?',
  1327.             'App\\Repository\\Content\\EscalationRouteRepository' => '?',
  1328.             'App\\Repository\\Content\\FragmentRepository' => '?',
  1329.             'App\\Repository\\Content\\LinkRepository' => '?',
  1330.             'App\\Repository\\Content\\MultiplierRepository' => '?',
  1331.             'App\\Repository\\Content\\NodeRepository' => '?',
  1332.             'App\\Repository\\Content\\ResponsibilityRepository' => '?',
  1333.             'App\\Repository\\Content\\RoleGroupRepository' => '?',
  1334.             'App\\Repository\\Content\\RoleRepository' => '?',
  1335.             'App\\Repository\\Content\\StageRepository' => '?',
  1336.             'App\\Repository\\Content\\TaskReferenceRepository' => '?',
  1337.             'App\\Repository\\Content\\TaskRepository' => '?',
  1338.             'App\\Repository\\Content\\TaskRoleRepository' => '?',
  1339.             'App\\Repository\\Content\\TaxonomyRepository' => '?',
  1340.             'App\\Repository\\Content\\TemplateLogRepository' => '?',
  1341.             'App\\Repository\\Content\\TemplateRepository' => '?',
  1342.             'App\\Repository\\Content\\TransitionRepository' => '?',
  1343.             'App\\Repository\\Project\\AppTokenRepository' => '?',
  1344.             'App\\Repository\\Project\\ChainNotificationRepository' => '?',
  1345.             'App\\Repository\\Project\\CompanyRepository' => '?',
  1346.             'App\\Repository\\Project\\ContextMinimumTermEstimateRepository' => '?',
  1347.             'App\\Repository\\Project\\ContextNameRepository' => '?',
  1348.             'App\\Repository\\Project\\ContextRepository' => '?',
  1349.             'App\\Repository\\Project\\ContextResponsibilityRepository' => '?',
  1350.             'App\\Repository\\Project\\ContextRoleRepository' => '?',
  1351.             'App\\Repository\\Project\\ContextTermRepository' => '?',
  1352.             'App\\Repository\\Project\\CursorRepository' => '?',
  1353.             'App\\Repository\\Project\\ExpiredTaskRepository' => '?',
  1354.             'App\\Repository\\Project\\NotificationRepository' => '?',
  1355.             'App\\Repository\\Project\\ProjectDecisionRepository' => '?',
  1356.             'App\\Repository\\Project\\ProjectFileRepository' => '?',
  1357.             'App\\Repository\\Project\\ProjectRepository' => '?',
  1358.             'App\\Repository\\Project\\ProjectTaskRepository' => '?',
  1359.             'App\\Repository\\Project\\ProjectUserRepository' => '?',
  1360.             'App\\Repository\\Project\\SessionRepository' => '?',
  1361.             'App\\Repository\\Project\\TransactionRepository' => '?',
  1362.             'App\\Repository\\Project\\UserRepository' => '?',
  1363.         ])));
  1364.         $d->addCustomStringFunction('ltree_operator''App\\Infrastructure\\Doctrine\\DBAL\\DqlFunction\\LtreeOperatorFunction');
  1365.         $d->addFilter('project_user_filter''App\\Infrastructure\\Doctrine\\Filter\\ProjectUserFilter');
  1366.         $d->addFilter('softdeleteable''Gedmo\\SoftDeleteable\\Filter\\SoftDeleteableFilter');
  1367.         $this->services['doctrine.orm.default_entity_manager'] = $instance = new \Doctrine\ORM\EntityManager($a$d$c);
  1368.         (new \Doctrine\Bundle\DoctrineBundle\ManagerConfigurator([=> 'softdeleteable'], []))->configure($instance);
  1369.         return $instance;
  1370.     }
  1371.     /**
  1372.      * Gets the public 'event_dispatcher' shared service.
  1373.      *
  1374.      * @return \Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher
  1375.      */
  1376.     protected function getEventDispatcherService()
  1377.     {
  1378.         $a = new \Symfony\Bridge\Monolog\Logger('event');
  1379.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1380.         $a->pushHandler(($this->privates['monolog.handler.sentry'] ?? $this->getMonolog_Handler_SentryService()));
  1381.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  1382.         $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())));
  1383.         $instance->addListener('kernel.request', [=> function () {
  1384.             return ($this->privates['App\\EventListener\\BuildVersionListener'] ?? ($this->privates['App\\EventListener\\BuildVersionListener'] = new \App\EventListener\BuildVersionListener(2.4'X-Version', [=> '^/mobile'])));
  1385.         }, => 'onKernelRequest'], 0);
  1386.         $instance->addListener('App\\Infrastructure\\Event\\MobileUserActivatedEvent', [=> function () {
  1387.             return ($this->privates['App\\EventListener\\MobileUserActivatedListener'] ?? $this->load('getMobileUserActivatedListenerService'));
  1388.         }, => 'onUserActivated'], 0);
  1389.         $instance->addListener('kernel.request', [=> function () {
  1390.             return ($this->privates['App\\EventListener\\ProjectUserFilterConfigurator'] ?? $this->getProjectUserFilterConfiguratorService());
  1391.         }, => 'onKernelRequest'], 5);
  1392.         $instance->addListener('kernel.response', [=> function () {
  1393.             return ($this->privates['App\\EventListener\\ResponseListener'] ?? ($this->privates['App\\EventListener\\ResponseListener'] = new \App\EventListener\ResponseListener($this->getEnv('APP_RELEASE'))));
  1394.         }, => 'onKernelResponse'], 0);
  1395.         $instance->addListener('kernel.request', [=> function () {
  1396.             return ($this->privates['App\\Infrastructure\\Sentry\\SentryRequestListener'] ?? $this->getSentryRequestListenerService());
  1397.         }, => 'handleKernelRequestEvent'], 4);
  1398.         $instance->addListener('kernel.controller', [=> function () {
  1399.             return ($this->privates['data_collector.router'] ?? ($this->privates['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector()));
  1400.         }, => 'onKernelController'], 0);
  1401.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  1402.             return ($this->privates['security.listener.user_provider'] ?? $this->load('getSecurity_Listener_UserProviderService'));
  1403.         }, => 'checkPassport'], 1024);
  1404.         $instance->addListener('kernel.response', [=> function () {
  1405.             return ($this->privates['security.context_listener.0'] ?? $this->getSecurity_ContextListener_0Service());
  1406.         }, => 'onKernelResponse'], 0);
  1407.         $instance->addListener('kernel.response', [=> function () {
  1408.             return ($this->privates['security.context_listener.1'] ?? $this->getSecurity_ContextListener_1Service());
  1409.         }, => 'onKernelResponse'], 0);
  1410.         $instance->addListener('kernel.request', [=> function () {
  1411.             return ($this->privates['nelmio_cors.cors_listener'] ?? $this->getNelmioCors_CorsListenerService());
  1412.         }, => 'onKernelRequest'], 250);
  1413.         $instance->addListener('kernel.response', [=> function () {
  1414.             return ($this->privates['nelmio_cors.cors_listener'] ?? $this->getNelmioCors_CorsListenerService());
  1415.         }, => 'onKernelResponse'], 0);
  1416.         $instance->addListener('kernel.response', [=> function () {
  1417.             return ($this->privates['nelmio_cors.cacheable_response_vary_listener'] ?? ($this->privates['nelmio_cors.cacheable_response_vary_listener'] = new \Nelmio\CorsBundle\EventListener\CacheableResponseVaryListener()));
  1418.         }, => 'onResponse'], -10);
  1419.         $instance->addListener('kernel.view', [=> function () {
  1420.             return ($this->privates['api_platform.listener.view.write.legacy'] ?? $this->load('getApiPlatform_Listener_View_Write_LegacyService'));
  1421.         }, => 'onKernelView'], 32);
  1422.         $instance->addListener('kernel.request', [=> function () {
  1423.             return ($this->privates['api_platform.listener.request.read.legacy'] ?? $this->getApiPlatform_Listener_Request_Read_LegacyService());
  1424.         }, => 'onKernelRequest'], 4);
  1425.         $instance->addListener('kernel.response', [=> function () {
  1426.             return ($this->privates['api_platform.hydra.listener.response.add_link_header'] ?? $this->getApiPlatform_Hydra_Listener_Response_AddLinkHeaderService());
  1427.         }, => 'onKernelResponse'], 0);
  1428.         $instance->addListener('kernel.response', [=> function () {
  1429.             return ($this->privates['api_platform.http_cache.listener.response.configure'] ?? $this->getApiPlatform_HttpCache_Listener_Response_ConfigureService());
  1430.         }, => 'onKernelResponse'], -1);
  1431.         $instance->addListener('kernel.view', [=> function () {
  1432.             return ($this->privates['api_platform.listener.view.validate'] ?? $this->load('getApiPlatform_Listener_View_ValidateService'));
  1433.         }, => 'onKernelView'], 64);
  1434.         $instance->addListener('kernel.request', [=> function () {
  1435.             return ($this->privates['api_platform.listener.view.validate_query_parameters'] ?? $this->getApiPlatform_Listener_View_ValidateQueryParametersService());
  1436.         }, => 'onKernelRequest'], 16);
  1437.         $instance->addListener('kernel.request', [=> function () {
  1438.             return ($this->privates['api_platform.security.listener.request.deny_access'] ?? $this->getApiPlatform_Security_Listener_Request_DenyAccessService());
  1439.         }, => 'onSecurity'], 3);
  1440.         $instance->addListener('kernel.request', [=> function () {
  1441.             return ($this->privates['api_platform.security.listener.request.deny_access'] ?? $this->getApiPlatform_Security_Listener_Request_DenyAccessService());
  1442.         }, => 'onSecurityPostDenormalize'], 1);
  1443.         $instance->addListener('kernel.view', [=> function () {
  1444.             return ($this->privates['api_platform.security.listener.request.deny_access'] ?? $this->getApiPlatform_Security_Listener_Request_DenyAccessService());
  1445.         }, => 'onSecurityPostValidation'], 63);
  1446.         $instance->addListener('kernel.request', [=> function () {
  1447.             return ($this->privates['api_platform.listener.request.add_format'] ?? $this->getApiPlatform_Listener_Request_AddFormatService());
  1448.         }, => 'onKernelRequest'], 28);
  1449.         $instance->addListener('kernel.request', [=> function () {
  1450.             return ($this->privates['api_platform.listener.request.read'] ?? $this->getApiPlatform_Listener_Request_ReadService());
  1451.         }, => 'onKernelRequest'], 4);
  1452.         $instance->addListener('kernel.view', [=> function () {
  1453.             return ($this->privates['api_platform.listener.view.write'] ?? $this->load('getApiPlatform_Listener_View_WriteService'));
  1454.         }, => 'onKernelView'], 32);
  1455.         $instance->addListener('kernel.request', [=> function () {
  1456.             return ($this->privates['api_platform.listener.request.deserialize'] ?? $this->getApiPlatform_Listener_Request_DeserializeService());
  1457.         }, => 'onKernelRequest'], 2);
  1458.         $instance->addListener('kernel.view', [=> function () {
  1459.             return ($this->privates['api_platform.listener.view.serialize'] ?? $this->load('getApiPlatform_Listener_View_SerializeService'));
  1460.         }, => 'onKernelView'], 16);
  1461.         $instance->addListener('kernel.view', [=> function () {
  1462.             return ($this->privates['api_platform.listener.view.respond'] ?? $this->load('getApiPlatform_Listener_View_RespondService'));
  1463.         }, => 'onKernelView'], 8);
  1464.         $instance->addListener('kernel.exception', [=> function () {
  1465.             return ($this->privates['api_platform.listener.exception.validation'] ?? $this->load('getApiPlatform_Listener_Exception_ValidationService'));
  1466.         }, => 'onKernelException'], 0);
  1467.         $instance->addListener('kernel.exception', [=> function () {
  1468.             return ($this->privates['api_platform.listener.exception'] ?? $this->load('getApiPlatform_Listener_ExceptionService'));
  1469.         }, => 'onKernelException'], -96);
  1470.         $instance->addListener('console.command', [=> function () {
  1471.             return ($this->privates['Sentry\\SentryBundle\\EventListener\\ConsoleListener'] ?? $this->load('getConsoleListenerService'));
  1472.         }, => 'handleConsoleCommandEvent'], 128);
  1473.         $instance->addListener('console.terminate', [=> function () {
  1474.             return ($this->privates['Sentry\\SentryBundle\\EventListener\\ConsoleListener'] ?? $this->load('getConsoleListenerService'));
  1475.         }, => 'handleConsoleTerminateEvent'], -64);
  1476.         $instance->addListener('console.error', [=> function () {
  1477.             return ($this->privates['Sentry\\SentryBundle\\EventListener\\ConsoleListener'] ?? $this->load('getConsoleListenerService'));
  1478.         }, => 'handleConsoleErrorEvent'], -64);
  1479.         $instance->addListener('kernel.request', [=> function () {
  1480.             return ($this->privates['Sentry\\SentryBundle\\EventListener\\RequestListener'] ?? $this->getRequestListenerService());
  1481.         }, => 'handleKernelRequestEvent'], 5);
  1482.         $instance->addListener('kernel.controller', [=> function () {
  1483.             return ($this->privates['Sentry\\SentryBundle\\EventListener\\RequestListener'] ?? $this->getRequestListenerService());
  1484.         }, => 'handleKernelControllerEvent'], 10);
  1485.         $instance->addListener('kernel.request', [=> function () {
  1486.             return ($this->privates['Sentry\\SentryBundle\\EventListener\\SubRequestListener'] ?? $this->getSubRequestListenerService());
  1487.         }, => 'handleKernelRequestEvent'], 3);
  1488.         $instance->addListener('kernel.finish_request', [=> function () {
  1489.             return ($this->privates['Sentry\\SentryBundle\\EventListener\\SubRequestListener'] ?? $this->getSubRequestListenerService());
  1490.         }, => 'handleKernelFinishRequestEvent'], 5);
  1491.         $instance->addListener('kernel.request', [=> function () {
  1492.             return ($this->privates['Sentry\\SentryBundle\\EventListener\\TracingRequestListener'] ?? $this->getTracingRequestListenerService());
  1493.         }, => 'handleKernelRequestEvent'], 4);
  1494.         $instance->addListener('kernel.response', [=> function () {
  1495.             return ($this->privates['Sentry\\SentryBundle\\EventListener\\TracingRequestListener'] ?? $this->getTracingRequestListenerService());
  1496.         }, => 'handleKernelResponseEvent'], 15);
  1497.         $instance->addListener('kernel.terminate', [=> function () {
  1498.             return ($this->privates['Sentry\\SentryBundle\\EventListener\\TracingRequestListener'] ?? $this->getTracingRequestListenerService());
  1499.         }, => 'handleKernelTerminateEvent'], 5);
  1500.         $instance->addListener('kernel.request', [=> function () {
  1501.             return ($this->privates['Sentry\\SentryBundle\\EventListener\\TracingSubRequestListener'] ?? $this->getTracingSubRequestListenerService());
  1502.         }, => 'handleKernelRequestEvent'], 2);
  1503.         $instance->addListener('kernel.finish_request', [=> function () {
  1504.             return ($this->privates['Sentry\\SentryBundle\\EventListener\\TracingSubRequestListener'] ?? $this->getTracingSubRequestListenerService());
  1505.         }, => 'handleKernelFinishRequestEvent'], 10);
  1506.         $instance->addListener('kernel.response', [=> function () {
  1507.             return ($this->privates['Sentry\\SentryBundle\\EventListener\\TracingSubRequestListener'] ?? $this->getTracingSubRequestListenerService());
  1508.         }, => 'handleKernelResponseEvent'], 15);
  1509.         $instance->addListener('console.command', [=> function () {
  1510.             return ($this->privates['Sentry\\SentryBundle\\EventListener\\TracingConsoleListener'] ?? $this->load('getTracingConsoleListenerService'));
  1511.         }, => 'handleConsoleCommandEvent'], 118);
  1512.         $instance->addListener('console.terminate', [=> function () {
  1513.             return ($this->privates['Sentry\\SentryBundle\\EventListener\\TracingConsoleListener'] ?? $this->load('getTracingConsoleListenerService'));
  1514.         }, => 'handleConsoleTerminateEvent'], -54);
  1515.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageFailedEvent', [=> function () {
  1516.             return ($this->privates['Sentry\\SentryBundle\\EventListener\\MessengerListener'] ?? $this->load('getMessengerListenerService'));
  1517.         }, => 'handleWorkerMessageFailedEvent'], 50);
  1518.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageHandledEvent', [=> function () {
  1519.             return ($this->privates['Sentry\\SentryBundle\\EventListener\\MessengerListener'] ?? $this->load('getMessengerListenerService'));
  1520.         }, => 'handleWorkerMessageHandledEvent'], 50);
  1521.         $instance->addListener('kernel.request', [=> function () {
  1522.             return ($this->privates['Sentry\\SentryBundle\\EventListener\\LoginListener'] ?? $this->getLoginListenerService());
  1523.         }, => 'handleKernelRequestEvent'], 0);
  1524.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  1525.             return ($this->privates['Sentry\\SentryBundle\\EventListener\\LoginListener'] ?? $this->getLoginListenerService());
  1526.         }, => 'handleLoginSuccessEvent'], 0);
  1527.         $instance->addListener('kernel.response', [=> function () {
  1528.             return ($this->privates['App\\EventListener\\PaginationSubscriber'] ?? ($this->privates['App\\EventListener\\PaginationSubscriber'] = new \App\EventListener\PaginationSubscriber()));
  1529.         }, => 'addPaginationHeaders'], 0);
  1530.         $instance->addListener('postRemove', [=> function () {
  1531.             return ($this->privates['App\\EventListener\\TaskSubscriber'] ?? $this->load('getTaskSubscriberService'));
  1532.         }, => 'postRemove'], 0);
  1533.         $instance->addListener('kernel.terminate', [=> function () {
  1534.             return ($this->privates['App\\EventListener\\TaskSubscriber'] ?? $this->load('getTaskSubscriberService'));
  1535.         }, => 'terminate'], 0);
  1536.         $instance->addListener('console.terminate', [=> function () {
  1537.             return ($this->privates['App\\EventListener\\TaskSubscriber'] ?? $this->load('getTaskSubscriberService'));
  1538.         }, => 'terminate'], 0);
  1539.         $instance->addListener('kernel.response', [=> function () {
  1540.             return ($this->privates['response_listener'] ?? ($this->privates['response_listener'] = new \Symfony\Component\HttpKernel\EventListener\ResponseListener('UTF-8'false)));
  1541.         }, => 'onKernelResponse'], 0);
  1542.         $instance->addListener('kernel.response', [=> function () {
  1543.             return ($this->privates['streamed_response_listener'] ?? ($this->privates['streamed_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\StreamedResponseListener()));
  1544.         }, => 'onKernelResponse'], -1024);
  1545.         $instance->addListener('kernel.request', [=> function () {
  1546.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  1547.         }, => 'setDefaultLocale'], 100);
  1548.         $instance->addListener('kernel.request', [=> function () {
  1549.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  1550.         }, => 'onKernelRequest'], 16);
  1551.         $instance->addListener('kernel.finish_request', [=> function () {
  1552.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  1553.         }, => 'onKernelFinishRequest'], 0);
  1554.         $instance->addListener('kernel.request', [=> function () {
  1555.             return ($this->privates['validate_request_listener'] ?? ($this->privates['validate_request_listener'] = new \Symfony\Component\HttpKernel\EventListener\ValidateRequestListener()));
  1556.         }, => 'onKernelRequest'], 256);
  1557.         $instance->addListener('kernel.response', [=> function () {
  1558.             return ($this->privates['disallow_search_engine_index_response_listener'] ?? ($this->privates['disallow_search_engine_index_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\DisallowRobotsIndexingListener()));
  1559.         }, => 'onResponse'], -255);
  1560.         $instance->addListener('kernel.controller_arguments', [=> function () {
  1561.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  1562.         }, => 'onControllerArguments'], 0);
  1563.         $instance->addListener('kernel.exception', [=> function () {
  1564.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  1565.         }, => 'logKernelException'], 0);
  1566.         $instance->addListener('kernel.exception', [=> function () {
  1567.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  1568.         }, => 'onKernelException'], -128);
  1569.         $instance->addListener('kernel.response', [=> function () {
  1570.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  1571.         }, => 'removeCspHeader'], -128);
  1572.         $instance->addListener('kernel.request', [=> function () {
  1573.             return ($this->privates['locale_aware_listener'] ?? $this->getLocaleAwareListenerService());
  1574.         }, => 'onKernelRequest'], 15);
  1575.         $instance->addListener('kernel.finish_request', [=> function () {
  1576.             return ($this->privates['locale_aware_listener'] ?? $this->getLocaleAwareListenerService());
  1577.         }, => 'onKernelFinishRequest'], -15);
  1578.         $instance->addListener('console.error', [=> function () {
  1579.             return ($this->privates['console.error_listener'] ?? $this->load('getConsole_ErrorListenerService'));
  1580.         }, => 'onConsoleError'], -128);
  1581.         $instance->addListener('console.terminate', [=> function () {
  1582.             return ($this->privates['console.error_listener'] ?? $this->load('getConsole_ErrorListenerService'));
  1583.         }, => 'onConsoleTerminate'], -128);
  1584.         $instance->addListener('console.error', [=> function () {
  1585.             return ($this->privates['console.suggest_missing_package_subscriber'] ?? ($this->privates['console.suggest_missing_package_subscriber'] = new \Symfony\Bundle\FrameworkBundle\EventListener\SuggestMissingPackageSubscriber()));
  1586.         }, => 'onConsoleError'], 0);
  1587.         $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [=> function () {
  1588.             return ($this->privates['mailer.envelope_listener'] ?? ($this->privates['mailer.envelope_listener'] = new \Symfony\Component\Mailer\EventListener\EnvelopeListener(NULLNULL)));
  1589.         }, => 'onMessage'], -255);
  1590.         $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [=> function () {
  1591.             return ($this->privates['mailer.message_logger_listener'] ?? ($this->privates['mailer.message_logger_listener'] = new \Symfony\Component\Mailer\EventListener\MessageLoggerListener()));
  1592.         }, => 'onMessage'], -255);
  1593.         $instance->addListener('kernel.request', [=> function () {
  1594.             return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());
  1595.         }, => 'configure'], 2048);
  1596.         $instance->addListener('console.command', [=> function () {
  1597.             return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());
  1598.         }, => 'configure'], 2048);
  1599.         $instance->addListener('kernel.request', [=> function () {
  1600.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  1601.         }, => 'onKernelRequest'], 32);
  1602.         $instance->addListener('kernel.finish_request', [=> function () {
  1603.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  1604.         }, => 'onKernelFinishRequest'], 0);
  1605.         $instance->addListener('kernel.exception', [=> function () {
  1606.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  1607.         }, => 'onKernelException'], -64);
  1608.         $instance->addListener('kernel.response', [=> function () {
  1609.             return ($this->privates['web_link.add_link_header_listener'] ?? ($this->privates['web_link.add_link_header_listener'] = new \Symfony\Component\WebLink\EventListener\AddLinkHeaderListener()));
  1610.         }, => 'onKernelResponse'], 0);
  1611.         $instance->addListener('kernel.request', [=> function () {
  1612.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  1613.         }, => 'onKernelRequest'], 128);
  1614.         $instance->addListener('kernel.response', [=> function () {
  1615.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  1616.         }, => 'onKernelResponse'], -1000);
  1617.         $instance->addListener('kernel.finish_request', [=> function () {
  1618.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  1619.         }, => 'onFinishRequest'], 0);
  1620.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageFailedEvent', [=> function () {
  1621.             return ($this->privates['messenger.retry.send_failed_message_for_retry_listener'] ?? $this->load('getMessenger_Retry_SendFailedMessageForRetryListenerService'));
  1622.         }, => 'onMessageFailed'], 100);
  1623.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageFailedEvent', [=> function () {
  1624.             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()));
  1625.         }, => 'onMessageFailed'], 200);
  1626.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerStartedEvent', [=> function () {
  1627.             return ($this->privates['messenger.listener.stop_worker_on_restart_signal_listener'] ?? $this->load('getMessenger_Listener_StopWorkerOnRestartSignalListenerService'));
  1628.         }, => 'onWorkerStarted'], 0);
  1629.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerRunningEvent', [=> function () {
  1630.             return ($this->privates['messenger.listener.stop_worker_on_restart_signal_listener'] ?? $this->load('getMessenger_Listener_StopWorkerOnRestartSignalListenerService'));
  1631.         }, => 'onWorkerRunning'], 0);
  1632.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageFailedEvent', [=> function () {
  1633.             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()));
  1634.         }, => 'onMessageFailed'], 0);
  1635.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerRunningEvent', [=> function () {
  1636.             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()));
  1637.         }, => 'onWorkerRunning'], 0);
  1638.         $instance->addListener('Symfony\\Component\\Notifier\\Event\\MessageEvent', [=> function () {
  1639.             return ($this->privates['notifier.logger_notification_listener'] ?? ($this->privates['notifier.logger_notification_listener'] = new \Symfony\Component\Notifier\EventListener\NotificationLoggerListener()));
  1640.         }, => 'onNotification'], -255);
  1641.         $instance->addListener('kernel.response', [=> function () {
  1642.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  1643.         }, => 'onKernelResponse'], -100);
  1644.         $instance->addListener('kernel.exception', [=> function () {
  1645.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  1646.         }, => 'onKernelException'], 0);
  1647.         $instance->addListener('kernel.terminate', [=> function () {
  1648.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  1649.         }, => 'onKernelTerminate'], -1024);
  1650.         $instance->addListener('kernel.controller', [=> function () {
  1651.             return ($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService());
  1652.         }, => 'onKernelController'], 0);
  1653.         $instance->addListener('kernel.response', [=> function () {
  1654.             return ($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService());
  1655.         }, => 'onKernelResponse'], 0);
  1656.         $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [=> function () {
  1657.             return ($this->privates['twig.mailer.message_listener'] ?? $this->load('getTwig_Mailer_MessageListenerService'));
  1658.         }, => 'onMessage'], 0);
  1659.         $instance->addListener('kernel.controller', [=> function () {
  1660.             return ($this->privates['sensio_framework_extra.controller.listener'] ?? $this->getSensioFrameworkExtra_Controller_ListenerService());
  1661.         }, => 'onKernelController'], 0);
  1662.         $instance->addListener('kernel.controller', [=> function () {
  1663.             return ($this->privates['sensio_framework_extra.converter.listener'] ?? $this->getSensioFrameworkExtra_Converter_ListenerService());
  1664.         }, => 'onKernelController'], 0);
  1665.         $instance->addListener('kernel.controller', [=> function () {
  1666.             return ($this->privates['sensio_framework_extra.view.listener'] ?? $this->getSensioFrameworkExtra_View_ListenerService());
  1667.         }, => 'onKernelController'], -128);
  1668.         $instance->addListener('kernel.view', [=> function () {
  1669.             return ($this->privates['sensio_framework_extra.view.listener'] ?? $this->getSensioFrameworkExtra_View_ListenerService());
  1670.         }, => 'onKernelView'], 0);
  1671.         $instance->addListener('kernel.controller', [=> function () {
  1672.             return ($this->privates['sensio_framework_extra.cache.listener'] ?? ($this->privates['sensio_framework_extra.cache.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener()));
  1673.         }, => 'onKernelController'], 0);
  1674.         $instance->addListener('kernel.response', [=> function () {
  1675.             return ($this->privates['sensio_framework_extra.cache.listener'] ?? ($this->privates['sensio_framework_extra.cache.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener()));
  1676.         }, => 'onKernelResponse'], 0);
  1677.         $instance->addListener('kernel.controller_arguments', [=> function () {
  1678.             return ($this->privates['sensio_framework_extra.security.listener'] ?? $this->getSensioFrameworkExtra_Security_ListenerService());
  1679.         }, => 'onKernelControllerArguments'], 0);
  1680.         $instance->addListener('kernel.controller_arguments', [=> function () {
  1681.             return ($this->privates['framework_extra_bundle.event.is_granted'] ?? $this->getFrameworkExtraBundle_Event_IsGrantedService());
  1682.         }, => 'onKernelControllerArguments'], 0);
  1683.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageHandledEvent', [=> function () {
  1684.             return ($this->privates['doctrine.orm.messenger.event_subscriber.doctrine_clear_entity_manager'] ?? $this->load('getDoctrine_Orm_Messenger_EventSubscriber_DoctrineClearEntityManagerService'));
  1685.         }, => 'onWorkerMessageHandled'], 0);
  1686.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageFailedEvent', [=> function () {
  1687.             return ($this->privates['doctrine.orm.messenger.event_subscriber.doctrine_clear_entity_manager'] ?? $this->load('getDoctrine_Orm_Messenger_EventSubscriber_DoctrineClearEntityManagerService'));
  1688.         }, => 'onWorkerMessageFailed'], 0);
  1689.         $instance->addListener('kernel.response', [=> function () {
  1690.             return ($this->privates['security.rememberme.response_listener'] ?? ($this->privates['security.rememberme.response_listener'] = new \Symfony\Component\Security\Http\RememberMe\ResponseListener()));
  1691.         }, => 'onKernelResponse'], 0);
  1692.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  1693.             return ($this->privates['security.listener.check_authenticator_credentials'] ?? $this->load('getSecurity_Listener_CheckAuthenticatorCredentialsService'));
  1694.         }, => 'checkPassport'], 0);
  1695.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  1696.             return ($this->privates['security.listener.password_migrating'] ?? $this->load('getSecurity_Listener_PasswordMigratingService'));
  1697.         }, => 'onLoginSuccess'], 0);
  1698.         $instance->addListener('debug.security.authorization.vote', [=> function () {
  1699.             return ($this->privates['debug.security.voter.vote_listener'] ?? $this->load('getDebug_Security_Voter_VoteListenerService'));
  1700.         }, => 'onVoterVote'], 0);
  1701.         $instance->addListener('kernel.request', [=> function () {
  1702.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  1703.         }, => 'configureLogoutUrlGenerator'], 8);
  1704.         $instance->addListener('kernel.request', [=> function () {
  1705.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  1706.         }, => 'onKernelRequest'], 8);
  1707.         $instance->addListener('kernel.finish_request', [=> function () {
  1708.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  1709.         }, => 'onKernelFinishRequest'], 0);
  1710.         $instance->addListener('kernel.response', [=> function () {
  1711.             return ($this->privates['web_profiler.debug_toolbar'] ?? $this->getWebProfiler_DebugToolbarService());
  1712.         }, => 'onKernelResponse'], -128);
  1713.         $instance->addListener('console.command', [=> function () {
  1714.             return ($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService());
  1715.         }, => 'onCommand'], 255);
  1716.         $instance->addListener('console.terminate', [=> function () {
  1717.             return ($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService());
  1718.         }, => 'onTerminate'], -255);
  1719.         $instance->addListener('console.command', [=> function () {
  1720.             return ($this->privates['monolog.handler.console_doctrine'] ?? $this->getMonolog_Handler_ConsoleDoctrineService());
  1721.         }, => 'onCommand'], 255);
  1722.         $instance->addListener('console.terminate', [=> function () {
  1723.             return ($this->privates['monolog.handler.console_doctrine'] ?? $this->getMonolog_Handler_ConsoleDoctrineService());
  1724.         }, => 'onTerminate'], -255);
  1725.         $instance->addListener('console.command', [=> function () {
  1726.             return ($this->privates['debug.dump_listener'] ?? $this->load('getDebug_DumpListenerService'));
  1727.         }, => 'configure'], 1024);
  1728.         $instance->addListener('console.error', [=> function () {
  1729.             return ($this->privates['maker.console_error_listener'] ?? ($this->privates['maker.console_error_listener'] = new \Symfony\Bundle\MakerBundle\Event\ConsoleErrorSubscriber()));
  1730.         }, => 'onConsoleError'], 0);
  1731.         $instance->addListener('console.terminate', [=> function () {
  1732.             return ($this->privates['maker.console_error_listener'] ?? ($this->privates['maker.console_error_listener'] = new \Symfony\Bundle\MakerBundle\Event\ConsoleErrorSubscriber()));
  1733.         }, => 'onConsoleTerminate'], 0);
  1734.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  1735.             return ($this->privates['security.listener.csrf_protection'] ?? $this->load('getSecurity_Listener_CsrfProtectionService'));
  1736.         }, => 'checkPassport'], 512);
  1737.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  1738.             return ($this->privates['security.logout.listener.csrf_token_clearing'] ?? $this->load('getSecurity_Logout_Listener_CsrfTokenClearingService'));
  1739.         }, => 'onLogout'], 0);
  1740.         return $instance;
  1741.     }
  1742.     /**
  1743.      * Gets the public 'http_kernel' shared service.
  1744.      *
  1745.      * @return \Symfony\Component\HttpKernel\HttpKernel
  1746.      */
  1747.     protected function getHttpKernelService()
  1748.     {
  1749.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  1750.         if (isset($this->services['http_kernel'])) {
  1751.             return $this->services['http_kernel'];
  1752.         }
  1753.         $b = ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)));
  1754.         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())), $b), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), 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 () {
  1755.             yield => ($this->privates['debug.argument_resolver.request_attribute'] ?? $this->load('getDebug_ArgumentResolver_RequestAttributeService'));
  1756.             yield => ($this->privates['debug.argument_resolver.request'] ?? $this->load('getDebug_ArgumentResolver_RequestService'));
  1757.             yield => ($this->privates['debug.argument_resolver.session'] ?? $this->load('getDebug_ArgumentResolver_SessionService'));
  1758.             yield => ($this->privates['debug.security.user_value_resolver'] ?? $this->load('getDebug_Security_UserValueResolverService'));
  1759.             yield => ($this->privates['debug.api_platform.argument_resolver.payload'] ?? $this->load('getDebug_ApiPlatform_ArgumentResolver_PayloadService'));
  1760.             yield => ($this->privates['debug.argument_resolver.service'] ?? $this->load('getDebug_ArgumentResolver_ServiceService'));
  1761.             yield => ($this->privates['debug.argument_resolver.default'] ?? $this->load('getDebug_ArgumentResolver_DefaultService'));
  1762.             yield => ($this->privates['debug.argument_resolver.variadic'] ?? $this->load('getDebug_ArgumentResolver_VariadicService'));
  1763.             yield => ($this->privates['debug.argument_resolver.not_tagged_controller'] ?? $this->load('getDebug_ArgumentResolver_NotTaggedControllerService'));
  1764.         }, 9)), $b));
  1765.     }
  1766.     /**
  1767.      * Gets the public 'messenger.default_bus' shared service.
  1768.      *
  1769.      * @return \Symfony\Component\Messenger\TraceableMessageBus
  1770.      */
  1771.     protected function getMessenger_DefaultBusService()
  1772.     {
  1773.         return $this->services['messenger.default_bus'] = new \Symfony\Component\Messenger\TraceableMessageBus(new \Symfony\Component\Messenger\MessageBus(new RewindableGenerator(function () {
  1774.             yield => ($this->privates['messenger.bus.default.middleware.traceable'] ?? $this->load('getMessenger_Bus_Default_Middleware_TraceableService'));
  1775.             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')));
  1776.             yield => ($this->privates['messenger.middleware.reject_redelivered_message_middleware'] ?? ($this->privates['messenger.middleware.reject_redelivered_message_middleware'] = new \Symfony\Component\Messenger\Middleware\RejectRedeliveredMessageMiddleware()));
  1777.             yield => ($this->privates['messenger.middleware.dispatch_after_current_bus'] ?? ($this->privates['messenger.middleware.dispatch_after_current_bus'] = new \Symfony\Component\Messenger\Middleware\DispatchAfterCurrentBusMiddleware()));
  1778.             yield => ($this->privates['messenger.middleware.failed_message_processing_middleware'] ?? ($this->privates['messenger.middleware.failed_message_processing_middleware'] = new \Symfony\Component\Messenger\Middleware\FailedMessageProcessingMiddleware()));
  1779.             yield => ($this->privates['messenger.middleware.send_message'] ?? $this->load('getMessenger_Middleware_SendMessageService'));
  1780.             yield => ($this->privates['messenger.bus.default.middleware.handle_message'] ?? $this->load('getMessenger_Bus_Default_Middleware_HandleMessageService'));
  1781.         }, 7)));
  1782.     }
  1783.     /**
  1784.      * Gets the public 'request_stack' shared service.
  1785.      *
  1786.      * @return \Symfony\Component\HttpFoundation\RequestStack
  1787.      */
  1788.     protected function getRequestStackService()
  1789.     {
  1790.         return $this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack();
  1791.     }
  1792.     /**
  1793.      * Gets the public 'router' shared service.
  1794.      *
  1795.      * @return \Symfony\Bundle\FrameworkBundle\Routing\Router
  1796.      */
  1797.     protected function getRouterService()
  1798.     {
  1799.         $a = new \Symfony\Bridge\Monolog\Logger('router');
  1800.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1801.         $a->pushHandler(($this->privates['monolog.handler.sentry'] ?? $this->getMonolog_Handler_SentryService()));
  1802.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  1803.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  1804.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  1805.         $this->services['router'] = $instance = new \Symfony\Bundle\FrameworkBundle\Routing\Router((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1806.             'routing.loader' => ['services''routing.loader''getRouting_LoaderService'true],
  1807.         ], [
  1808.             'routing.loader' => 'Symfony\\Component\\Config\\Loader\\LoaderInterface',
  1809.         ]))->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'], ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService()), ($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))), $a'en');
  1810.         $instance->setConfigCacheFactory(($this->privates['config_cache_factory'] ?? $this->getConfigCacheFactoryService()));
  1811.         $instance->addExpressionLanguageProvider(($this->privates['router.expression_language_provider'] ?? $this->getRouter_ExpressionLanguageProviderService()));
  1812.         return $instance;
  1813.     }
  1814.     /**
  1815.      * Gets the public 'translator' shared service.
  1816.      *
  1817.      * @return \Symfony\Component\Translation\DataCollectorTranslator
  1818.      */
  1819.     protected function getTranslatorService()
  1820.     {
  1821.         return $this->services['translator'] = new \Symfony\Component\Translation\DataCollectorTranslator(($this->privates['translator.default'] ?? $this->getTranslator_DefaultService()));
  1822.     }
  1823.     /**
  1824.      * Gets the public 'var_dumper.cloner' shared service.
  1825.      *
  1826.      * @return \Symfony\Component\VarDumper\Cloner\VarCloner
  1827.      */
  1828.     protected function getVarDumper_ClonerService()
  1829.     {
  1830.         $this->services['var_dumper.cloner'] = $instance = new \Symfony\Component\VarDumper\Cloner\VarCloner();
  1831.         $instance->setMaxItems(2500);
  1832.         $instance->setMinDepth(1);
  1833.         $instance->setMaxString(-1);
  1834.         $instance->addCasters(['Closure' => 'Symfony\\Component\\VarDumper\\Caster\\ReflectionCaster::unsetClosureFileInfo']);
  1835.         return $instance;
  1836.     }
  1837.     /**
  1838.      * Gets the private '.debug.http_client' shared service.
  1839.      *
  1840.      * @return \Symfony\Component\HttpClient\TraceableHttpClient
  1841.      */
  1842.     protected function get_Debug_HttpClientService()
  1843.     {
  1844.         $a \Symfony\Component\HttpClient\HttpClient::create([], 6);
  1845.         $b = new \Symfony\Bridge\Monolog\Logger('http_client');
  1846.         $b->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1847.         $b->pushHandler(($this->privates['monolog.handler.sentry'] ?? $this->getMonolog_Handler_SentryService()));
  1848.         $b->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  1849.         $b->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  1850.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($b);
  1851.         $a->setLogger($b);
  1852.         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))));
  1853.     }
  1854.     /**
  1855.      * Gets the private '.project.cache.inner.traceable' shared service.
  1856.      *
  1857.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1858.      */
  1859.     protected function get_Project_Cache_Inner_TraceableService()
  1860.     {
  1861.         $a = new \Symfony\Component\Cache\Adapter\RedisAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createConnection($this->getEnv('resolve:REDIS_URL'), ['lazy' => true]), '2RFEtLNpYk'0, ($this->privates['cache.default_marshaller'] ?? ($this->privates['cache.default_marshaller'] = new \Symfony\Component\Cache\Marshaller\DefaultMarshaller(NULLtrue))));
  1862.         $a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  1863.         return $this->privates['.project.cache.inner.traceable'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Sentry\SentryBundle\Tracing\Cache\TraceableCacheAdapter(($this->privates['Sentry\\State\\HubInterface'] ?? $this->getHubInterfaceService()), $a));
  1864.     }
  1865.     /**
  1866.      * Gets the private '.service_locator.Sm0EPAW' shared service.
  1867.      *
  1868.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  1869.      */
  1870.     protected function get_ServiceLocator_Sm0EPAWService()
  1871.     {
  1872.         return $this->privates['.service_locator.Sm0EPAW'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1873.             'security.firewall.map.context.client_api' => ['privates''security.firewall.map.context.client_api''getSecurity_Firewall_Map_Context_ClientApiService'true],
  1874.             'security.firewall.map.context.dev' => ['privates''security.firewall.map.context.dev''getSecurity_Firewall_Map_Context_DevService'true],
  1875.             'security.firewall.map.context.docs' => ['privates''security.firewall.map.context.docs''getSecurity_Firewall_Map_Context_DocsService'true],
  1876.             'security.firewall.map.context.mobile_api' => ['privates''security.firewall.map.context.mobile_api''getSecurity_Firewall_Map_Context_MobileApiService'true],
  1877.             'security.firewall.map.context.mobile_auth' => ['privates''security.firewall.map.context.mobile_auth''getSecurity_Firewall_Map_Context_MobileAuthService'true],
  1878.             'security.firewall.map.context.site_api' => ['privates''security.firewall.map.context.site_api''getSecurity_Firewall_Map_Context_SiteApiService'true],
  1879.         ], [
  1880.             'security.firewall.map.context.client_api' => '?',
  1881.             'security.firewall.map.context.dev' => '?',
  1882.             'security.firewall.map.context.docs' => '?',
  1883.             'security.firewall.map.context.mobile_api' => '?',
  1884.             'security.firewall.map.context.mobile_auth' => '?',
  1885.             'security.firewall.map.context.site_api' => '?',
  1886.         ]);
  1887.     }
  1888.     /**
  1889.      * Gets the private 'App\EventListener\ProjectUserFilterConfigurator' shared autowired service.
  1890.      *
  1891.      * @return \App\EventListener\ProjectUserFilterConfigurator
  1892.      */
  1893.     protected function getProjectUserFilterConfiguratorService()
  1894.     {
  1895.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  1896.         if (isset($this->privates['App\\EventListener\\ProjectUserFilterConfigurator'])) {
  1897.             return $this->privates['App\\EventListener\\ProjectUserFilterConfigurator'];
  1898.         }
  1899.         $b = ($this->privates['security.helper'] ?? $this->getSecurity_HelperService());
  1900.         if (isset($this->privates['App\\EventListener\\ProjectUserFilterConfigurator'])) {
  1901.             return $this->privates['App\\EventListener\\ProjectUserFilterConfigurator'];
  1902.         }
  1903.         return $this->privates['App\\EventListener\\ProjectUserFilterConfigurator'] = new \App\EventListener\ProjectUserFilterConfigurator($a$b, ($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->privates['App\\Service\\Workflow\\UserSelector'] ?? $this->getUserSelectorService()), ($this->privates['App\\Repository\\Project\\ProjectRepository'] ?? $this->getProjectRepositoryService()));
  1904.     }
  1905.     /**
  1906.      * Gets the private 'App\Infrastructure\Sentry\SentryRequestListener' shared autowired service.
  1907.      *
  1908.      * @return \App\Infrastructure\Sentry\SentryRequestListener
  1909.      */
  1910.     protected function getSentryRequestListenerService()
  1911.     {
  1912.         return $this->privates['App\\Infrastructure\\Sentry\\SentryRequestListener'] = new \App\Infrastructure\Sentry\SentryRequestListener(($this->privates['Sentry\\State\\HubInterface'] ?? $this->getHubInterfaceService()), ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()));
  1913.     }
  1914.     /**
  1915.      * Gets the private 'App\Repository\Content\RoleRepository' shared autowired service.
  1916.      *
  1917.      * @return \App\Repository\Content\RoleRepository
  1918.      */
  1919.     protected function getRoleRepositoryService()
  1920.     {
  1921.         return $this->privates['App\\Repository\\Content\\RoleRepository'] = new \App\Repository\Content\RoleRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  1922.     }
  1923.     /**
  1924.      * Gets the private 'App\Repository\Project\ProjectRepository' shared autowired service.
  1925.      *
  1926.      * @return \App\Repository\Project\ProjectRepository
  1927.      */
  1928.     protected function getProjectRepositoryService()
  1929.     {
  1930.         return $this->privates['App\\Repository\\Project\\ProjectRepository'] = new \App\Repository\Project\ProjectRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  1931.     }
  1932.     /**
  1933.      * Gets the private 'App\Repository\Project\ProjectUserRepository' shared autowired service.
  1934.      *
  1935.      * @return \App\Repository\Project\ProjectUserRepository
  1936.      */
  1937.     protected function getProjectUserRepositoryService()
  1938.     {
  1939.         return $this->privates['App\\Repository\\Project\\ProjectUserRepository'] = new \App\Repository\Project\ProjectUserRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  1940.     }
  1941.     /**
  1942.      * Gets the private 'App\Service\Workflow\UserSelector' shared autowired service.
  1943.      *
  1944.      * @return \App\Service\Workflow\UserSelector
  1945.      */
  1946.     protected function getUserSelectorService()
  1947.     {
  1948.         return $this->privates['App\\Service\\Workflow\\UserSelector'] = new \App\Service\Workflow\UserSelector(($this->privates['App\\Repository\\Project\\ProjectUserRepository'] ?? $this->getProjectUserRepositoryService()), ($this->privates['App\\Repository\\Content\\RoleRepository'] ?? $this->getRoleRepositoryService()), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  1949.     }
  1950.     /**
  1951.      * Gets the private 'Sentry\SentryBundle\EventListener\LoginListener' shared service.
  1952.      *
  1953.      * @return \Sentry\SentryBundle\EventListener\LoginListener
  1954.      */
  1955.     protected function getLoginListenerService()
  1956.     {
  1957.         return $this->privates['Sentry\\SentryBundle\\EventListener\\LoginListener'] = new \Sentry\SentryBundle\EventListener\LoginListener(($this->privates['Sentry\\State\\HubInterface'] ?? $this->getHubInterfaceService()), ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()));
  1958.     }
  1959.     /**
  1960.      * Gets the private 'Sentry\SentryBundle\EventListener\RequestListener' shared service.
  1961.      *
  1962.      * @return \Sentry\SentryBundle\EventListener\RequestListener
  1963.      */
  1964.     protected function getRequestListenerService()
  1965.     {
  1966.         return $this->privates['Sentry\\SentryBundle\\EventListener\\RequestListener'] = new \Sentry\SentryBundle\EventListener\RequestListener(($this->privates['Sentry\\State\\HubInterface'] ?? $this->getHubInterfaceService()));
  1967.     }
  1968.     /**
  1969.      * Gets the private 'Sentry\SentryBundle\EventListener\SubRequestListener' shared service.
  1970.      *
  1971.      * @return \Sentry\SentryBundle\EventListener\SubRequestListener
  1972.      */
  1973.     protected function getSubRequestListenerService()
  1974.     {
  1975.         return $this->privates['Sentry\\SentryBundle\\EventListener\\SubRequestListener'] = new \Sentry\SentryBundle\EventListener\SubRequestListener(($this->privates['Sentry\\State\\HubInterface'] ?? $this->getHubInterfaceService()));
  1976.     }
  1977.     /**
  1978.      * Gets the private 'Sentry\SentryBundle\EventListener\TracingRequestListener' shared service.
  1979.      *
  1980.      * @return \Sentry\SentryBundle\EventListener\TracingRequestListener
  1981.      */
  1982.     protected function getTracingRequestListenerService()
  1983.     {
  1984.         return $this->privates['Sentry\\SentryBundle\\EventListener\\TracingRequestListener'] = new \Sentry\SentryBundle\EventListener\TracingRequestListener(($this->privates['Sentry\\State\\HubInterface'] ?? $this->getHubInterfaceService()));
  1985.     }
  1986.     /**
  1987.      * Gets the private 'Sentry\SentryBundle\EventListener\TracingSubRequestListener' shared service.
  1988.      *
  1989.      * @return \Sentry\SentryBundle\EventListener\TracingSubRequestListener
  1990.      */
  1991.     protected function getTracingSubRequestListenerService()
  1992.     {
  1993.         return $this->privates['Sentry\\SentryBundle\\EventListener\\TracingSubRequestListener'] = new \Sentry\SentryBundle\EventListener\TracingSubRequestListener(($this->privates['Sentry\\State\\HubInterface'] ?? $this->getHubInterfaceService()));
  1994.     }
  1995.     /**
  1996.      * Gets the private 'Sentry\State\HubInterface' shared service.
  1997.      *
  1998.      * @return \Sentry\State\HubInterface
  1999.      */
  2000.     protected function getHubInterfaceService()
  2001.     {
  2002.         $this->privates['Sentry\\State\\HubInterface'] = $instance \Sentry\State\HubAdapter::getInstance();
  2003.         $a = new \Sentry\Options(['send_default_pii' => true'environment' => $this->getEnv('APP_DEPLOYMENT'), 'release' => $this->getEnv('APP_RELEASE'), 'attach_stacktrace' => true'default_integrations' => false'integrations' => new \Sentry\SentryBundle\Integration\IntegrationConfigurator([=> new \Sentry\Integration\RequestIntegration(), => new \Sentry\Integration\TransactionIntegration(), => new \Sentry\Integration\FrameContextifierIntegration(), => new \Sentry\Integration\EnvironmentIntegration()], true), 'prefixes' => [=> \dirname(__DIR__4), => '.'=> '/usr/local/lib/php'], 'tags' => [], 'in_app_exclude' => [=> $this->targetDir.''=> (\dirname(__DIR__4).'/vendor'), => $this->targetDir.''], 'in_app_include' => [], 'class_serializers' => [], 'ignore_exceptions' => [], 'ignore_transactions' => [], 'dsn' => $this->getEnv('SENTRY_DSN')]);
  2004.         $b = new \Sentry\ClientBuilder($a);
  2005.         $b->setSdkIdentifier('sentry.php.symfony');
  2006.         $b->setSdkVersion('4.10.0');
  2007.         $b->setTransportFactory(new \Sentry\SentryBundle\Transport\TransportFactory(NULLNULLNULLNULLNULLNULL));
  2008.         $b->setSerializer(new \Sentry\Serializer\Serializer($a));
  2009.         $b->setRepresentationSerializer(new \Sentry\Serializer\RepresentationSerializer($a));
  2010.         if ($this->has('Psr\\Log\\NullLogger')) {
  2011.             $b->setLogger(($this->services['Psr\\Log\\NullLogger'] ?? $this->get('Psr\\Log\\NullLogger'/* ContainerInterface::NULL_ON_INVALID_REFERENCE */ 2)));
  2012.         }
  2013.         $instance->bindClient($b->getClient());
  2014.         return $instance;
  2015.     }
  2016.     /**
  2017.      * Gets the private 'annotations.cache_adapter' shared service.
  2018.      *
  2019.      * @return \Symfony\Component\Cache\Adapter\PhpArrayAdapter
  2020.      */
  2021.     protected function getAnnotations_CacheAdapterService()
  2022.     {
  2023.         return \Symfony\Component\Cache\Adapter\PhpArrayAdapter::create(($this->targetDir.''.'/annotations.php'), ($this->privates['cache.annotations.traceable'] ?? $this->getCache_Annotations_TraceableService()));
  2024.     }
  2025.     /**
  2026.      * Gets the private 'annotations.cached_reader' shared service.
  2027.      *
  2028.      * @return \Doctrine\Common\Annotations\PsrCachedReader
  2029.      */
  2030.     protected function getAnnotations_CachedReaderService()
  2031.     {
  2032.         return $this->privates['annotations.cached_reader'] = new \Doctrine\Common\Annotations\PsrCachedReader(($this->privates['annotations.reader'] ?? $this->getAnnotations_ReaderService()), $this->getAnnotations_CacheAdapterService(), true);
  2033.     }
  2034.     /**
  2035.      * Gets the private 'annotations.reader' shared service.
  2036.      *
  2037.      * @return \Doctrine\Common\Annotations\AnnotationReader
  2038.      */
  2039.     protected function getAnnotations_ReaderService()
  2040.     {
  2041.         $this->privates['annotations.reader'] = $instance = new \Doctrine\Common\Annotations\AnnotationReader();
  2042.         $a = new \Doctrine\Common\Annotations\AnnotationRegistry();
  2043.         $a->registerUniqueLoader('class_exists');
  2044.         $instance->addGlobalIgnoredName('required'$a);
  2045.         return $instance;
  2046.     }
  2047.     /**
  2048.      * Gets the private 'api_platform.cache.identifiers_extractor.traceable' shared service.
  2049.      *
  2050.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2051.      */
  2052.     protected function getApiPlatform_Cache_IdentifiersExtractor_TraceableService()
  2053.     {
  2054.         return $this->privates['api_platform.cache.identifiers_extractor.traceable'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Sentry\SentryBundle\Tracing\Cache\TraceableCacheAdapter(($this->privates['Sentry\\State\\HubInterface'] ?? $this->getHubInterfaceService()), \Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('v46xRWxv5A'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()))));
  2055.     }
  2056.     /**
  2057.      * Gets the private 'api_platform.cache.metadata.property.legacy.traceable' shared service.
  2058.      *
  2059.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2060.      */
  2061.     protected function getApiPlatform_Cache_Metadata_Property_Legacy_TraceableService()
  2062.     {
  2063.         return $this->privates['api_platform.cache.metadata.property.legacy.traceable'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Sentry\SentryBundle\Tracing\Cache\TraceableCacheAdapter(($this->privates['Sentry\\State\\HubInterface'] ?? $this->getHubInterfaceService()), \Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('wflSOsZi18'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()))));
  2064.     }
  2065.     /**
  2066.      * Gets the private 'api_platform.cache.metadata.property.traceable' shared service.
  2067.      *
  2068.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2069.      */
  2070.     protected function getApiPlatform_Cache_Metadata_Property_TraceableService()
  2071.     {
  2072.         return $this->privates['api_platform.cache.metadata.property.traceable'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Sentry\SentryBundle\Tracing\Cache\TraceableCacheAdapter(($this->privates['Sentry\\State\\HubInterface'] ?? $this->getHubInterfaceService()), \Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('usXYtJAcZM'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()))));
  2073.     }
  2074.     /**
  2075.      * Gets the private 'api_platform.cache.metadata.resource.legacy.traceable' shared service.
  2076.      *
  2077.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2078.      */
  2079.     protected function getApiPlatform_Cache_Metadata_Resource_Legacy_TraceableService()
  2080.     {
  2081.         return $this->privates['api_platform.cache.metadata.resource.legacy.traceable'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Sentry\SentryBundle\Tracing\Cache\TraceableCacheAdapter(($this->privates['Sentry\\State\\HubInterface'] ?? $this->getHubInterfaceService()), \Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('Lh8Y9NyXqs'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()))));
  2082.     }
  2083.     /**
  2084.      * Gets the private 'api_platform.cache.metadata.resource.traceable' shared service.
  2085.      *
  2086.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2087.      */
  2088.     protected function getApiPlatform_Cache_Metadata_Resource_TraceableService()
  2089.     {
  2090.         return $this->privates['api_platform.cache.metadata.resource.traceable'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Sentry\SentryBundle\Tracing\Cache\TraceableCacheAdapter(($this->privates['Sentry\\State\\HubInterface'] ?? $this->getHubInterfaceService()), \Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('y2jlomoUkx'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()))));
  2091.     }
  2092.     /**
  2093.      * Gets the private 'api_platform.cache.metadata.resource_collection.traceable' shared service.
  2094.      *
  2095.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2096.      */
  2097.     protected function getApiPlatform_Cache_Metadata_ResourceCollection_TraceableService()
  2098.     {
  2099.         return $this->privates['api_platform.cache.metadata.resource_collection.traceable'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Sentry\SentryBundle\Tracing\Cache\TraceableCacheAdapter(($this->privates['Sentry\\State\\HubInterface'] ?? $this->getHubInterfaceService()), \Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('zv8s-3FpP6'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()))));
  2100.     }
  2101.     /**
  2102.      * Gets the private 'api_platform.cache.route_name_resolver.traceable' shared service.
  2103.      *
  2104.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2105.      */
  2106.     protected function getApiPlatform_Cache_RouteNameResolver_TraceableService()
  2107.     {
  2108.         return $this->privates['api_platform.cache.route_name_resolver.traceable'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Sentry\SentryBundle\Tracing\Cache\TraceableCacheAdapter(($this->privates['Sentry\\State\\HubInterface'] ?? $this->getHubInterfaceService()), \Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('IEkdlctQ9l'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()))));
  2109.     }
  2110.     /**
  2111.      * Gets the private 'api_platform.cache.subresource_operation_factory.traceable' shared service.
  2112.      *
  2113.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2114.      */
  2115.     protected function getApiPlatform_Cache_SubresourceOperationFactory_TraceableService()
  2116.     {
  2117.         return $this->privates['api_platform.cache.subresource_operation_factory.traceable'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Sentry\SentryBundle\Tracing\Cache\TraceableCacheAdapter(($this->privates['Sentry\\State\\HubInterface'] ?? $this->getHubInterfaceService()), \Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('mGSGVQDqIr'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()))));
  2118.     }
  2119.     /**
  2120.      * Gets the private 'api_platform.collection_data_provider' shared service.
  2121.      *
  2122.      * @return \ApiPlatform\Core\DataProvider\ChainCollectionDataProvider
  2123.      */
  2124.     protected function getApiPlatform_CollectionDataProviderService()
  2125.     {
  2126.         return $this->privates['api_platform.collection_data_provider'] = new \ApiPlatform\Core\DataProvider\ChainCollectionDataProvider(new RewindableGenerator(function () {
  2127.             yield => ($this->privates['api_platform.doctrine.orm.default.collection_data_provider'] ?? $this->load('getApiPlatform_Doctrine_Orm_Default_CollectionDataProviderService'));
  2128.         }, 1));
  2129.     }
  2130.     /**
  2131.      * Gets the private 'api_platform.data_persister' shared service.
  2132.      *
  2133.      * @return \ApiPlatform\Core\DataPersister\ChainDataPersister
  2134.      */
  2135.     protected function getApiPlatform_DataPersisterService()
  2136.     {
  2137.         return $this->privates['api_platform.data_persister'] = new \ApiPlatform\Core\DataPersister\ChainDataPersister(new RewindableGenerator(function () {
  2138.             yield => ($this->privates['App\\Infrastructure\\ApiPlatform\\DataPersister\\Site\\NodeDataPersister'] ?? $this->load('getNodeDataPersisterService'));
  2139.             yield => ($this->privates['App\\Infrastructure\\ApiPlatform\\DataPersister\\Site\\StageDataPersister'] ?? $this->load('getStageDataPersisterService'));
  2140.             yield => ($this->privates['App\\Infrastructure\\ApiPlatform\\DataPersister\\Site\\UserDataPersister'] ?? $this->load('getUserDataPersisterService'));
  2141.             yield => ($this->privates['api_platform.messenger.data_persister'] ?? $this->load('getApiPlatform_Messenger_DataPersisterService'));
  2142.             yield => ($this->privates['api_platform.doctrine.orm.data_persister'] ?? $this->load('getApiPlatform_Doctrine_Orm_DataPersisterService'));
  2143.         }, 5));
  2144.     }
  2145.     /**
  2146.      * Gets the private 'api_platform.filter_locator' shared service.
  2147.      *
  2148.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  2149.      */
  2150.     protected function getApiPlatform_FilterLocatorService()
  2151.     {
  2152.         return $this->privates['api_platform.filter_locator'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2153.             'App\\Infrastructure\\ApiPlatform\\Filter\\ContextWithChildrenFilter' => ['privates''App\\Infrastructure\\ApiPlatform\\Filter\\ContextWithChildrenFilter''getContextWithChildrenFilterService'true],
  2154.             'App\\Infrastructure\\ApiPlatform\\Filter\\DelayedTaskFilter' => ['privates''App\\Infrastructure\\ApiPlatform\\Filter\\DelayedTaskFilter''getDelayedTaskFilterService'true],
  2155.             'App\\Infrastructure\\ApiPlatform\\Filter\\EscalationFilter' => ['privates''App\\Infrastructure\\ApiPlatform\\Filter\\EscalationFilter''getEscalationFilterService'true],
  2156.             'App\\Infrastructure\\ApiPlatform\\Filter\\ExpirationFilter' => ['privates''App\\Infrastructure\\ApiPlatform\\Filter\\ExpirationFilter''getExpirationFilterService'true],
  2157.             'App\\Infrastructure\\ApiPlatform\\Filter\\LegacySearchFilter' => ['privates''App\\Infrastructure\\ApiPlatform\\Filter\\LegacySearchFilter''getLegacySearchFilterService'true],
  2158.             'App\\Infrastructure\\ApiPlatform\\Filter\\ProjectFilter' => ['privates''App\\Infrastructure\\ApiPlatform\\Filter\\ProjectFilter''getProjectFilterService'true],
  2159.             'App\\Infrastructure\\ApiPlatform\\Filter\\ProjectTaskFilter' => ['privates''App\\Infrastructure\\ApiPlatform\\Filter\\ProjectTaskFilter''getProjectTaskFilterService'true],
  2160.             'App\\Infrastructure\\ApiPlatform\\Filter\\SearchCompaniesFilter' => ['privates''App\\Infrastructure\\ApiPlatform\\Filter\\SearchCompaniesFilter''getSearchCompaniesFilterService'true],
  2161.             'App\\Infrastructure\\ApiPlatform\\Filter\\UserFilter' => ['privates''App\\Infrastructure\\ApiPlatform\\Filter\\UserFilter''getUserFilterService'true],
  2162.             'annotated_app_entity_content_role_api_platform_doctrine_orm_filter_search_filter' => ['privates''annotated_app_entity_content_role_api_platform_doctrine_orm_filter_search_filter''getAnnotatedAppEntityContentRoleApiPlatformDoctrineOrmFilterSearchFilterService'true],
  2163.             'annotated_app_entity_content_task_api_platform_doctrine_orm_filter_search_filter' => ['privates''annotated_app_entity_content_task_api_platform_doctrine_orm_filter_search_filter''getAnnotatedAppEntityContentTaskApiPlatformDoctrineOrmFilterSearchFilterService'true],
  2164.             'annotated_app_entity_project_company_app_infrastructure_api_platform_filter_search_companies_filter' => ['privates''annotated_app_entity_project_company_app_infrastructure_api_platform_filter_search_companies_filter''getAnnotatedAppEntityProjectCompanyAppInfrastructureApiPlatformFilterSearchCompaniesFilterService'true],
  2165.             'annotated_app_entity_project_context_api_platform_doctrine_orm_filter_search_filter' => ['privates''annotated_app_entity_project_context_api_platform_doctrine_orm_filter_search_filter''getAnnotatedAppEntityProjectContextApiPlatformDoctrineOrmFilterSearchFilterService'true],
  2166.             'annotated_app_entity_project_context_role_api_platform_doctrine_orm_filter_search_filter' => ['privates''annotated_app_entity_project_context_role_api_platform_doctrine_orm_filter_search_filter''getAnnotatedAppEntityProjectContextRoleApiPlatformDoctrineOrmFilterSearchFilterService'true],
  2167.             'annotated_app_entity_project_notification_api_platform_core_bridge_doctrine_orm_filter_order_filter' => ['privates''annotated_app_entity_project_notification_api_platform_core_bridge_doctrine_orm_filter_order_filter''getAnnotatedAppEntityProjectNotificationApiPlatformCoreBridgeDoctrineOrmFilterOrderFilterService'true],
  2168.             'annotated_app_entity_project_notification_api_platform_doctrine_orm_filter_search_filter' => ['privates''annotated_app_entity_project_notification_api_platform_doctrine_orm_filter_search_filter''getAnnotatedAppEntityProjectNotificationApiPlatformDoctrineOrmFilterSearchFilterService'true],
  2169.             'annotated_app_entity_project_project_api_platform_core_bridge_doctrine_orm_filter_date_filter' => ['privates''annotated_app_entity_project_project_api_platform_core_bridge_doctrine_orm_filter_date_filter''getAnnotatedAppEntityProjectProjectApiPlatformCoreBridgeDoctrineOrmFilterDateFilterService'true],
  2170.             'annotated_app_entity_project_project_task_api_platform_core_bridge_doctrine_orm_filter_date_filter' => ['privates''annotated_app_entity_project_project_task_api_platform_core_bridge_doctrine_orm_filter_date_filter''getAnnotatedAppEntityProjectProjectTaskApiPlatformCoreBridgeDoctrineOrmFilterDateFilterService'true],
  2171.             'annotated_app_entity_project_project_task_api_platform_doctrine_orm_filter_search_filter' => ['privates''annotated_app_entity_project_project_task_api_platform_doctrine_orm_filter_search_filter''getAnnotatedAppEntityProjectProjectTaskApiPlatformDoctrineOrmFilterSearchFilterService'true],
  2172.             'annotated_app_entity_project_project_task_app_infrastructure_api_platform_filter_context_with_children_filter' => ['privates''annotated_app_entity_project_project_task_app_infrastructure_api_platform_filter_context_with_children_filter''getAnnotatedAppEntityProjectProjectTaskAppInfrastructureApiPlatformFilterContextWithChildrenFilterService'true],
  2173.             'annotated_app_entity_project_project_task_app_infrastructure_api_platform_filter_delayed_task_filter' => ['privates''annotated_app_entity_project_project_task_app_infrastructure_api_platform_filter_delayed_task_filter''getAnnotatedAppEntityProjectProjectTaskAppInfrastructureApiPlatformFilterDelayedTaskFilterService'true],
  2174.             'annotated_app_entity_project_project_task_app_infrastructure_api_platform_filter_escalation_filter' => ['privates''annotated_app_entity_project_project_task_app_infrastructure_api_platform_filter_escalation_filter''getAnnotatedAppEntityProjectProjectTaskAppInfrastructureApiPlatformFilterEscalationFilterService'true],
  2175.             'annotated_app_entity_project_project_task_app_infrastructure_api_platform_filter_expiration_filter' => ['privates''annotated_app_entity_project_project_task_app_infrastructure_api_platform_filter_expiration_filter''getAnnotatedAppEntityProjectProjectTaskAppInfrastructureApiPlatformFilterExpirationFilterService'true],
  2176.             'annotated_app_entity_project_project_task_app_infrastructure_api_platform_filter_project_filter' => ['privates''annotated_app_entity_project_project_task_app_infrastructure_api_platform_filter_project_filter''getAnnotatedAppEntityProjectProjectTaskAppInfrastructureApiPlatformFilterProjectFilterService'true],
  2177.             'annotated_app_entity_project_project_task_app_infrastructure_api_platform_filter_project_task_filter' => ['privates''annotated_app_entity_project_project_task_app_infrastructure_api_platform_filter_project_task_filter''getAnnotatedAppEntityProjectProjectTaskAppInfrastructureApiPlatformFilterProjectTaskFilterService'true],
  2178.             'annotated_app_entity_project_project_task_app_infrastructure_api_platform_filter_user_filter' => ['privates''annotated_app_entity_project_project_task_app_infrastructure_api_platform_filter_user_filter''getAnnotatedAppEntityProjectProjectTaskAppInfrastructureApiPlatformFilterUserFilterService'true],
  2179.             'annotated_app_entity_project_session_api_platform_doctrine_orm_filter_search_filter' => ['privates''annotated_app_entity_project_session_api_platform_doctrine_orm_filter_search_filter''getAnnotatedAppEntityProjectSessionApiPlatformDoctrineOrmFilterSearchFilterService'true],
  2180.         ], [
  2181.             'App\\Infrastructure\\ApiPlatform\\Filter\\ContextWithChildrenFilter' => '?',
  2182.             'App\\Infrastructure\\ApiPlatform\\Filter\\DelayedTaskFilter' => '?',
  2183.             'App\\Infrastructure\\ApiPlatform\\Filter\\EscalationFilter' => '?',
  2184.             'App\\Infrastructure\\ApiPlatform\\Filter\\ExpirationFilter' => '?',
  2185.             'App\\Infrastructure\\ApiPlatform\\Filter\\LegacySearchFilter' => '?',
  2186.             'App\\Infrastructure\\ApiPlatform\\Filter\\ProjectFilter' => '?',
  2187.             'App\\Infrastructure\\ApiPlatform\\Filter\\ProjectTaskFilter' => '?',
  2188.             'App\\Infrastructure\\ApiPlatform\\Filter\\SearchCompaniesFilter' => '?',
  2189.             'App\\Infrastructure\\ApiPlatform\\Filter\\UserFilter' => '?',
  2190.             'annotated_app_entity_content_role_api_platform_doctrine_orm_filter_search_filter' => '?',
  2191.             'annotated_app_entity_content_task_api_platform_doctrine_orm_filter_search_filter' => '?',
  2192.             'annotated_app_entity_project_company_app_infrastructure_api_platform_filter_search_companies_filter' => '?',
  2193.             'annotated_app_entity_project_context_api_platform_doctrine_orm_filter_search_filter' => '?',
  2194.             'annotated_app_entity_project_context_role_api_platform_doctrine_orm_filter_search_filter' => '?',
  2195.             'annotated_app_entity_project_notification_api_platform_core_bridge_doctrine_orm_filter_order_filter' => '?',
  2196.             'annotated_app_entity_project_notification_api_platform_doctrine_orm_filter_search_filter' => '?',
  2197.             'annotated_app_entity_project_project_api_platform_core_bridge_doctrine_orm_filter_date_filter' => '?',
  2198.             'annotated_app_entity_project_project_task_api_platform_core_bridge_doctrine_orm_filter_date_filter' => '?',
  2199.             'annotated_app_entity_project_project_task_api_platform_doctrine_orm_filter_search_filter' => '?',
  2200.             'annotated_app_entity_project_project_task_app_infrastructure_api_platform_filter_context_with_children_filter' => '?',
  2201.             'annotated_app_entity_project_project_task_app_infrastructure_api_platform_filter_delayed_task_filter' => '?',
  2202.             'annotated_app_entity_project_project_task_app_infrastructure_api_platform_filter_escalation_filter' => '?',
  2203.             'annotated_app_entity_project_project_task_app_infrastructure_api_platform_filter_expiration_filter' => '?',
  2204.             'annotated_app_entity_project_project_task_app_infrastructure_api_platform_filter_project_filter' => '?',
  2205.             'annotated_app_entity_project_project_task_app_infrastructure_api_platform_filter_project_task_filter' => '?',
  2206.             'annotated_app_entity_project_project_task_app_infrastructure_api_platform_filter_user_filter' => '?',
  2207.             'annotated_app_entity_project_session_api_platform_doctrine_orm_filter_search_filter' => '?',
  2208.         ]);
  2209.     }
  2210.     /**
  2211.      * Gets the private 'api_platform.http_cache.listener.response.configure' shared service.
  2212.      *
  2213.      * @return \ApiPlatform\HttpCache\EventListener\AddHeadersListener
  2214.      */
  2215.     protected function getApiPlatform_HttpCache_Listener_Response_ConfigureService()
  2216.     {
  2217.         $a = ($this->privates['api_platform.metadata.resource.metadata_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataCollectionFactory_CachedService());
  2218.         if (isset($this->privates['api_platform.http_cache.listener.response.configure'])) {
  2219.             return $this->privates['api_platform.http_cache.listener.response.configure'];
  2220.         }
  2221.         return $this->privates['api_platform.http_cache.listener.response.configure'] = new \ApiPlatform\HttpCache\EventListener\AddHeadersListener(trueNULLNULL$this->parameters['api_platform.http_cache.vary'], NULL$a);
  2222.     }
  2223.     /**
  2224.      * Gets the private 'api_platform.hydra.json_schema.schema_factory' shared service.
  2225.      *
  2226.      * @return \ApiPlatform\Hydra\JsonSchema\SchemaFactory
  2227.      */
  2228.     protected function getApiPlatform_Hydra_JsonSchema_SchemaFactoryService()
  2229.     {
  2230.         $a = ($this->privates['api_platform.json_schema.type_factory'] ?? $this->getApiPlatform_JsonSchema_TypeFactoryService());
  2231.         if (isset($this->privates['api_platform.hydra.json_schema.schema_factory'])) {
  2232.             return $this->privates['api_platform.hydra.json_schema.schema_factory'];
  2233.         }
  2234.         $b = ($this->privates['api_platform.metadata.resource.metadata_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataCollectionFactory_CachedService());
  2235.         if (isset($this->privates['api_platform.hydra.json_schema.schema_factory'])) {
  2236.             return $this->privates['api_platform.hydra.json_schema.schema_factory'];
  2237.         }
  2238.         $c = ($this->privates['api_platform.metadata.property.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Property_MetadataFactory_CachedService());
  2239.         if (isset($this->privates['api_platform.hydra.json_schema.schema_factory'])) {
  2240.             return $this->privates['api_platform.hydra.json_schema.schema_factory'];
  2241.         }
  2242.         return $this->privates['api_platform.hydra.json_schema.schema_factory'] = new \ApiPlatform\Hydra\JsonSchema\SchemaFactory(new \ApiPlatform\JsonSchema\SchemaFactory($a$b, ($this->privates['api_platform.metadata.property.name_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Property_NameCollectionFactory_CachedService()), $c, ($this->privates['serializer.name_converter.metadata_aware'] ?? $this->getSerializer_NameConverter_MetadataAwareService()), ($this->privates['api_platform.resource_class_resolver'] ?? $this->getApiPlatform_ResourceClassResolverService())));
  2243.     }
  2244.     /**
  2245.      * Gets the private 'api_platform.hydra.listener.response.add_link_header' shared service.
  2246.      *
  2247.      * @return \ApiPlatform\Hydra\EventListener\AddLinkHeaderListener
  2248.      */
  2249.     protected function getApiPlatform_Hydra_Listener_Response_AddLinkHeaderService()
  2250.     {
  2251.         return $this->privates['api_platform.hydra.listener.response.add_link_header'] = new \ApiPlatform\Hydra\EventListener\AddLinkHeaderListener(($this->privates['api_platform.router'] ?? $this->getApiPlatform_RouterService()));
  2252.     }
  2253.     /**
  2254.      * Gets the private 'api_platform.identifier.converter' shared service.
  2255.      *
  2256.      * @return \ApiPlatform\Core\Identifier\IdentifierConverter
  2257.      */
  2258.     protected function getApiPlatform_Identifier_ConverterService()
  2259.     {
  2260.         return $this->privates['api_platform.identifier.converter'] = new \ApiPlatform\Core\Identifier\IdentifierConverter(($this->privates['api_platform.identifiers_extractor.cached'] ?? $this->getApiPlatform_IdentifiersExtractor_CachedService()), ($this->privates['api_platform.metadata.property.metadata_factory.cached.legacy'] ?? $this->getApiPlatform_Metadata_Property_MetadataFactory_Cached_LegacyService()), new RewindableGenerator(function () {
  2261.             yield => ($this->privates['api_platform.identifier.uuid_normalizer'] ?? $this->load('getApiPlatform_Identifier_UuidNormalizerService'));
  2262.         }, 1));
  2263.     }
  2264.     /**
  2265.      * Gets the private 'api_platform.identifiers_extractor.cached' shared service.
  2266.      *
  2267.      * @return \ApiPlatform\Core\Api\CachedIdentifiersExtractor
  2268.      */
  2269.     protected function getApiPlatform_IdentifiersExtractor_CachedService()
  2270.     {
  2271.         $a = ($this->privates['property_accessor'] ?? $this->getPropertyAccessorService());
  2272.         $b = ($this->privates['api_platform.resource_class_resolver'] ?? $this->getApiPlatform_ResourceClassResolverService());
  2273.         return $this->privates['api_platform.identifiers_extractor.cached'] = new \ApiPlatform\Core\Api\CachedIdentifiersExtractor(($this->privates['api_platform.cache.identifiers_extractor.traceable'] ?? $this->getApiPlatform_Cache_IdentifiersExtractor_TraceableService()), new \ApiPlatform\Core\Api\IdentifiersExtractor(($this->privates['api_platform.metadata.property.name_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Property_NameCollectionFactory_CachedService()), ($this->privates['api_platform.metadata.property.metadata_factory.cached.legacy'] ?? $this->getApiPlatform_Metadata_Property_MetadataFactory_Cached_LegacyService()), $a$bfalse), $a$b);
  2274.     }
  2275.     /**
  2276.      * Gets the private 'api_platform.iri_converter' shared service.
  2277.      *
  2278.      * @return \ApiPlatform\Core\Api\LegacyIriConverter
  2279.      */
  2280.     protected function getApiPlatform_IriConverterService()
  2281.     {
  2282.         $a = ($this->privates['api_platform.iri_converter.legacy'] ?? $this->load('getApiPlatform_IriConverter_LegacyService'));
  2283.         if (isset($this->privates['api_platform.iri_converter'])) {
  2284.             return $this->privates['api_platform.iri_converter'];
  2285.         }
  2286.         $b = ($this->privates['api_platform.symfony.iri_converter'] ?? $this->getApiPlatform_Symfony_IriConverterService());
  2287.         if (isset($this->privates['api_platform.iri_converter'])) {
  2288.             return $this->privates['api_platform.iri_converter'];
  2289.         }
  2290.         return $this->privates['api_platform.iri_converter'] = new \ApiPlatform\Core\Api\LegacyIriConverter($a$b);
  2291.     }
  2292.     /**
  2293.      * Gets the private 'api_platform.item_data_provider' shared service.
  2294.      *
  2295.      * @return \ApiPlatform\Core\DataProvider\ChainItemDataProvider
  2296.      */
  2297.     protected function getApiPlatform_ItemDataProviderService()
  2298.     {
  2299.         return $this->privates['api_platform.item_data_provider'] = new \ApiPlatform\Core\DataProvider\ChainItemDataProvider(new RewindableGenerator(function () {
  2300.             yield => ($this->privates['api_platform.doctrine.orm.default.item_data_provider'] ?? $this->load('getApiPlatform_Doctrine_Orm_Default_ItemDataProviderService'));
  2301.         }, 1));
  2302.     }
  2303.     /**
  2304.      * Gets the private 'api_platform.json_schema.type_factory' shared service.
  2305.      *
  2306.      * @return \ApiPlatform\JsonSchema\TypeFactory
  2307.      */
  2308.     protected function getApiPlatform_JsonSchema_TypeFactoryService()
  2309.     {
  2310.         $this->privates['api_platform.json_schema.type_factory'] = $instance = new \ApiPlatform\JsonSchema\TypeFactory(($this->privates['api_platform.resource_class_resolver'] ?? $this->getApiPlatform_ResourceClassResolverService()));
  2311.         $instance->setSchemaFactory(($this->privates['api_platform.hydra.json_schema.schema_factory'] ?? $this->getApiPlatform_Hydra_JsonSchema_SchemaFactoryService()));
  2312.         return $instance;
  2313.     }
  2314.     /**
  2315.      * Gets the private 'api_platform.jsonld.context_builder' shared service.
  2316.      *
  2317.      * @return \ApiPlatform\JsonLd\ContextBuilder
  2318.      */
  2319.     protected function getApiPlatform_Jsonld_ContextBuilderService()
  2320.     {
  2321.         $a = ($this->privates['api_platform.metadata.resource.metadata_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataCollectionFactory_CachedService());
  2322.         if (isset($this->privates['api_platform.jsonld.context_builder'])) {
  2323.             return $this->privates['api_platform.jsonld.context_builder'];
  2324.         }
  2325.         $b = ($this->privates['api_platform.metadata.property.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Property_MetadataFactory_CachedService());
  2326.         if (isset($this->privates['api_platform.jsonld.context_builder'])) {
  2327.             return $this->privates['api_platform.jsonld.context_builder'];
  2328.         }
  2329.         return $this->privates['api_platform.jsonld.context_builder'] = new \ApiPlatform\JsonLd\ContextBuilder(($this->privates['api_platform.metadata.resource.name_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_NameCollectionFactory_CachedService()), $a, ($this->privates['api_platform.metadata.property.name_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Property_NameCollectionFactory_CachedService()), $b, ($this->privates['api_platform.router'] ?? $this->getApiPlatform_RouterService()), ($this->privates['serializer.name_converter.metadata_aware'] ?? $this->getSerializer_NameConverter_MetadataAwareService()), ($this->privates['api_platform.symfony.iri_converter.skolem'] ?? $this->getApiPlatform_Symfony_IriConverter_SkolemService()));
  2330.     }
  2331.     /**
  2332.      * Gets the private 'api_platform.listener.request.add_format' shared service.
  2333.      *
  2334.      * @return \ApiPlatform\Symfony\EventListener\AddFormatListener
  2335.      */
  2336.     protected function getApiPlatform_Listener_Request_AddFormatService()
  2337.     {
  2338.         $a = ($this->privates['api_platform.metadata.resource.metadata_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataCollectionFactory_CachedService());
  2339.         if (isset($this->privates['api_platform.listener.request.add_format'])) {
  2340.             return $this->privates['api_platform.listener.request.add_format'];
  2341.         }
  2342.         return $this->privates['api_platform.listener.request.add_format'] = new \ApiPlatform\Symfony\EventListener\AddFormatListener(new \Negotiation\Negotiator(), $a$this->parameters['api_platform.formats']);
  2343.     }
  2344.     /**
  2345.      * Gets the private 'api_platform.listener.request.deserialize' shared service.
  2346.      *
  2347.      * @return \ApiPlatform\Symfony\EventListener\DeserializeListener
  2348.      */
  2349.     protected function getApiPlatform_Listener_Request_DeserializeService()
  2350.     {
  2351.         $a = ($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService());
  2352.         if (isset($this->privates['api_platform.listener.request.deserialize'])) {
  2353.             return $this->privates['api_platform.listener.request.deserialize'];
  2354.         }
  2355.         $b = ($this->privates['api_platform.serializer.context_builder.filter'] ?? $this->getApiPlatform_Serializer_ContextBuilder_FilterService());
  2356.         if (isset($this->privates['api_platform.listener.request.deserialize'])) {
  2357.             return $this->privates['api_platform.listener.request.deserialize'];
  2358.         }
  2359.         $c = ($this->privates['api_platform.metadata.resource.metadata_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataCollectionFactory_CachedService());
  2360.         if (isset($this->privates['api_platform.listener.request.deserialize'])) {
  2361.             return $this->privates['api_platform.listener.request.deserialize'];
  2362.         }
  2363.         return $this->privates['api_platform.listener.request.deserialize'] = new \ApiPlatform\Symfony\EventListener\DeserializeListener($a$b$c);
  2364.     }
  2365.     /**
  2366.      * Gets the private 'api_platform.listener.request.read' shared service.
  2367.      *
  2368.      * @return \ApiPlatform\Symfony\EventListener\ReadListener
  2369.      */
  2370.     protected function getApiPlatform_Listener_Request_ReadService()
  2371.     {
  2372.         $a = ($this->privates['api_platform.state_provider.locator'] ?? $this->getApiPlatform_StateProvider_LocatorService());
  2373.         if (isset($this->privates['api_platform.listener.request.read'])) {
  2374.             return $this->privates['api_platform.listener.request.read'];
  2375.         }
  2376.         $b = ($this->privates['api_platform.metadata.resource.metadata_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataCollectionFactory_CachedService());
  2377.         if (isset($this->privates['api_platform.listener.request.read'])) {
  2378.             return $this->privates['api_platform.listener.request.read'];
  2379.         }
  2380.         $c = ($this->privates['api_platform.serializer.context_builder.filter'] ?? $this->getApiPlatform_Serializer_ContextBuilder_FilterService());
  2381.         if (isset($this->privates['api_platform.listener.request.read'])) {
  2382.             return $this->privates['api_platform.listener.request.read'];
  2383.         }
  2384.         $d = ($this->privates['api_platform.uri_variables.converter'] ?? $this->getApiPlatform_UriVariables_ConverterService());
  2385.         if (isset($this->privates['api_platform.listener.request.read'])) {
  2386.             return $this->privates['api_platform.listener.request.read'];
  2387.         }
  2388.         return $this->privates['api_platform.listener.request.read'] = new \ApiPlatform\Symfony\EventListener\ReadListener($a$b$c$d);
  2389.     }
  2390.     /**
  2391.      * Gets the private 'api_platform.listener.request.read.legacy' shared service.
  2392.      *
  2393.      * @return \ApiPlatform\Core\EventListener\ReadListener
  2394.      */
  2395.     protected function getApiPlatform_Listener_Request_Read_LegacyService()
  2396.     {
  2397.         $a = ($this->privates['api_platform.collection_data_provider'] ?? $this->getApiPlatform_CollectionDataProviderService());
  2398.         if (isset($this->privates['api_platform.listener.request.read.legacy'])) {
  2399.             return $this->privates['api_platform.listener.request.read.legacy'];
  2400.         }
  2401.         $b = ($this->privates['api_platform.item_data_provider'] ?? $this->getApiPlatform_ItemDataProviderService());
  2402.         if (isset($this->privates['api_platform.listener.request.read.legacy'])) {
  2403.             return $this->privates['api_platform.listener.request.read.legacy'];
  2404.         }
  2405.         $c = ($this->privates['api_platform.subresource_data_provider'] ?? $this->getApiPlatform_SubresourceDataProviderService());
  2406.         if (isset($this->privates['api_platform.listener.request.read.legacy'])) {
  2407.             return $this->privates['api_platform.listener.request.read.legacy'];
  2408.         }
  2409.         $d = ($this->privates['api_platform.serializer.context_builder.filter'] ?? $this->getApiPlatform_Serializer_ContextBuilder_FilterService());
  2410.         if (isset($this->privates['api_platform.listener.request.read.legacy'])) {
  2411.             return $this->privates['api_platform.listener.request.read.legacy'];
  2412.         }
  2413.         return $this->privates['api_platform.listener.request.read.legacy'] = new \ApiPlatform\Core\EventListener\ReadListener($a$b$c$d, ($this->privates['api_platform.identifier.converter'] ?? $this->getApiPlatform_Identifier_ConverterService()), ($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()), NULLfalse);
  2414.     }
  2415.     /**
  2416.      * Gets the private 'api_platform.listener.view.validate_query_parameters' shared service.
  2417.      *
  2418.      * @return \ApiPlatform\Symfony\EventListener\QueryParameterValidateListener
  2419.      */
  2420.     protected function getApiPlatform_Listener_View_ValidateQueryParametersService()
  2421.     {
  2422.         $a = ($this->privates['api_platform.metadata.resource.metadata_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataCollectionFactory_CachedService());
  2423.         if (isset($this->privates['api_platform.listener.view.validate_query_parameters'])) {
  2424.             return $this->privates['api_platform.listener.view.validate_query_parameters'];
  2425.         }
  2426.         $b = ($this->privates['api_platform.filter_locator'] ?? $this->getApiPlatform_FilterLocatorService());
  2427.         if (isset($this->privates['api_platform.listener.view.validate_query_parameters'])) {
  2428.             return $this->privates['api_platform.listener.view.validate_query_parameters'];
  2429.         }
  2430.         return $this->privates['api_platform.listener.view.validate_query_parameters'] = new \ApiPlatform\Symfony\EventListener\QueryParameterValidateListener($a, new \ApiPlatform\Api\QueryParameterValidator\QueryParameterValidator($b), true);
  2431.     }
  2432.     /**
  2433.      * Gets the private 'api_platform.metadata.extractor.yaml.legacy' shared service.
  2434.      *
  2435.      * @return \ApiPlatform\Core\Metadata\Extractor\YamlExtractor
  2436.      */
  2437.     protected function getApiPlatform_Metadata_Extractor_Yaml_LegacyService()
  2438.     {
  2439.         return $this->privates['api_platform.metadata.extractor.yaml.legacy'] = new \ApiPlatform\Core\Metadata\Extractor\YamlExtractor([=> (\dirname(__DIR__4).'/config/packages/api_resource/content/checkpoint.yaml'), => (\dirname(__DIR__4).'/config/packages/api_resource/content/decision.yaml'), => (\dirname(__DIR__4).'/config/packages/api_resource/content/dependency.yaml'), => (\dirname(__DIR__4).'/config/packages/api_resource/content/escalation_route.yaml'), => (\dirname(__DIR__4).'/config/packages/api_resource/content/fragment.yaml'), => (\dirname(__DIR__4).'/config/packages/api_resource/content/hub.yaml'), => (\dirname(__DIR__4).'/config/packages/api_resource/content/link.yaml'), => (\dirname(__DIR__4).'/config/packages/api_resource/content/multiplier.yaml'), => (\dirname(__DIR__4).'/config/packages/api_resource/content/node.yaml'), => (\dirname(__DIR__4).'/config/packages/api_resource/content/responsibility.yaml'), 10 => (\dirname(__DIR__4).'/config/packages/api_resource/content/role.yaml'), 11 => (\dirname(__DIR__4).'/config/packages/api_resource/content/role_group.yaml'), 12 => (\dirname(__DIR__4).'/config/packages/api_resource/content/stage.yaml'), 13 => (\dirname(__DIR__4).'/config/packages/api_resource/content/task.yaml'), 14 => (\dirname(__DIR__4).'/config/packages/api_resource/content/task_reference.yaml'), 15 => (\dirname(__DIR__4).'/config/packages/api_resource/content/task_role.yaml'), 16 => (\dirname(__DIR__4).'/config/packages/api_resource/content/taxonomy.yaml'), 17 => (\dirname(__DIR__4).'/config/packages/api_resource/content/template.yaml'), 18 => (\dirname(__DIR__4).'/config/packages/api_resource/content/transition.yaml'), 19 => (\dirname(__DIR__4).'/config/packages/api_resource/project/app_token.yaml'), 20 => (\dirname(__DIR__4).'/config/packages/api_resource/project/company.yaml'), 21 => (\dirname(__DIR__4).'/config/packages/api_resource/project/context.yaml'), 22 => (\dirname(__DIR__4).'/config/packages/api_resource/project/context_role.yaml'), 23 => (\dirname(__DIR__4).'/config/packages/api_resource/project/notification.yaml'), 24 => (\dirname(__DIR__4).'/config/packages/api_resource/project/project.yaml'), 25 => (\dirname(__DIR__4).'/config/packages/api_resource/project/project_file.yaml'), 26 => (\dirname(__DIR__4).'/config/packages/api_resource/project/project_task.yaml'), 27 => (\dirname(__DIR__4).'/config/packages/api_resource/project/session.yaml'), 28 => (\dirname(__DIR__4).'/config/packages/api_resource/project/user.yaml')], $this);
  2440.     }
  2441.     /**
  2442.      * Gets the private 'api_platform.metadata.property.metadata_factory.cached' shared service.
  2443.      *
  2444.      * @return \ApiPlatform\Metadata\Property\Factory\CachedPropertyMetadataFactory
  2445.      */
  2446.     protected function getApiPlatform_Metadata_Property_MetadataFactory_CachedService()
  2447.     {
  2448.         $a = ($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService());
  2449.         if (isset($this->privates['api_platform.metadata.property.metadata_factory.cached'])) {
  2450.             return $this->privates['api_platform.metadata.property.metadata_factory.cached'];
  2451.         }
  2452.         $b = ($this->privates['property_info'] ?? $this->getPropertyInfoService());
  2453.         if (isset($this->privates['api_platform.metadata.property.metadata_factory.cached'])) {
  2454.             return $this->privates['api_platform.metadata.property.metadata_factory.cached'];
  2455.         }
  2456.         return $this->privates['api_platform.metadata.property.metadata_factory.cached'] = new \ApiPlatform\Metadata\Property\Factory\CachedPropertyMetadataFactory(($this->privates['api_platform.cache.metadata.property.traceable'] ?? $this->getApiPlatform_Cache_Metadata_Property_TraceableService()), new \ApiPlatform\Symfony\Validator\Metadata\Property\ValidatorPropertyMetadataFactory($a, new \ApiPlatform\Metadata\Property\Factory\ExtractorPropertyMetadataFactory(($this->privates['api_platform.metadata.property_extractor.yaml'] ?? $this->getApiPlatform_Metadata_PropertyExtractor_YamlService()), new \ApiPlatform\Metadata\Property\Factory\AttributePropertyMetadataFactory(new \ApiPlatform\Metadata\Property\Factory\DefaultPropertyMetadataFactory(new \ApiPlatform\Metadata\Property\Factory\SerializerPropertyMetadataFactory(($this->privates['api_platform.serializer.mapping.class_metadata_factory'] ?? $this->getApiPlatform_Serializer_Mapping_ClassMetadataFactoryService()), new \ApiPlatform\Doctrine\Orm\Metadata\Property\DoctrineOrmPropertyMetadataFactory(($this->services['doctrine'] ?? $this->getDoctrineService()), new \ApiPlatform\Metadata\Property\Factory\PropertyInfoPropertyMetadataFactory($b, new \ApiPlatform\Metadata\Property\Factory\LegacyPropertyMetadataFactory(($this->privates['api_platform.metadata.property.metadata_factory.cached.legacy'] ?? $this->getApiPlatform_Metadata_Property_MetadataFactory_Cached_LegacyService()), new \ApiPlatform\Metadata\Property\Factory\ExtractorPropertyMetadataFactory(($this->privates['api_platform.metadata.property_extractor.xml'] ?? ($this->privates['api_platform.metadata.property_extractor.xml'] = new \ApiPlatform\Metadata\Extractor\XmlPropertyExtractor([], $this))))))), ($this->privates['api_platform.resource_class_resolver'] ?? $this->getApiPlatform_ResourceClassResolverService()))))), new RewindableGenerator(function () {
  2457.             yield => ($this->privates['api_platform.metadata.property_schema.choice_restriction'] ?? ($this->privates['api_platform.metadata.property_schema.choice_restriction'] = new \ApiPlatform\Symfony\Validator\Metadata\Property\Restriction\PropertySchemaChoiceRestriction()));
  2458.             yield => ($this->privates['api_platform.metadata.property_schema.collection_restriction'] ?? $this->load('getApiPlatform_Metadata_PropertySchema_CollectionRestrictionService'));
  2459.             yield => ($this->privates['api_platform.metadata.property_schema.count_restriction'] ?? ($this->privates['api_platform.metadata.property_schema.count_restriction'] = new \ApiPlatform\Symfony\Validator\Metadata\Property\Restriction\PropertySchemaCountRestriction()));
  2460.             yield => ($this->privates['api_platform.metadata.property_schema.greater_than_or_equal_restriction'] ?? ($this->privates['api_platform.metadata.property_schema.greater_than_or_equal_restriction'] = new \ApiPlatform\Symfony\Validator\Metadata\Property\Restriction\PropertySchemaGreaterThanOrEqualRestriction()));
  2461.             yield => ($this->privates['api_platform.metadata.property_schema.greater_than_restriction'] ?? ($this->privates['api_platform.metadata.property_schema.greater_than_restriction'] = new \ApiPlatform\Symfony\Validator\Metadata\Property\Restriction\PropertySchemaGreaterThanRestriction()));
  2462.             yield => ($this->privates['api_platform.metadata.property_schema.length_restriction'] ?? ($this->privates['api_platform.metadata.property_schema.length_restriction'] = new \ApiPlatform\Symfony\Validator\Metadata\Property\Restriction\PropertySchemaLengthRestriction()));
  2463.             yield => ($this->privates['api_platform.metadata.property_schema.less_than_or_equal_restriction'] ?? ($this->privates['api_platform.metadata.property_schema.less_than_or_equal_restriction'] = new \ApiPlatform\Symfony\Validator\Metadata\Property\Restriction\PropertySchemaLessThanOrEqualRestriction()));
  2464.             yield => ($this->privates['api_platform.metadata.property_schema.less_than_restriction'] ?? ($this->privates['api_platform.metadata.property_schema.less_than_restriction'] = new \ApiPlatform\Symfony\Validator\Metadata\Property\Restriction\PropertySchemaLessThanRestriction()));
  2465.             yield => ($this->privates['api_platform.metadata.property_schema.one_of_restriction'] ?? $this->load('getApiPlatform_Metadata_PropertySchema_OneOfRestrictionService'));
  2466.             yield => ($this->privates['api_platform.metadata.property_schema.range_restriction'] ?? ($this->privates['api_platform.metadata.property_schema.range_restriction'] = new \ApiPlatform\Symfony\Validator\Metadata\Property\Restriction\PropertySchemaRangeRestriction()));
  2467.             yield 10 => ($this->privates['api_platform.metadata.property_schema.regex_restriction'] ?? ($this->privates['api_platform.metadata.property_schema.regex_restriction'] = new \ApiPlatform\Symfony\Validator\Metadata\Property\Restriction\PropertySchemaRegexRestriction()));
  2468.             yield 11 => ($this->privates['api_platform.metadata.property_schema.format_restriction'] ?? ($this->privates['api_platform.metadata.property_schema.format_restriction'] = new \ApiPlatform\Symfony\Validator\Metadata\Property\Restriction\PropertySchemaFormat()));
  2469.             yield 12 => ($this->privates['api_platform.metadata.property_schema.unique_restriction'] ?? ($this->privates['api_platform.metadata.property_schema.unique_restriction'] = new \ApiPlatform\Symfony\Validator\Metadata\Property\Restriction\PropertySchemaUniqueRestriction()));
  2470.         }, 13)));
  2471.     }
  2472.     /**
  2473.      * Gets the private 'api_platform.metadata.property.metadata_factory.cached.legacy' shared service.
  2474.      *
  2475.      * @return \ApiPlatform\Core\Metadata\Property\Factory\CachedPropertyMetadataFactory
  2476.      */
  2477.     protected function getApiPlatform_Metadata_Property_MetadataFactory_Cached_LegacyService()
  2478.     {
  2479.         $a = ($this->privates['property_info'] ?? $this->getPropertyInfoService());
  2480.         if (isset($this->privates['api_platform.metadata.property.metadata_factory.cached.legacy'])) {
  2481.             return $this->privates['api_platform.metadata.property.metadata_factory.cached.legacy'];
  2482.         }
  2483.         $b = ($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService());
  2484.         return $this->privates['api_platform.metadata.property.metadata_factory.cached.legacy'] = new \ApiPlatform\Core\Metadata\Property\Factory\CachedPropertyMetadataFactory(($this->privates['api_platform.cache.metadata.property.legacy.traceable'] ?? $this->getApiPlatform_Cache_Metadata_Property_Legacy_TraceableService()), new \ApiPlatform\Core\Metadata\Property\Factory\ExtractorPropertyMetadataFactory(($this->privates['api_platform.metadata.extractor.yaml.legacy'] ?? $this->getApiPlatform_Metadata_Extractor_Yaml_LegacyService()), new \ApiPlatform\Core\Metadata\Property\Factory\AnnotationPropertyMetadataFactory($b, new \ApiPlatform\Core\Metadata\Property\Factory\AnnotationSubresourceMetadataFactory($b, new \ApiPlatform\Core\Metadata\Property\Factory\DefaultPropertyMetadataFactory(new \ApiPlatform\Core\Metadata\Property\Factory\SerializerPropertyMetadataFactory(($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()), ($this->privates['api_platform.serializer.mapping.class_metadata_factory'] ?? $this->getApiPlatform_Serializer_Mapping_ClassMetadataFactoryService()), new \ApiPlatform\Core\Bridge\Doctrine\Orm\Metadata\Property\DoctrineOrmPropertyMetadataFactory(($this->services['doctrine'] ?? $this->getDoctrineService()), new \ApiPlatform\Core\Bridge\Symfony\PropertyInfo\Metadata\Property\PropertyInfoPropertyMetadataFactory($a, new \ApiPlatform\Core\Metadata\Property\Factory\ExtractorPropertyMetadataFactory(($this->privates['api_platform.metadata.extractor.xml.legacy'] ?? ($this->privates['api_platform.metadata.extractor.xml.legacy'] = new \ApiPlatform\Core\Metadata\Extractor\XmlExtractor([], $this)))))), ($this->privates['api_platform.resource_class_resolver'] ?? $this->getApiPlatform_ResourceClassResolverService())))))));
  2485.     }
  2486.     /**
  2487.      * Gets the private 'api_platform.metadata.property.name_collection_factory.cached' shared service.
  2488.      *
  2489.      * @return \ApiPlatform\Metadata\Property\Factory\CachedPropertyNameCollectionFactory
  2490.      */
  2491.     protected function getApiPlatform_Metadata_Property_NameCollectionFactory_CachedService()
  2492.     {
  2493.         $a = ($this->privates['property_info'] ?? $this->getPropertyInfoService());
  2494.         if (isset($this->privates['api_platform.metadata.property.name_collection_factory.cached'])) {
  2495.             return $this->privates['api_platform.metadata.property.name_collection_factory.cached'];
  2496.         }
  2497.         return $this->privates['api_platform.metadata.property.name_collection_factory.cached'] = new \ApiPlatform\Metadata\Property\Factory\CachedPropertyNameCollectionFactory(($this->privates['api_platform.cache.metadata.property.traceable'] ?? $this->getApiPlatform_Cache_Metadata_Property_TraceableService()), new \ApiPlatform\Metadata\Property\Factory\ExtractorPropertyNameCollectionFactory(($this->privates['api_platform.metadata.property_extractor.yaml'] ?? $this->getApiPlatform_Metadata_PropertyExtractor_YamlService()), new \ApiPlatform\Metadata\Property\Factory\ExtractorPropertyNameCollectionFactory(($this->privates['api_platform.metadata.property_extractor.xml'] ?? ($this->privates['api_platform.metadata.property_extractor.xml'] = new \ApiPlatform\Metadata\Extractor\XmlPropertyExtractor([], $this))), new \ApiPlatform\Metadata\Property\Factory\PropertyInfoPropertyNameCollectionFactory($a))));
  2498.     }
  2499.     /**
  2500.      * Gets the private 'api_platform.metadata.property_extractor.yaml' shared service.
  2501.      *
  2502.      * @return \ApiPlatform\Metadata\Extractor\YamlPropertyExtractor
  2503.      */
  2504.     protected function getApiPlatform_Metadata_PropertyExtractor_YamlService()
  2505.     {
  2506.         return $this->privates['api_platform.metadata.property_extractor.yaml'] = new \ApiPlatform\Metadata\Extractor\YamlPropertyExtractor([=> (\dirname(__DIR__4).'/config/packages/api_resource/content/checkpoint.yaml'), => (\dirname(__DIR__4).'/config/packages/api_resource/content/decision.yaml'), => (\dirname(__DIR__4).'/config/packages/api_resource/content/dependency.yaml'), => (\dirname(__DIR__4).'/config/packages/api_resource/content/escalation_route.yaml'), => (\dirname(__DIR__4).'/config/packages/api_resource/content/fragment.yaml'), => (\dirname(__DIR__4).'/config/packages/api_resource/content/hub.yaml'), => (\dirname(__DIR__4).'/config/packages/api_resource/content/link.yaml'), => (\dirname(__DIR__4).'/config/packages/api_resource/content/multiplier.yaml'), => (\dirname(__DIR__4).'/config/packages/api_resource/content/node.yaml'), => (\dirname(__DIR__4).'/config/packages/api_resource/content/responsibility.yaml'), 10 => (\dirname(__DIR__4).'/config/packages/api_resource/content/role.yaml'), 11 => (\dirname(__DIR__4).'/config/packages/api_resource/content/role_group.yaml'), 12 => (\dirname(__DIR__4).'/config/packages/api_resource/content/stage.yaml'), 13 => (\dirname(__DIR__4).'/config/packages/api_resource/content/task.yaml'), 14 => (\dirname(__DIR__4).'/config/packages/api_resource/content/task_reference.yaml'), 15 => (\dirname(__DIR__4).'/config/packages/api_resource/content/task_role.yaml'), 16 => (\dirname(__DIR__4).'/config/packages/api_resource/content/taxonomy.yaml'), 17 => (\dirname(__DIR__4).'/config/packages/api_resource/content/template.yaml'), 18 => (\dirname(__DIR__4).'/config/packages/api_resource/content/transition.yaml'), 19 => (\dirname(__DIR__4).'/config/packages/api_resource/project/app_token.yaml'), 20 => (\dirname(__DIR__4).'/config/packages/api_resource/project/company.yaml'), 21 => (\dirname(__DIR__4).'/config/packages/api_resource/project/context.yaml'), 22 => (\dirname(__DIR__4).'/config/packages/api_resource/project/context_role.yaml'), 23 => (\dirname(__DIR__4).'/config/packages/api_resource/project/notification.yaml'), 24 => (\dirname(__DIR__4).'/config/packages/api_resource/project/project.yaml'), 25 => (\dirname(__DIR__4).'/config/packages/api_resource/project/project_file.yaml'), 26 => (\dirname(__DIR__4).'/config/packages/api_resource/project/project_task.yaml'), 27 => (\dirname(__DIR__4).'/config/packages/api_resource/project/session.yaml'), 28 => (\dirname(__DIR__4).'/config/packages/api_resource/project/user.yaml')], $this);
  2507.     }
  2508.     /**
  2509.      * Gets the private 'api_platform.metadata.resource.metadata_collection_factory.cached' shared service.
  2510.      *
  2511.      * @return \ApiPlatform\Metadata\Resource\Factory\CachedResourceMetadataCollectionFactory
  2512.      */
  2513.     protected function getApiPlatform_Metadata_Resource_MetadataCollectionFactory_CachedService()
  2514.     {
  2515.         $a = ($this->privates['api_platform.metadata.property.name_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Property_NameCollectionFactory_CachedService());
  2516.         if (isset($this->privates['api_platform.metadata.resource.metadata_collection_factory.cached'])) {
  2517.             return $this->privates['api_platform.metadata.resource.metadata_collection_factory.cached'];
  2518.         }
  2519.         $b = ($this->privates['api_platform.metadata.property.metadata_factory.cached.legacy'] ?? $this->getApiPlatform_Metadata_Property_MetadataFactory_Cached_LegacyService());
  2520.         if (isset($this->privates['api_platform.metadata.resource.metadata_collection_factory.cached'])) {
  2521.             return $this->privates['api_platform.metadata.resource.metadata_collection_factory.cached'];
  2522.         }
  2523.         $c = ($this->privates['property_info'] ?? $this->getPropertyInfoService());
  2524.         if (isset($this->privates['api_platform.metadata.resource.metadata_collection_factory.cached'])) {
  2525.             return $this->privates['api_platform.metadata.resource.metadata_collection_factory.cached'];
  2526.         }
  2527.         $d = ($this->privates['api_platform.metadata.property.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Property_MetadataFactory_CachedService());
  2528.         if (isset($this->privates['api_platform.metadata.resource.metadata_collection_factory.cached'])) {
  2529.             return $this->privates['api_platform.metadata.resource.metadata_collection_factory.cached'];
  2530.         }
  2531.         $e = ($this->services['doctrine'] ?? $this->getDoctrineService());
  2532.         $f = new \ApiPlatform\Metadata\Resource\Factory\LinkFactory($a, new \ApiPlatform\Metadata\Property\Factory\ExtractorPropertyMetadataFactory(($this->privates['api_platform.metadata.property_extractor.xml'] ?? ($this->privates['api_platform.metadata.property_extractor.xml'] = new \ApiPlatform\Metadata\Extractor\XmlPropertyExtractor([], $this))), new \ApiPlatform\Metadata\Property\Factory\ExtractorPropertyMetadataFactory(($this->privates['api_platform.metadata.property_extractor.yaml'] ?? $this->getApiPlatform_Metadata_PropertyExtractor_YamlService()), new \ApiPlatform\Metadata\Property\Factory\AttributePropertyMetadataFactory(new \ApiPlatform\Doctrine\Orm\Metadata\Property\DoctrineOrmPropertyMetadataFactory($e, new \ApiPlatform\Metadata\Property\Factory\LegacyPropertyMetadataFactory($b, new \ApiPlatform\Metadata\Property\Factory\PropertyInfoPropertyMetadataFactory($c)))))), ($this->privates['api_platform.resource_class_resolver'] ?? $this->getApiPlatform_ResourceClassResolverService()));
  2533.         $g = ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService());
  2534.         return $this->privates['api_platform.metadata.resource.metadata_collection_factory.cached'] = new \ApiPlatform\Metadata\Resource\Factory\CachedResourceMetadataCollectionFactory(($this->privates['api_platform.cache.metadata.resource_collection.traceable'] ?? $this->getApiPlatform_Cache_Metadata_ResourceCollection_TraceableService()), new \ApiPlatform\Doctrine\Orm\Metadata\Resource\DoctrineOrmResourceCollectionMetadataFactory($e, new \ApiPlatform\Symfony\Messenger\Metadata\MessengerResourceMetadataCollectionFactory(new \ApiPlatform\Metadata\Resource\Factory\PhpDocResourceMetadataCollectionFactory(new \ApiPlatform\Metadata\Resource\Factory\AlternateUriResourceMetadataCollectionFactory(new \ApiPlatform\Metadata\Resource\Factory\FiltersResourceMetadataCollectionFactory(new \ApiPlatform\Metadata\Resource\Factory\FormatsResourceMetadataCollectionFactory(new \ApiPlatform\Metadata\Resource\Factory\InputOutputResourceMetadataCollectionFactory(new \ApiPlatform\Metadata\Resource\Factory\OperationNameResourceMetadataCollectionFactory(new \ApiPlatform\Metadata\Resource\Factory\LinkResourceMetadataCollectionFactory($f, new \ApiPlatform\Metadata\Resource\Factory\UriTemplateResourceMetadataCollectionFactory($f, ($this->privates['api_platform.path_segment_name_generator.underscore'] ?? ($this->privates['api_platform.path_segment_name_generator.underscore'] = new \ApiPlatform\Operation\UnderscorePathSegmentNameGenerator())), new \ApiPlatform\Metadata\Resource\Factory\NotExposedOperationResourceMetadataCollectionFactory($f, new \ApiPlatform\Metadata\Resource\Factory\ExtractorResourceMetadataCollectionFactory(($this->privates['api_platform.metadata.resource_extractor.yaml'] ?? $this->getApiPlatform_Metadata_ResourceExtractor_YamlService()), new \ApiPlatform\Metadata\Resource\Factory\ExtractorResourceMetadataCollectionFactory(($this->privates['api_platform.metadata.resource_extractor.xml'] ?? ($this->privates['api_platform.metadata.resource_extractor.xml'] = new \ApiPlatform\Metadata\Extractor\XmlResourceExtractor([], $this))), new \ApiPlatform\Metadata\Resource\Factory\LegacySubresourceMetadataResourceMetadataCollectionFactory(($this->privates['api_platform.subresource_operation_factory.cached'] ?? $this->getApiPlatform_SubresourceOperationFactory_CachedService()), ($this->privates['api_platform.metadata.resource.name_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_NameCollectionFactory_CachedService()), new \ApiPlatform\Metadata\Resource\Factory\LegacyResourceMetadataResourceMetadataCollectionFactory(new \ApiPlatform\Metadata\Resource\Factory\AttributesResourceMetadataCollectionFactory(NULL$g$this->parameters['api_platform.defaults'], false), ($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()), $a$d$this->parameters['api_platform.defaults'])), $this->parameters['api_platform.defaults'], $g), $this->parameters['api_platform.defaults'], $g)))))), $this->parameters['api_platform.formats'], $this->parameters['api_platform.patch_formats']), ($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService())))))));
  2535.     }
  2536.     /**
  2537.      * Gets the private 'api_platform.metadata.resource.metadata_factory.cached' shared service.
  2538.      *
  2539.      * @return \ApiPlatform\Core\Metadata\Resource\Factory\CachedResourceMetadataFactory
  2540.      */
  2541.     protected function getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()
  2542.     {
  2543.         $a = ($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService());
  2544.         return $this->privates['api_platform.metadata.resource.metadata_factory.cached'] = new \ApiPlatform\Core\Metadata\Resource\Factory\CachedResourceMetadataFactory(($this->privates['api_platform.cache.metadata.resource.legacy.traceable'] ?? $this->getApiPlatform_Cache_Metadata_Resource_Legacy_TraceableService()), new \ApiPlatform\Core\Metadata\Resource\Factory\FormatsResourceMetadataFactory(new \ApiPlatform\Core\Metadata\Resource\Factory\OperationResourceMetadataFactory(new \ApiPlatform\Core\Metadata\Resource\Factory\AnnotationResourceFilterMetadataFactory($a, new \ApiPlatform\Core\Metadata\Resource\Factory\ShortNameResourceMetadataFactory(new \ApiPlatform\Core\Metadata\Resource\Factory\PhpDocResourceMetadataFactory(new \ApiPlatform\Core\Metadata\Resource\Factory\InputOutputResourceMetadataFactory(new \ApiPlatform\Core\Metadata\Resource\Factory\ExtractorResourceMetadataFactory(($this->privates['api_platform.metadata.extractor.yaml.legacy'] ?? $this->getApiPlatform_Metadata_Extractor_Yaml_LegacyService()), new \ApiPlatform\Core\Metadata\Resource\Factory\AnnotationResourceMetadataFactory($a, new \ApiPlatform\Core\Metadata\Resource\Factory\ExtractorResourceMetadataFactory(($this->privates['api_platform.metadata.extractor.xml.legacy'] ?? ($this->privates['api_platform.metadata.extractor.xml.legacy'] = new \ApiPlatform\Core\Metadata\Extractor\XmlExtractor([], $this)))), $this->parameters['api_platform.defaults']), $this->parameters['api_platform.defaults']))))), $this->parameters['api_platform.patch_formats']), $this->parameters['api_platform.formats'], $this->parameters['api_platform.patch_formats']));
  2545.     }
  2546.     /**
  2547.      * Gets the private 'api_platform.metadata.resource.name_collection_factory.cached' shared service.
  2548.      *
  2549.      * @return \ApiPlatform\Metadata\Resource\Factory\CachedResourceNameCollectionFactory
  2550.      */
  2551.     protected function getApiPlatform_Metadata_Resource_NameCollectionFactory_CachedService()
  2552.     {
  2553.         return $this->privates['api_platform.metadata.resource.name_collection_factory.cached'] = new \ApiPlatform\Metadata\Resource\Factory\CachedResourceNameCollectionFactory(($this->privates['api_platform.cache.metadata.resource.traceable'] ?? $this->getApiPlatform_Cache_Metadata_Resource_TraceableService()), new \ApiPlatform\Metadata\Resource\Factory\ExtractorResourceNameCollectionFactory(($this->privates['api_platform.metadata.resource_extractor.yaml'] ?? $this->getApiPlatform_Metadata_ResourceExtractor_YamlService()), new \ApiPlatform\Metadata\Resource\Factory\AttributesResourceNameCollectionFactory($this->parameters['api_platform.resource_class_directories'], new \ApiPlatform\Metadata\Resource\Factory\ExtractorResourceNameCollectionFactory(($this->privates['api_platform.metadata.extractor.yaml.legacy'] ?? $this->getApiPlatform_Metadata_Extractor_Yaml_LegacyService()), new \ApiPlatform\Core\Metadata\Resource\Factory\AnnotationResourceNameCollectionFactory(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()), $this->parameters['api_platform.resource_class_directories'], new \ApiPlatform\Metadata\Resource\Factory\ExtractorResourceNameCollectionFactory(($this->privates['api_platform.metadata.resource_extractor.xml'] ?? ($this->privates['api_platform.metadata.resource_extractor.xml'] = new \ApiPlatform\Metadata\Extractor\XmlResourceExtractor([], $this)))))))));
  2554.     }
  2555.     /**
  2556.      * Gets the private 'api_platform.metadata.resource_extractor.yaml' shared service.
  2557.      *
  2558.      * @return \ApiPlatform\Metadata\Extractor\YamlResourceExtractor
  2559.      */
  2560.     protected function getApiPlatform_Metadata_ResourceExtractor_YamlService()
  2561.     {
  2562.         return $this->privates['api_platform.metadata.resource_extractor.yaml'] = new \ApiPlatform\Metadata\Extractor\YamlResourceExtractor([=> (\dirname(__DIR__4).'/config/packages/api_resource/content/checkpoint.yaml'), => (\dirname(__DIR__4).'/config/packages/api_resource/content/decision.yaml'), => (\dirname(__DIR__4).'/config/packages/api_resource/content/dependency.yaml'), => (\dirname(__DIR__4).'/config/packages/api_resource/content/escalation_route.yaml'), => (\dirname(__DIR__4).'/config/packages/api_resource/content/fragment.yaml'), => (\dirname(__DIR__4).'/config/packages/api_resource/content/hub.yaml'), => (\dirname(__DIR__4).'/config/packages/api_resource/content/link.yaml'), => (\dirname(__DIR__4).'/config/packages/api_resource/content/multiplier.yaml'), => (\dirname(__DIR__4).'/config/packages/api_resource/content/node.yaml'), => (\dirname(__DIR__4).'/config/packages/api_resource/content/responsibility.yaml'), 10 => (\dirname(__DIR__4).'/config/packages/api_resource/content/role.yaml'), 11 => (\dirname(__DIR__4).'/config/packages/api_resource/content/role_group.yaml'), 12 => (\dirname(__DIR__4).'/config/packages/api_resource/content/stage.yaml'), 13 => (\dirname(__DIR__4).'/config/packages/api_resource/content/task.yaml'), 14 => (\dirname(__DIR__4).'/config/packages/api_resource/content/task_reference.yaml'), 15 => (\dirname(__DIR__4).'/config/packages/api_resource/content/task_role.yaml'), 16 => (\dirname(__DIR__4).'/config/packages/api_resource/content/taxonomy.yaml'), 17 => (\dirname(__DIR__4).'/config/packages/api_resource/content/template.yaml'), 18 => (\dirname(__DIR__4).'/config/packages/api_resource/content/transition.yaml'), 19 => (\dirname(__DIR__4).'/config/packages/api_resource/project/app_token.yaml'), 20 => (\dirname(__DIR__4).'/config/packages/api_resource/project/company.yaml'), 21 => (\dirname(__DIR__4).'/config/packages/api_resource/project/context.yaml'), 22 => (\dirname(__DIR__4).'/config/packages/api_resource/project/context_role.yaml'), 23 => (\dirname(__DIR__4).'/config/packages/api_resource/project/notification.yaml'), 24 => (\dirname(__DIR__4).'/config/packages/api_resource/project/project.yaml'), 25 => (\dirname(__DIR__4).'/config/packages/api_resource/project/project_file.yaml'), 26 => (\dirname(__DIR__4).'/config/packages/api_resource/project/project_task.yaml'), 27 => (\dirname(__DIR__4).'/config/packages/api_resource/project/session.yaml'), 28 => (\dirname(__DIR__4).'/config/packages/api_resource/project/user.yaml')], $this);
  2563.     }
  2564.     /**
  2565.      * Gets the private 'api_platform.operation_path_resolver.custom' shared service.
  2566.      *
  2567.      * @return \ApiPlatform\PathResolver\CustomOperationPathResolver
  2568.      */
  2569.     protected function getApiPlatform_OperationPathResolver_CustomService()
  2570.     {
  2571.         return $this->privates['api_platform.operation_path_resolver.custom'] = new \ApiPlatform\PathResolver\CustomOperationPathResolver(new \ApiPlatform\PathResolver\OperationPathResolver(($this->privates['api_platform.path_segment_name_generator.underscore'] ?? ($this->privates['api_platform.path_segment_name_generator.underscore'] = new \ApiPlatform\Operation\UnderscorePathSegmentNameGenerator()))));
  2572.     }
  2573.     /**
  2574.      * Gets the private 'api_platform.resource_class_resolver' shared service.
  2575.      *
  2576.      * @return \ApiPlatform\Api\ResourceClassResolver
  2577.      */
  2578.     protected function getApiPlatform_ResourceClassResolverService()
  2579.     {
  2580.         return $this->privates['api_platform.resource_class_resolver'] = new \ApiPlatform\Api\ResourceClassResolver(($this->privates['api_platform.metadata.resource.name_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_NameCollectionFactory_CachedService()));
  2581.     }
  2582.     /**
  2583.      * Gets the private 'api_platform.router' shared service.
  2584.      *
  2585.      * @return \ApiPlatform\Symfony\Routing\Router
  2586.      */
  2587.     protected function getApiPlatform_RouterService()
  2588.     {
  2589.         $a = ($this->services['router'] ?? $this->getRouterService());
  2590.         if (isset($this->privates['api_platform.router'])) {
  2591.             return $this->privates['api_platform.router'];
  2592.         }
  2593.         return $this->privates['api_platform.router'] = new \ApiPlatform\Symfony\Routing\Router($a1);
  2594.     }
  2595.     /**
  2596.      * Gets the private 'api_platform.security.listener.request.deny_access' shared service.
  2597.      *
  2598.      * @return \ApiPlatform\Symfony\EventListener\DenyAccessListener
  2599.      */
  2600.     protected function getApiPlatform_Security_Listener_Request_DenyAccessService()
  2601.     {
  2602.         $a = ($this->privates['api_platform.metadata.resource.metadata_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataCollectionFactory_CachedService());
  2603.         if (isset($this->privates['api_platform.security.listener.request.deny_access'])) {
  2604.             return $this->privates['api_platform.security.listener.request.deny_access'];
  2605.         }
  2606.         $b = ($this->privates['api_platform.security.resource_access_checker'] ?? $this->getApiPlatform_Security_ResourceAccessCheckerService());
  2607.         if (isset($this->privates['api_platform.security.listener.request.deny_access'])) {
  2608.             return $this->privates['api_platform.security.listener.request.deny_access'];
  2609.         }
  2610.         return $this->privates['api_platform.security.listener.request.deny_access'] = new \ApiPlatform\Symfony\EventListener\DenyAccessListener($a$b);
  2611.     }
  2612.     /**
  2613.      * Gets the private 'api_platform.security.resource_access_checker' shared service.
  2614.      *
  2615.      * @return \ApiPlatform\Symfony\Security\ResourceAccessChecker
  2616.      */
  2617.     protected function getApiPlatform_Security_ResourceAccessCheckerService()
  2618.     {
  2619.         $a = ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService());
  2620.         if (isset($this->privates['api_platform.security.resource_access_checker'])) {
  2621.             return $this->privates['api_platform.security.resource_access_checker'];
  2622.         }
  2623.         return $this->privates['api_platform.security.resource_access_checker'] = new \ApiPlatform\Symfony\Security\ResourceAccessChecker(($this->privates['security.expression_language'] ?? $this->getSecurity_ExpressionLanguageService()), ($this->privates['security.authentication.trust_resolver'] ?? ($this->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver())), ($this->privates['security.role_hierarchy'] ?? $this->getSecurity_RoleHierarchyService()), ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), $afalse);
  2624.     }
  2625.     /**
  2626.      * Gets the private 'api_platform.serializer.context_builder.filter' shared service.
  2627.      *
  2628.      * @return \ApiPlatform\Serializer\SerializerFilterContextBuilder
  2629.      */
  2630.     protected function getApiPlatform_Serializer_ContextBuilder_FilterService()
  2631.     {
  2632.         $a = ($this->privates['api_platform.metadata.resource.metadata_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataCollectionFactory_CachedService());
  2633.         if (isset($this->privates['api_platform.serializer.context_builder.filter'])) {
  2634.             return $this->privates['api_platform.serializer.context_builder.filter'];
  2635.         }
  2636.         $b = ($this->privates['api_platform.filter_locator'] ?? $this->getApiPlatform_FilterLocatorService());
  2637.         if (isset($this->privates['api_platform.serializer.context_builder.filter'])) {
  2638.             return $this->privates['api_platform.serializer.context_builder.filter'];
  2639.         }
  2640.         return $this->privates['api_platform.serializer.context_builder.filter'] = new \ApiPlatform\Serializer\SerializerFilterContextBuilder($a$b, new \ApiPlatform\Serializer\SerializerContextBuilder($a));
  2641.     }
  2642.     /**
  2643.      * Gets the private 'api_platform.serializer.mapping.class_metadata_factory' shared service.
  2644.      *
  2645.      * @return \ApiPlatform\Serializer\Mapping\Factory\ClassMetadataFactory
  2646.      */
  2647.     protected function getApiPlatform_Serializer_Mapping_ClassMetadataFactoryService()
  2648.     {
  2649.         return $this->privates['api_platform.serializer.mapping.class_metadata_factory'] = new \ApiPlatform\Serializer\Mapping\Factory\ClassMetadataFactory(new \Symfony\Component\Serializer\Mapping\Factory\ClassMetadataFactory(new \Symfony\Component\Serializer\Mapping\Loader\LoaderChain([=> new \Symfony\Component\Serializer\Mapping\Loader\AnnotationLoader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()))])));
  2650.     }
  2651.     /**
  2652.      * Gets the private 'api_platform.state_provider.locator' shared service.
  2653.      *
  2654.      * @return \ApiPlatform\State\CallableProvider
  2655.      */
  2656.     protected function getApiPlatform_StateProvider_LocatorService()
  2657.     {
  2658.         return $this->privates['api_platform.state_provider.locator'] = new \ApiPlatform\State\CallableProvider(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2659.             'ApiPlatform\\Doctrine\\Orm\\State\\CollectionProvider' => ['privates''api_platform.doctrine.orm.state.collection_provider''getApiPlatform_Doctrine_Orm_State_CollectionProviderService'true],
  2660.             'ApiPlatform\\Doctrine\\Orm\\State\\ItemProvider' => ['privates''api_platform.doctrine.orm.state.item_provider''getApiPlatform_Doctrine_Orm_State_ItemProviderService'true],
  2661.             'App\\Infrastructure\\ApiPlatform\\State\\Provider\\ContextRole\\CollectionProvider' => ['privates''App\\Infrastructure\\ApiPlatform\\State\\Provider\\ContextRole\\CollectionProvider''getCollectionProviderService'true],
  2662.             'App\\Infrastructure\\ApiPlatform\\State\\Provider\\Context\\ChartProvider' => ['privates''App\\Infrastructure\\ApiPlatform\\State\\Provider\\Context\\ChartProvider''getChartProviderService'true],
  2663.             'App\\Infrastructure\\ApiPlatform\\State\\Provider\\Context\\MinimumTermEstimateStructureProvider' => ['privates''App\\Infrastructure\\ApiPlatform\\State\\Provider\\Context\\MinimumTermEstimateStructureProvider''getMinimumTermEstimateStructureProviderService'true],
  2664.             'App\\Infrastructure\\ApiPlatform\\State\\Provider\\Decision\\DecisionProvider' => ['privates''App\\Infrastructure\\ApiPlatform\\State\\Provider\\Decision\\DecisionProvider''getDecisionProviderService'true],
  2665.             'App\\Infrastructure\\ApiPlatform\\State\\Provider\\Fragment\\FragmentLinkProvider' => ['privates''App\\Infrastructure\\ApiPlatform\\State\\Provider\\Fragment\\FragmentLinkProvider''getFragmentLinkProviderService'true],
  2666.             'App\\Infrastructure\\ApiPlatform\\State\\Provider\\Link\\ItemProvider' => ['privates''App\\Infrastructure\\ApiPlatform\\State\\Provider\\Link\\ItemProvider''getItemProviderService'true],
  2667.             'App\\Infrastructure\\ApiPlatform\\State\\Provider\\Multiplier\\ItemProvider' => ['privates''App\\Infrastructure\\ApiPlatform\\State\\Provider\\Multiplier\\ItemProvider''getItemProvider2Service'true],
  2668.             'App\\Infrastructure\\ApiPlatform\\State\\Provider\\Node\\ItemProvider' => ['privates''App\\Infrastructure\\ApiPlatform\\State\\Provider\\Node\\ItemProvider''getItemProvider3Service'true],
  2669.             'App\\Infrastructure\\ApiPlatform\\State\\Provider\\Node\\RecycleBinProvider' => ['privates''App\\Infrastructure\\ApiPlatform\\State\\Provider\\Node\\RecycleBinProvider''getRecycleBinProviderService'true],
  2670.             'App\\Infrastructure\\ApiPlatform\\State\\Provider\\Node\\SearchNodeProvider' => ['privates''App\\Infrastructure\\ApiPlatform\\State\\Provider\\Node\\SearchNodeProvider''getSearchNodeProviderService'true],
  2671.             'App\\Infrastructure\\ApiPlatform\\State\\Provider\\ProjectTask\\MinimumTermEstimateStructureProvider' => ['privates''App\\Infrastructure\\ApiPlatform\\State\\Provider\\ProjectTask\\MinimumTermEstimateStructureProvider''getMinimumTermEstimateStructureProvider2Service'true],
  2672.             'App\\Infrastructure\\ApiPlatform\\State\\Provider\\ProjectTask\\ProjectTaskCollectionProvider' => ['privates''App\\Infrastructure\\ApiPlatform\\State\\Provider\\ProjectTask\\ProjectTaskCollectionProvider''getProjectTaskCollectionProviderService'true],
  2673.             'App\\Infrastructure\\ApiPlatform\\State\\Provider\\Project\\MonitoringProvider' => ['privates''App\\Infrastructure\\ApiPlatform\\State\\Provider\\Project\\MonitoringProvider''getMonitoringProviderService'true],
  2674.             'App\\Infrastructure\\ApiPlatform\\State\\Provider\\Task\\ItemProvider' => ['privates''App\\Infrastructure\\ApiPlatform\\State\\Provider\\Task\\ItemProvider''getItemProvider4Service'true],
  2675.             'App\\Infrastructure\\ApiPlatform\\State\\Provider\\Taxonomy\\ItemProvider' => ['privates''App\\Infrastructure\\ApiPlatform\\State\\Provider\\Taxonomy\\ItemProvider''getItemProvider5Service'true],
  2676.             'App\\Infrastructure\\ApiPlatform\\State\\Provider\\Taxonomy\\ShortProvider' => ['privates''App\\Infrastructure\\ApiPlatform\\State\\Provider\\Taxonomy\\ShortProvider''getShortProviderService'true],
  2677.             'App\\Infrastructure\\ApiPlatform\\State\\Provider\\Template\\TemplateLogProvider' => ['privates''App\\Infrastructure\\ApiPlatform\\State\\Provider\\Template\\TemplateLogProvider''getTemplateLogProviderService'true],
  2678.             'App\\Infrastructure\\ApiPlatform\\State\\Provider\\Transition\\ItemProvider' => ['privates''App\\Infrastructure\\ApiPlatform\\State\\Provider\\Transition\\ItemProvider''getItemProvider6Service'true],
  2679.             'App\\Infrastructure\\ApiPlatform\\State\\Provider\\User\\UnreadNotificationsProvider' => ['privates''App\\Infrastructure\\ApiPlatform\\State\\Provider\\User\\UnreadNotificationsProvider''getUnreadNotificationsProviderService'true],
  2680.             'api_platform.doctrine.orm.state.collection_provider' => ['privates''api_platform.doctrine.orm.state.collection_provider''getApiPlatform_Doctrine_Orm_State_CollectionProviderService'true],
  2681.             'api_platform.doctrine.orm.state.item_provider' => ['privates''api_platform.doctrine.orm.state.item_provider''getApiPlatform_Doctrine_Orm_State_ItemProviderService'true],
  2682.         ], [
  2683.             'ApiPlatform\\Doctrine\\Orm\\State\\CollectionProvider' => 'ApiPlatform\\Doctrine\\Orm\\State\\CollectionProvider',
  2684.             'ApiPlatform\\Doctrine\\Orm\\State\\ItemProvider' => 'ApiPlatform\\Doctrine\\Orm\\State\\ItemProvider',
  2685.             'App\\Infrastructure\\ApiPlatform\\State\\Provider\\ContextRole\\CollectionProvider' => 'App\\Infrastructure\\ApiPlatform\\State\\Provider\\ContextRole\\CollectionProvider',
  2686.             'App\\Infrastructure\\ApiPlatform\\State\\Provider\\Context\\ChartProvider' => 'App\\Infrastructure\\ApiPlatform\\State\\Provider\\Context\\ChartProvider',
  2687.             'App\\Infrastructure\\ApiPlatform\\State\\Provider\\Context\\MinimumTermEstimateStructureProvider' => 'App\\Infrastructure\\ApiPlatform\\State\\Provider\\Context\\MinimumTermEstimateStructureProvider',
  2688.             'App\\Infrastructure\\ApiPlatform\\State\\Provider\\Decision\\DecisionProvider' => 'App\\Infrastructure\\ApiPlatform\\State\\Provider\\Decision\\DecisionProvider',
  2689.             'App\\Infrastructure\\ApiPlatform\\State\\Provider\\Fragment\\FragmentLinkProvider' => 'App\\Infrastructure\\ApiPlatform\\State\\Provider\\Fragment\\FragmentLinkProvider',
  2690.             'App\\Infrastructure\\ApiPlatform\\State\\Provider\\Link\\ItemProvider' => 'App\\Infrastructure\\ApiPlatform\\State\\Provider\\Link\\ItemProvider',
  2691.             'App\\Infrastructure\\ApiPlatform\\State\\Provider\\Multiplier\\ItemProvider' => 'App\\Infrastructure\\ApiPlatform\\State\\Provider\\Multiplier\\ItemProvider',
  2692.             'App\\Infrastructure\\ApiPlatform\\State\\Provider\\Node\\ItemProvider' => 'App\\Infrastructure\\ApiPlatform\\State\\Provider\\Node\\ItemProvider',
  2693.             'App\\Infrastructure\\ApiPlatform\\State\\Provider\\Node\\RecycleBinProvider' => 'App\\Infrastructure\\ApiPlatform\\State\\Provider\\Node\\RecycleBinProvider',
  2694.             'App\\Infrastructure\\ApiPlatform\\State\\Provider\\Node\\SearchNodeProvider' => 'App\\Infrastructure\\ApiPlatform\\State\\Provider\\Node\\SearchNodeProvider',
  2695.             'App\\Infrastructure\\ApiPlatform\\State\\Provider\\ProjectTask\\MinimumTermEstimateStructureProvider' => 'App\\Infrastructure\\ApiPlatform\\State\\Provider\\ProjectTask\\MinimumTermEstimateStructureProvider',
  2696.             'App\\Infrastructure\\ApiPlatform\\State\\Provider\\ProjectTask\\ProjectTaskCollectionProvider' => 'App\\Infrastructure\\ApiPlatform\\State\\Provider\\ProjectTask\\ProjectTaskCollectionProvider',
  2697.             'App\\Infrastructure\\ApiPlatform\\State\\Provider\\Project\\MonitoringProvider' => 'App\\Infrastructure\\ApiPlatform\\State\\Provider\\Project\\MonitoringProvider',
  2698.             'App\\Infrastructure\\ApiPlatform\\State\\Provider\\Task\\ItemProvider' => 'App\\Infrastructure\\ApiPlatform\\State\\Provider\\Task\\ItemProvider',
  2699.             'App\\Infrastructure\\ApiPlatform\\State\\Provider\\Taxonomy\\ItemProvider' => 'App\\Infrastructure\\ApiPlatform\\State\\Provider\\Taxonomy\\ItemProvider',
  2700.             'App\\Infrastructure\\ApiPlatform\\State\\Provider\\Taxonomy\\ShortProvider' => 'App\\Infrastructure\\ApiPlatform\\State\\Provider\\Taxonomy\\ShortProvider',
  2701.             'App\\Infrastructure\\ApiPlatform\\State\\Provider\\Template\\TemplateLogProvider' => 'App\\Infrastructure\\ApiPlatform\\State\\Provider\\Template\\TemplateLogProvider',
  2702.             'App\\Infrastructure\\ApiPlatform\\State\\Provider\\Transition\\ItemProvider' => 'App\\Infrastructure\\ApiPlatform\\State\\Provider\\Transition\\ItemProvider',
  2703.             'App\\Infrastructure\\ApiPlatform\\State\\Provider\\User\\UnreadNotificationsProvider' => 'App\\Infrastructure\\ApiPlatform\\State\\Provider\\User\\UnreadNotificationsProvider',
  2704.             'api_platform.doctrine.orm.state.collection_provider' => 'ApiPlatform\\Doctrine\\Orm\\State\\CollectionProvider',
  2705.             'api_platform.doctrine.orm.state.item_provider' => 'ApiPlatform\\Doctrine\\Orm\\State\\ItemProvider',
  2706.         ]));
  2707.     }
  2708.     /**
  2709.      * Gets the private 'api_platform.subresource_data_provider' shared service.
  2710.      *
  2711.      * @return \ApiPlatform\Core\DataProvider\ChainSubresourceDataProvider
  2712.      */
  2713.     protected function getApiPlatform_SubresourceDataProviderService()
  2714.     {
  2715.         return $this->privates['api_platform.subresource_data_provider'] = new \ApiPlatform\Core\DataProvider\ChainSubresourceDataProvider(new RewindableGenerator(function () {
  2716.             yield => ($this->privates['api_platform.doctrine.orm.default.subresource_data_provider'] ?? $this->load('getApiPlatform_Doctrine_Orm_Default_SubresourceDataProviderService'));
  2717.         }, 1));
  2718.     }
  2719.     /**
  2720.      * Gets the private 'api_platform.subresource_operation_factory.cached' shared service.
  2721.      *
  2722.      * @return \ApiPlatform\Core\Operation\Factory\CachedSubresourceOperationFactory
  2723.      */
  2724.     protected function getApiPlatform_SubresourceOperationFactory_CachedService()
  2725.     {
  2726.         return $this->privates['api_platform.subresource_operation_factory.cached'] = new \ApiPlatform\Core\Operation\Factory\CachedSubresourceOperationFactory(($this->privates['api_platform.cache.subresource_operation_factory.traceable'] ?? $this->getApiPlatform_Cache_SubresourceOperationFactory_TraceableService()), new \ApiPlatform\Core\Operation\Factory\SubresourceOperationFactory(($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()), ($this->privates['api_platform.metadata.property.name_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Property_NameCollectionFactory_CachedService()), ($this->privates['api_platform.metadata.property.metadata_factory.cached.legacy'] ?? $this->getApiPlatform_Metadata_Property_MetadataFactory_Cached_LegacyService()), ($this->privates['api_platform.path_segment_name_generator.underscore'] ?? ($this->privates['api_platform.path_segment_name_generator.underscore'] = new \ApiPlatform\Operation\UnderscorePathSegmentNameGenerator())), ($this->privates['api_platform.identifiers_extractor.cached'] ?? $this->getApiPlatform_IdentifiersExtractor_CachedService())));
  2727.     }
  2728.     /**
  2729.      * Gets the private 'api_platform.symfony.iri_converter' shared service.
  2730.      *
  2731.      * @return \ApiPlatform\Symfony\Routing\IriConverter
  2732.      */
  2733.     protected function getApiPlatform_Symfony_IriConverterService()
  2734.     {
  2735.         $a = ($this->privates['api_platform.state_provider.locator'] ?? $this->getApiPlatform_StateProvider_LocatorService());
  2736.         if (isset($this->privates['api_platform.symfony.iri_converter'])) {
  2737.             return $this->privates['api_platform.symfony.iri_converter'];
  2738.         }
  2739.         $b = ($this->privates['api_platform.metadata.resource.metadata_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataCollectionFactory_CachedService());
  2740.         if (isset($this->privates['api_platform.symfony.iri_converter'])) {
  2741.             return $this->privates['api_platform.symfony.iri_converter'];
  2742.         }
  2743.         $c = ($this->privates['api_platform.metadata.property.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Property_MetadataFactory_CachedService());
  2744.         if (isset($this->privates['api_platform.symfony.iri_converter'])) {
  2745.             return $this->privates['api_platform.symfony.iri_converter'];
  2746.         }
  2747.         $d = ($this->privates['api_platform.uri_variables.converter'] ?? $this->getApiPlatform_UriVariables_ConverterService());
  2748.         if (isset($this->privates['api_platform.symfony.iri_converter'])) {
  2749.             return $this->privates['api_platform.symfony.iri_converter'];
  2750.         }
  2751.         $e = ($this->privates['api_platform.resource_class_resolver'] ?? $this->getApiPlatform_ResourceClassResolverService());
  2752.         return $this->privates['api_platform.symfony.iri_converter'] = new \ApiPlatform\Symfony\Routing\IriConverter($a, ($this->privates['api_platform.router'] ?? $this->getApiPlatform_RouterService()), new \ApiPlatform\Api\IdentifiersExtractor($b$e, ($this->privates['api_platform.metadata.property.name_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Property_NameCollectionFactory_CachedService()), $c, ($this->privates['property_accessor'] ?? $this->getPropertyAccessorService())), $e$b$d, ($this->privates['api_platform.symfony.iri_converter.skolem'] ?? $this->getApiPlatform_Symfony_IriConverter_SkolemService()));
  2753.     }
  2754.     /**
  2755.      * Gets the private 'api_platform.symfony.iri_converter.skolem' shared service.
  2756.      *
  2757.      * @return \ApiPlatform\Symfony\Routing\SkolemIriConverter
  2758.      */
  2759.     protected function getApiPlatform_Symfony_IriConverter_SkolemService()
  2760.     {
  2761.         return $this->privates['api_platform.symfony.iri_converter.skolem'] = new \ApiPlatform\Symfony\Routing\SkolemIriConverter(($this->privates['api_platform.router'] ?? $this->getApiPlatform_RouterService()));
  2762.     }
  2763.     /**
  2764.      * Gets the private 'api_platform.uri_variables.converter' shared service.
  2765.      *
  2766.      * @return \ApiPlatform\Api\UriVariablesConverter
  2767.      */
  2768.     protected function getApiPlatform_UriVariables_ConverterService()
  2769.     {
  2770.         $a = ($this->privates['api_platform.metadata.property.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Property_MetadataFactory_CachedService());
  2771.         if (isset($this->privates['api_platform.uri_variables.converter'])) {
  2772.             return $this->privates['api_platform.uri_variables.converter'];
  2773.         }
  2774.         $b = ($this->privates['api_platform.metadata.resource.metadata_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataCollectionFactory_CachedService());
  2775.         if (isset($this->privates['api_platform.uri_variables.converter'])) {
  2776.             return $this->privates['api_platform.uri_variables.converter'];
  2777.         }
  2778.         return $this->privates['api_platform.uri_variables.converter'] = new \ApiPlatform\Api\UriVariablesConverter($a$b, new RewindableGenerator(function () {
  2779.             yield => ($this->privates['api_platform.uri_variables.transformer.integer'] ?? ($this->privates['api_platform.uri_variables.transformer.integer'] = new \ApiPlatform\Api\UriVariableTransformer\IntegerUriVariableTransformer()));
  2780.             yield => ($this->privates['api_platform.uri_variables.transformer.date_time'] ?? ($this->privates['api_platform.uri_variables.transformer.date_time'] = new \ApiPlatform\Api\UriVariableTransformer\DateTimeUriVariableTransformer()));
  2781.             yield => ($this->privates['api_platform.ramsey_uuid.uri_variables.transformer.uuid'] ?? ($this->privates['api_platform.ramsey_uuid.uri_variables.transformer.uuid'] = new \ApiPlatform\RamseyUuid\UriVariableTransformer\UuidUriVariableTransformer()));
  2782.         }, 3));
  2783.     }
  2784.     /**
  2785.      * Gets the private 'cache.annotations.traceable' shared service.
  2786.      *
  2787.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2788.      */
  2789.     protected function getCache_Annotations_TraceableService()
  2790.     {
  2791.         return $this->privates['cache.annotations.traceable'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Sentry\SentryBundle\Tracing\Cache\TraceableCacheAdapter(($this->privates['Sentry\\State\\HubInterface'] ?? $this->getHubInterfaceService()), \Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('s2W0w794uW'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()))));
  2792.     }
  2793.     /**
  2794.      * Gets the private 'cache.doctrine.orm.default.query.traceable' shared service.
  2795.      *
  2796.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2797.      */
  2798.     protected function getCache_Doctrine_Orm_Default_Query_TraceableService()
  2799.     {
  2800.         return $this->privates['cache.doctrine.orm.default.query.traceable'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Sentry\SentryBundle\Tracing\Cache\TraceableCacheAdapter(($this->privates['Sentry\\State\\HubInterface'] ?? $this->getHubInterfaceService()), new \Symfony\Component\Cache\Adapter\ArrayAdapter()));
  2801.     }
  2802.     /**
  2803.      * Gets the private 'cache.doctrine.orm.default.result.traceable' shared service.
  2804.      *
  2805.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2806.      */
  2807.     protected function getCache_Doctrine_Orm_Default_Result_TraceableService()
  2808.     {
  2809.         return $this->privates['cache.doctrine.orm.default.result.traceable'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Sentry\SentryBundle\Tracing\Cache\TraceableCacheAdapter(($this->privates['Sentry\\State\\HubInterface'] ?? $this->getHubInterfaceService()), new \Symfony\Component\Cache\Adapter\ArrayAdapter()));
  2810.     }
  2811.     /**
  2812.      * Gets the private 'cache.messenger.restart_workers_signal.traceable' shared service.
  2813.      *
  2814.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2815.      */
  2816.     protected function getCache_Messenger_RestartWorkersSignal_TraceableService()
  2817.     {
  2818.         $a = new \Symfony\Component\Cache\Adapter\FilesystemAdapter('PnwuID6Hc2'0, ($this->targetDir.''.'/pools/app'), ($this->privates['cache.default_marshaller'] ?? ($this->privates['cache.default_marshaller'] = new \Symfony\Component\Cache\Marshaller\DefaultMarshaller(NULLtrue))));
  2819.         $a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  2820.         return $this->privates['cache.messenger.restart_workers_signal.traceable'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Sentry\SentryBundle\Tracing\Cache\TraceableCacheAdapter(($this->privates['Sentry\\State\\HubInterface'] ?? $this->getHubInterfaceService()), $a));
  2821.     }
  2822.     /**
  2823.      * Gets the private 'cache.property_info.traceable' shared service.
  2824.      *
  2825.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2826.      */
  2827.     protected function getCache_PropertyInfo_TraceableService()
  2828.     {
  2829.         return $this->privates['cache.property_info.traceable'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Sentry\SentryBundle\Tracing\Cache\TraceableCacheAdapter(($this->privates['Sentry\\State\\HubInterface'] ?? $this->getHubInterfaceService()), \Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('wjwNoy4qfG'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()))));
  2830.     }
  2831.     /**
  2832.      * Gets the private 'cache.security_expression_language.traceable' shared service.
  2833.      *
  2834.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2835.      */
  2836.     protected function getCache_SecurityExpressionLanguage_TraceableService()
  2837.     {
  2838.         return $this->privates['cache.security_expression_language.traceable'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Sentry\SentryBundle\Tracing\Cache\TraceableCacheAdapter(($this->privates['Sentry\\State\\HubInterface'] ?? $this->getHubInterfaceService()), \Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('OTTrXt8L1u'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()))));
  2839.     }
  2840.     /**
  2841.      * Gets the private 'cache.serializer.traceable' shared service.
  2842.      *
  2843.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2844.      */
  2845.     protected function getCache_Serializer_TraceableService()
  2846.     {
  2847.         return $this->privates['cache.serializer.traceable'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Sentry\SentryBundle\Tracing\Cache\TraceableCacheAdapter(($this->privates['Sentry\\State\\HubInterface'] ?? $this->getHubInterfaceService()), \Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('4MrCkdk60q'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()))));
  2848.     }
  2849.     /**
  2850.      * Gets the private 'cache.validator.traceable' shared service.
  2851.      *
  2852.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2853.      */
  2854.     protected function getCache_Validator_TraceableService()
  2855.     {
  2856.         return $this->privates['cache.validator.traceable'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Sentry\SentryBundle\Tracing\Cache\TraceableCacheAdapter(($this->privates['Sentry\\State\\HubInterface'] ?? $this->getHubInterfaceService()), \Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('y7I-BpMe4t'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()))));
  2857.     }
  2858.     /**
  2859.      * Gets the private 'config_cache_factory' shared service.
  2860.      *
  2861.      * @return \Symfony\Component\Config\ResourceCheckerConfigCacheFactory
  2862.      */
  2863.     protected function getConfigCacheFactoryService()
  2864.     {
  2865.         return $this->privates['config_cache_factory'] = new \Symfony\Component\Config\ResourceCheckerConfigCacheFactory(new RewindableGenerator(function () {
  2866.             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)));
  2867.             yield => ($this->privates['config.resource.self_checking_resource_checker'] ?? ($this->privates['config.resource.self_checking_resource_checker'] = new \Symfony\Component\Config\Resource\SelfCheckingResourceChecker()));
  2868.         }, 2));
  2869.     }
  2870.     /**
  2871.      * Gets the private 'data_collector.form' shared service.
  2872.      *
  2873.      * @return \Symfony\Component\Form\Extension\DataCollector\FormDataCollector
  2874.      */
  2875.     protected function getDataCollector_FormService()
  2876.     {
  2877.         return $this->privates['data_collector.form'] = new \Symfony\Component\Form\Extension\DataCollector\FormDataCollector(new \Symfony\Component\Form\Extension\DataCollector\FormDataExtractor());
  2878.     }
  2879.     /**
  2880.      * Gets the private 'data_collector.request' shared service.
  2881.      *
  2882.      * @return \Symfony\Component\HttpKernel\DataCollector\RequestDataCollector
  2883.      */
  2884.     protected function getDataCollector_RequestService()
  2885.     {
  2886.         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())));
  2887.     }
  2888.     /**
  2889.      * Gets the private 'debug.debug_handlers_listener' shared service.
  2890.      *
  2891.      * @return \Symfony\Component\HttpKernel\EventListener\DebugHandlersListener
  2892.      */
  2893.     protected function getDebug_DebugHandlersListenerService()
  2894.     {
  2895.         $a = new \Symfony\Bridge\Monolog\Logger('php');
  2896.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  2897.         $a->pushHandler(($this->privates['monolog.handler.sentry'] ?? $this->getMonolog_Handler_SentryService()));
  2898.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  2899.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  2900.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  2901.         return $this->privates['debug.debug_handlers_listener'] = new \Symfony\Component\HttpKernel\EventListener\DebugHandlersListener(NULL$aNULL, -1truetrueNULL);
  2902.     }
  2903.     /**
  2904.      * Gets the private 'debug.file_link_formatter' shared service.
  2905.      *
  2906.      * @return \Symfony\Component\HttpKernel\Debug\FileLinkFormatter
  2907.      */
  2908.     protected function getDebug_FileLinkFormatterService()
  2909.     {
  2910.         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 () {
  2911.             return ($this->privates['debug.file_link_formatter.url_format'] ?? $this->load('getDebug_FileLinkFormatter_UrlFormatService'));
  2912.         });
  2913.     }
  2914.     /**
  2915.      * Gets the private 'debug.log_processor' shared service.
  2916.      *
  2917.      * @return \Symfony\Bridge\Monolog\Processor\DebugProcessor
  2918.      */
  2919.     protected function getDebug_LogProcessorService()
  2920.     {
  2921.         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())));
  2922.     }
  2923.     /**
  2924.      * Gets the private 'debug.security.access.decision_manager' shared service.
  2925.      *
  2926.      * @return \Symfony\Component\Security\Core\Authorization\TraceableAccessDecisionManager
  2927.      */
  2928.     protected function getDebug_Security_Access_DecisionManagerService()
  2929.     {
  2930.         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 () {
  2931.             yield => ($this->privates['debug.security.voter.security.access.authenticated_voter'] ?? $this->load('getDebug_Security_Voter_Security_Access_AuthenticatedVoterService'));
  2932.             yield => ($this->privates['debug.security.voter.security.access.role_hierarchy_voter'] ?? $this->load('getDebug_Security_Voter_Security_Access_RoleHierarchyVoterService'));
  2933.             yield => ($this->privates['debug.security.voter.security.access.expression_voter'] ?? $this->load('getDebug_Security_Voter_Security_Access_ExpressionVoterService'));
  2934.         }, 3), new \Symfony\Component\Security\Core\Authorization\Strategy\AffirmativeStrategy(false)));
  2935.     }
  2936.     /**
  2937.      * Gets the private 'debug.security.firewall' shared service.
  2938.      *
  2939.      * @return \Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener
  2940.      */
  2941.     protected function getDebug_Security_FirewallService()
  2942.     {
  2943.         $a = ($this->privates['security.firewall.map'] ?? $this->getSecurity_Firewall_MapService());
  2944.         if (isset($this->privates['debug.security.firewall'])) {
  2945.             return $this->privates['debug.security.firewall'];
  2946.         }
  2947.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  2948.         if (isset($this->privates['debug.security.firewall'])) {
  2949.             return $this->privates['debug.security.firewall'];
  2950.         }
  2951.         return $this->privates['debug.security.firewall'] = new \Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener($a$b, ($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService()));
  2952.     }
  2953.     /**
  2954.      * Gets the private 'doctrine.dbal.default_connection.event_manager' shared service.
  2955.      *
  2956.      * @return \Symfony\Bridge\Doctrine\ContainerAwareEventManager
  2957.      */
  2958.     protected function getDoctrine_Dbal_DefaultConnection_EventManagerService()
  2959.     {
  2960.         return $this->privates['doctrine.dbal.default_connection.event_manager'] = new \Symfony\Bridge\Doctrine\ContainerAwareEventManager(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2961.             'App\\Infrastructure\\Doctrine\\Event\\Listener\\FixPostgreSQLDefaultSchemaListener' => ['privates''App\\Infrastructure\\Doctrine\\Event\\Listener\\FixPostgreSQLDefaultSchemaListener''getFixPostgreSQLDefaultSchemaListenerService'true],
  2962.             'doctrine.orm.default_listeners.attach_entity_listeners' => ['privates''doctrine.orm.default_listeners.attach_entity_listeners''getDoctrine_Orm_DefaultListeners_AttachEntityListenersService'true],
  2963.             'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber' => ['privates''doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber''getDoctrine_Orm_Listeners_DoctrineDbalCacheAdapterSchemaSubscriberService'true],
  2964.             'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber' => ['privates''doctrine.orm.listeners.doctrine_token_provider_schema_subscriber''getDoctrine_Orm_Listeners_DoctrineTokenProviderSchemaSubscriberService'true],
  2965.             'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber' => ['privates''doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber''getDoctrine_Orm_Listeners_PdoCacheAdapterDoctrineSchemaSubscriberService'true],
  2966.             'doctrine.orm.messenger.doctrine_schema_subscriber' => ['privates''doctrine.orm.messenger.doctrine_schema_subscriber''getDoctrine_Orm_Messenger_DoctrineSchemaSubscriberService'true],
  2967.             'stof_doctrine_extensions.listener.softdeleteable' => ['privates''stof_doctrine_extensions.listener.softdeleteable''getStofDoctrineExtensions_Listener_SoftdeleteableService'true],
  2968.         ], [
  2969.             'App\\Infrastructure\\Doctrine\\Event\\Listener\\FixPostgreSQLDefaultSchemaListener' => '?',
  2970.             'doctrine.orm.default_listeners.attach_entity_listeners' => '?',
  2971.             'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber' => '?',
  2972.             'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber' => '?',
  2973.             'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber' => '?',
  2974.             'doctrine.orm.messenger.doctrine_schema_subscriber' => '?',
  2975.             'stof_doctrine_extensions.listener.softdeleteable' => '?',
  2976.         ]), [=> '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'=> [=> [=> 'postGenerateSchema'], => 'App\\Infrastructure\\Doctrine\\Event\\Listener\\FixPostgreSQLDefaultSchemaListener'], => [=> [=> 'loadClassMetadata'], => 'doctrine.orm.default_listeners.attach_entity_listeners'], => [=> [=> 'loadClassMetadata'], => 'stof_doctrine_extensions.listener.softdeleteable'], => [=> [=> 'onFlush'], => 'stof_doctrine_extensions.listener.softdeleteable']]);
  2977.     }
  2978.     /**
  2979.      * Gets the private 'exception_listener' shared service.
  2980.      *
  2981.      * @return \Symfony\Component\HttpKernel\EventListener\ErrorListener
  2982.      */
  2983.     protected function getExceptionListenerService()
  2984.     {
  2985.         return $this->privates['exception_listener'] = new \Symfony\Component\HttpKernel\EventListener\ErrorListener('error_controller', ($this->privates['monolog.logger.request'] ?? $this->getMonolog_Logger_RequestService()), true, []);
  2986.     }
  2987.     /**
  2988.      * Gets the private 'framework_extra_bundle.argument_name_convertor' shared service.
  2989.      *
  2990.      * @return \Sensio\Bundle\FrameworkExtraBundle\Request\ArgumentNameConverter
  2991.      */
  2992.     protected function getFrameworkExtraBundle_ArgumentNameConvertorService()
  2993.     {
  2994.         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())));
  2995.     }
  2996.     /**
  2997.      * Gets the private 'framework_extra_bundle.event.is_granted' shared service.
  2998.      *
  2999.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\IsGrantedListener
  3000.      */
  3001.     protected function getFrameworkExtraBundle_Event_IsGrantedService()
  3002.     {
  3003.         $a = ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService());
  3004.         if (isset($this->privates['framework_extra_bundle.event.is_granted'])) {
  3005.             return $this->privates['framework_extra_bundle.event.is_granted'];
  3006.         }
  3007.         return $this->privates['framework_extra_bundle.event.is_granted'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\IsGrantedListener(($this->privates['framework_extra_bundle.argument_name_convertor'] ?? $this->getFrameworkExtraBundle_ArgumentNameConvertorService()), $a);
  3008.     }
  3009.     /**
  3010.      * Gets the private 'locale_aware_listener' shared service.
  3011.      *
  3012.      * @return \Symfony\Component\HttpKernel\EventListener\LocaleAwareListener
  3013.      */
  3014.     protected function getLocaleAwareListenerService()
  3015.     {
  3016.         return $this->privates['locale_aware_listener'] = new \Symfony\Component\HttpKernel\EventListener\LocaleAwareListener(new RewindableGenerator(function () {
  3017.             yield => ($this->privates['slugger'] ?? ($this->privates['slugger'] = new \Symfony\Component\String\Slugger\AsciiSlugger('en')));
  3018.             yield => ($this->privates['translator.default'] ?? $this->getTranslator_DefaultService());
  3019.         }, 2), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  3020.     }
  3021.     /**
  3022.      * Gets the private 'locale_listener' shared service.
  3023.      *
  3024.      * @return \Symfony\Component\HttpKernel\EventListener\LocaleListener
  3025.      */
  3026.     protected function getLocaleListenerService()
  3027.     {
  3028.         $a = ($this->services['router'] ?? $this->getRouterService());
  3029.         if (isset($this->privates['locale_listener'])) {
  3030.             return $this->privates['locale_listener'];
  3031.         }
  3032.         return $this->privates['locale_listener'] = new \Symfony\Component\HttpKernel\EventListener\LocaleListener(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), 'en'$afalse, []);
  3033.     }
  3034.     /**
  3035.      * Gets the private 'mime_types' shared service.
  3036.      *
  3037.      * @return \Symfony\Component\Mime\MimeTypes
  3038.      */
  3039.     protected function getMimeTypesService()
  3040.     {
  3041.         $this->privates['mime_types'] = $instance = new \Symfony\Component\Mime\MimeTypes();
  3042.         $instance->setDefault($instance);
  3043.         return $instance;
  3044.     }
  3045.     /**
  3046.      * Gets the private 'monolog.handler.console' shared service.
  3047.      *
  3048.      * @return \Symfony\Bridge\Monolog\Handler\ConsoleHandler
  3049.      */
  3050.     protected function getMonolog_Handler_ConsoleService()
  3051.     {
  3052.         return $this->privates['monolog.handler.console'] = new \Symfony\Bridge\Monolog\Handler\ConsoleHandler(NULLtrue, [], []);
  3053.     }
  3054.     /**
  3055.      * Gets the private 'monolog.handler.console_doctrine' shared service.
  3056.      *
  3057.      * @return \Symfony\Bridge\Monolog\Handler\ConsoleHandler
  3058.      */
  3059.     protected function getMonolog_Handler_ConsoleDoctrineService()
  3060.     {
  3061.         return $this->privates['monolog.handler.console_doctrine'] = new \Symfony\Bridge\Monolog\Handler\ConsoleHandler(NULLtrue, [], []);
  3062.     }
  3063.     /**
  3064.      * Gets the private 'monolog.handler.main' shared service.
  3065.      *
  3066.      * @return \Monolog\Handler\RotatingFileHandler
  3067.      */
  3068.     protected function getMonolog_Handler_MainService()
  3069.     {
  3070.         $this->privates['monolog.handler.main'] = $instance = new \Monolog\Handler\RotatingFileHandler((\dirname(__DIR__3).'/log/dev.log'), 10100trueNULLfalse);
  3071.         $instance->pushProcessor(($this->privates['monolog.processor.psr_log_message'] ?? ($this->privates['monolog.processor.psr_log_message'] = new \Monolog\Processor\PsrLogMessageProcessor())));
  3072.         $instance->setFilenameFormat('{filename}-{date}''Y-m-d');
  3073.         return $instance;
  3074.     }
  3075.     /**
  3076.      * Gets the private 'monolog.handler.sentry' shared service.
  3077.      *
  3078.      * @return \Sentry\Monolog\Handler
  3079.      */
  3080.     protected function getMonolog_Handler_SentryService()
  3081.     {
  3082.         $this->privates['monolog.handler.sentry'] = $instance = new \Sentry\Monolog\Handler(($this->privates['Sentry\\State\\HubInterface'] ?? $this->getHubInterfaceService()), 400truefalse);
  3083.         $instance->pushProcessor(($this->privates['monolog.processor.psr_log_message'] ?? ($this->privates['monolog.processor.psr_log_message'] = new \Monolog\Processor\PsrLogMessageProcessor())));
  3084.         return $instance;
  3085.     }
  3086.     /**
  3087.      * Gets the private 'monolog.logger' shared service.
  3088.      *
  3089.      * @return \Symfony\Bridge\Monolog\Logger
  3090.      */
  3091.     protected function getMonolog_LoggerService()
  3092.     {
  3093.         $this->privates['monolog.logger'] = $instance = new \Symfony\Bridge\Monolog\Logger('app');
  3094.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  3095.         $instance->useMicrosecondTimestamps(true);
  3096.         $instance->pushHandler(($this->privates['monolog.handler.sentry'] ?? $this->getMonolog_Handler_SentryService()));
  3097.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  3098.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  3099.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  3100.         return $instance;
  3101.     }
  3102.     /**
  3103.      * Gets the private 'monolog.logger.cache' shared service.
  3104.      *
  3105.      * @return \Symfony\Bridge\Monolog\Logger
  3106.      */
  3107.     protected function getMonolog_Logger_CacheService()
  3108.     {
  3109.         $this->privates['monolog.logger.cache'] = $instance = new \Symfony\Bridge\Monolog\Logger('cache');
  3110.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  3111.         $instance->pushHandler(($this->privates['monolog.handler.sentry'] ?? $this->getMonolog_Handler_SentryService()));
  3112.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  3113.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  3114.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  3115.         return $instance;
  3116.     }
  3117.     /**
  3118.      * Gets the private 'monolog.logger.request' shared service.
  3119.      *
  3120.      * @return \Symfony\Bridge\Monolog\Logger
  3121.      */
  3122.     protected function getMonolog_Logger_RequestService()
  3123.     {
  3124.         $this->privates['monolog.logger.request'] = $instance = new \Symfony\Bridge\Monolog\Logger('request');
  3125.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  3126.         $instance->pushHandler(($this->privates['monolog.handler.sentry'] ?? $this->getMonolog_Handler_SentryService()));
  3127.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  3128.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  3129.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  3130.         return $instance;
  3131.     }
  3132.     /**
  3133.      * Gets the private 'monolog.logger.security' shared service.
  3134.      *
  3135.      * @return \Symfony\Bridge\Monolog\Logger
  3136.      */
  3137.     protected function getMonolog_Logger_SecurityService()
  3138.     {
  3139.         $this->privates['monolog.logger.security'] = $instance = new \Symfony\Bridge\Monolog\Logger('security');
  3140.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  3141.         $instance->pushHandler(($this->privates['monolog.handler.sentry'] ?? $this->getMonolog_Handler_SentryService()));
  3142.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  3143.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  3144.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  3145.         return $instance;
  3146.     }
  3147.     /**
  3148.      * Gets the private 'nelmio_cors.cors_listener' shared service.
  3149.      *
  3150.      * @return \Nelmio\CorsBundle\EventListener\CorsListener
  3151.      */
  3152.     protected function getNelmioCors_CorsListenerService()
  3153.     {
  3154.         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'))]));
  3155.     }
  3156.     /**
  3157.      * Gets the private 'parameter_bag' shared service.
  3158.      *
  3159.      * @return \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag
  3160.      */
  3161.     protected function getParameterBagService()
  3162.     {
  3163.         return $this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this);
  3164.     }
  3165.     /**
  3166.      * Gets the private 'profiler_listener' shared service.
  3167.      *
  3168.      * @return \Symfony\Component\HttpKernel\EventListener\ProfilerListener
  3169.      */
  3170.     protected function getProfilerListenerService()
  3171.     {
  3172.         $a = ($this->services['.container.private.profiler'] ?? $this->get_Container_Private_ProfilerService());
  3173.         if (isset($this->privates['profiler_listener'])) {
  3174.             return $this->privates['profiler_listener'];
  3175.         }
  3176.         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())), NULLfalsetrueNULL);
  3177.     }
  3178.     /**
  3179.      * Gets the private 'property_accessor' shared service.
  3180.      *
  3181.      * @return \Symfony\Component\PropertyAccess\PropertyAccessor
  3182.      */
  3183.     protected function getPropertyAccessorService()
  3184.     {
  3185.         $a = ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  3186.         return $this->privates['property_accessor'] = new \Symfony\Component\PropertyAccess\PropertyAccessor(32, new \Symfony\Component\Cache\Adapter\ArrayAdapter(0false), $a$a);
  3187.     }
  3188.     /**
  3189.      * Gets the private 'property_info' shared service.
  3190.      *
  3191.      * @return \Symfony\Component\PropertyInfo\PropertyInfoExtractor
  3192.      */
  3193.     protected function getPropertyInfoService()
  3194.     {
  3195.         return $this->privates['property_info'] = new \Symfony\Component\PropertyInfo\PropertyInfoExtractor(new RewindableGenerator(function () {
  3196.             yield => ($this->privates['property_info.serializer_extractor'] ?? $this->load('getPropertyInfo_SerializerExtractorService'));
  3197.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  3198.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->load('getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService'));
  3199.         }, 3), new RewindableGenerator(function () {
  3200.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->load('getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService'));
  3201.             yield => ($this->privates['property_info.phpstan_extractor'] ?? ($this->privates['property_info.phpstan_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\PhpStanExtractor()));
  3202.             yield => ($this->privates['property_info.php_doc_extractor'] ?? ($this->privates['property_info.php_doc_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\PhpDocExtractor()));
  3203.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  3204.         }, 4), new RewindableGenerator(function () {
  3205.             yield => ($this->privates['property_info.php_doc_extractor'] ?? ($this->privates['property_info.php_doc_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\PhpDocExtractor()));
  3206.         }, 1), new RewindableGenerator(function () {
  3207.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->load('getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService'));
  3208.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  3209.         }, 2), new RewindableGenerator(function () {
  3210.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  3211.         }, 1));
  3212.     }
  3213.     /**
  3214.      * Gets the private 'router.expression_language_provider' shared service.
  3215.      *
  3216.      * @return \Symfony\Component\Routing\Matcher\ExpressionLanguageProvider
  3217.      */
  3218.     protected function getRouter_ExpressionLanguageProviderService()
  3219.     {
  3220.         return $this->privates['router.expression_language_provider'] = new \Symfony\Component\Routing\Matcher\ExpressionLanguageProvider(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3221.             'env' => ['privates''container.getenv''getContainer_GetenvService'true],
  3222.         ], [
  3223.             'env' => 'Closure',
  3224.         ]));
  3225.     }
  3226.     /**
  3227.      * Gets the private 'router.request_context' shared service.
  3228.      *
  3229.      * @return \Symfony\Component\Routing\RequestContext
  3230.      */
  3231.     protected function getRouter_RequestContextService()
  3232.     {
  3233.         $this->privates['router.request_context'] = $instance \Symfony\Component\Routing\RequestContext::fromUri('''localhost''http'80443);
  3234.         $instance->setParameter('_functions', ($this->privates['router.expression_language_provider'] ?? $this->getRouter_ExpressionLanguageProviderService()));
  3235.         return $instance;
  3236.     }
  3237.     /**
  3238.      * Gets the private 'router_listener' shared service.
  3239.      *
  3240.      * @return \Symfony\Component\HttpKernel\EventListener\RouterListener
  3241.      */
  3242.     protected function getRouterListenerService()
  3243.     {
  3244.         $a = ($this->services['router'] ?? $this->getRouterService());
  3245.         if (isset($this->privates['router_listener'])) {
  3246.             return $this->privates['router_listener'];
  3247.         }
  3248.         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);
  3249.     }
  3250.     /**
  3251.      * Gets the private 'security.context_listener.0' shared service.
  3252.      *
  3253.      * @return \Symfony\Component\Security\Http\Firewall\ContextListener
  3254.      */
  3255.     protected function getSecurity_ContextListener_0Service()
  3256.     {
  3257.         $a = ($this->privates['security.event_dispatcher.site_api'] ?? $this->getSecurity_EventDispatcher_SiteApiService());
  3258.         if (isset($this->privates['security.context_listener.0'])) {
  3259.             return $this->privates['security.context_listener.0'];
  3260.         }
  3261.         return $this->privates['security.context_listener.0'] = new \Symfony\Component\Security\Http\Firewall\ContextListener(($this->privates['security.untracked_token_storage'] ?? ($this->privates['security.untracked_token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())), new RewindableGenerator(function () {
  3262.             yield => ($this->privates['security.user.provider.concrete.mobile_user_provider'] ?? $this->load('getSecurity_User_Provider_Concrete_MobileUserProviderService'));
  3263.             yield => ($this->privates['security.user.provider.concrete.site_user_provider'] ?? $this->load('getSecurity_User_Provider_Concrete_SiteUserProviderService'));
  3264.         }, 2), 'site_api', ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), $a, ($this->privates['security.authentication.trust_resolver'] ?? ($this->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver())), [=> ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), => 'enableUsageTracking']);
  3265.     }
  3266.     /**
  3267.      * Gets the private 'security.context_listener.1' shared service.
  3268.      *
  3269.      * @return \Symfony\Component\Security\Http\Firewall\ContextListener
  3270.      */
  3271.     protected function getSecurity_ContextListener_1Service()
  3272.     {
  3273.         $a = ($this->privates['security.event_dispatcher.client_api'] ?? $this->getSecurity_EventDispatcher_ClientApiService());
  3274.         if (isset($this->privates['security.context_listener.1'])) {
  3275.             return $this->privates['security.context_listener.1'];
  3276.         }
  3277.         return $this->privates['security.context_listener.1'] = new \Symfony\Component\Security\Http\Firewall\ContextListener(($this->privates['security.untracked_token_storage'] ?? ($this->privates['security.untracked_token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())), new RewindableGenerator(function () {
  3278.             yield => ($this->privates['security.user.provider.concrete.mobile_user_provider'] ?? $this->load('getSecurity_User_Provider_Concrete_MobileUserProviderService'));
  3279.             yield => ($this->privates['security.user.provider.concrete.site_user_provider'] ?? $this->load('getSecurity_User_Provider_Concrete_SiteUserProviderService'));
  3280.         }, 2), 'client_api', ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), $a, ($this->privates['security.authentication.trust_resolver'] ?? ($this->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver())), [=> ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), => 'enableUsageTracking']);
  3281.     }
  3282.     /**
  3283.      * Gets the private 'security.event_dispatcher.client_api' shared service.
  3284.      *
  3285.      * @return \Symfony\Component\EventDispatcher\EventDispatcher
  3286.      */
  3287.     protected function getSecurity_EventDispatcher_ClientApiService()
  3288.     {
  3289.         $this->privates['security.event_dispatcher.client_api'] = $instance = new \Symfony\Component\EventDispatcher\EventDispatcher();
  3290.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  3291.             return ($this->privates['security.listener.client_api.user_provider'] ?? $this->load('getSecurity_Listener_ClientApi_UserProviderService'));
  3292.         }, => 'checkPassport'], 2048);
  3293.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  3294.             return ($this->privates['App\\EventListener\\SiteLogoutSubscriber'] ?? ($this->privates['App\\EventListener\\SiteLogoutSubscriber'] = new \App\EventListener\SiteLogoutSubscriber()));
  3295.         }, => 'onLogout'], 63);
  3296.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  3297.             return ($this->privates['security.listener.session.client_api'] ?? $this->load('getSecurity_Listener_Session_ClientApiService'));
  3298.         }, => 'onSuccessfulLogin'], 0);
  3299.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  3300.             return ($this->privates['security.logout.listener.default.client_api'] ?? $this->load('getSecurity_Logout_Listener_Default_ClientApiService'));
  3301.         }, => 'onLogout'], 64);
  3302.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  3303.             return ($this->privates['security.logout.listener.session.client_api'] ?? ($this->privates['security.logout.listener.session.client_api'] = new \Symfony\Component\Security\Http\EventListener\SessionLogoutListener()));
  3304.         }, => 'onLogout'], 0);
  3305.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  3306.             return ($this->privates['security.listener.user_checker.client_api'] ?? $this->load('getSecurity_Listener_UserChecker_ClientApiService'));
  3307.         }, => 'preCheckCredentials'], 256);
  3308.         $instance->addListener('security.authentication.success', [=> function () {
  3309.             return ($this->privates['security.listener.user_checker.client_api'] ?? $this->load('getSecurity_Listener_UserChecker_ClientApiService'));
  3310.         }, => 'postCheckCredentials'], 256);
  3311.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  3312.             return ($this->privates['security.listener.user_provider'] ?? $this->load('getSecurity_Listener_UserProviderService'));
  3313.         }, => 'checkPassport'], 1024);
  3314.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  3315.             return ($this->privates['Sentry\\SentryBundle\\EventListener\\LoginListener'] ?? $this->getLoginListenerService());
  3316.         }, => 'handleLoginSuccessEvent'], 0);
  3317.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  3318.             return ($this->privates['security.listener.check_authenticator_credentials'] ?? $this->load('getSecurity_Listener_CheckAuthenticatorCredentialsService'));
  3319.         }, => 'checkPassport'], 0);
  3320.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  3321.             return ($this->privates['security.listener.password_migrating'] ?? $this->load('getSecurity_Listener_PasswordMigratingService'));
  3322.         }, => 'onLoginSuccess'], 0);
  3323.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  3324.             return ($this->privates['security.listener.csrf_protection'] ?? $this->load('getSecurity_Listener_CsrfProtectionService'));
  3325.         }, => 'checkPassport'], 512);
  3326.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  3327.             return ($this->privates['security.logout.listener.csrf_token_clearing'] ?? $this->load('getSecurity_Logout_Listener_CsrfTokenClearingService'));
  3328.         }, => 'onLogout'], 0);
  3329.         return $instance;
  3330.     }
  3331.     /**
  3332.      * Gets the private 'security.event_dispatcher.site_api' shared service.
  3333.      *
  3334.      * @return \Symfony\Component\EventDispatcher\EventDispatcher
  3335.      */
  3336.     protected function getSecurity_EventDispatcher_SiteApiService()
  3337.     {
  3338.         $this->privates['security.event_dispatcher.site_api'] = $instance = new \Symfony\Component\EventDispatcher\EventDispatcher();
  3339.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  3340.             return ($this->privates['security.listener.site_api.user_provider'] ?? $this->load('getSecurity_Listener_SiteApi_UserProviderService'));
  3341.         }, => 'checkPassport'], 2048);
  3342.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  3343.             return ($this->privates['App\\EventListener\\SiteLogoutSubscriber'] ?? ($this->privates['App\\EventListener\\SiteLogoutSubscriber'] = new \App\EventListener\SiteLogoutSubscriber()));
  3344.         }, => 'onLogout'], 63);
  3345.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  3346.             return ($this->privates['security.listener.session.site_api'] ?? $this->load('getSecurity_Listener_Session_SiteApiService'));
  3347.         }, => 'onSuccessfulLogin'], 0);
  3348.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  3349.             return ($this->privates['security.logout.listener.default.site_api'] ?? $this->load('getSecurity_Logout_Listener_Default_SiteApiService'));
  3350.         }, => 'onLogout'], 64);
  3351.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  3352.             return ($this->privates['security.logout.listener.session.site_api'] ?? ($this->privates['security.logout.listener.session.site_api'] = new \Symfony\Component\Security\Http\EventListener\SessionLogoutListener()));
  3353.         }, => 'onLogout'], 0);
  3354.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  3355.             return ($this->privates['security.listener.user_checker.site_api'] ?? $this->load('getSecurity_Listener_UserChecker_SiteApiService'));
  3356.         }, => 'preCheckCredentials'], 256);
  3357.         $instance->addListener('security.authentication.success', [=> function () {
  3358.             return ($this->privates['security.listener.user_checker.site_api'] ?? $this->load('getSecurity_Listener_UserChecker_SiteApiService'));
  3359.         }, => 'postCheckCredentials'], 256);
  3360.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  3361.             return ($this->privates['security.listener.user_provider'] ?? $this->load('getSecurity_Listener_UserProviderService'));
  3362.         }, => 'checkPassport'], 1024);
  3363.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  3364.             return ($this->privates['Sentry\\SentryBundle\\EventListener\\LoginListener'] ?? $this->getLoginListenerService());
  3365.         }, => 'handleLoginSuccessEvent'], 0);
  3366.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  3367.             return ($this->privates['security.listener.check_authenticator_credentials'] ?? $this->load('getSecurity_Listener_CheckAuthenticatorCredentialsService'));
  3368.         }, => 'checkPassport'], 0);
  3369.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  3370.             return ($this->privates['security.listener.password_migrating'] ?? $this->load('getSecurity_Listener_PasswordMigratingService'));
  3371.         }, => 'onLoginSuccess'], 0);
  3372.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  3373.             return ($this->privates['security.listener.csrf_protection'] ?? $this->load('getSecurity_Listener_CsrfProtectionService'));
  3374.         }, => 'checkPassport'], 512);
  3375.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  3376.             return ($this->privates['security.logout.listener.csrf_token_clearing'] ?? $this->load('getSecurity_Logout_Listener_CsrfTokenClearingService'));
  3377.         }, => 'onLogout'], 0);
  3378.         return $instance;
  3379.     }
  3380.     /**
  3381.      * Gets the private 'security.expression_language' shared service.
  3382.      *
  3383.      * @return \Symfony\Component\Security\Core\Authorization\ExpressionLanguage
  3384.      */
  3385.     protected function getSecurity_ExpressionLanguageService()
  3386.     {
  3387.         $this->privates['security.expression_language'] = $instance = new \Symfony\Component\Security\Core\Authorization\ExpressionLanguage(($this->privates['cache.security_expression_language.traceable'] ?? $this->getCache_SecurityExpressionLanguage_TraceableService()));
  3388.         $instance->registerProvider(($this->privates['api_platform.security.expression_language_provider'] ?? ($this->privates['api_platform.security.expression_language_provider'] = new \ApiPlatform\Symfony\Security\Core\Authorization\ExpressionLanguageProvider())));
  3389.         return $instance;
  3390.     }
  3391.     /**
  3392.      * Gets the private 'security.firewall.map' shared service.
  3393.      *
  3394.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallMap
  3395.      */
  3396.     protected function getSecurity_Firewall_MapService()
  3397.     {
  3398.         $a = ($this->privates['.service_locator.Sm0EPAW'] ?? $this->get_ServiceLocator_Sm0EPAWService());
  3399.         if (isset($this->privates['security.firewall.map'])) {
  3400.             return $this->privates['security.firewall.map'];
  3401.         }
  3402.         return $this->privates['security.firewall.map'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallMap($a, new RewindableGenerator(function () {
  3403.             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)/')));
  3404.             yield 'security.firewall.map.context.docs' => ($this->privates['.security.request_matcher.V8tYWOS'] ?? ($this->privates['.security.request_matcher.V8tYWOS'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/doc/')));
  3405.             yield 'security.firewall.map.context.mobile_auth' => ($this->privates['.security.request_matcher.rJZSgM2'] ?? ($this->privates['.security.request_matcher.rJZSgM2'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/mobile/(users|login|update-token)$')));
  3406.             yield 'security.firewall.map.context.mobile_api' => ($this->privates['.security.request_matcher.tO0XCYM'] ?? ($this->privates['.security.request_matcher.tO0XCYM'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/mobile/')));
  3407.             yield 'security.firewall.map.context.site_api' => ($this->privates['.security.request_matcher.Hq9_TbA'] ?? ($this->privates['.security.request_matcher.Hq9_TbA'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/site/')));
  3408.             yield 'security.firewall.map.context.client_api' => ($this->privates['.security.request_matcher.xm.o5mQ'] ?? ($this->privates['.security.request_matcher.xm.o5mQ'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/client/')));
  3409.         }, 6));
  3410.     }
  3411.     /**
  3412.      * Gets the private 'security.helper' shared service.
  3413.      *
  3414.      * @return \Symfony\Component\Security\Core\Security
  3415.      */
  3416.     protected function getSecurity_HelperService()
  3417.     {
  3418.         return $this->privates['security.helper'] = new \Symfony\Component\Security\Core\Security(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3419.             'security.authorization_checker' => ['services''.container.private.security.authorization_checker''get_Container_Private_Security_AuthorizationCheckerService'false],
  3420.             'security.token_storage' => ['services''.container.private.security.token_storage''get_Container_Private_Security_TokenStorageService'false],
  3421.         ], [
  3422.             'security.authorization_checker' => '?',
  3423.             'security.token_storage' => '?',
  3424.         ]));
  3425.     }
  3426.     /**
  3427.      * Gets the private 'security.logout_url_generator' shared service.
  3428.      *
  3429.      * @return \Symfony\Component\Security\Http\Logout\LogoutUrlGenerator
  3430.      */
  3431.     protected function getSecurity_LogoutUrlGeneratorService()
  3432.     {
  3433.         $a = ($this->services['router'] ?? $this->getRouterService());
  3434.         if (isset($this->privates['security.logout_url_generator'])) {
  3435.             return $this->privates['security.logout_url_generator'];
  3436.         }
  3437.         $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()));
  3438.         $instance->registerListener('site_api''site_logout''logout''_csrf_token'NULLNULL);
  3439.         $instance->registerListener('client_api''client_logout''logout''_csrf_token'NULLNULL);
  3440.         return $instance;
  3441.     }
  3442.     /**
  3443.      * Gets the private 'security.role_hierarchy' shared service.
  3444.      *
  3445.      * @return \Symfony\Component\Security\Core\Role\RoleHierarchy
  3446.      */
  3447.     protected function getSecurity_RoleHierarchyService()
  3448.     {
  3449.         return $this->privates['security.role_hierarchy'] = new \Symfony\Component\Security\Core\Role\RoleHierarchy($this->parameters['security.role_hierarchy.roles']);
  3450.     }
  3451.     /**
  3452.      * Gets the private 'sensio_framework_extra.controller.listener' shared service.
  3453.      *
  3454.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener
  3455.      */
  3456.     protected function getSensioFrameworkExtra_Controller_ListenerService()
  3457.     {
  3458.         return $this->privates['sensio_framework_extra.controller.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  3459.     }
  3460.     /**
  3461.      * Gets the private 'sensio_framework_extra.converter.listener' shared service.
  3462.      *
  3463.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener
  3464.      */
  3465.     protected function getSensioFrameworkExtra_Converter_ListenerService()
  3466.     {
  3467.         $a = new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\ParamConverterManager();
  3468.         $a->add(new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\DoctrineParamConverter(($this->services['doctrine'] ?? $this->getDoctrineService()), new \Symfony\Component\ExpressionLanguage\ExpressionLanguage()), 0'doctrine.orm');
  3469.         $a->add(new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\DateTimeParamConverter(), 0'datetime');
  3470.         return $this->privates['sensio_framework_extra.converter.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener($atrue);
  3471.     }
  3472.     /**
  3473.      * Gets the private 'sensio_framework_extra.security.listener' shared service.
  3474.      *
  3475.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\SecurityListener
  3476.      */
  3477.     protected function getSensioFrameworkExtra_Security_ListenerService()
  3478.     {
  3479.         $a = ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService());
  3480.         if (isset($this->privates['sensio_framework_extra.security.listener'])) {
  3481.             return $this->privates['sensio_framework_extra.security.listener'];
  3482.         }
  3483.         $b = new \Sensio\Bundle\FrameworkExtraBundle\Security\ExpressionLanguage();
  3484.         $b->registerProvider(($this->privates['api_platform.security.expression_language_provider'] ?? ($this->privates['api_platform.security.expression_language_provider'] = new \ApiPlatform\Symfony\Security\Core\Authorization\ExpressionLanguageProvider())));
  3485.         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()), $b, ($this->privates['security.authentication.trust_resolver'] ?? ($this->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver())), ($this->privates['security.role_hierarchy'] ?? $this->getSecurity_RoleHierarchyService()), ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), $a, ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  3486.     }
  3487.     /**
  3488.      * Gets the private 'sensio_framework_extra.view.listener' shared service.
  3489.      *
  3490.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\TemplateListener
  3491.      */
  3492.     protected function getSensioFrameworkExtra_View_ListenerService()
  3493.     {
  3494.         $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))));
  3495.         $instance->setContainer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3496.             'twig' => ['services''.container.private.twig''get_Container_Private_TwigService'false],
  3497.         ], [
  3498.             'twig' => '?',
  3499.         ]))->withContext('sensio_framework_extra.view.listener'$this));
  3500.         return $instance;
  3501.     }
  3502.     /**
  3503.      * Gets the private 'serializer.name_converter.metadata_aware' shared service.
  3504.      *
  3505.      * @return \Symfony\Component\Serializer\NameConverter\MetadataAwareNameConverter
  3506.      */
  3507.     protected function getSerializer_NameConverter_MetadataAwareService()
  3508.     {
  3509.         return $this->privates['serializer.name_converter.metadata_aware'] = new \Symfony\Component\Serializer\NameConverter\MetadataAwareNameConverter(($this->privates['api_platform.serializer.mapping.class_metadata_factory'] ?? $this->getApiPlatform_Serializer_Mapping_ClassMetadataFactoryService()));
  3510.     }
  3511.     /**
  3512.      * Gets the private 'session_listener' shared service.
  3513.      *
  3514.      * @return \Symfony\Component\HttpKernel\EventListener\SessionListener
  3515.      */
  3516.     protected function getSessionListenerService()
  3517.     {
  3518.         return $this->privates['session_listener'] = new \Symfony\Component\HttpKernel\EventListener\SessionListener(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3519.             'initialized_session' => ['services''.container.private.session'NULLtrue],
  3520.             'logger' => ['privates''monolog.logger''getMonolog_LoggerService'false],
  3521.             'session' => ['services''.container.private.session''get_Container_Private_SessionService'true],
  3522.             'session_collector' => ['privates''data_collector.request.session_collector''getDataCollector_Request_SessionCollectorService'true],
  3523.             'session_factory' => ['privates''session.factory''getSession_FactoryService'true],
  3524.         ], [
  3525.             'initialized_session' => '?',
  3526.             'logger' => '?',
  3527.             'session' => '?',
  3528.             'session_collector' => '?',
  3529.             'session_factory' => '?',
  3530.         ]), true$this->parameters['session.storage.options']);
  3531.     }
  3532.     /**
  3533.      * Gets the private 'translator.default' shared service.
  3534.      *
  3535.      * @return \Symfony\Bundle\FrameworkBundle\Translation\Translator
  3536.      */
  3537.     protected function getTranslator_DefaultService()
  3538.     {
  3539.         $this->privates['translator.default'] = $instance = new \Symfony\Bundle\FrameworkBundle\Translation\Translator(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3540.             'translation.loader.csv' => ['privates''translation.loader.csv''getTranslation_Loader_CsvService'true],
  3541.             'translation.loader.dat' => ['privates''translation.loader.dat''getTranslation_Loader_DatService'true],
  3542.             'translation.loader.ini' => ['privates''translation.loader.ini''getTranslation_Loader_IniService'true],
  3543.             'translation.loader.json' => ['privates''translation.loader.json''getTranslation_Loader_JsonService'true],
  3544.             'translation.loader.mo' => ['privates''translation.loader.mo''getTranslation_Loader_MoService'true],
  3545.             'translation.loader.php' => ['privates''translation.loader.php''getTranslation_Loader_PhpService'true],
  3546.             'translation.loader.po' => ['privates''translation.loader.po''getTranslation_Loader_PoService'true],
  3547.             'translation.loader.qt' => ['privates''translation.loader.qt''getTranslation_Loader_QtService'true],
  3548.             'translation.loader.res' => ['privates''translation.loader.res''getTranslation_Loader_ResService'true],
  3549.             'translation.loader.xliff' => ['privates''translation.loader.xliff''getTranslation_Loader_XliffService'true],
  3550.             'translation.loader.yml' => ['privates''translation.loader.yml''getTranslation_Loader_YmlService'true],
  3551.         ], [
  3552.             'translation.loader.csv' => '?',
  3553.             'translation.loader.dat' => '?',
  3554.             'translation.loader.ini' => '?',
  3555.             'translation.loader.json' => '?',
  3556.             'translation.loader.mo' => '?',
  3557.             'translation.loader.php' => '?',
  3558.             'translation.loader.po' => '?',
  3559.             'translation.loader.qt' => '?',
  3560.             'translation.loader.res' => '?',
  3561.             'translation.loader.xliff' => '?',
  3562.             'translation.loader.yml' => '?',
  3563.         ]), new \Symfony\Component\Translation\Formatter\MessageFormatter(new \Symfony\Component\Translation\IdentityTranslator()), 'en', ['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')], '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')], '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')], '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')], 'cy' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.cy.xlf')], 'da' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.da.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.da.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.da.xlf')], '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')], 'el' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.el.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.el.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.el.xlf')], 'en' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.en.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.en.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.en.xlf')], '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')], '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')], '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')], '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')], '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')], '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')], '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')], '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')], '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')], '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')], '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')], 'lv' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.lv.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.lv.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.lv.xlf')], 'mn' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.mn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.mn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.mn.xlf')], 'my' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.my.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.my.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.my.xlf')], 'nb' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.nb.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.nb.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.nb.xlf')], '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')], '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')], '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')], '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')], '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')], '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')], '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')], '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')], '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')], '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')], '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')], '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')], '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')], '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')]], '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).'/translations'), => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle/translations'), => (\dirname(__DIR__4).'/vendor/symfony/twig-bundle/translations'), => (\dirname(__DIR__4).'/vendor/twig/extra-bundle/translations'), => (\dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/translations'), => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/translations'), => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/translations'), 10 => (\dirname(__DIR__4).'/vendor/symfony/security-bundle/translations'), 11 => (\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/translations'), 12 => (\dirname(__DIR__4).'/vendor/symfony/monolog-bundle/translations'), 13 => (\dirname(__DIR__4).'/vendor/symfony/debug-bundle/translations'), 14 => (\dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/translations'), 15 => (\dirname(__DIR__4).'/vendor/fresh/doctrine-enum-bundle/translations'), 16 => (\dirname(__DIR__4).'/vendor/nelmio/cors-bundle/translations'), 17 => (\dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/Bundle/translations'), 18 => (\dirname(__DIR__4).'/vendor/kreait/firebase-bundle/src/translations'), 19 => (\dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/translations'), 20 => (\dirname(__DIR__4).'/vendor/sentry/sentry-symfony/src/translations'), 21 => (\dirname(__DIR__4).'/vendor/stof/doctrine-extensions-bundle/src/translations')], 'cache_vary' => ['scanned_directories' => [=> 'vendor/symfony/validator/Resources/translations'=> 'vendor/symfony/form/Resources/translations'=> 'vendor/symfony/security-core/Resources/translations'=> 'translations'=> 'vendor/symfony/framework-bundle/translations'=> 'vendor/symfony/twig-bundle/translations'=> 'vendor/twig/extra-bundle/translations'=> 'vendor/sensio/framework-extra-bundle/src/translations'=> 'vendor/doctrine/doctrine-bundle/translations'=> 'vendor/doctrine/doctrine-migrations-bundle/translations'10 => 'vendor/symfony/security-bundle/translations'11 => 'vendor/symfony/web-profiler-bundle/translations'12 => 'vendor/symfony/monolog-bundle/translations'13 => 'vendor/symfony/debug-bundle/translations'14 => 'vendor/symfony/maker-bundle/src/translations'15 => 'vendor/fresh/doctrine-enum-bundle/translations'16 => 'vendor/nelmio/cors-bundle/translations'17 => 'vendor/api-platform/core/src/Symfony/Bundle/translations'18 => 'vendor/kreait/firebase-bundle/src/translations'19 => 'vendor/lexik/jwt-authentication-bundle/translations'20 => 'vendor/sentry/sentry-symfony/src/translations'21 => 'vendor/stof/doctrine-extensions-bundle/src/translations']]], []);
  3564.         $instance->setConfigCacheFactory(($this->privates['config_cache_factory'] ?? $this->getConfigCacheFactoryService()));
  3565.         $instance->setFallbackLocales([=> 'en']);
  3566.         return $instance;
  3567.     }
  3568.     /**
  3569.      * Gets the private 'validator.builder' shared service.
  3570.      *
  3571.      * @return \Symfony\Component\Validator\ValidatorBuilder
  3572.      */
  3573.     protected function getValidator_BuilderService()
  3574.     {
  3575.         $this->privates['validator.builder'] = $instance \Symfony\Component\Validator\Validation::createValidatorBuilder();
  3576.         $a = ($this->privates['property_info'] ?? $this->getPropertyInfoService());
  3577.         $instance->setConstraintValidatorFactory(new \Symfony\Component\Validator\ContainerConstraintValidatorFactory(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3578.             'App\\Validator\\Constraints\\CircularLinkValidator' => ['privates''App\\Validator\\Constraints\\CircularLinkValidator''getCircularLinkValidatorService'true],
  3579.             'App\\Validator\\Constraints\\CommonRoleGroupValidator' => ['privates''App\\Validator\\Constraints\\CommonRoleGroupValidator''getCommonRoleGroupValidatorService'true],
  3580.             'App\\Validator\\Constraints\\ContextRole\\CanEditProjectUserValidator' => ['privates''App\\Validator\\Constraints\\ContextRole\\CanEditProjectUserValidator''getCanEditProjectUserValidatorService'true],
  3581.             'App\\Validator\\Constraints\\Context\\CommonParentValidator' => ['privates''App\\Validator\\Constraints\\Context\\CommonParentValidator''getCommonParentValidatorService'true],
  3582.             'App\\Validator\\Constraints\\DecisionAndDecisionTypeValidator' => ['privates''App\\Validator\\Constraints\\DecisionAndDecisionTypeValidator''getDecisionAndDecisionTypeValidatorService'true],
  3583.             'App\\Validator\\Constraints\\DecisionTypeValidator' => ['privates''App\\Validator\\Constraints\\DecisionTypeValidator''getDecisionTypeValidatorService'true],
  3584.             'App\\Validator\\Constraints\\DependencyLogicValidator' => ['privates''App\\Validator\\Constraints\\DependencyLogicValidator''getDependencyLogicValidatorService'true],
  3585.             'App\\Validator\\Constraints\\EscalationRouteCycleValidator' => ['privates''App\\Validator\\Constraints\\EscalationRouteCycleValidator''getEscalationRouteCycleValidatorService'true],
  3586.             'App\\Validator\\Constraints\\FragmentRootValidator' => ['privates''App\\Validator\\Constraints\\FragmentRootValidator''getFragmentRootValidatorService'true],
  3587.             'App\\Validator\\Constraints\\IsRootNodeValidator' => ['privates''App\\Validator\\Constraints\\IsRootNodeValidator''getIsRootNodeValidatorService'true],
  3588.             'App\\Validator\\Constraints\\MultiplierTypeValidator' => ['privates''App\\Validator\\Constraints\\MultiplierTypeValidator''getMultiplierTypeValidatorService'true],
  3589.             'App\\Validator\\Constraints\\NodeStageValidator' => ['privates''App\\Validator\\Constraints\\NodeStageValidator''getNodeStageValidatorService'true],
  3590.             'App\\Validator\\Constraints\\ParentChildValidator' => ['privates''App\\Validator\\Constraints\\ParentChildValidator''getParentChildValidatorService'true],
  3591.             'App\\Validator\\Constraints\\ProjectOwnerValidator' => ['privates''App\\Validator\\Constraints\\ProjectOwnerValidator''getProjectOwnerValidatorService'true],
  3592.             'App\\Validator\\Constraints\\ServiceActions\\ChildrenTaskDurationValidator' => ['privates''App\\Validator\\Constraints\\ServiceActions\\ChildrenTaskDurationValidator''getChildrenTaskDurationValidatorService'true],
  3593.             'App\\Validator\\Constraints\\ServiceActions\\ChildrenTaskTermValidator' => ['privates''App\\Validator\\Constraints\\ServiceActions\\ChildrenTaskTermValidator''getChildrenTaskTermValidatorService'true],
  3594.             'App\\Validator\\Constraints\\ServiceActions\\RecycleContentNodeValidator' => ['privates''App\\Validator\\Constraints\\ServiceActions\\RecycleContentNodeValidator''getRecycleContentNodeValidatorService'true],
  3595.             'App\\Validator\\Constraints\\TaskDecisionTypeValidator' => ['privates''App\\Validator\\Constraints\\TaskDecisionTypeValidator''getTaskDecisionTypeValidatorService'true],
  3596.             'App\\Validator\\Constraints\\TaskDurationValidator' => ['privates''App\\Validator\\Constraints\\TaskDurationValidator''getTaskDurationValidatorService'true],
  3597.             'App\\Validator\\Constraints\\TaskTermValidator' => ['privates''App\\Validator\\Constraints\\TaskTermValidator''getTaskTermValidatorService'true],
  3598.             'App\\Validator\\Constraints\\TaskTypeAndDecisionTypeValidator' => ['privates''App\\Validator\\Constraints\\TaskTypeAndDecisionTypeValidator''getTaskTypeAndDecisionTypeValidatorService'true],
  3599.             'App\\Validator\\Constraints\\TransitionNodeValidator' => ['privates''App\\Validator\\Constraints\\TransitionNodeValidator''getTransitionNodeValidatorService'true],
  3600.             'App\\Validator\\Constraints\\UserByPhoneValidator' => ['privates''App\\Validator\\Constraints\\UserByPhoneValidator''getUserByPhoneValidatorService'true],
  3601.             'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator' => ['privates''doctrine.orm.validator.unique''getDoctrine_Orm_Validator_UniqueService'true],
  3602.             'Symfony\\Component\\Security\\Core\\Validator\\Constraints\\UserPasswordValidator' => ['privates''security.validator.user_password''getSecurity_Validator_UserPasswordService'true],
  3603.             'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => ['privates''validator.email''getValidator_EmailService'true],
  3604.             'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => ['privates''validator.expression''getValidator_ExpressionService'true],
  3605.             'Symfony\\Component\\Validator\\Constraints\\NotCompromisedPasswordValidator' => ['privates''validator.not_compromised_password''getValidator_NotCompromisedPasswordService'true],
  3606.             'doctrine.orm.validator.unique' => ['privates''doctrine.orm.validator.unique''getDoctrine_Orm_Validator_UniqueService'true],
  3607.             'security.validator.user_password' => ['privates''security.validator.user_password''getSecurity_Validator_UserPasswordService'true],
  3608.             'validator.expression' => ['privates''validator.expression''getValidator_ExpressionService'true],
  3609.         ], [
  3610.             'App\\Validator\\Constraints\\CircularLinkValidator' => '?',
  3611.             'App\\Validator\\Constraints\\CommonRoleGroupValidator' => '?',
  3612.             'App\\Validator\\Constraints\\ContextRole\\CanEditProjectUserValidator' => '?',
  3613.             'App\\Validator\\Constraints\\Context\\CommonParentValidator' => '?',
  3614.             'App\\Validator\\Constraints\\DecisionAndDecisionTypeValidator' => '?',
  3615.             'App\\Validator\\Constraints\\DecisionTypeValidator' => '?',
  3616.             'App\\Validator\\Constraints\\DependencyLogicValidator' => '?',
  3617.             'App\\Validator\\Constraints\\EscalationRouteCycleValidator' => '?',
  3618.             'App\\Validator\\Constraints\\FragmentRootValidator' => '?',
  3619.             'App\\Validator\\Constraints\\IsRootNodeValidator' => '?',
  3620.             'App\\Validator\\Constraints\\MultiplierTypeValidator' => '?',
  3621.             'App\\Validator\\Constraints\\NodeStageValidator' => '?',
  3622.             'App\\Validator\\Constraints\\ParentChildValidator' => '?',
  3623.             'App\\Validator\\Constraints\\ProjectOwnerValidator' => '?',
  3624.             'App\\Validator\\Constraints\\ServiceActions\\ChildrenTaskDurationValidator' => '?',
  3625.             'App\\Validator\\Constraints\\ServiceActions\\ChildrenTaskTermValidator' => '?',
  3626.             'App\\Validator\\Constraints\\ServiceActions\\RecycleContentNodeValidator' => '?',
  3627.             'App\\Validator\\Constraints\\TaskDecisionTypeValidator' => '?',
  3628.             'App\\Validator\\Constraints\\TaskDurationValidator' => '?',
  3629.             'App\\Validator\\Constraints\\TaskTermValidator' => '?',
  3630.             'App\\Validator\\Constraints\\TaskTypeAndDecisionTypeValidator' => '?',
  3631.             'App\\Validator\\Constraints\\TransitionNodeValidator' => '?',
  3632.             'App\\Validator\\Constraints\\UserByPhoneValidator' => '?',
  3633.             'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator' => '?',
  3634.             'Symfony\\Component\\Security\\Core\\Validator\\Constraints\\UserPasswordValidator' => '?',
  3635.             'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => '?',
  3636.             'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => '?',
  3637.             'Symfony\\Component\\Validator\\Constraints\\NotCompromisedPasswordValidator' => '?',
  3638.             'doctrine.orm.validator.unique' => '?',
  3639.             'security.validator.user_password' => '?',
  3640.             'validator.expression' => '?',
  3641.         ])));
  3642.         if ($this->has('translator')) {
  3643.             $instance->setTranslator(($this->services['translator'] ?? $this->getTranslatorService()));
  3644.         }
  3645.         $instance->setTranslationDomain('validators');
  3646.         $instance->addXmlMappings([=> (\dirname(__DIR__4).'/vendor/symfony/form/Resources/config/validation.xml')]);
  3647.         $instance->enableAnnotationMapping(true);
  3648.         $instance->setDoctrineAnnotationReader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  3649.         $instance->addMethodMapping('loadValidatorMetadata');
  3650.         $instance->addObjectInitializers([=> new \Symfony\Bridge\Doctrine\Validator\DoctrineInitializer(($this->services['doctrine'] ?? $this->getDoctrineService()))]);
  3651.         $instance->addLoader(new \Symfony\Component\Validator\Mapping\Loader\PropertyInfoLoader($a$a$aNULL));
  3652.         $instance->addLoader(new \Symfony\Bridge\Doctrine\Validator\DoctrineLoader(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), NULL));
  3653.         return $instance;
  3654.     }
  3655.     /**
  3656.      * Gets the private 'var_dumper.html_dumper' shared service.
  3657.      *
  3658.      * @return \Symfony\Component\VarDumper\Dumper\HtmlDumper
  3659.      */
  3660.     protected function getVarDumper_HtmlDumperService()
  3661.     {
  3662.         $this->privates['var_dumper.html_dumper'] = $instance = new \Symfony\Component\VarDumper\Dumper\HtmlDumper(NULL'UTF-8'0);
  3663.         $instance->setDisplayOptions(['fileLinkFormat' => ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService())]);
  3664.         return $instance;
  3665.     }
  3666.     /**
  3667.      * Gets the private 'var_dumper.server_connection' shared service.
  3668.      *
  3669.      * @return \Symfony\Component\VarDumper\Server\Connection
  3670.      */
  3671.     protected function getVarDumper_ServerConnectionService()
  3672.     {
  3673.         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()]);
  3674.     }
  3675.     /**
  3676.      * Gets the private 'web_profiler.csp.handler' shared service.
  3677.      *
  3678.      * @return \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler
  3679.      */
  3680.     protected function getWebProfiler_Csp_HandlerService()
  3681.     {
  3682.         return $this->privates['web_profiler.csp.handler'] = new \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler(new \Symfony\Bundle\WebProfilerBundle\Csp\NonceGenerator());
  3683.     }
  3684.     /**
  3685.      * Gets the private 'web_profiler.debug_toolbar' shared service.
  3686.      *
  3687.      * @return \Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener
  3688.      */
  3689.     protected function getWebProfiler_DebugToolbarService()
  3690.     {
  3691.         $a = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  3692.         if (isset($this->privates['web_profiler.debug_toolbar'])) {
  3693.             return $this->privates['web_profiler.debug_toolbar'];
  3694.         }
  3695.         $b = ($this->services['router'] ?? $this->getRouterService());
  3696.         if (isset($this->privates['web_profiler.debug_toolbar'])) {
  3697.             return $this->privates['web_profiler.debug_toolbar'];
  3698.         }
  3699.         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()));
  3700.     }
  3701.     /**
  3702.      * Gets the public 'cache_clearer' alias.
  3703.      *
  3704.      * @return object The ".container.private.cache_clearer" service.
  3705.      */
  3706.     protected function getCacheClearerService()
  3707.     {
  3708.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "cache_clearer" service directly from the container is deprecated, use dependency injection instead.');
  3709.         return $this->get('.container.private.cache_clearer');
  3710.     }
  3711.     /**
  3712.      * Gets the public 'filesystem' alias.
  3713.      *
  3714.      * @return object The ".container.private.filesystem" service.
  3715.      */
  3716.     protected function getFilesystemService()
  3717.     {
  3718.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "filesystem" service directly from the container is deprecated, use dependency injection instead.');
  3719.         return $this->get('.container.private.filesystem');
  3720.     }
  3721.     /**
  3722.      * Gets the public 'serializer' alias.
  3723.      *
  3724.      * @return object The ".container.private.serializer" service.
  3725.      */
  3726.     protected function getSerializerService()
  3727.     {
  3728.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "serializer" service directly from the container is deprecated, use dependency injection instead.');
  3729.         return $this->get('.container.private.serializer');
  3730.     }
  3731.     /**
  3732.      * Gets the public 'security.csrf.token_manager' alias.
  3733.      *
  3734.      * @return object The ".container.private.security.csrf.token_manager" service.
  3735.      */
  3736.     protected function getSecurity_Csrf_TokenManagerService()
  3737.     {
  3738.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "security.csrf.token_manager" service directly from the container is deprecated, use dependency injection instead.');
  3739.         return $this->get('.container.private.security.csrf.token_manager');
  3740.     }
  3741.     /**
  3742.      * Gets the public 'form.factory' alias.
  3743.      *
  3744.      * @return object The ".container.private.form.factory" service.
  3745.      */
  3746.     protected function getForm_FactoryService()
  3747.     {
  3748.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "form.factory" service directly from the container is deprecated, use dependency injection instead.');
  3749.         return $this->get('.container.private.form.factory');
  3750.     }
  3751.     /**
  3752.      * Gets the public 'form.type.file' alias.
  3753.      *
  3754.      * @return object The ".container.private.form.type.file" service.
  3755.      */
  3756.     protected function getForm_Type_FileService()
  3757.     {
  3758.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "form.type.file" service directly from the container is deprecated, use dependency injection instead.');
  3759.         return $this->get('.container.private.form.type.file');
  3760.     }
  3761.     /**
  3762.      * Gets the public 'profiler' alias.
  3763.      *
  3764.      * @return object The ".container.private.profiler" service.
  3765.      */
  3766.     protected function getProfilerService()
  3767.     {
  3768.         trigger_deprecation('symfony/framework-bundle''5.4''Accessing the "profiler" service directly from the container is deprecated, use dependency injection instead.');
  3769.         return $this->get('.container.private.profiler');
  3770.     }
  3771.     /**
  3772.      * Gets the public 'twig' alias.
  3773.      *
  3774.      * @return object The ".container.private.twig" service.
  3775.      */
  3776.     protected function getTwigService()
  3777.     {
  3778.         trigger_deprecation('symfony/twig-bundle''5.2''Accessing the "twig" service directly from the container is deprecated, use dependency injection instead.');
  3779.         return $this->get('.container.private.twig');
  3780.     }
  3781.     /**
  3782.      * Gets the public 'security.authorization_checker' alias.
  3783.      *
  3784.      * @return object The ".container.private.security.authorization_checker" service.
  3785.      */
  3786.     protected function getSecurity_AuthorizationCheckerService()
  3787.     {
  3788.         trigger_deprecation('symfony/security-bundle''5.3''Accessing the "security.authorization_checker" service directly from the container is deprecated, use dependency injection instead.');
  3789.         return $this->get('.container.private.security.authorization_checker');
  3790.     }
  3791.     /**
  3792.      * Gets the public 'security.token_storage' alias.
  3793.      *
  3794.      * @return object The ".container.private.security.token_storage" service.
  3795.      */
  3796.     protected function getSecurity_TokenStorageService()
  3797.     {
  3798.         trigger_deprecation('symfony/security-bundle''5.3''Accessing the "security.token_storage" service directly from the container is deprecated, use dependency injection instead.');
  3799.         return $this->get('.container.private.security.token_storage');
  3800.     }
  3801.     /**
  3802.      * Gets the public 'security.password_encoder' alias.
  3803.      *
  3804.      * @return object The ".container.private.security.password_encoder" service.
  3805.      */
  3806.     protected function getSecurity_PasswordEncoderService()
  3807.     {
  3808.         trigger_deprecation('symfony/security-bundle''5.3''Accessing the "security.password_encoder" service directly from the container is deprecated, use dependency injection instead.');
  3809.         return $this->get('.container.private.security.password_encoder');
  3810.     }
  3811.     /**
  3812.      * Gets the public 'session' alias.
  3813.      *
  3814.      * @return object The ".container.private.session" service.
  3815.      */
  3816.     protected function getSessionService()
  3817.     {
  3818.         trigger_deprecation('symfony/framework-bundle''5.3''Accessing the "session" service directly from the container is deprecated, use dependency injection instead.');
  3819.         return $this->get('.container.private.session');
  3820.     }
  3821.     /**
  3822.      * Gets the public 'validator' alias.
  3823.      *
  3824.      * @return object The ".container.private.validator" service.
  3825.      */
  3826.     protected function getValidatorService()
  3827.     {
  3828.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "validator" service directly from the container is deprecated, use dependency injection instead.');
  3829.         return $this->get('.container.private.validator');
  3830.     }
  3831.     /**
  3832.      * @return array|bool|float|int|string|\UnitEnum|null
  3833.      */
  3834.     public function getParameter(string $name)
  3835.     {
  3836.         if (isset($this->buildParameters[$name])) {
  3837.             return $this->buildParameters[$name];
  3838.         }
  3839.         if (!(isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || \array_key_exists($name$this->parameters))) {
  3840.             throw new InvalidArgumentException(sprintf('The parameter "%s" must be defined.'$name));
  3841.         }
  3842.         if (isset($this->loadedDynamicParameters[$name])) {
  3843.             return $this->loadedDynamicParameters[$name] ? $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
  3844.         }
  3845.         return $this->parameters[$name];
  3846.     }
  3847.     public function hasParameter(string $name): bool
  3848.     {
  3849.         if (isset($this->buildParameters[$name])) {
  3850.             return true;
  3851.         }
  3852.         return isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || \array_key_exists($name$this->parameters);
  3853.     }
  3854.     public function setParameter(string $name$value): void
  3855.     {
  3856.         throw new LogicException('Impossible to call set() on a frozen ParameterBag.');
  3857.     }
  3858.     public function getParameterBag(): ParameterBagInterface
  3859.     {
  3860.         if (null === $this->parameterBag) {
  3861.             $parameters $this->parameters;
  3862.             foreach ($this->loadedDynamicParameters as $name => $loaded) {
  3863.                 $parameters[$name] = $loaded $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
  3864.             }
  3865.             foreach ($this->buildParameters as $name => $value) {
  3866.                 $parameters[$name] = $value;
  3867.             }
  3868.             $this->parameterBag = new FrozenParameterBag($parameters);
  3869.         }
  3870.         return $this->parameterBag;
  3871.     }
  3872.     private $loadedDynamicParameters = [
  3873.         'kernel.runtime_environment' => false,
  3874.         'kernel.build_dir' => false,
  3875.         'kernel.cache_dir' => false,
  3876.         'store.google.url' => false,
  3877.         'store.apple.url' => false,
  3878.         'project.task_details_cache_time' => false,
  3879.         'sms.test_code' => false,
  3880.         'kernel.secret' => false,
  3881.         'debug.container.dump' => false,
  3882.         'serializer.mapping.cache.file' => false,
  3883.         'session.save_path' => false,
  3884.         'validator.mapping.cache.file' => false,
  3885.         'profiler.storage.dsn' => false,
  3886.         'doctrine.orm.proxy_dir' => false,
  3887.         'nelmio_cors.defaults' => false,
  3888.     ];
  3889.     private $dynamicParameters = [];
  3890.     private function getDynamicParameter(string $name)
  3891.     {
  3892.         switch ($name) {
  3893.             case 'kernel.runtime_environment'$value $this->getEnv('default:kernel.environment:APP_RUNTIME_ENV'); break;
  3894.             case 'kernel.build_dir'$value $this->targetDir.''; break;
  3895.             case 'kernel.cache_dir'$value $this->targetDir.''; break;
  3896.             case 'store.google.url'$value $this->getEnv('GOOGLE_STORE_URL'); break;
  3897.             case 'store.apple.url'$value $this->getEnv('APP_STORE_URL'); break;
  3898.             case 'project.task_details_cache_time'$value $this->getEnv('resolve:PROJECT_TASK_DETAILS_CACHE_TIME'); break;
  3899.             case 'sms.test_code'$value $this->getEnv('string:SMS_TEST_CODE'); break;
  3900.             case 'kernel.secret'$value $this->getEnv('APP_SECRET'); break;
  3901.             case 'debug.container.dump'$value = ($this->targetDir.''.'/App_KernelDevDebugContainer.xml'); break;
  3902.             case 'serializer.mapping.cache.file'$value = ($this->targetDir.''.'/serialization.php'); break;
  3903.             case 'session.save_path'$value = ($this->targetDir.''.'/sessions'); break;
  3904.             case 'validator.mapping.cache.file'$value = ($this->targetDir.''.'/validation.php'); break;
  3905.             case 'profiler.storage.dsn'$value = ('file:'.$this->targetDir.''.'/profiler'); break;
  3906.             case 'doctrine.orm.proxy_dir'$value = ($this->targetDir.''.'/doctrine/orm/Proxies'); break;
  3907.             case 'nelmio_cors.defaults'$value = [
  3908.                 'allow_origin' => [
  3909.                     => $this->getEnv('CORS_ALLOW_ORIGIN'),
  3910.                 ],
  3911.                 'allow_credentials' => true,
  3912.                 'allow_headers' => true,
  3913.                 'expose_headers' => [
  3914.                     => 'Link',
  3915.                     => 'X-version',
  3916.                     => 'X-pagination-current',
  3917.                     => 'X-pagination-page-size',
  3918.                     => 'X-pagination-total',
  3919.                 ],
  3920.                 'allow_methods' => [
  3921.                     => 'GET',
  3922.                     => 'OPTIONS',
  3923.                     => 'POST',
  3924.                     => 'PUT',
  3925.                     => 'PATCH',
  3926.                     => 'DELETE',
  3927.                 ],
  3928.                 'max_age' => 3600,
  3929.                 'hosts' => [
  3930.                 ],
  3931.                 'origin_regex' => true,
  3932.                 'forced_allow_origin_value' => NULL,
  3933.                 'skip_same_as_origin' => true,
  3934.             ]; break;
  3935.             default: throw new InvalidArgumentException(sprintf('The dynamic parameter "%s" must be defined.'$name));
  3936.         }
  3937.         $this->loadedDynamicParameters[$name] = true;
  3938.         return $this->dynamicParameters[$name] = $value;
  3939.     }
  3940.     protected function getDefaultParameters(): array
  3941.     {
  3942.         return [
  3943.             'kernel.project_dir' => \dirname(__DIR__4),
  3944.             'kernel.environment' => 'dev',
  3945.             'kernel.debug' => true,
  3946.             'kernel.logs_dir' => (\dirname(__DIR__3).'/log'),
  3947.             'kernel.bundles' => [
  3948.                 'FrameworkBundle' => 'Symfony\\Bundle\\FrameworkBundle\\FrameworkBundle',
  3949.                 'TwigBundle' => 'Symfony\\Bundle\\TwigBundle\\TwigBundle',
  3950.                 'TwigExtraBundle' => 'Twig\\Extra\\TwigExtraBundle\\TwigExtraBundle',
  3951.                 'SensioFrameworkExtraBundle' => 'Sensio\\Bundle\\FrameworkExtraBundle\\SensioFrameworkExtraBundle',
  3952.                 'DoctrineBundle' => 'Doctrine\\Bundle\\DoctrineBundle\\DoctrineBundle',
  3953.                 'DoctrineMigrationsBundle' => 'Doctrine\\Bundle\\MigrationsBundle\\DoctrineMigrationsBundle',
  3954.                 'SecurityBundle' => 'Symfony\\Bundle\\SecurityBundle\\SecurityBundle',
  3955.                 'WebProfilerBundle' => 'Symfony\\Bundle\\WebProfilerBundle\\WebProfilerBundle',
  3956.                 'MonologBundle' => 'Symfony\\Bundle\\MonologBundle\\MonologBundle',
  3957.                 'DebugBundle' => 'Symfony\\Bundle\\DebugBundle\\DebugBundle',
  3958.                 'MakerBundle' => 'Symfony\\Bundle\\MakerBundle\\MakerBundle',
  3959.                 'FreshDoctrineEnumBundle' => 'Fresh\\DoctrineEnumBundle\\FreshDoctrineEnumBundle',
  3960.                 'NelmioCorsBundle' => 'Nelmio\\CorsBundle\\NelmioCorsBundle',
  3961.                 'ApiPlatformBundle' => 'ApiPlatform\\Symfony\\Bundle\\ApiPlatformBundle',
  3962.                 'FirebaseBundle' => 'Kreait\\Firebase\\Symfony\\Bundle\\FirebaseBundle',
  3963.                 'LexikJWTAuthenticationBundle' => 'Lexik\\Bundle\\JWTAuthenticationBundle\\LexikJWTAuthenticationBundle',
  3964.                 'SentryBundle' => 'Sentry\\SentryBundle\\SentryBundle',
  3965.                 'StofDoctrineExtensionsBundle' => 'Stof\\DoctrineExtensionsBundle\\StofDoctrineExtensionsBundle',
  3966.             ],
  3967.             'kernel.bundles_metadata' => [
  3968.                 'FrameworkBundle' => [
  3969.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle'),
  3970.                     'namespace' => 'Symfony\\Bundle\\FrameworkBundle',
  3971.                 ],
  3972.                 'TwigBundle' => [
  3973.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/twig-bundle'),
  3974.                     'namespace' => 'Symfony\\Bundle\\TwigBundle',
  3975.                 ],
  3976.                 'TwigExtraBundle' => [
  3977.                     'path' => (\dirname(__DIR__4).'/vendor/twig/extra-bundle'),
  3978.                     'namespace' => 'Twig\\Extra\\TwigExtraBundle',
  3979.                 ],
  3980.                 'SensioFrameworkExtraBundle' => [
  3981.                     'path' => (\dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src'),
  3982.                     'namespace' => 'Sensio\\Bundle\\FrameworkExtraBundle',
  3983.                 ],
  3984.                 'DoctrineBundle' => [
  3985.                     'path' => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle'),
  3986.                     'namespace' => 'Doctrine\\Bundle\\DoctrineBundle',
  3987.                 ],
  3988.                 'DoctrineMigrationsBundle' => [
  3989.                     'path' => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle'),
  3990.                     'namespace' => 'Doctrine\\Bundle\\MigrationsBundle',
  3991.                 ],
  3992.                 'SecurityBundle' => [
  3993.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/security-bundle'),
  3994.                     'namespace' => 'Symfony\\Bundle\\SecurityBundle',
  3995.                 ],
  3996.                 'WebProfilerBundle' => [
  3997.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle'),
  3998.                     'namespace' => 'Symfony\\Bundle\\WebProfilerBundle',
  3999.                 ],
  4000.                 'MonologBundle' => [
  4001.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/monolog-bundle'),
  4002.                     'namespace' => 'Symfony\\Bundle\\MonologBundle',
  4003.                 ],
  4004.                 'DebugBundle' => [
  4005.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/debug-bundle'),
  4006.                     'namespace' => 'Symfony\\Bundle\\DebugBundle',
  4007.                 ],
  4008.                 'MakerBundle' => [
  4009.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/maker-bundle/src'),
  4010.                     'namespace' => 'Symfony\\Bundle\\MakerBundle',
  4011.                 ],
  4012.                 'FreshDoctrineEnumBundle' => [
  4013.                     'path' => (\dirname(__DIR__4).'/vendor/fresh/doctrine-enum-bundle'),
  4014.                     'namespace' => 'Fresh\\DoctrineEnumBundle',
  4015.                 ],
  4016.                 'NelmioCorsBundle' => [
  4017.                     'path' => (\dirname(__DIR__4).'/vendor/nelmio/cors-bundle'),
  4018.                     'namespace' => 'Nelmio\\CorsBundle',
  4019.                 ],
  4020.                 'ApiPlatformBundle' => [
  4021.                     'path' => (\dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/Bundle'),
  4022.                     'namespace' => 'ApiPlatform\\Symfony\\Bundle',
  4023.                 ],
  4024.                 'FirebaseBundle' => [
  4025.                     'path' => (\dirname(__DIR__4).'/vendor/kreait/firebase-bundle/src'),
  4026.                     'namespace' => 'Kreait\\Firebase\\Symfony\\Bundle',
  4027.                 ],
  4028.                 'LexikJWTAuthenticationBundle' => [
  4029.                     'path' => (\dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle'),
  4030.                     'namespace' => 'Lexik\\Bundle\\JWTAuthenticationBundle',
  4031.                 ],
  4032.                 'SentryBundle' => [
  4033.                     'path' => (\dirname(__DIR__4).'/vendor/sentry/sentry-symfony/src'),
  4034.                     'namespace' => 'Sentry\\SentryBundle',
  4035.                 ],
  4036.                 'StofDoctrineExtensionsBundle' => [
  4037.                     'path' => (\dirname(__DIR__4).'/vendor/stof/doctrine-extensions-bundle/src'),
  4038.                     'namespace' => 'Stof\\DoctrineExtensionsBundle',
  4039.                 ],
  4040.             ],
  4041.             'kernel.charset' => 'UTF-8',
  4042.             'kernel.container_class' => 'App_KernelDevDebugContainer',
  4043.             'lexik_jwt_authentication.user_id_claim' => 'uid',
  4044.             'api_prefix' => '',
  4045.             'event_dispatcher.event_aliases' => [
  4046.                 'Symfony\\Component\\Console\\Event\\ConsoleCommandEvent' => 'console.command',
  4047.                 'Symfony\\Component\\Console\\Event\\ConsoleErrorEvent' => 'console.error',
  4048.                 'Symfony\\Component\\Console\\Event\\ConsoleSignalEvent' => 'console.signal',
  4049.                 'Symfony\\Component\\Console\\Event\\ConsoleTerminateEvent' => 'console.terminate',
  4050.                 'Symfony\\Component\\Form\\Event\\PreSubmitEvent' => 'form.pre_submit',
  4051.                 'Symfony\\Component\\Form\\Event\\SubmitEvent' => 'form.submit',
  4052.                 'Symfony\\Component\\Form\\Event\\PostSubmitEvent' => 'form.post_submit',
  4053.                 'Symfony\\Component\\Form\\Event\\PreSetDataEvent' => 'form.pre_set_data',
  4054.                 'Symfony\\Component\\Form\\Event\\PostSetDataEvent' => 'form.post_set_data',
  4055.                 'Symfony\\Component\\HttpKernel\\Event\\ControllerArgumentsEvent' => 'kernel.controller_arguments',
  4056.                 'Symfony\\Component\\HttpKernel\\Event\\ControllerEvent' => 'kernel.controller',
  4057.                 'Symfony\\Component\\HttpKernel\\Event\\ResponseEvent' => 'kernel.response',
  4058.                 'Symfony\\Component\\HttpKernel\\Event\\FinishRequestEvent' => 'kernel.finish_request',
  4059.                 'Symfony\\Component\\HttpKernel\\Event\\RequestEvent' => 'kernel.request',
  4060.                 'Symfony\\Component\\HttpKernel\\Event\\ViewEvent' => 'kernel.view',
  4061.                 'Symfony\\Component\\HttpKernel\\Event\\ExceptionEvent' => 'kernel.exception',
  4062.                 'Symfony\\Component\\HttpKernel\\Event\\TerminateEvent' => 'kernel.terminate',
  4063.                 'Symfony\\Component\\Security\\Core\\Event\\AuthenticationSuccessEvent' => 'security.authentication.success',
  4064.                 'Symfony\\Component\\Security\\Core\\Event\\AuthenticationFailureEvent' => 'security.authentication.failure',
  4065.                 'Symfony\\Component\\Security\\Http\\Event\\InteractiveLoginEvent' => 'security.interactive_login',
  4066.                 'Symfony\\Component\\Security\\Http\\Event\\SwitchUserEvent' => 'security.switch_user',
  4067.             ],
  4068.             'fragment.renderer.hinclude.global_template' => NULL,
  4069.             'fragment.path' => '/_fragment',
  4070.             'kernel.http_method_override' => true,
  4071.             'kernel.trusted_hosts' => [
  4072.             ],
  4073.             'kernel.default_locale' => 'en',
  4074.             'kernel.enabled_locales' => [
  4075.             ],
  4076.             'kernel.error_controller' => 'error_controller',
  4077.             'debug.file_link_format' => NULL,
  4078.             'asset.request_context.base_path' => NULL,
  4079.             'asset.request_context.secure' => NULL,
  4080.             'translator.logging' => false,
  4081.             'translator.default_path' => (\dirname(__DIR__4).'/translations'),
  4082.             'debug.error_handler.throw_at' => -1,
  4083.             'router.request_context.host' => 'localhost',
  4084.             'router.request_context.scheme' => 'http',
  4085.             'router.request_context.base_url' => '',
  4086.             'router.resource' => 'kernel::loadRoutes',
  4087.             'request_listener.http_port' => 80,
  4088.             'request_listener.https_port' => 443,
  4089.             'session.metadata.storage_key' => '_sf2_meta',
  4090.             'session.storage.options' => [
  4091.                 'cache_limiter' => '0',
  4092.                 'cookie_secure' => 'auto',
  4093.                 'cookie_httponly' => true,
  4094.                 'cookie_samesite' => 'lax',
  4095.                 'gc_probability' => 1,
  4096.             ],
  4097.             'session.metadata.update_threshold' => 0,
  4098.             'form.type_extension.csrf.enabled' => true,
  4099.             'form.type_extension.csrf.field_name' => '_token',
  4100.             'validator.translation_domain' => 'validators',
  4101.             'profiler_listener.only_exceptions' => false,
  4102.             'profiler_listener.only_main_requests' => true,
  4103.             'twig.form.resources' => [
  4104.                 => 'form_div_layout.html.twig',
  4105.             ],
  4106.             'twig.default_path' => (\dirname(__DIR__4).'/templates'),
  4107.             'doctrine.dbal.configuration.class' => 'Doctrine\\DBAL\\Configuration',
  4108.             'doctrine.data_collector.class' => 'Doctrine\\Bundle\\DoctrineBundle\\DataCollector\\DoctrineDataCollector',
  4109.             'doctrine.dbal.connection.event_manager.class' => 'Symfony\\Bridge\\Doctrine\\ContainerAwareEventManager',
  4110.             'doctrine.dbal.connection_factory.class' => 'Doctrine\\Bundle\\DoctrineBundle\\ConnectionFactory',
  4111.             'doctrine.dbal.events.mysql_session_init.class' => 'Doctrine\\DBAL\\Event\\Listeners\\MysqlSessionInit',
  4112.             'doctrine.dbal.events.oracle_session_init.class' => 'Doctrine\\DBAL\\Event\\Listeners\\OracleSessionInit',
  4113.             'doctrine.class' => 'Doctrine\\Bundle\\DoctrineBundle\\Registry',
  4114.             'doctrine.entity_managers' => [
  4115.                 'default' => 'doctrine.orm.default_entity_manager',
  4116.             ],
  4117.             'doctrine.default_entity_manager' => 'default',
  4118.             'doctrine.dbal.connection_factory.types' => [
  4119.                 'TaxonomyTypeFieldType' => [
  4120.                     'class' => 'App\\Infrastructure\\Doctrine\\DBAL\\Type\\TaxonomyTypeFieldType',
  4121.                 ],
  4122.                 'StageFieldType' => [
  4123.                     'class' => 'App\\Infrastructure\\Doctrine\\DBAL\\Type\\StageFieldType',
  4124.                 ],
  4125.                 'TaskTypeFieldType' => [
  4126.                     'class' => 'App\\Infrastructure\\Doctrine\\DBAL\\Type\\TaskTypeFieldType',
  4127.                 ],
  4128.                 'DependencyRuleFieldType' => [
  4129.                     'class' => 'App\\Infrastructure\\Doctrine\\DBAL\\Type\\DependencyRuleFieldType',
  4130.                 ],
  4131.                 'DecisionTypeFieldType' => [
  4132.                     'class' => 'App\\Infrastructure\\Doctrine\\DBAL\\Type\\DecisionTypeFieldType',
  4133.                 ],
  4134.                 'DependencyRelationshipFieldType' => [
  4135.                     'class' => 'App\\Infrastructure\\Doctrine\\DBAL\\Type\\DependencyRelationshipFieldType',
  4136.                 ],
  4137.                 'ProjectStatusFieldType' => [
  4138.                     'class' => 'App\\Infrastructure\\Doctrine\\DBAL\\Type\\ProjectStatusFieldType',
  4139.                 ],
  4140.                 'NotificationStatusFieldType' => [
  4141.                     'class' => 'App\\Infrastructure\\Doctrine\\DBAL\\Type\\NotificationStatusFieldType',
  4142.                 ],
  4143.                 'NotificationTypeFieldType' => [
  4144.                     'class' => 'App\\Infrastructure\\Doctrine\\DBAL\\Type\\NotificationTypeFieldType',
  4145.                 ],
  4146.                 'NotificationChannelFieldType' => [
  4147.                     'class' => 'App\\Infrastructure\\Doctrine\\DBAL\\Type\\NotificationChannelFieldType',
  4148.                 ],
  4149.                 'DependencyTypeFieldType' => [
  4150.                     'class' => 'App\\Infrastructure\\Doctrine\\DBAL\\Type\\DependencyTypeFieldType',
  4151.                 ],
  4152.                 'TaxonomyVersionFieldType' => [
  4153.                     'class' => 'App\\Infrastructure\\Doctrine\\DBAL\\Type\\TaxonomyVersionFieldType',
  4154.                 ],
  4155.                 'ExpiredTaskStatusFieldType' => [
  4156.                     'class' => 'App\\Infrastructure\\Doctrine\\DBAL\\Type\\ExpiredTaskStatusFieldType',
  4157.                 ],
  4158.                 'TransitionTypeFieldType' => [
  4159.                     'class' => 'App\\Infrastructure\\Doctrine\\DBAL\\Type\\TransitionTypeFieldType',
  4160.                 ],
  4161.                 'ProjectTaskConditionFieldType' => [
  4162.                     'class' => 'App\\Infrastructure\\Doctrine\\DBAL\\Type\\ProjectTaskConditionFieldType',
  4163.                 ],
  4164.                 'TemplateStatusFieldType' => [
  4165.                     'class' => 'App\\Infrastructure\\Doctrine\\DBAL\\Type\\TemplateStatusFieldType',
  4166.                 ],
  4167.                 'TemplateLogStatusFieldType' => [
  4168.                     'class' => 'App\\Infrastructure\\Doctrine\\DBAL\\Type\\TemplateLogStatusFieldType',
  4169.                 ],
  4170.                 'ltree' => [
  4171.                     'class' => 'App\\Infrastructure\\Doctrine\\DBAL\\Type\\LtreeType',
  4172.                 ],
  4173.             ],
  4174.             'doctrine.connections' => [
  4175.                 'default' => 'doctrine.dbal.default_connection',
  4176.             ],
  4177.             'doctrine.default_connection' => 'default',
  4178.             'doctrine.orm.configuration.class' => 'Doctrine\\ORM\\Configuration',
  4179.             'doctrine.orm.entity_manager.class' => 'Doctrine\\ORM\\EntityManager',
  4180.             'doctrine.orm.manager_configurator.class' => 'Doctrine\\Bundle\\DoctrineBundle\\ManagerConfigurator',
  4181.             'doctrine.orm.cache.array.class' => 'Doctrine\\Common\\Cache\\ArrayCache',
  4182.             'doctrine.orm.cache.apc.class' => 'Doctrine\\Common\\Cache\\ApcCache',
  4183.             'doctrine.orm.cache.memcache.class' => 'Doctrine\\Common\\Cache\\MemcacheCache',
  4184.             'doctrine.orm.cache.memcache_host' => 'localhost',
  4185.             'doctrine.orm.cache.memcache_port' => 11211,
  4186.             'doctrine.orm.cache.memcache_instance.class' => 'Memcache',
  4187.             'doctrine.orm.cache.memcached.class' => 'Doctrine\\Common\\Cache\\MemcachedCache',
  4188.             'doctrine.orm.cache.memcached_host' => 'localhost',
  4189.             'doctrine.orm.cache.memcached_port' => 11211,
  4190.             'doctrine.orm.cache.memcached_instance.class' => 'Memcached',
  4191.             'doctrine.orm.cache.redis.class' => 'Doctrine\\Common\\Cache\\RedisCache',
  4192.             'doctrine.orm.cache.redis_host' => 'localhost',
  4193.             'doctrine.orm.cache.redis_port' => 6379,
  4194.             'doctrine.orm.cache.redis_instance.class' => 'Redis',
  4195.             'doctrine.orm.cache.xcache.class' => 'Doctrine\\Common\\Cache\\XcacheCache',
  4196.             'doctrine.orm.cache.wincache.class' => 'Doctrine\\Common\\Cache\\WinCacheCache',
  4197.             'doctrine.orm.cache.zenddata.class' => 'Doctrine\\Common\\Cache\\ZendDataCache',
  4198.             'doctrine.orm.metadata.driver_chain.class' => 'Doctrine\\Persistence\\Mapping\\Driver\\MappingDriverChain',
  4199.             'doctrine.orm.metadata.annotation.class' => 'Doctrine\\ORM\\Mapping\\Driver\\AnnotationDriver',
  4200.             'doctrine.orm.metadata.xml.class' => 'Doctrine\\ORM\\Mapping\\Driver\\SimplifiedXmlDriver',
  4201.             'doctrine.orm.metadata.yml.class' => 'Doctrine\\ORM\\Mapping\\Driver\\SimplifiedYamlDriver',
  4202.             'doctrine.orm.metadata.php.class' => 'Doctrine\\ORM\\Mapping\\Driver\\PHPDriver',
  4203.             'doctrine.orm.metadata.staticphp.class' => 'Doctrine\\ORM\\Mapping\\Driver\\StaticPHPDriver',
  4204.             'doctrine.orm.metadata.attribute.class' => 'Doctrine\\ORM\\Mapping\\Driver\\AttributeDriver',
  4205.             'doctrine.orm.proxy_cache_warmer.class' => 'Symfony\\Bridge\\Doctrine\\CacheWarmer\\ProxyCacheWarmer',
  4206.             'form.type_guesser.doctrine.class' => 'Symfony\\Bridge\\Doctrine\\Form\\DoctrineOrmTypeGuesser',
  4207.             'doctrine.orm.validator.unique.class' => 'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator',
  4208.             'doctrine.orm.validator_initializer.class' => 'Symfony\\Bridge\\Doctrine\\Validator\\DoctrineInitializer',
  4209.             'doctrine.orm.security.user.provider.class' => 'Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider',
  4210.             'doctrine.orm.listeners.resolve_target_entity.class' => 'Doctrine\\ORM\\Tools\\ResolveTargetEntityListener',
  4211.             'doctrine.orm.listeners.attach_entity_listeners.class' => 'Doctrine\\ORM\\Tools\\AttachEntityListenersListener',
  4212.             'doctrine.orm.naming_strategy.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultNamingStrategy',
  4213.             'doctrine.orm.naming_strategy.underscore.class' => 'Doctrine\\ORM\\Mapping\\UnderscoreNamingStrategy',
  4214.             'doctrine.orm.quote_strategy.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultQuoteStrategy',
  4215.             'doctrine.orm.quote_strategy.ansi.class' => 'Doctrine\\ORM\\Mapping\\AnsiQuoteStrategy',
  4216.             'doctrine.orm.entity_listener_resolver.class' => 'Doctrine\\Bundle\\DoctrineBundle\\Mapping\\ContainerEntityListenerResolver',
  4217.             'doctrine.orm.second_level_cache.default_cache_factory.class' => 'Doctrine\\ORM\\Cache\\DefaultCacheFactory',
  4218.             'doctrine.orm.second_level_cache.default_region.class' => 'Doctrine\\ORM\\Cache\\Region\\DefaultRegion',
  4219.             'doctrine.orm.second_level_cache.filelock_region.class' => 'Doctrine\\ORM\\Cache\\Region\\FileLockRegion',
  4220.             'doctrine.orm.second_level_cache.logger_chain.class' => 'Doctrine\\ORM\\Cache\\Logging\\CacheLoggerChain',
  4221.             'doctrine.orm.second_level_cache.logger_statistics.class' => 'Doctrine\\ORM\\Cache\\Logging\\StatisticsCacheLogger',
  4222.             'doctrine.orm.second_level_cache.cache_configuration.class' => 'Doctrine\\ORM\\Cache\\CacheConfiguration',
  4223.             'doctrine.orm.second_level_cache.regions_configuration.class' => 'Doctrine\\ORM\\Cache\\RegionsConfiguration',
  4224.             'doctrine.orm.auto_generate_proxy_classes' => true,
  4225.             'doctrine.orm.enable_lazy_ghost_objects' => false,
  4226.             'doctrine.orm.proxy_namespace' => 'Proxies',
  4227.             'doctrine.migrations.preferred_em' => NULL,
  4228.             'doctrine.migrations.preferred_connection' => NULL,
  4229.             'security.role_hierarchy.roles' => [
  4230.                 'ROLE_ADMIN' => [
  4231.                     => 'ROLE_MOBILE',
  4232.                     => 'ROLE_CONTENT',
  4233.                 ],
  4234.             ],
  4235.             'security.access.denied_url' => NULL,
  4236.             'security.authentication.manager.erase_credentials' => true,
  4237.             'security.authentication.session_strategy.strategy' => 'migrate',
  4238.             'security.access.always_authenticate_before_granting' => false,
  4239.             'security.authentication.hide_user_not_found' => true,
  4240.             'security.firewalls' => [
  4241.                 => 'dev',
  4242.                 => 'docs',
  4243.                 => 'mobile_auth',
  4244.                 => 'mobile_api',
  4245.                 => 'site_api',
  4246.                 => 'client_api',
  4247.             ],
  4248.             'lexik_jwt_authentication.authenticator_manager_enabled' => true,
  4249.             'web_profiler.debug_toolbar.intercept_redirects' => false,
  4250.             'web_profiler.debug_toolbar.mode' => 2,
  4251.             'monolog.use_microseconds' => true,
  4252.             'monolog.swift_mailer.handlers' => [
  4253.             ],
  4254.             'monolog.handlers_to_channels' => [
  4255.                 'monolog.handler.sentry' => NULL,
  4256.                 'monolog.handler.console_doctrine' => [
  4257.                     'type' => 'inclusive',
  4258.                     'elements' => [
  4259.                         => 'doctrine',
  4260.                     ],
  4261.                 ],
  4262.                 'monolog.handler.console' => [
  4263.                     'type' => 'exclusive',
  4264.                     'elements' => [
  4265.                         => 'event',
  4266.                         => 'doctrine',
  4267.                     ],
  4268.                 ],
  4269.                 'monolog.handler.main' => [
  4270.                     'type' => 'exclusive',
  4271.                     'elements' => [
  4272.                         => 'event',
  4273.                     ],
  4274.                 ],
  4275.             ],
  4276.             'env(VAR_DUMPER_SERVER)' => '127.0.0.1:9912',
  4277.             'nelmio_cors.map' => [
  4278.                 '^/' => [
  4279.                     'skip_same_as_origin' => true,
  4280.                 ],
  4281.             ],
  4282.             'nelmio_cors.cors_listener.class' => 'Nelmio\\CorsBundle\\EventListener\\CorsListener',
  4283.             'nelmio_cors.options_resolver.class' => 'Nelmio\\CorsBundle\\Options\\Resolver',
  4284.             'nelmio_cors.options_provider.config.class' => 'Nelmio\\CorsBundle\\Options\\ConfigProvider',
  4285.             'api_platform.metadata_backward_compatibility_layer' => false,
  4286.             'api_platform.enable_entrypoint' => true,
  4287.             'api_platform.enable_docs' => true,
  4288.             'api_platform.title' => 'API Doc - Artenix',
  4289.             'api_platform.description' => '',
  4290.             'api_platform.version' => '1.0.0',
  4291.             'api_platform.show_webby' => false,
  4292.             'api_platform.url_generation_strategy' => 1,
  4293.             'api_platform.exception_to_status' => [
  4294.                 'Symfony\\Component\\Serializer\\Exception\\ExceptionInterface' => 400,
  4295.                 'ApiPlatform\\Exception\\InvalidArgumentException' => 400,
  4296.                 'ApiPlatform\\Exception\\FilterValidationException' => 400,
  4297.                 'Doctrine\\ORM\\OptimisticLockException' => 409,
  4298.             ],
  4299.             'api_platform.formats' => [
  4300.                 'json' => [
  4301.                     => 'application/json',
  4302.                 ],
  4303.                 'jsonld' => [
  4304.                     => 'application/ld+json',
  4305.                 ],
  4306.                 'html' => [
  4307.                     => 'text/html',
  4308.                 ],
  4309.             ],
  4310.             'api_platform.patch_formats' => [
  4311.                 'json' => [
  4312.                     => 'application/merge-patch+json',
  4313.                 ],
  4314.             ],
  4315.             'api_platform.error_formats' => [
  4316.                 'jsonproblem' => [
  4317.                     => 'application/problem+json',
  4318.                 ],
  4319.                 'jsonld' => [
  4320.                     => 'application/ld+json',
  4321.                 ],
  4322.             ],
  4323.             'api_platform.allow_plain_identifiers' => true,
  4324.             'api_platform.eager_loading.enabled' => true,
  4325.             'api_platform.eager_loading.max_joins' => 30,
  4326.             'api_platform.eager_loading.fetch_partial' => false,
  4327.             'api_platform.eager_loading.force_eager' => true,
  4328.             'api_platform.collection.exists_parameter_name' => 'exists',
  4329.             'api_platform.collection.order' => 'ASC',
  4330.             'api_platform.collection.order_parameter_name' => 'order',
  4331.             'api_platform.collection.order_nulls_comparison' => NULL,
  4332.             'api_platform.collection.pagination.enabled' => false,
  4333.             'api_platform.collection.pagination.partial' => false,
  4334.             'api_platform.collection.pagination.client_enabled' => false,
  4335.             'api_platform.collection.pagination.client_items_per_page' => true,
  4336.             'api_platform.collection.pagination.client_partial' => false,
  4337.             'api_platform.collection.pagination.items_per_page' => 100,
  4338.             'api_platform.collection.pagination.maximum_items_per_page' => NULL,
  4339.             'api_platform.collection.pagination.page_parameter_name' => 'page',
  4340.             'api_platform.collection.pagination.enabled_parameter_name' => 'pagination',
  4341.             'api_platform.collection.pagination.items_per_page_parameter_name' => 'pageSize',
  4342.             'api_platform.collection.pagination.partial_parameter_name' => 'partial',
  4343.             'api_platform.collection.pagination' => [
  4344.                 'enabled_parameter_name' => 'pagination',
  4345.                 'page_parameter_name' => 'page',
  4346.                 'items_per_page_parameter_name' => 'pageSize',
  4347.                 'enabled' => false,
  4348.                 'partial' => false,
  4349.                 'client_enabled' => false,
  4350.                 'client_items_per_page' => true,
  4351.                 'client_partial' => false,
  4352.                 'items_per_page' => 100,
  4353.                 'maximum_items_per_page' => NULL,
  4354.                 'partial_parameter_name' => 'partial',
  4355.             ],
  4356.             'api_platform.http_cache.etag' => true,
  4357.             'api_platform.http_cache.max_age' => NULL,
  4358.             'api_platform.http_cache.shared_max_age' => NULL,
  4359.             'api_platform.http_cache.vary' => [
  4360.                 => 'Accept',
  4361.             ],
  4362.             'api_platform.http_cache.public' => NULL,
  4363.             'api_platform.http_cache.invalidation.max_header_length' => 7500,
  4364.             'api_platform.http_cache.invalidation.xkey.glue' => ' ',
  4365.             'api_platform.asset_package' => NULL,
  4366.             'api_platform.defaults' => [
  4367.                 'extra_properties' => [
  4368.                 ],
  4369.                 'pagination_enabled' => false,
  4370.                 'pagination_items_per_page' => 100,
  4371.                 'pagination_client_items_per_page' => true,
  4372.             ],
  4373.             'api_platform.resource_class_directories' => [
  4374.                 => (\dirname(__DIR__4).'/src/Entity'),
  4375.                 => (\dirname(__DIR__4).'/config/packages/api_resource'),
  4376.             ],
  4377.             'api_platform.oauth.enabled' => false,
  4378.             'api_platform.oauth.clientId' => '',
  4379.             'api_platform.oauth.clientSecret' => '',
  4380.             'api_platform.oauth.type' => 'oauth2',
  4381.             'api_platform.oauth.flow' => 'application',
  4382.             'api_platform.oauth.tokenUrl' => '',
  4383.             'api_platform.oauth.authorizationUrl' => '',
  4384.             'api_platform.oauth.refreshUrl' => '',
  4385.             'api_platform.oauth.scopes' => [
  4386.             ],
  4387.             'api_platform.oauth.pkce' => false,
  4388.             'api_platform.openapi.termsOfService' => NULL,
  4389.             'api_platform.openapi.contact.name' => NULL,
  4390.             'api_platform.openapi.contact.url' => NULL,
  4391.             'api_platform.openapi.contact.email' => NULL,
  4392.             'api_platform.openapi.license.name' => NULL,
  4393.             'api_platform.openapi.license.url' => NULL,
  4394.             'api_platform.swagger.versions' => [
  4395.                 => 3,
  4396.             ],
  4397.             'api_platform.enable_swagger_ui' => false,
  4398.             'api_platform.enable_re_doc' => false,
  4399.             'api_platform.swagger.api_keys' => [
  4400.                 'apiKey' => [
  4401.                     'name' => 'Authorization',
  4402.                     'type' => 'header',
  4403.                 ],
  4404.             ],
  4405.             'api_platform.swagger_ui.extra_configuration' => [
  4406.                 'deepLinking' => true,
  4407.                 'filter' => true,
  4408.                 'displayRequestDuration' => true,
  4409.             ],
  4410.             'api_platform.graphql.enabled' => false,
  4411.             'api_platform.graphql.graphiql.enabled' => false,
  4412.             'api_platform.graphql.graphql_playground.enabled' => false,
  4413.             'api_platform.graphql.collection.pagination' => [
  4414.                 'enabled' => true,
  4415.             ],
  4416.             'api_platform.validator.serialize_payload_fields' => [
  4417.             ],
  4418.             'api_platform.validator.query_parameter_validation' => true,
  4419.             'api_platform.elasticsearch.enabled' => false,
  4420.             'kreait.firebase.factory' => 'Kreait\\Firebase\\Factory',
  4421.             'kreait.firebase.bundle.project_factory' => 'Kreait\\Firebase\\Symfony\\Bundle\\DependencyInjection\\Factory\\ProjectFactory',
  4422.             'lexik_jwt_authentication.pass_phrase' => '',
  4423.             'lexik_jwt_authentication.token_ttl' => 3600,
  4424.             'lexik_jwt_authentication.clock_skew' => 0,
  4425.             'lexik_jwt_authentication.user_identity_field' => 'username',
  4426.             'lexik_jwt_authentication.allow_no_expiration' => false,
  4427.             'lexik_jwt_authentication.encoder.signature_algorithm' => 'HS256',
  4428.             'lexik_jwt_authentication.encoder.crypto_engine' => 'openssl',
  4429.             'sentry.tracing.enabled' => true,
  4430.             'sentry.tracing.dbal.enabled' => true,
  4431.             'sentry.tracing.dbal.connections' => [
  4432.             ],
  4433.             'sentry.tracing.cache.enabled' => true,
  4434.             'sentry.tracing.http_client.enabled' => true,
  4435.             'stof_doctrine_extensions.listener.softdeleteable.class' => 'Gedmo\\SoftDeleteable\\SoftDeleteableListener',
  4436.             'stof_doctrine_extensions.default_locale' => 'en_US',
  4437.             'stof_doctrine_extensions.translation_fallback' => false,
  4438.             'stof_doctrine_extensions.persist_default_translation' => false,
  4439.             'stof_doctrine_extensions.skip_translation_on_load' => false,
  4440.             'stof_doctrine_extensions.listener.translatable.class' => 'Gedmo\\Translatable\\TranslatableListener',
  4441.             'stof_doctrine_extensions.listener.timestampable.class' => 'Gedmo\\Timestampable\\TimestampableListener',
  4442.             'stof_doctrine_extensions.listener.blameable.class' => 'Gedmo\\Blameable\\BlameableListener',
  4443.             'stof_doctrine_extensions.listener.sluggable.class' => 'Gedmo\\Sluggable\\SluggableListener',
  4444.             'stof_doctrine_extensions.listener.tree.class' => 'Gedmo\\Tree\\TreeListener',
  4445.             'stof_doctrine_extensions.listener.loggable.class' => 'Gedmo\\Loggable\\LoggableListener',
  4446.             'stof_doctrine_extensions.listener.sortable.class' => 'Gedmo\\Sortable\\SortableListener',
  4447.             'stof_doctrine_extensions.listener.uploadable.class' => 'Gedmo\\Uploadable\\UploadableListener',
  4448.             'stof_doctrine_extensions.listener.reference_integrity.class' => 'Gedmo\\ReferenceIntegrity\\ReferenceIntegrityListener',
  4449.             'data_collector.templates' => [
  4450.                 'data_collector.request' => [
  4451.                     => 'request',
  4452.                     => '@WebProfiler/Collector/request.html.twig',
  4453.                 ],
  4454.                 'api_platform.data_collector.request' => [
  4455.                     => 'api_platform.data_collector.request',
  4456.                     => '@ApiPlatform/DataCollector/request.html.twig',
  4457.                 ],
  4458.                 'data_collector.time' => [
  4459.                     => 'time',
  4460.                     => '@WebProfiler/Collector/time.html.twig',
  4461.                 ],
  4462.                 'data_collector.memory' => [
  4463.                     => 'memory',
  4464.                     => '@WebProfiler/Collector/memory.html.twig',
  4465.                 ],
  4466.                 'data_collector.validator' => [
  4467.                     => 'validator',
  4468.                     => '@WebProfiler/Collector/validator.html.twig',
  4469.                 ],
  4470.                 'data_collector.ajax' => [
  4471.                     => 'ajax',
  4472.                     => '@WebProfiler/Collector/ajax.html.twig',
  4473.                 ],
  4474.                 'data_collector.form' => [
  4475.                     => 'form',
  4476.                     => '@WebProfiler/Collector/form.html.twig',
  4477.                 ],
  4478.                 'data_collector.exception' => [
  4479.                     => 'exception',
  4480.                     => '@WebProfiler/Collector/exception.html.twig',
  4481.                 ],
  4482.                 'data_collector.logger' => [
  4483.                     => 'logger',
  4484.                     => '@WebProfiler/Collector/logger.html.twig',
  4485.                 ],
  4486.                 'data_collector.events' => [
  4487.                     => 'events',
  4488.                     => '@WebProfiler/Collector/events.html.twig',
  4489.                 ],
  4490.                 'data_collector.router' => [
  4491.                     => 'router',
  4492.                     => '@WebProfiler/Collector/router.html.twig',
  4493.                 ],
  4494.                 'data_collector.cache' => [
  4495.                     => 'cache',
  4496.                     => '@WebProfiler/Collector/cache.html.twig',
  4497.                 ],
  4498.                 'data_collector.translation' => [
  4499.                     => 'translation',
  4500.                     => '@WebProfiler/Collector/translation.html.twig',
  4501.                 ],
  4502.                 'data_collector.security' => [
  4503.                     => 'security',
  4504.                     => '@Security/Collector/security.html.twig',
  4505.                 ],
  4506.                 'data_collector.twig' => [
  4507.                     => 'twig',
  4508.                     => '@WebProfiler/Collector/twig.html.twig',
  4509.                 ],
  4510.                 'data_collector.http_client' => [
  4511.                     => 'http_client',
  4512.                     => '@WebProfiler/Collector/http_client.html.twig',
  4513.                 ],
  4514.                 'data_collector.doctrine' => [
  4515.                     => 'db',
  4516.                     => '@Doctrine/Collector/db.html.twig',
  4517.                 ],
  4518.                 'data_collector.dump' => [
  4519.                     => 'dump',
  4520.                     => '@Debug/Profiler/dump.html.twig',
  4521.                 ],
  4522.                 'data_collector.messenger' => [
  4523.                     => 'messenger',
  4524.                     => '@WebProfiler/Collector/messenger.html.twig',
  4525.                 ],
  4526.                 'mailer.data_collector' => [
  4527.                     => 'mailer',
  4528.                     => '@WebProfiler/Collector/mailer.html.twig',
  4529.                 ],
  4530.                 'notifier.data_collector' => [
  4531.                     => 'notifier',
  4532.                     => '@WebProfiler/Collector/notifier.html.twig',
  4533.                 ],
  4534.                 'data_collector.config' => [
  4535.                     => 'config',
  4536.                     => '@WebProfiler/Collector/config.html.twig',
  4537.                 ],
  4538.             ],
  4539.             'console.command.ids' => [
  4540.             ],
  4541.         ];
  4542.     }
  4543.     protected function throw($message)
  4544.     {
  4545.         throw new RuntimeException($message);
  4546.     }
  4547. }