var/cache/dev/ContainerHFI5xaW/App_KernelDevDebugContainer.php line 758

Open in your IDE?
  1. <?php
  2. namespace ContainerHFI5xaW;
  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.rate_limiter' => 'getCache_RateLimiterService',
  41.             'cache.system' => 'getCache_SystemService',
  42.             'cache.validator_expression_language' => 'getCache_ValidatorExpressionLanguageService',
  43.             'doctrine' => 'getDoctrineService',
  44.             'doctrine.dbal.default_connection' => 'getDoctrine_Dbal_DefaultConnectionService',
  45.             'doctrine.orm.default_entity_manager' => 'getDoctrine_Orm_DefaultEntityManagerService',
  46.             'event_dispatcher' => 'getEventDispatcherService',
  47.             'http_kernel' => 'getHttpKernelService',
  48.             'monolog.logger.deprecation' => 'getMonolog_Logger_DeprecationService',
  49.             'request_stack' => 'getRequestStackService',
  50.             'router' => 'getRouterService',
  51.             'translator' => 'getTranslatorService',
  52.             'cache_clearer' => 'getCacheClearerService',
  53.             'filesystem' => 'getFilesystemService',
  54.             'serializer' => 'getSerializerService',
  55.             'security.csrf.token_manager' => 'getSecurity_Csrf_TokenManagerService',
  56.             'form.factory' => 'getForm_FactoryService',
  57.             'form.type.file' => 'getForm_Type_FileService',
  58.             'profiler' => 'getProfilerService',
  59.             'security.authorization_checker' => 'getSecurity_AuthorizationCheckerService',
  60.             'security.token_storage' => 'getSecurity_TokenStorageService',
  61.             'twig' => 'getTwigService',
  62.             'security.password_encoder' => 'getSecurity_PasswordEncoderService',
  63.             'session' => 'getSessionService',
  64.             'validator' => 'getValidatorService',
  65.         ];
  66.         $this->fileMap = [
  67.             '.container.private.cache_clearer' => 'get_Container_Private_CacheClearerService',
  68.             '.container.private.filesystem' => 'get_Container_Private_FilesystemService',
  69.             '.container.private.form.factory' => 'get_Container_Private_Form_FactoryService',
  70.             '.container.private.form.type.file' => 'get_Container_Private_Form_Type_FileService',
  71.             '.container.private.security.csrf.token_manager' => 'get_Container_Private_Security_Csrf_TokenManagerService',
  72.             '.container.private.security.password_encoder' => 'get_Container_Private_Security_PasswordEncoderService',
  73.             '.container.private.session' => 'get_Container_Private_SessionService',
  74.             'App\\Controller\\Admin\\IGController' => 'getIGControllerService',
  75.             'App\\Controller\\Api\\ResetIGStatusController' => 'getResetIGStatusControllerService',
  76.             'App\\Controller\\EntryPointController' => 'getEntryPointControllerService',
  77.             'App\\Controller\\SecurityController' => 'getSecurityControllerService',
  78.             'Doctrine\\Bundle\\DoctrineBundle\\Controller\\ProfilerController' => 'getProfilerControllerService',
  79.             'Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController' => 'getRedirectControllerService',
  80.             'Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController' => 'getTemplateControllerService',
  81.             'api_platform.action.documentation' => 'getApiPlatform_Action_DocumentationService',
  82.             'api_platform.action.entrypoint' => 'getApiPlatform_Action_EntrypointService',
  83.             'api_platform.action.exception' => 'getApiPlatform_Action_ExceptionService',
  84.             'api_platform.action.not_exposed' => 'getApiPlatform_Action_NotExposedService',
  85.             'api_platform.action.not_found' => 'getApiPlatform_Action_NotFoundService',
  86.             'api_platform.action.placeholder' => 'getApiPlatform_Action_PlaceholderService',
  87.             'api_platform.jsonld.action.context' => 'getApiPlatform_Jsonld_Action_ContextService',
  88.             'api_platform.swagger.action.ui' => 'getApiPlatform_Swagger_Action_UiService',
  89.             'api_platform.swagger_ui.action' => 'getApiPlatform_SwaggerUi_ActionService',
  90.             'cache.app_clearer' => 'getCache_AppClearerService',
  91.             'cache.global_clearer' => 'getCache_GlobalClearerService',
  92.             'cache.system_clearer' => 'getCache_SystemClearerService',
  93.             'cache_warmer' => 'getCacheWarmerService',
  94.             'console.command_loader' => 'getConsole_CommandLoaderService',
  95.             'container.env_var_processors_locator' => 'getContainer_EnvVarProcessorsLocatorService',
  96.             'error_controller' => 'getErrorControllerService',
  97.             'lexik_jwt_authentication.encoder' => 'getLexikJwtAuthentication_EncoderService',
  98.             'lexik_jwt_authentication.generate_token_command' => 'getLexikJwtAuthentication_GenerateTokenCommandService',
  99.             'lexik_jwt_authentication.jwt_manager' => 'getLexikJwtAuthentication_JwtManagerService',
  100.             'lexik_jwt_authentication.key_loader' => 'getLexikJwtAuthentication_KeyLoaderService',
  101.             'routing.loader' => 'getRouting_LoaderService',
  102.             'services_resetter' => 'getServicesResetterService',
  103.             'web_profiler.controller.exception_panel' => 'getWebProfiler_Controller_ExceptionPanelService',
  104.             'web_profiler.controller.profiler' => 'getWebProfiler_Controller_ProfilerService',
  105.             'web_profiler.controller.router' => 'getWebProfiler_Controller_RouterService',
  106.         ];
  107.         $this->aliases = [
  108.             'ApiPlatform\\Action\\NotExposedAction' => 'api_platform.action.not_exposed',
  109.             'ApiPlatform\\Action\\NotFoundAction' => 'api_platform.action.not_found',
  110.             'App\\Kernel' => 'kernel',
  111.             'api_platform.action.delete_item' => 'api_platform.action.placeholder',
  112.             'api_platform.action.get_collection' => 'api_platform.action.placeholder',
  113.             'api_platform.action.get_item' => 'api_platform.action.placeholder',
  114.             'api_platform.action.get_subresource' => 'api_platform.action.placeholder',
  115.             'api_platform.action.patch_item' => 'api_platform.action.placeholder',
  116.             'api_platform.action.post_collection' => 'api_platform.action.placeholder',
  117.             'api_platform.action.put_item' => 'api_platform.action.placeholder',
  118.             'database_connection' => 'doctrine.dbal.default_connection',
  119.             'doctrine.orm.entity_manager' => 'doctrine.orm.default_entity_manager',
  120.         ];
  121.         $this->privates['service_container'] = function () {
  122.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/HttpKernelInterface.php';
  123.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/KernelInterface.php';
  124.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/RebootableInterface.php';
  125.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/TerminableInterface.php';
  126.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Kernel.php';
  127.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Kernel/MicroKernelTrait.php';
  128.             include_once \dirname(__DIR__4).'/src/Kernel.php';
  129.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventSubscriberInterface.php';
  130.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ResponseListener.php';
  131.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/StreamedResponseListener.php';
  132.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/LocaleListener.php';
  133.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ValidateRequestListener.php';
  134.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/DisallowRobotsIndexingListener.php';
  135.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ErrorListener.php';
  136.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ParameterBagInterface.php';
  137.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ParameterBag.php';
  138.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/FrozenParameterBag.php';
  139.             include_once \dirname(__DIR__4).'/vendor/psr/container/src/ContainerInterface.php';
  140.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ContainerBagInterface.php';
  141.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ContainerBag.php';
  142.             include_once \dirname(__DIR__4).'/vendor/symfony/runtime/RunnerInterface.php';
  143.             include_once \dirname(__DIR__4).'/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php';
  144.             include_once \dirname(__DIR__4).'/vendor/symfony/runtime/Runner/Symfony/ResponseRunner.php';
  145.             include_once \dirname(__DIR__4).'/vendor/symfony/runtime/RuntimeInterface.php';
  146.             include_once \dirname(__DIR__4).'/vendor/symfony/runtime/GenericRuntime.php';
  147.             include_once \dirname(__DIR__4).'/vendor/symfony/runtime/SymfonyRuntime.php';
  148.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/HttpKernel.php';
  149.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ControllerResolverInterface.php';
  150.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/TraceableControllerResolver.php';
  151.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ControllerResolver.php';
  152.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php';
  153.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerResolver.php';
  154.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolverInterface.php';
  155.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/TraceableArgumentResolver.php';
  156.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver.php';
  157.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/ControllerMetadata/ArgumentMetadataFactoryInterface.php';
  158.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/ControllerMetadata/ArgumentMetadataFactory.php';
  159.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/RequestStack.php';
  160.             include_once \dirname(__DIR__4).'/vendor/symfony/config/ConfigCacheFactoryInterface.php';
  161.             include_once \dirname(__DIR__4).'/vendor/symfony/config/ResourceCheckerConfigCacheFactory.php';
  162.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/LocaleAwareListener.php';
  163.             include_once \dirname(__DIR__4).'/vendor/psr/cache/src/CacheItemPoolInterface.php';
  164.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/AdapterInterface.php';
  165.             include_once \dirname(__DIR__4).'/vendor/symfony/cache-contracts/CacheInterface.php';
  166.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/PruneableInterface.php';
  167.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ResetInterface.php';
  168.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/ResettableInterface.php';
  169.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/TraceableAdapter.php';
  170.             include_once \dirname(__DIR__4).'/vendor/psr/log/src/LoggerAwareInterface.php';
  171.             include_once \dirname(__DIR__4).'/vendor/psr/log/src/LoggerAwareTrait.php';
  172.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/AbstractAdapterTrait.php';
  173.             include_once \dirname(__DIR__4).'/vendor/symfony/cache-contracts/CacheTrait.php';
  174.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/ContractsTrait.php';
  175.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/AbstractAdapter.php';
  176.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/FilesystemCommonTrait.php';
  177.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/FilesystemTrait.php';
  178.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/FilesystemAdapter.php';
  179.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Marshaller/MarshallerInterface.php';
  180.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Marshaller/DefaultMarshaller.php';
  181.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Packages.php';
  182.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/PackageInterface.php';
  183.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Package.php';
  184.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/PathPackage.php';
  185.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/VersionStrategy/VersionStrategyInterface.php';
  186.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/VersionStrategy/JsonManifestVersionStrategy.php';
  187.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Context/ContextInterface.php';
  188.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Context/RequestStackContext.php';
  189.             include_once \dirname(__DIR__4).'/vendor/symfony/translation-contracts/TranslatorInterface.php';
  190.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/TranslatorBagInterface.php';
  191.             include_once \dirname(__DIR__4).'/vendor/symfony/translation-contracts/LocaleAwareInterface.php';
  192.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Translator.php';
  193.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/WarmableInterface.php';
  194.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Translation/Translator.php';
  195.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ServiceProviderInterface.php';
  196.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ServiceLocatorTrait.php';
  197.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ServiceLocator.php';
  198.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/MessageFormatterInterface.php';
  199.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/IntlFormatterInterface.php';
  200.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/MessageFormatter.php';
  201.             include_once \dirname(__DIR__4).'/vendor/symfony/translation-contracts/TranslatorTrait.php';
  202.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/IdentityTranslator.php';
  203.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/DebugHandlersListener.php';
  204.             include_once \dirname(__DIR__4).'/vendor/psr/log/src/LoggerInterface.php';
  205.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/ResettableInterface.php';
  206.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Logger.php';
  207.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Log/DebugLoggerInterface.php';
  208.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Logger.php';
  209.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Debug/FileLinkFormatter.php';
  210.             include_once \dirname(__DIR__4).'/vendor/symfony/stopwatch/Stopwatch.php';
  211.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Processor/DebugProcessor.php';
  212.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RequestContext.php';
  213.             include_once \dirname(__DIR__4).'/vendor/symfony/expression-language/ExpressionFunctionProviderInterface.php';
  214.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Matcher/ExpressionLanguageProvider.php';
  215.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/RouterListener.php';
  216.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Reader.php';
  217.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationReader.php';
  218.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/PsrCachedReader.php';
  219.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/ProxyTrait.php';
  220.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/PhpArrayAdapter.php';
  221.             include_once \dirname(__DIR__4).'/vendor/symfony/property-access/PropertyAccessorInterface.php';
  222.             include_once \dirname(__DIR__4).'/vendor/symfony/property-access/PropertyAccessor.php';
  223.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/ArrayAdapter.php';
  224.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/NameConverter/NameConverterInterface.php';
  225.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/NameConverter/AdvancedNameConverterInterface.php';
  226.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/NameConverter/MetadataAwareNameConverter.php';
  227.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyTypeExtractorInterface.php';
  228.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyDescriptionExtractorInterface.php';
  229.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyAccessExtractorInterface.php';
  230.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyListExtractorInterface.php';
  231.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyInfoExtractorInterface.php';
  232.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyInitializableExtractorInterface.php';
  233.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyInfoExtractor.php';
  234.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyReadInfoExtractorInterface.php';
  235.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyWriteInfoExtractorInterface.php';
  236.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/Extractor/ConstructorArgumentTypeExtractorInterface.php';
  237.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/Extractor/ReflectionExtractor.php';
  238.             include_once \dirname(__DIR__4).'/vendor/symfony/web-link/EventListener/AddLinkHeaderListener.php';
  239.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/AbstractSessionListener.php';
  240.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/SessionListener.php';
  241.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ValidatorBuilder.php';
  242.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validation.php';
  243.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorFactoryInterface.php';
  244.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ContainerConstraintValidatorFactory.php';
  245.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ObjectInitializerInterface.php';
  246.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Validator/DoctrineInitializer.php';
  247.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Loader/LoaderInterface.php';
  248.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Loader/AutoMappingTrait.php';
  249.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Loader/PropertyInfoLoader.php';
  250.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Validator/DoctrineLoader.php';
  251.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ProfilerListener.php';
  252.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/DataCollectorInterface.php';
  253.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/DataCollector.php';
  254.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/LateDataCollectorInterface.php';
  255.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php';
  256.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/RouterDataCollector.php';
  257.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/DataCollector/RouterDataCollector.php';
  258.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataCollectorInterface.php';
  259.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataCollector.php';
  260.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataExtractorInterface.php';
  261.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataExtractor.php';
  262.             include_once \dirname(__DIR__4).'/vendor/symfony/mime/MimeTypeGuesserInterface.php';
  263.             include_once \dirname(__DIR__4).'/vendor/symfony/mime/MimeTypesInterface.php';
  264.             include_once \dirname(__DIR__4).'/vendor/symfony/mime/MimeTypes.php';
  265.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Api/ResourceClassResolverInterface.php';
  266.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Util/ClassInfoTrait.php';
  267.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Api/ResourceClassResolver.php';
  268.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RequestContextAwareInterface.php';
  269.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Matcher/UrlMatcherInterface.php';
  270.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Generator/UrlGeneratorInterface.php';
  271.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RouterInterface.php';
  272.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Api/UrlGeneratorInterface.php';
  273.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/Routing/Router.php';
  274.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Serializer/SerializerContextBuilderInterface.php';
  275.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Serializer/SerializerFilterContextBuilder.php';
  276.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Serializer/SerializerContextBuilder.php';
  277.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Factory/ClassMetadataFactoryInterface.php';
  278.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Serializer/Mapping/Factory/ClassMetadataFactory.php';
  279.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Factory/ClassResolverTrait.php';
  280.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Factory/ClassMetadataFactory.php';
  281.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Loader/LoaderInterface.php';
  282.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Loader/LoaderChain.php';
  283.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Loader/AnnotationLoader.php';
  284.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/PathResolver/OperationPathResolverInterface.php';
  285.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/PathResolver/CustomOperationPathResolver.php';
  286.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/PathResolver/OperationPathResolver.php';
  287.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Operation/PathSegmentNameGeneratorInterface.php';
  288.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Operation/UnderscorePathSegmentNameGenerator.php';
  289.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Symfony/Routing/RouterOperationPathResolver.php';
  290.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Util/OperationRequestInitiatorTrait.php';
  291.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/EventListener/AddFormatListener.php';
  292.             include_once \dirname(__DIR__4).'/vendor/willdurand/negotiation/src/Negotiation/AbstractNegotiator.php';
  293.             include_once \dirname(__DIR__4).'/vendor/willdurand/negotiation/src/Negotiation/Negotiator.php';
  294.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Resource/ToggleableOperationAttributeTrait.php';
  295.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/EventListener/DeserializeListener.php';
  296.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Util/CloneTrait.php';
  297.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/DataProvider/OperationDataProviderTrait.php';
  298.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/EventListener/ReadListener.php';
  299.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Resource/Factory/ResourceNameCollectionFactoryInterface.php';
  300.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Util/CachedTrait.php';
  301.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Resource/Factory/CachedResourceNameCollectionFactory.php';
  302.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Resource/Factory/ExtractorResourceNameCollectionFactory.php';
  303.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Resource/Factory/AnnotationResourceNameCollectionFactory.php';
  304.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Property/Factory/PropertyNameCollectionFactoryInterface.php';
  305.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Property/Factory/CachedPropertyNameCollectionFactory.php';
  306.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Property/Factory/ExtractorPropertyNameCollectionFactory.php';
  307.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Property/Factory/PropertyInfoPropertyNameCollectionFactory.php';
  308.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Resource/Factory/ResourceMetadataFactoryInterface.php';
  309.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Resource/Factory/CachedResourceMetadataFactory.php';
  310.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Resource/Factory/FormatsResourceMetadataFactory.php';
  311.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Resource/Factory/OperationResourceMetadataFactory.php';
  312.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Util/AnnotationFilterExtractorTrait.php';
  313.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Resource/Factory/AnnotationResourceFilterMetadataFactory.php';
  314.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Resource/Factory/ShortNameResourceMetadataFactory.php';
  315.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Resource/Factory/InputOutputResourceMetadataFactory.php';
  316.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Resource/Factory/ExtractorResourceMetadataFactory.php';
  317.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Resource/Factory/AnnotationResourceMetadataFactory.php';
  318.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Property/Factory/PropertyMetadataFactoryInterface.php';
  319.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Property/Factory/CachedPropertyMetadataFactory.php';
  320.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Symfony/Validator/Metadata/Property/ValidatorPropertyMetadataFactory.php';
  321.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Property/Factory/ExtractorPropertyMetadataFactory.php';
  322.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Property/Factory/AnnotationPropertyMetadataFactory.php';
  323.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Property/Factory/AnnotationSubresourceMetadataFactory.php';
  324.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Property/Factory/DefaultPropertyMetadataFactory.php';
  325.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Util/ResourceClassInfoTrait.php';
  326.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Property/Factory/SerializerPropertyMetadataFactory.php';
  327.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Metadata/Property/DoctrineOrmPropertyMetadataFactory.php';
  328.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Symfony/PropertyInfo/Metadata/Property/PropertyInfoPropertyMetadataFactory.php';
  329.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Extractor/ResourceExtractorInterface.php';
  330.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Extractor/AbstractResourceExtractor.php';
  331.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Extractor/PropertyExtractorInterface.php';
  332.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Extractor/XmlExtractor.php';
  333.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Operation/Factory/SubresourceOperationFactoryInterface.php';
  334.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Operation/Factory/CachedSubresourceOperationFactory.php';
  335.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Operation/Factory/SubresourceOperationFactory.php';
  336.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Extractor/YamlExtractor.php';
  337.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/JsonSchema/TypeFactoryInterface.php';
  338.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/JsonSchema/TypeFactory.php';
  339.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/Bundle/EventListener/SwaggerUiListener.php';
  340.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/JsonLd/ContextBuilderInterface.php';
  341.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/JsonLd/AnonymousContextBuilderInterface.php';
  342.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/JsonLd/ContextBuilder.php';
  343.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Api/IriConverterInterface.php';
  344.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/Routing/SkolemIriConverter.php';
  345.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Util/CorsTrait.php';
  346.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Hydra/EventListener/AddLinkHeaderListener.php';
  347.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/JsonSchema/SchemaFactoryInterface.php';
  348.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Hydra/JsonSchema/SchemaFactory.php';
  349.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/JsonSchema/SchemaFactory.php';
  350.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/HttpCache/EventListener/AddHeadersListener.php';
  351.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/EventListener/QueryParameterValidateListener.php';
  352.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Api/FilterLocatorTrait.php';
  353.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Api/QueryParameterValidator/QueryParameterValidator.php';
  354.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/DataProvider/CollectionDataProviderInterface.php';
  355.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/DataProvider/ContextAwareCollectionDataProviderInterface.php';
  356.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/DataProvider/RestrictedDataProviderInterface.php';
  357.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/DataProvider/RestrictDataProviderTrait.php';
  358.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Symfony/Bundle/DataProvider/TraceableChainCollectionDataProvider.php';
  359.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/DataProvider/ChainCollectionDataProvider.php';
  360.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/DataProvider/ItemDataProviderInterface.php';
  361.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Symfony/Bundle/DataProvider/TraceableChainItemDataProvider.php';
  362.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/DataProvider/ChainItemDataProvider.php';
  363.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/DataProvider/SubresourceDataProviderInterface.php';
  364.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Symfony/Bundle/DataProvider/TraceableChainSubresourceDataProvider.php';
  365.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/DataProvider/ChainSubresourceDataProvider.php';
  366.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/DataPersister/DataPersisterInterface.php';
  367.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/DataPersister/ContextAwareDataPersisterInterface.php';
  368.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Symfony/Bundle/DataPersister/TraceableChainDataPersister.php';
  369.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/DataPersister/ChainDataPersister.php';
  370.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/Security/ResourceAccessCheckerInterface.php';
  371.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/Security/ResourceAccessChecker.php';
  372.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/EventListener/DenyAccessListener.php';
  373.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Api/IdentifiersExtractorInterface.php';
  374.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Api/CachedIdentifiersExtractor.php';
  375.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Api/IdentifiersExtractor.php';
  376.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Identifier/IdentifierConverterInterface.php';
  377.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Identifier/ContextAwareIdentifierConverterInterface.php';
  378.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Identifier/IdentifierConverter.php';
  379.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Token/Storage/TokenStorageInterface.php';
  380.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Token/Storage/TokenStorage.php';
  381.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/AuthenticationTrustResolverInterface.php';
  382.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/AuthenticationTrustResolver.php';
  383.             include_once \dirname(__DIR__4).'/vendor/symfony/expression-language/ExpressionLanguage.php';
  384.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/ExpressionLanguage.php';
  385.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/Security/Core/Authorization/ExpressionLanguageProvider.php';
  386.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Role/RoleHierarchyInterface.php';
  387.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Role/RoleHierarchy.php';
  388.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/FirewallMapInterface.php';
  389.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallMap.php';
  390.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Logout/LogoutUrlGenerator.php';
  391.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/RememberMe/ResponseListener.php';
  392.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AccessDecisionManagerInterface.php';
  393.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/TraceableAccessDecisionManager.php';
  394.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AccessDecisionManager.php';
  395.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Strategy/AccessDecisionStrategyInterface.php';
  396.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Strategy/AffirmativeStrategy.php';
  397.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall.php';
  398.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/EventListener/FirewallListener.php';
  399.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php';
  400.             include_once \dirname(__DIR__4).'/vendor/psr/event-dispatcher/src/EventDispatcherInterface.php';
  401.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher-contracts/EventDispatcherInterface.php';
  402.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventDispatcherInterface.php';
  403.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventDispatcher.php';
  404.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/FirewallListenerInterface.php';
  405.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  406.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ContextListener.php';
  407.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ConnectionRegistry.php';
  408.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ManagerRegistry.php';
  409.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/AbstractManagerRegistry.php';
  410.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/ManagerRegistry.php';
  411.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Registry.php';
  412.             include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventManager.php';
  413.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/ContainerAwareEventManager.php';
  414.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Connection.php';
  415.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/ConnectionFactory.php';
  416.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Configuration.php';
  417.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Schema/SchemaManagerFactory.php';
  418.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Schema/LegacySchemaManagerFactory.php';
  419.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Driver/Middleware.php';
  420.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Logging/Middleware.php';
  421.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Middleware/ConnectionNameAwareInterface.php';
  422.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Middleware/DebugMiddleware.php';
  423.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Tools/DsnParser.php';
  424.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Middleware/Debug/DebugDataHolder.php';
  425.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Middleware/BacktraceDebugDataHolder.php';
  426.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/MappingDriver.php';
  427.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Mapping/Driver/CompatibilityAnnotationDriver.php';
  428.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/ColocatedMappingDriver.php';
  429.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Mapping/Driver/ReflectionBasedDriver.php';
  430.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Mapping/Driver/AnnotationDriver.php';
  431.             include_once \dirname(__DIR__4).'/vendor/doctrine/common/src/Proxy/Autoloader.php';
  432.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Proxy/Autoloader.php';
  433.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ObjectManager.php';
  434.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/EntityManagerInterface.php';
  435.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/EntityManager.php';
  436.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Configuration.php';
  437.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Mapping/MappingDriver.php';
  438.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/MappingDriverChain.php';
  439.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Mapping/NamingStrategy.php';
  440.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Mapping/UnderscoreNamingStrategy.php';
  441.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Mapping/QuoteStrategy.php';
  442.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Internal/SQLResultCasing.php';
  443.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Mapping/DefaultQuoteStrategy.php';
  444.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Mapping/EntityListenerResolver.php';
  445.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Mapping/EntityListenerServiceResolver.php';
  446.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Mapping/ContainerEntityListenerResolver.php';
  447.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Repository/RepositoryFactory.php';
  448.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Repository/RepositoryFactoryCompatibility.php';
  449.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Repository/ContainerRepositoryFactory.php';
  450.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/ManagerConfigurator.php';
  451.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Profiler/Profile.php';
  452.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Csp/ContentSecurityPolicyHandler.php';
  453.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Csp/NonceGenerator.php';
  454.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/EventListener/WebDebugToolbarListener.php';
  455.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/HandlerInterface.php';
  456.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/Handler.php';
  457.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/AbstractHandler.php';
  458.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/ProcessableHandlerInterface.php';
  459.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/FormattableHandlerInterface.php';
  460.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/ProcessableHandlerTrait.php';
  461.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/FormattableHandlerTrait.php';
  462.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/AbstractProcessingHandler.php';
  463.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/StreamHandler.php';
  464.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Processor/ProcessorInterface.php';
  465.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Processor/PsrLogMessageProcessor.php';
  466.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Handler/ConsoleHandler.php';
  467.             include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/Asset/EntrypointLookupCollectionInterface.php';
  468.             include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/Asset/EntrypointLookupCollection.php';
  469.             include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/EventListener/ResetAssetsEventListener.php';
  470.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/DataCollectorTranslator.php';
  471.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Matcher/RequestMatcherInterface.php';
  472.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Router.php';
  473.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ServiceSubscriberInterface.php';
  474.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Routing/Router.php';
  475.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php';
  476.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Debug/TraceableEventDispatcher.php';
  477.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/NullHandler.php';
  478.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/SerializerInterface.php';
  479.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/NormalizerInterface.php';
  480.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ContextAwareNormalizerInterface.php';
  481.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DenormalizerInterface.php';
  482.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ContextAwareDenormalizerInterface.php';
  483.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/EncoderInterface.php';
  484.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/ContextAwareEncoderInterface.php';
  485.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/DecoderInterface.php';
  486.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/ContextAwareDecoderInterface.php';
  487.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Serializer.php';
  488.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/SerializerAwareInterface.php';
  489.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/CacheableSupportsMethodInterface.php';
  490.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/SerializerAwareTrait.php';
  491.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/UnwrappingDenormalizer.php';
  492.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/RamseyUuid/Serializer/UuidDenormalizer.php';
  493.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/OpenApi/Serializer/ApiGatewayNormalizer.php';
  494.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/OpenApi/Serializer/OpenApiNormalizer.php';
  495.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ObjectToPopulateTrait.php';
  496.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/AbstractNormalizer.php';
  497.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/AbstractObjectNormalizer.php';
  498.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ObjectNormalizer.php';
  499.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/JsonEncoder.php';
  500.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Resource/ApiResourceToLegacyResourceMetadataTrait.php';
  501.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Api/FilterLocatorTrait.php';
  502.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Swagger/Serializer/DocumentationNormalizer.php';
  503.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Serializer/AbstractConstraintViolationListNormalizer.php';
  504.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Hydra/Serializer/ConstraintViolationListNormalizer.php';
  505.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Problem/Serializer/ConstraintViolationListNormalizer.php';
  506.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Hydra/Serializer/DocumentationNormalizer.php';
  507.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Hydra/Serializer/EntrypointNormalizer.php';
  508.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Problem/Serializer/ErrorNormalizerTrait.php';
  509.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Hydra/Serializer/ErrorNormalizer.php';
  510.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Problem/Serializer/ErrorNormalizer.php';
  511.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ProblemNormalizer.php';
  512.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/UidNormalizer.php';
  513.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Serializer/ContextTrait.php';
  514.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Serializer/InputOutputMetadataTrait.php';
  515.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Serializer/OperationContextTrait.php';
  516.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Serializer/AbstractItemNormalizer.php';
  517.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/JsonLd/Serializer/JsonLdContextTrait.php';
  518.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/JsonLd/Serializer/ItemNormalizer.php';
  519.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Serializer/ItemNormalizer.php';
  520.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DateTimeNormalizer.php';
  521.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ConstraintViolationListNormalizer.php';
  522.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/MimeMessageNormalizer.php';
  523.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/PropertyNormalizer.php';
  524.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/ClassDiscriminatorResolverInterface.php';
  525.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/ClassDiscriminatorFromClassMetadata.php';
  526.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DateTimeZoneNormalizer.php';
  527.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DateIntervalNormalizer.php';
  528.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/FormErrorNormalizer.php';
  529.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/BackedEnumNormalizer.php';
  530.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DataUriNormalizer.php';
  531.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/JsonSerializableNormalizer.php';
  532.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/NormalizerAwareInterface.php';
  533.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Hydra/Serializer/CollectionFiltersNormalizer.php';
  534.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Hydra/Serializer/PartialCollectionViewNormalizer.php';
  535.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/NormalizerAwareTrait.php';
  536.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Hydra/Serializer/CollectionNormalizer.php';
  537.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DenormalizerAwareInterface.php';
  538.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DenormalizerAwareTrait.php';
  539.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ArrayDenormalizer.php';
  540.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/JsonLd/Serializer/ObjectNormalizer.php';
  541.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/NormalizationAwareInterface.php';
  542.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/XmlEncoder.php';
  543.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/YamlEncoder.php';
  544.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/CsvEncoder.php';
  545.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Serializer/JsonEncoder.php';
  546.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/Profiler.php';
  547.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/ProfilerStorageInterface.php';
  548.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php';
  549.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Symfony/Bundle/DataCollector/RequestDataCollector.php';
  550.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/TimeDataCollector.php';
  551.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/MemoryDataCollector.php';
  552.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/DataCollector/ValidatorDataCollector.php';
  553.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/AjaxDataCollector.php';
  554.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/ExceptionDataCollector.php';
  555.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/LoggerDataCollector.php';
  556.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/EventDataCollector.php';
  557.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/DataCollector/CacheDataCollector.php';
  558.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/DataCollector/TranslationDataCollector.php';
  559.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/DataCollector/SecurityDataCollector.php';
  560.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/DataCollector/TwigDataCollector.php';
  561.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/DataCollector/DoctrineDataCollector.php';
  562.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/DataCollector/DoctrineDataCollector.php';
  563.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/ConfigDataCollector.php';
  564.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AuthorizationCheckerInterface.php';
  565.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AuthorizationChecker.php';
  566.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Token/Storage/UsageTrackingTokenStorage.php';
  567.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Cache/CacheInterface.php';
  568.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Cache/FilesystemCache.php';
  569.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/ExtensionInterface.php';
  570.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/AbstractExtension.php';
  571.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/CoreExtension.php';
  572.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/EscaperExtension.php';
  573.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/OptimizerExtension.php';
  574.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/StagingExtension.php';
  575.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/ExtensionSet.php';
  576.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Template.php';
  577.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/TemplateWrapper.php';
  578.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Environment.php';
  579.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Loader/LoaderInterface.php';
  580.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Loader/FilesystemLoader.php';
  581.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/CsrfExtension.php';
  582.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/LogoutUrlExtension.php';
  583.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/SecurityExtension.php';
  584.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Impersonate/ImpersonateUrlGenerator.php';
  585.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/ProfilerExtension.php';
  586.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/ProfilerExtension.php';
  587.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/TranslationExtension.php';
  588.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/AssetExtension.php';
  589.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/CodeExtension.php';
  590.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/RoutingExtension.php';
  591.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/YamlExtension.php';
  592.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/StopwatchExtension.php';
  593.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/ExpressionExtension.php';
  594.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/HttpKernelExtension.php';
  595.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/HttpFoundationExtension.php';
  596.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/UrlHelper.php';
  597.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/WebLinkExtension.php';
  598.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/SerializerExtension.php';
  599.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/FormExtension.php';
  600.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Twig/DoctrineExtension.php';
  601.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/DebugExtension.php';
  602.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Twig/WebProfilerExtension.php';
  603.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/DataDumperInterface.php';
  604.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/DumperInterface.php';
  605.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/AbstractDumper.php';
  606.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/CliDumper.php';
  607.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/HtmlDumper.php';
  608.             include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/Twig/EntryFilesTwigExtension.php';
  609.             include_once \dirname(__DIR__4).'/vendor/symfony/stimulus-bundle/src/Twig/UxControllersTwigExtension.php';
  610.             include_once \dirname(__DIR__4).'/vendor/symfony/ux-react/src/Twig/ReactComponentExtension.php';
  611.             include_once \dirname(__DIR__4).'/vendor/symfony/stimulus-bundle/src/Helper/StimulusHelper.php';
  612.             include_once \dirname(__DIR__4).'/vendor/symfony/stimulus-bundle/src/Twig/StimulusTwigExtension.php';
  613.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/AppVariable.php';
  614.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/RuntimeLoader/RuntimeLoaderInterface.php';
  615.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/RuntimeLoader/ContainerRuntimeLoader.php';
  616.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bundle/DependencyInjection/Configurator/EnvironmentConfigurator.php';
  617.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Factory/MetadataFactoryInterface.php';
  618.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validator/ValidatorInterface.php';
  619.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validator/TraceableValidator.php';
  620.         };
  621.     }
  622.     public function compile(): void
  623.     {
  624.         throw new LogicException('You cannot compile a dumped container that was already compiled.');
  625.     }
  626.     public function isCompiled(): bool
  627.     {
  628.         return true;
  629.     }
  630.     public function getRemovedIds(): array
  631.     {
  632.         return require $this->containerDir.\DIRECTORY_SEPARATOR.'removed-ids.php';
  633.     }
  634.     protected function load($file$lazyLoad true)
  635.     {
  636.         if (class_exists($class __NAMESPACE__.'\\'.$filefalse)) {
  637.             return $class::do($this$lazyLoad);
  638.         }
  639.         if ('.' === $file[-4]) {
  640.             $class substr($class0, -4);
  641.         } else {
  642.             $file .= '.php';
  643.         }
  644.         $service = require $this->containerDir.\DIRECTORY_SEPARATOR.$file;
  645.         return class_exists($classfalse) ? $class::do($this$lazyLoad) : $service;
  646.     }
  647.     /**
  648.      * Gets the public '.container.private.profiler' shared service.
  649.      *
  650.      * @return \Symfony\Component\HttpKernel\Profiler\Profiler
  651.      */
  652.     protected function get_Container_Private_ProfilerService()
  653.     {
  654.         $a = new \Symfony\Bridge\Monolog\Logger('profiler');
  655.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  656.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  657.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  658.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  659.         $this->services['.container.private.profiler'] = $instance = new \Symfony\Component\HttpKernel\Profiler\Profiler(new \Symfony\Component\HttpKernel\Profiler\FileProfilerStorage(('file:'.$this->targetDir.''.'/profiler')), $atrue);
  660.         $b = ($this->services['kernel'] ?? $this->get('kernel'));
  661.         $c = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  662.         $d = new \Symfony\Component\Cache\DataCollector\CacheDataCollector();
  663.         $d->addInstance('cache.app', ($this->services['cache.app'] ?? $this->getCache_AppService()));
  664.         $d->addInstance('cache.system', ($this->services['cache.system'] ?? $this->getCache_SystemService()));
  665.         $d->addInstance('cache.validator', ($this->privates['cache.validator'] ?? $this->getCache_ValidatorService()));
  666.         $d->addInstance('cache.serializer', ($this->privates['cache.serializer'] ?? $this->getCache_SerializerService()));
  667.         $d->addInstance('cache.annotations', ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService()));
  668.         $d->addInstance('cache.property_info', ($this->privates['cache.property_info'] ?? $this->getCache_PropertyInfoService()));
  669.         $d->addInstance('cache.rate_limiter', ($this->services['cache.rate_limiter'] ?? $this->getCache_RateLimiterService()));
  670.         $d->addInstance('cache.validator_expression_language', ($this->services['cache.validator_expression_language'] ?? $this->getCache_ValidatorExpressionLanguageService()));
  671.         $d->addInstance('api_platform.cache.route_name_resolver', ($this->privates['api_platform.cache.route_name_resolver'] ?? $this->getApiPlatform_Cache_RouteNameResolverService()));
  672.         $d->addInstance('api_platform.cache.metadata.resource', ($this->privates['api_platform.cache.metadata.resource'] ?? $this->getApiPlatform_Cache_Metadata_ResourceService()));
  673.         $d->addInstance('api_platform.cache.metadata.resource.legacy', ($this->privates['api_platform.cache.metadata.resource.legacy'] ?? $this->getApiPlatform_Cache_Metadata_Resource_LegacyService()));
  674.         $d->addInstance('api_platform.cache.metadata.property.legacy', ($this->privates['api_platform.cache.metadata.property.legacy'] ?? $this->getApiPlatform_Cache_Metadata_Property_LegacyService()));
  675.         $d->addInstance('api_platform.cache.subresource_operation_factory', ($this->privates['api_platform.cache.subresource_operation_factory'] ?? $this->getApiPlatform_Cache_SubresourceOperationFactoryService()));
  676.         $d->addInstance('api_platform.cache.identifiers_extractor', ($this->privates['api_platform.cache.identifiers_extractor'] ?? $this->getApiPlatform_Cache_IdentifiersExtractorService()));
  677.         $d->addInstance('cache.security_expression_language', ($this->privates['cache.security_expression_language'] ?? $this->getCache_SecurityExpressionLanguageService()));
  678.         $d->addInstance('cache.doctrine.orm.default.result', ($this->privates['cache.doctrine.orm.default.result'] ?? $this->getCache_Doctrine_Orm_Default_ResultService()));
  679.         $d->addInstance('cache.doctrine.orm.default.query', ($this->privates['cache.doctrine.orm.default.query'] ?? $this->getCache_Doctrine_Orm_Default_QueryService()));
  680.         $d->addInstance('cache.webpack_encore', ($this->privates['cache.webpack_encore'] ?? $this->getCache_WebpackEncoreService()));
  681.         $e = new \Symfony\Component\HttpKernel\DataCollector\ConfigDataCollector();
  682.         if ($this->has('kernel')) {
  683.             $e->setKernel($b);
  684.         }
  685.         $instance->add(($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService()));
  686.         $instance->add(new \ApiPlatform\Core\Bridge\Symfony\Bundle\DataCollector\RequestDataCollector(($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()), ($this->privates['api_platform.filter_locator'] ?? ($this->privates['api_platform.filter_locator'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [], []))), ($this->privates['debug.api_platform.collection_data_provider'] ?? $this->getDebug_ApiPlatform_CollectionDataProviderService()), ($this->privates['debug.api_platform.item_data_provider'] ?? $this->getDebug_ApiPlatform_ItemDataProviderService()), ($this->privates['debug.api_platform.subresource_data_provider'] ?? $this->getDebug_ApiPlatform_SubresourceDataProviderService()), ($this->privates['debug.api_platform.data_persister'] ?? $this->getDebug_ApiPlatform_DataPersisterService())));
  687.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\TimeDataCollector($b, ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)))));
  688.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\MemoryDataCollector());
  689.         $instance->add(new \Symfony\Component\Validator\DataCollector\ValidatorDataCollector(($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService())));
  690.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\AjaxDataCollector());
  691.         $instance->add(($this->privates['data_collector.form'] ?? $this->getDataCollector_FormService()));
  692.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\ExceptionDataCollector());
  693.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\LoggerDataCollector($a, ($this->targetDir.''.'/App_KernelDevDebugContainer'), $c));
  694.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\EventDataCollector(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), $c));
  695.         $instance->add(($this->privates['data_collector.router'] ?? ($this->privates['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector())));
  696.         $instance->add($d);
  697.         $instance->add(new \Symfony\Component\Translation\DataCollector\TranslationDataCollector(($this->services['translator'] ?? $this->getTranslatorService())));
  698.         $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));
  699.         $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())));
  700.         $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([])))));
  701.         $instance->add($e);
  702.         return $instance;
  703.     }
  704.     /**
  705.      * Gets the public '.container.private.security.authorization_checker' shared service.
  706.      *
  707.      * @return \Symfony\Component\Security\Core\Authorization\AuthorizationChecker
  708.      */
  709.     protected function get_Container_Private_Security_AuthorizationCheckerService()
  710.     {
  711.         $a = ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService());
  712.         if (isset($this->services['.container.private.security.authorization_checker'])) {
  713.             return $this->services['.container.private.security.authorization_checker'];
  714.         }
  715.         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);
  716.     }
  717.     /**
  718.      * Gets the public '.container.private.security.token_storage' shared service.
  719.      *
  720.      * @return \Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage
  721.      */
  722.     protected function get_Container_Private_Security_TokenStorageService()
  723.     {
  724.         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, [
  725.             'request_stack' => ['services''request_stack''getRequestStackService'false],
  726.         ], [
  727.             'request_stack' => '?',
  728.         ]));
  729.     }
  730.     /**
  731.      * Gets the public '.container.private.serializer' shared service.
  732.      *
  733.      * @return \Symfony\Component\Serializer\Serializer
  734.      */
  735.     protected function get_Container_Private_SerializerService()
  736.     {
  737.         $a = ($this->privates['api_platform.iri_converter.legacy'] ?? $this->load('getApiPlatform_IriConverter_LegacyService'));
  738.         if (isset($this->services['.container.private.serializer'])) {
  739.             return $this->services['.container.private.serializer'];
  740.         }
  741.         $b = ($this->privates['debug.api_platform.item_data_provider'] ?? $this->getDebug_ApiPlatform_ItemDataProviderService());
  742.         if (isset($this->services['.container.private.serializer'])) {
  743.             return $this->services['.container.private.serializer'];
  744.         }
  745.         $c = ($this->privates['property_accessor'] ?? $this->getPropertyAccessorService());
  746.         $d = ($this->privates['property_info'] ?? $this->getPropertyInfoService());
  747.         $e = new \Symfony\Component\Serializer\Encoder\JsonEncoder(NULLNULL);
  748.         $f = new \ApiPlatform\OpenApi\Serializer\OpenApiNormalizer(new \Symfony\Component\Serializer\Serializer([=> new \Symfony\Component\Serializer\Normalizer\ObjectNormalizer(NULLNULL$c$d)], [=> $e]));
  749.         $g = new \ApiPlatform\OpenApi\Serializer\ApiGatewayNormalizer($f);
  750.         $h = ($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService());
  751.         $i = ($this->privates['api_platform.metadata.property.name_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Property_NameCollectionFactory_CachedService());
  752.         $j = ($this->privates['api_platform.metadata.property.metadata_factory.cached.legacy'] ?? $this->getApiPlatform_Metadata_Property_MetadataFactory_Cached_LegacyService());
  753.         $k = ($this->privates['api_platform.filter_locator'] ?? ($this->privates['api_platform.filter_locator'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [], [])));
  754.         $l = new \ApiPlatform\OpenApi\Serializer\ApiGatewayNormalizer(new \ApiPlatform\Core\Swagger\Serializer\DocumentationNormalizer($h$i$j, ($this->privates['api_platform.hydra.json_schema.schema_factory'] ?? $this->getApiPlatform_Hydra_JsonSchema_SchemaFactoryService()), ($this->privates['api_platform.json_schema.type_factory'] ?? $this->getApiPlatform_JsonSchema_TypeFactoryService()), ($this->privates['api_platform.operation_path_resolver.router'] ?? $this->getApiPlatform_OperationPathResolver_RouterService()), NULL$kNULLfalse'oauth2''application''''', [], $this->parameters['api_platform.swagger.api_keys'], ($this->privates['api_platform.subresource_operation_factory.cached'] ?? $this->getApiPlatform_SubresourceOperationFactory_CachedService()), true'page'false'itemsPerPage'$this->parameters['api_platform.formats'], false'pagination', [], $this->parameters['api_platform.swagger.versions'], ($this->privates['api_platform.identifiers_extractor.cached'] ?? $this->getApiPlatform_IdentifiersExtractor_CachedService()), NULLtrue$f));
  755.         $m = ($this->privates['api_platform.router'] ?? $this->getApiPlatform_RouterService());
  756.         $n = ($this->privates['serializer.name_converter.metadata_aware'] ?? $this->getSerializer_NameConverter_MetadataAwareService());
  757.         $o = ($this->privates['api_platform.resource_class_resolver'] ?? $this->getApiPlatform_ResourceClassResolverService());
  758.         $p = ($this->privates['api_platform.jsonld.context_builder'] ?? $this->getApiPlatform_Jsonld_ContextBuilderService());
  759.         $q = ($this->privates['api_platform.serializer.mapping.class_metadata_factory'] ?? $this->getApiPlatform_Serializer_Mapping_ClassMetadataFactoryService());
  760.         $r = ($this->privates['api_platform.security.resource_access_checker'] ?? $this->getApiPlatform_Security_ResourceAccessCheckerService());
  761.         $s = new \Symfony\Component\Serializer\Mapping\ClassDiscriminatorFromClassMetadata($q);
  762.         $t = new \Symfony\Component\Serializer\Normalizer\ObjectNormalizer($q$n$c$d$sNULL, [], $d);
  763.         return $this->services['.container.private.serializer'] = new \Symfony\Component\Serializer\Serializer([=> new \Symfony\Component\Serializer\Normalizer\UnwrappingDenormalizer($c), => new \ApiPlatform\RamseyUuid\Serializer\UuidDenormalizer(), => $g=> $l=> new \ApiPlatform\Hydra\Serializer\ConstraintViolationListNormalizer($m, [], $n), => new \ApiPlatform\Problem\Serializer\ConstraintViolationListNormalizer([], $n), => $l=> $g=> new \ApiPlatform\Hydra\Serializer\DocumentationNormalizer($h$i$j$oNULL$mNULL$n), => new \ApiPlatform\Hydra\Serializer\EntrypointNormalizer($h$a$m), 10 => new \ApiPlatform\Hydra\Serializer\ErrorNormalizer($mtrue), 11 => new \ApiPlatform\Problem\Serializer\ErrorNormalizer(true), 12 => new \Symfony\Component\Serializer\Normalizer\ProblemNormalizer(true), 13 => new \Symfony\Component\Serializer\Normalizer\UidNormalizer(), 14 => new \ApiPlatform\JsonLd\Serializer\ItemNormalizer($h$i$j$a$o$p$c$n$q, [], new RewindableGenerator(function () {
  764.             return new \EmptyIterator();
  765.         }, 0), $r), 15 => new \ApiPlatform\Serializer\ItemNormalizer($i$j$a$o$c$n$q$bfalseNULL, new RewindableGenerator(function () {
  766.             return new \EmptyIterator();
  767.         }, 0), $h$r), 16 => new \Symfony\Component\Serializer\Normalizer\DateTimeNormalizer(), 17 => new \Symfony\Component\Serializer\Normalizer\ConstraintViolationListNormalizer([], $n), 18 => new \Symfony\Component\Serializer\Normalizer\MimeMessageNormalizer(new \Symfony\Component\Serializer\Normalizer\PropertyNormalizer($q$n$d$sNULL, [])), 19 => new \Symfony\Component\Serializer\Normalizer\DateTimeZoneNormalizer(), 20 => new \Symfony\Component\Serializer\Normalizer\DateIntervalNormalizer(), 21 => new \Symfony\Component\Serializer\Normalizer\FormErrorNormalizer(), 22 => new \Symfony\Component\Serializer\Normalizer\BackedEnumNormalizer(), 23 => new \Symfony\Component\Serializer\Normalizer\DataUriNormalizer(($this->privates['mime_types'] ?? $this->getMimeTypesService())), 24 => new \Symfony\Component\Serializer\Normalizer\JsonSerializableNormalizer(NULLNULL), 25 => new \ApiPlatform\Hydra\Serializer\CollectionFiltersNormalizer(new \ApiPlatform\Hydra\Serializer\PartialCollectionViewNormalizer(new \ApiPlatform\Hydra\Serializer\CollectionNormalizer($p$o$aNULL), 'page''pagination'$h$c), $h$o$k), 26 => new \Symfony\Component\Serializer\Normalizer\ArrayDenormalizer(), 27 => new \ApiPlatform\JsonLd\Serializer\ObjectNormalizer($t$a$p), 28 => $t], [=> new \Symfony\Component\Serializer\Encoder\XmlEncoder(), => $e=> new \Symfony\Component\Serializer\Encoder\YamlEncoder(NULLNULL), => new \Symfony\Component\Serializer\Encoder\CsvEncoder(), => new \ApiPlatform\Serializer\JsonEncoder('jsonld'), => new \ApiPlatform\Serializer\JsonEncoder('jsonproblem')]);
  768.     }
  769.     /**
  770.      * Gets the public '.container.private.twig' shared service.
  771.      *
  772.      * @return \Twig\Environment
  773.      */
  774.     protected function get_Container_Private_TwigService()
  775.     {
  776.         $a = new \Twig\Loader\FilesystemLoader([], \dirname(__DIR__4));
  777.         $a->addPath((\dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/Bundle/Resources/views'), 'ApiPlatform');
  778.         $a->addPath((\dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/Bundle/Resources/views'), '!ApiPlatform');
  779.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/security-bundle/Resources/views'), 'Security');
  780.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/security-bundle/Resources/views'), '!Security');
  781.         $a->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/templates'), 'Doctrine');
  782.         $a->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/templates'), '!Doctrine');
  783.         $a->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Resources/views'), 'DoctrineMigrations');
  784.         $a->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Resources/views'), '!DoctrineMigrations');
  785.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Resources/views'), 'WebProfiler');
  786.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Resources/views'), '!WebProfiler');
  787.         $a->addPath((\dirname(__DIR__4).'/templates'));
  788.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Form'));
  789.         $this->services['.container.private.twig'] = $instance = new \Twig\Environment($a, ['autoescape' => 'name''cache' => ($this->targetDir.''.'/twig'), 'charset' => 'UTF-8''debug' => true'strict_variables' => true]);
  790.         $b = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  791.         $c = ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService());
  792.         $d = ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)));
  793.         $e = ($this->services['translator'] ?? $this->getTranslatorService());
  794.         $f = ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService());
  795.         $g = ($this->services['router'] ?? $this->getRouterService());
  796.         $h = new \Symfony\Component\VarDumper\Dumper\HtmlDumper(NULL'UTF-8'1);
  797.         $h->setDisplayOptions(['maxStringLength' => 4096'fileLinkFormat' => $f]);
  798.         $i = new \Symfony\UX\StimulusBundle\Helper\StimulusHelper($instance);
  799.         $j = new \Symfony\Bridge\Twig\AppVariable();
  800.         $j->setEnvironment('dev');
  801.         $j->setDebug(true);
  802.         if ($this->has('.container.private.security.token_storage')) {
  803.             $j->setTokenStorage($c);
  804.         }
  805.         if ($this->has('request_stack')) {
  806.             $j->setRequestStack($b);
  807.         }
  808.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\CsrfExtension());
  809.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\LogoutUrlExtension(($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService())));
  810.         $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($b, ($this->privates['security.firewall.map'] ?? $this->getSecurity_Firewall_MapService()), $c)));
  811.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\ProfilerExtension(($this->privates['twig.profile'] ?? ($this->privates['twig.profile'] = new \Twig\Profiler\Profile())), $d));
  812.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\TranslationExtension($e));
  813.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\AssetExtension(($this->privates['assets.packages'] ?? $this->getAssets_PackagesService())));
  814.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\CodeExtension($f\dirname(__DIR__4), 'UTF-8'));
  815.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\RoutingExtension($g));
  816.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\YamlExtension());
  817.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\StopwatchExtension($dtrue));
  818.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\ExpressionExtension());
  819.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\HttpKernelExtension());
  820.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\HttpFoundationExtension(new \Symfony\Component\HttpFoundation\UrlHelper($b$g)));
  821.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\WebLinkExtension($b));
  822.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\SerializerExtension());
  823.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\FormExtension($e));
  824.         $instance->addExtension(new \Doctrine\Bundle\DoctrineBundle\Twig\DoctrineExtension());
  825.         $instance->addExtension(new \Twig\Extension\DebugExtension());
  826.         $instance->addExtension(new \Symfony\Bundle\WebProfilerBundle\Twig\WebProfilerExtension($h));
  827.         $instance->addExtension(new \Symfony\WebpackEncoreBundle\Twig\EntryFilesTwigExtension(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  828.             'webpack_encore.entrypoint_lookup_collection' => ['privates''webpack_encore.entrypoint_lookup_collection''getWebpackEncore_EntrypointLookupCollectionService'false],
  829.             'webpack_encore.tag_renderer' => ['privates''webpack_encore.tag_renderer''getWebpackEncore_TagRendererService'true],
  830.         ], [
  831.             'webpack_encore.entrypoint_lookup_collection' => '?',
  832.             'webpack_encore.tag_renderer' => '?',
  833.         ])));
  834.         $instance->addExtension(new \Symfony\UX\StimulusBundle\Twig\UxControllersTwigExtension());
  835.         $instance->addExtension(new \Symfony\UX\React\Twig\ReactComponentExtension($i));
  836.         $instance->addExtension(new \Symfony\UX\StimulusBundle\Twig\StimulusTwigExtension($i));
  837.         $instance->addGlobal('app'$j);
  838.         $instance->addRuntimeLoader(new \Twig\RuntimeLoader\ContainerRuntimeLoader(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  839.             'Symfony\\Bridge\\Twig\\Extension\\CsrfRuntime' => ['privates''twig.runtime.security_csrf''getTwig_Runtime_SecurityCsrfService'true],
  840.             'Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => ['privates''twig.runtime.httpkernel''getTwig_Runtime_HttpkernelService'true],
  841.             'Symfony\\Bridge\\Twig\\Extension\\SerializerRuntime' => ['privates''twig.runtime.serializer''getTwig_Runtime_SerializerService'true],
  842.             'Symfony\\Component\\Form\\FormRenderer' => ['privates''twig.form.renderer''getTwig_Form_RendererService'true],
  843.         ], [
  844.             'Symfony\\Bridge\\Twig\\Extension\\CsrfRuntime' => '?',
  845.             'Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => '?',
  846.             'Symfony\\Bridge\\Twig\\Extension\\SerializerRuntime' => '?',
  847.             'Symfony\\Component\\Form\\FormRenderer' => '?',
  848.         ])));
  849.         (new \Symfony\Bundle\TwigBundle\DependencyInjection\Configurator\EnvironmentConfigurator('F j, Y H:i''%d days'NULL0'.'','))->configure($instance);
  850.         return $instance;
  851.     }
  852.     /**
  853.      * Gets the public '.container.private.validator' shared service.
  854.      *
  855.      * @return \Symfony\Component\Validator\Validator\TraceableValidator
  856.      */
  857.     protected function get_Container_Private_ValidatorService()
  858.     {
  859.         return $this->services['.container.private.validator'] = new \Symfony\Component\Validator\Validator\TraceableValidator(($this->privates['validator.builder'] ?? $this->getValidator_BuilderService())->getValidator());
  860.     }
  861.     /**
  862.      * Gets the public 'cache.app' shared service.
  863.      *
  864.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  865.      */
  866.     protected function getCache_AppService()
  867.     {
  868.         $a = new \Symfony\Component\Cache\Adapter\FilesystemAdapter('TcFavRxeBx'0, ($this->targetDir.''.'/pools/app'), ($this->privates['cache.default_marshaller'] ?? ($this->privates['cache.default_marshaller'] = new \Symfony\Component\Cache\Marshaller\DefaultMarshaller(NULLtrue))));
  869.         $a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  870.         return $this->services['cache.app'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter($a);
  871.     }
  872.     /**
  873.      * Gets the public 'cache.rate_limiter' shared service.
  874.      *
  875.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  876.      */
  877.     protected function getCache_RateLimiterService()
  878.     {
  879.         $a = new \Symfony\Component\Cache\Adapter\FilesystemAdapter('+iIq1kcRxW'0, ($this->targetDir.''.'/pools/app'), ($this->privates['cache.default_marshaller'] ?? ($this->privates['cache.default_marshaller'] = new \Symfony\Component\Cache\Marshaller\DefaultMarshaller(NULLtrue))));
  880.         $a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  881.         return $this->services['cache.rate_limiter'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter($a);
  882.     }
  883.     /**
  884.      * Gets the public 'cache.system' shared service.
  885.      *
  886.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  887.      */
  888.     protected function getCache_SystemService()
  889.     {
  890.         return $this->services['cache.system'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('VdrfP6u+Lx'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  891.     }
  892.     /**
  893.      * Gets the public 'cache.validator_expression_language' shared service.
  894.      *
  895.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  896.      */
  897.     protected function getCache_ValidatorExpressionLanguageService()
  898.     {
  899.         return $this->services['cache.validator_expression_language'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('7VQ-5-jKkO'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  900.     }
  901.     /**
  902.      * Gets the public 'doctrine' shared service.
  903.      *
  904.      * @return \Doctrine\Bundle\DoctrineBundle\Registry
  905.      */
  906.     protected function getDoctrineService()
  907.     {
  908.         return $this->services['doctrine'] = new \Doctrine\Bundle\DoctrineBundle\Registry($this$this->parameters['doctrine.connections'], $this->parameters['doctrine.entity_managers'], 'default''default');
  909.     }
  910.     /**
  911.      * Gets the public 'doctrine.dbal.default_connection' shared service.
  912.      *
  913.      * @return \Doctrine\DBAL\Connection
  914.      */
  915.     protected function getDoctrine_Dbal_DefaultConnectionService()
  916.     {
  917.         $a = new \Doctrine\DBAL\Configuration();
  918.         $b = new \Symfony\Bridge\Monolog\Logger('doctrine');
  919.         $b->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  920.         $b->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  921.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($b);
  922.         $c = 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))));
  923.         $c->setConnectionName('default');
  924.         $a->setSchemaManagerFactory(new \Doctrine\DBAL\Schema\LegacySchemaManagerFactory());
  925.         $a->setMiddlewares([=> new \Doctrine\DBAL\Logging\Middleware($b), => $c]);
  926.         return $this->services['doctrine.dbal.default_connection'] = (new \Doctrine\Bundle\DoctrineBundle\ConnectionFactory($this->parameters['doctrine.dbal.connection_factory.types'], new \Doctrine\DBAL\Tools\DsnParser(['db2' => 'ibm_db2''mssql' => 'pdo_sqlsrv''mysql' => 'pdo_mysql''mysql2' => 'pdo_mysql''postgres' => 'pdo_pgsql''postgresql' => 'pdo_pgsql''pgsql' => 'pdo_pgsql''sqlite' => 'pdo_sqlite''sqlite3' => 'pdo_sqlite'])))->createConnection(['url' => $this->getEnv('resolve:DATABASE_URL'), 'driver' => 'pdo_mysql''host' => 'localhost''port' => NULL'user' => 'root''password' => NULL'driverOptions' => [], 'defaultTableOptions' => []], $a, ($this->privates['doctrine.dbal.default_connection.event_manager'] ?? $this->getDoctrine_Dbal_DefaultConnection_EventManagerService()), []);
  927.     }
  928.     /**
  929.      * Gets the public 'doctrine.orm.default_entity_manager' shared service.
  930.      *
  931.      * @return \Doctrine\ORM\EntityManager
  932.      */
  933.     protected function getDoctrine_Orm_DefaultEntityManagerService($lazyLoad true)
  934.     {
  935.         $a = new \Doctrine\ORM\Configuration();
  936.         $b = new \Doctrine\Persistence\Mapping\Driver\MappingDriverChain();
  937.         $b->addDriver(($this->privates['doctrine.orm.default_annotation_metadata_driver'] ?? $this->getDoctrine_Orm_DefaultAnnotationMetadataDriverService()), 'App\\Entity');
  938.         $a->setEntityNamespaces(['App' => 'App\\Entity']);
  939.         $a->setMetadataCache(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  940.         $a->setQueryCache(($this->privates['cache.doctrine.orm.default.query'] ?? $this->getCache_Doctrine_Orm_Default_QueryService()));
  941.         $a->setResultCache(($this->privates['cache.doctrine.orm.default.result'] ?? $this->getCache_Doctrine_Orm_Default_ResultService()));
  942.         $a->setMetadataDriverImpl(new \Doctrine\Bundle\DoctrineBundle\Mapping\MappingDriver($b, new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  943.             'doctrine.ulid_generator' => ['privates''doctrine.ulid_generator''getDoctrine_UlidGeneratorService'true],
  944.             'doctrine.uuid_generator' => ['privates''doctrine.uuid_generator''getDoctrine_UuidGeneratorService'true],
  945.         ], [
  946.             'doctrine.ulid_generator' => '?',
  947.             'doctrine.uuid_generator' => '?',
  948.         ])));
  949.         $a->setProxyDir(($this->targetDir.''.'/doctrine/orm/Proxies'));
  950.         $a->setProxyNamespace('Proxies');
  951.         $a->setAutoGenerateProxyClasses(true);
  952.         $a->setSchemaIgnoreClasses([]);
  953.         $a->setClassMetadataFactoryName('Doctrine\\Bundle\\DoctrineBundle\\Mapping\\ClassMetadataFactory');
  954.         $a->setDefaultRepositoryClassName('Doctrine\\ORM\\EntityRepository');
  955.         $a->setNamingStrategy(new \Doctrine\ORM\Mapping\UnderscoreNamingStrategy(0true));
  956.         $a->setQuoteStrategy(new \Doctrine\ORM\Mapping\DefaultQuoteStrategy());
  957.         $a->setEntityListenerResolver(new \Doctrine\Bundle\DoctrineBundle\Mapping\ContainerEntityListenerResolver($this));
  958.         $a->setLazyGhostObjectEnabled(false);
  959.         $a->setRepositoryFactory(new \Doctrine\Bundle\DoctrineBundle\Repository\ContainerRepositoryFactory(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  960.             'App\\Repository\\CodeRepository' => ['privates''App\\Repository\\CodeRepository''getCodeRepositoryService'true],
  961.             'App\\Repository\\ConsolationPrizeRepository' => ['privates''App\\Repository\\ConsolationPrizeRepository''getConsolationPrizeRepositoryService'true],
  962.             'App\\Repository\\InstantGagnantRepository' => ['privates''App\\Repository\\InstantGagnantRepository''getInstantGagnantRepositoryService'true],
  963.             'App\\Repository\\LotRepository' => ['privates''App\\Repository\\LotRepository''getLotRepositoryService'true],
  964.             'App\\Repository\\OperationRepository' => ['privates''App\\Repository\\OperationRepository''getOperationRepositoryService'true],
  965.             'App\\Repository\\ParticipationRepository' => ['privates''App\\Repository\\ParticipationRepository''getParticipationRepositoryService'true],
  966.             'App\\Repository\\UserRepository' => ['privates''App\\Repository\\UserRepository''getUserRepositoryService'true],
  967.         ], [
  968.             'App\\Repository\\CodeRepository' => '?',
  969.             'App\\Repository\\ConsolationPrizeRepository' => '?',
  970.             'App\\Repository\\InstantGagnantRepository' => '?',
  971.             'App\\Repository\\LotRepository' => '?',
  972.             'App\\Repository\\OperationRepository' => '?',
  973.             'App\\Repository\\ParticipationRepository' => '?',
  974.             'App\\Repository\\UserRepository' => '?',
  975.         ])));
  976.         $this->services['doctrine.orm.default_entity_manager'] = $instance = new \Doctrine\ORM\EntityManager(($this->services['doctrine.dbal.default_connection'] ?? $this->getDoctrine_Dbal_DefaultConnectionService()), $a, ($this->privates['doctrine.dbal.default_connection.event_manager'] ?? $this->getDoctrine_Dbal_DefaultConnection_EventManagerService()));
  977.         (new \Doctrine\Bundle\DoctrineBundle\ManagerConfigurator([], []))->configure($instance);
  978.         return $instance;
  979.     }
  980.     /**
  981.      * Gets the public 'event_dispatcher' shared service.
  982.      *
  983.      * @return \Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher
  984.      */
  985.     protected function getEventDispatcherService()
  986.     {
  987.         $a = new \Symfony\Bridge\Monolog\Logger('event');
  988.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  989.         $a->pushHandler(new \Monolog\Handler\NullHandler());
  990.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  991.         $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())));
  992.         $instance->addListener('kernel.controller', [=> function () {
  993.             return ($this->privates['data_collector.router'] ?? ($this->privates['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector()));
  994.         }, => 'onKernelController'], 0);
  995.         $instance->addListener('kernel.request', [=> function () {
  996.             return ($this->privates['api_platform.listener.request.add_format'] ?? $this->getApiPlatform_Listener_Request_AddFormatService());
  997.         }, => 'onKernelRequest'], 28);
  998.         $instance->addListener('kernel.request', [=> function () {
  999.             return ($this->privates['api_platform.listener.request.deserialize'] ?? $this->getApiPlatform_Listener_Request_DeserializeService());
  1000.         }, => 'onKernelRequest'], 2);
  1001.         $instance->addListener('kernel.view', [=> function () {
  1002.             return ($this->privates['api_platform.listener.view.serialize'] ?? $this->load('getApiPlatform_Listener_View_SerializeService'));
  1003.         }, => 'onKernelView'], 16);
  1004.         $instance->addListener('kernel.view', [=> function () {
  1005.             return ($this->privates['api_platform.listener.view.respond'] ?? $this->load('getApiPlatform_Listener_View_RespondService'));
  1006.         }, => 'onKernelView'], 8);
  1007.         $instance->addListener('kernel.exception', [=> function () {
  1008.             return ($this->privates['api_platform.listener.exception.validation'] ?? $this->load('getApiPlatform_Listener_Exception_ValidationService'));
  1009.         }, => 'onKernelException'], 0);
  1010.         $instance->addListener('kernel.exception', [=> function () {
  1011.             return ($this->privates['api_platform.listener.exception'] ?? $this->load('getApiPlatform_Listener_ExceptionService'));
  1012.         }, => 'onKernelException'], -96);
  1013.         $instance->addListener('kernel.view', [=> function () {
  1014.             return ($this->privates['api_platform.listener.view.write.legacy'] ?? $this->load('getApiPlatform_Listener_View_Write_LegacyService'));
  1015.         }, => 'onKernelView'], 32);
  1016.         $instance->addListener('kernel.request', [=> function () {
  1017.             return ($this->privates['api_platform.listener.request.read.legacy'] ?? $this->getApiPlatform_Listener_Request_Read_LegacyService());
  1018.         }, => 'onKernelRequest'], 4);
  1019.         $instance->addListener('kernel.request', [=> function () {
  1020.             return ($this->privates['api_platform.swagger.listener.ui'] ?? ($this->privates['api_platform.swagger.listener.ui'] = new \ApiPlatform\Symfony\Bundle\EventListener\SwaggerUiListener()));
  1021.         }, => 'onKernelRequest'], 0);
  1022.         $instance->addListener('kernel.response', [=> function () {
  1023.             return ($this->privates['api_platform.hydra.listener.response.add_link_header'] ?? $this->getApiPlatform_Hydra_Listener_Response_AddLinkHeaderService());
  1024.         }, => 'onKernelResponse'], 0);
  1025.         $instance->addListener('kernel.response', [=> function () {
  1026.             return ($this->privates['api_platform.http_cache.listener.response.configure'] ?? $this->getApiPlatform_HttpCache_Listener_Response_ConfigureService());
  1027.         }, => 'onKernelResponse'], -1);
  1028.         $instance->addListener('kernel.view', [=> function () {
  1029.             return ($this->privates['api_platform.listener.view.validate'] ?? $this->load('getApiPlatform_Listener_View_ValidateService'));
  1030.         }, => 'onKernelView'], 64);
  1031.         $instance->addListener('kernel.request', [=> function () {
  1032.             return ($this->privates['api_platform.listener.view.validate_query_parameters'] ?? $this->getApiPlatform_Listener_View_ValidateQueryParametersService());
  1033.         }, => 'onKernelRequest'], 16);
  1034.         $instance->addListener('kernel.request', [=> function () {
  1035.             return ($this->privates['api_platform.security.listener.request.deny_access'] ?? $this->getApiPlatform_Security_Listener_Request_DenyAccessService());
  1036.         }, => 'onSecurity'], 3);
  1037.         $instance->addListener('kernel.request', [=> function () {
  1038.             return ($this->privates['api_platform.security.listener.request.deny_access'] ?? $this->getApiPlatform_Security_Listener_Request_DenyAccessService());
  1039.         }, => 'onSecurityPostDenormalize'], 1);
  1040.         $instance->addListener('kernel.view', [=> function () {
  1041.             return ($this->privates['api_platform.security.listener.request.deny_access'] ?? $this->getApiPlatform_Security_Listener_Request_DenyAccessService());
  1042.         }, => 'onSecurityPostValidation'], 63);
  1043.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  1044.             return ($this->privates['security.listener.user_provider'] ?? $this->load('getSecurity_Listener_UserProviderService'));
  1045.         }, => 'checkPassport'], 1024);
  1046.         $instance->addListener('kernel.response', [=> function () {
  1047.             return ($this->privates['security.context_listener.0'] ?? $this->getSecurity_ContextListener_0Service());
  1048.         }, => 'onKernelResponse'], 0);
  1049.         $instance->addListener('kernel.exception', [=> function () {
  1050.             return ($this->privates['webpack_encore.exception_listener'] ?? $this->load('getWebpackEncore_ExceptionListenerService'));
  1051.         }, => 'onKernelException'], 0);
  1052.         $instance->addListener('kernel.view', [=> function () {
  1053.             return ($this->privates['App\\EventSubscriber\\ParticipationSubscriber'] ?? $this->load('getParticipationSubscriberService'));
  1054.         }, => 'checkExists'], 33);
  1055.         $instance->addListener('kernel.view', [=> function () {
  1056.             return ($this->privates['App\\EventSubscriber\\ParticipationSubscriber'] ?? $this->load('getParticipationSubscriberService'));
  1057.         }, => 'draw'], 31);
  1058.         $instance->addListener('kernel.view', [=> function () {
  1059.             return ($this->privates['App\\EventSubscriber\\ParticipationSubscriber'] ?? $this->load('getParticipationSubscriberService'));
  1060.         }, => 'setUser'], 65);
  1061.         $instance->addListener('kernel.view', [=> function () {
  1062.             return ($this->privates['App\\EventSubscriber\\User\\UserEncodePasswordSubscriber'] ?? $this->load('getUserEncodePasswordSubscriberService'));
  1063.         }, => 'encodePassword'], 33);
  1064.         $instance->addListener('kernel.response', [=> function () {
  1065.             return ($this->privates['response_listener'] ?? ($this->privates['response_listener'] = new \Symfony\Component\HttpKernel\EventListener\ResponseListener('UTF-8'false)));
  1066.         }, => 'onKernelResponse'], 0);
  1067.         $instance->addListener('kernel.response', [=> function () {
  1068.             return ($this->privates['streamed_response_listener'] ?? ($this->privates['streamed_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\StreamedResponseListener()));
  1069.         }, => 'onKernelResponse'], -1024);
  1070.         $instance->addListener('kernel.request', [=> function () {
  1071.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  1072.         }, => 'setDefaultLocale'], 100);
  1073.         $instance->addListener('kernel.request', [=> function () {
  1074.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  1075.         }, => 'onKernelRequest'], 16);
  1076.         $instance->addListener('kernel.finish_request', [=> function () {
  1077.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  1078.         }, => 'onKernelFinishRequest'], 0);
  1079.         $instance->addListener('kernel.request', [=> function () {
  1080.             return ($this->privates['validate_request_listener'] ?? ($this->privates['validate_request_listener'] = new \Symfony\Component\HttpKernel\EventListener\ValidateRequestListener()));
  1081.         }, => 'onKernelRequest'], 256);
  1082.         $instance->addListener('kernel.response', [=> function () {
  1083.             return ($this->privates['disallow_search_engine_index_response_listener'] ?? ($this->privates['disallow_search_engine_index_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\DisallowRobotsIndexingListener()));
  1084.         }, => 'onResponse'], -255);
  1085.         $instance->addListener('kernel.controller_arguments', [=> function () {
  1086.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  1087.         }, => 'onControllerArguments'], 0);
  1088.         $instance->addListener('kernel.exception', [=> function () {
  1089.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  1090.         }, => 'logKernelException'], 0);
  1091.         $instance->addListener('kernel.exception', [=> function () {
  1092.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  1093.         }, => 'onKernelException'], -128);
  1094.         $instance->addListener('kernel.response', [=> function () {
  1095.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  1096.         }, => 'removeCspHeader'], -128);
  1097.         $instance->addListener('kernel.request', [=> function () {
  1098.             return ($this->privates['locale_aware_listener'] ?? $this->getLocaleAwareListenerService());
  1099.         }, => 'onKernelRequest'], 15);
  1100.         $instance->addListener('kernel.finish_request', [=> function () {
  1101.             return ($this->privates['locale_aware_listener'] ?? $this->getLocaleAwareListenerService());
  1102.         }, => 'onKernelFinishRequest'], -15);
  1103.         $instance->addListener('console.error', [=> function () {
  1104.             return ($this->privates['console.error_listener'] ?? $this->load('getConsole_ErrorListenerService'));
  1105.         }, => 'onConsoleError'], -128);
  1106.         $instance->addListener('console.terminate', [=> function () {
  1107.             return ($this->privates['console.error_listener'] ?? $this->load('getConsole_ErrorListenerService'));
  1108.         }, => 'onConsoleTerminate'], -128);
  1109.         $instance->addListener('console.error', [=> function () {
  1110.             return ($this->privates['console.suggest_missing_package_subscriber'] ?? ($this->privates['console.suggest_missing_package_subscriber'] = new \Symfony\Bundle\FrameworkBundle\EventListener\SuggestMissingPackageSubscriber()));
  1111.         }, => 'onConsoleError'], 0);
  1112.         $instance->addListener('kernel.request', [=> function () {
  1113.             return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());
  1114.         }, => 'configure'], 2048);
  1115.         $instance->addListener('console.command', [=> function () {
  1116.             return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());
  1117.         }, => 'configure'], 2048);
  1118.         $instance->addListener('kernel.request', [=> function () {
  1119.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  1120.         }, => 'onKernelRequest'], 32);
  1121.         $instance->addListener('kernel.finish_request', [=> function () {
  1122.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  1123.         }, => 'onKernelFinishRequest'], 0);
  1124.         $instance->addListener('kernel.exception', [=> function () {
  1125.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  1126.         }, => 'onKernelException'], -64);
  1127.         $instance->addListener('kernel.response', [=> function () {
  1128.             return ($this->privates['web_link.add_link_header_listener'] ?? ($this->privates['web_link.add_link_header_listener'] = new \Symfony\Component\WebLink\EventListener\AddLinkHeaderListener()));
  1129.         }, => 'onKernelResponse'], 0);
  1130.         $instance->addListener('kernel.request', [=> function () {
  1131.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  1132.         }, => 'onKernelRequest'], 128);
  1133.         $instance->addListener('kernel.response', [=> function () {
  1134.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  1135.         }, => 'onKernelResponse'], -1000);
  1136.         $instance->addListener('kernel.finish_request', [=> function () {
  1137.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  1138.         }, => 'onFinishRequest'], 0);
  1139.         $instance->addListener('kernel.response', [=> function () {
  1140.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  1141.         }, => 'onKernelResponse'], -100);
  1142.         $instance->addListener('kernel.exception', [=> function () {
  1143.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  1144.         }, => 'onKernelException'], 0);
  1145.         $instance->addListener('kernel.terminate', [=> function () {
  1146.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  1147.         }, => 'onKernelTerminate'], -1024);
  1148.         $instance->addListener('kernel.controller', [=> function () {
  1149.             return ($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService());
  1150.         }, => 'onKernelController'], 0);
  1151.         $instance->addListener('kernel.response', [=> function () {
  1152.             return ($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService());
  1153.         }, => 'onKernelResponse'], 0);
  1154.         $instance->addListener('kernel.response', [=> function () {
  1155.             return ($this->privates['security.rememberme.response_listener'] ?? ($this->privates['security.rememberme.response_listener'] = new \Symfony\Component\Security\Http\RememberMe\ResponseListener()));
  1156.         }, => 'onKernelResponse'], 0);
  1157.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  1158.             return ($this->privates['security.listener.check_authenticator_credentials'] ?? $this->load('getSecurity_Listener_CheckAuthenticatorCredentialsService'));
  1159.         }, => 'checkPassport'], 0);
  1160.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  1161.             return ($this->privates['security.listener.password_migrating'] ?? $this->load('getSecurity_Listener_PasswordMigratingService'));
  1162.         }, => 'onLoginSuccess'], 0);
  1163.         $instance->addListener('debug.security.authorization.vote', [=> function () {
  1164.             return ($this->privates['debug.security.voter.vote_listener'] ?? $this->load('getDebug_Security_Voter_VoteListenerService'));
  1165.         }, => 'onVoterVote'], 0);
  1166.         $instance->addListener('kernel.request', [=> function () {
  1167.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  1168.         }, => 'configureLogoutUrlGenerator'], 8);
  1169.         $instance->addListener('kernel.request', [=> function () {
  1170.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  1171.         }, => 'onKernelRequest'], 8);
  1172.         $instance->addListener('kernel.finish_request', [=> function () {
  1173.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  1174.         }, => 'onKernelFinishRequest'], 0);
  1175.         $instance->addListener('kernel.response', [=> function () {
  1176.             return ($this->privates['web_profiler.debug_toolbar'] ?? $this->getWebProfiler_DebugToolbarService());
  1177.         }, => 'onKernelResponse'], -128);
  1178.         $instance->addListener('console.error', [=> function () {
  1179.             return ($this->privates['maker.console_error_listener'] ?? ($this->privates['maker.console_error_listener'] = new \Symfony\Bundle\MakerBundle\Event\ConsoleErrorSubscriber()));
  1180.         }, => 'onConsoleError'], 0);
  1181.         $instance->addListener('console.terminate', [=> function () {
  1182.             return ($this->privates['maker.console_error_listener'] ?? ($this->privates['maker.console_error_listener'] = new \Symfony\Bundle\MakerBundle\Event\ConsoleErrorSubscriber()));
  1183.         }, => 'onConsoleTerminate'], 0);
  1184.         $instance->addListener('console.command', [=> function () {
  1185.             return ($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService());
  1186.         }, => 'onCommand'], 255);
  1187.         $instance->addListener('console.terminate', [=> function () {
  1188.             return ($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService());
  1189.         }, => 'onTerminate'], -255);
  1190.         $instance->addListener('kernel.finish_request', [=> function () {
  1191.             return ($this->privates['Symfony\\WebpackEncoreBundle\\EventListener\\ResetAssetsEventListener'] ?? $this->getResetAssetsEventListenerService());
  1192.         }, => 'resetAssets'], 0);
  1193.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  1194.             return ($this->privates['security.listener.csrf_protection'] ?? $this->load('getSecurity_Listener_CsrfProtectionService'));
  1195.         }, => 'checkPassport'], 512);
  1196.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  1197.             return ($this->privates['security.logout.listener.csrf_token_clearing'] ?? $this->load('getSecurity_Logout_Listener_CsrfTokenClearingService'));
  1198.         }, => 'onLogout'], 0);
  1199.         return $instance;
  1200.     }
  1201.     /**
  1202.      * Gets the public 'http_kernel' shared service.
  1203.      *
  1204.      * @return \Symfony\Component\HttpKernel\HttpKernel
  1205.      */
  1206.     protected function getHttpKernelService()
  1207.     {
  1208.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  1209.         if (isset($this->services['http_kernel'])) {
  1210.             return $this->services['http_kernel'];
  1211.         }
  1212.         $b = ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)));
  1213.         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(new \Symfony\Component\HttpKernel\ControllerMetadata\ArgumentMetadataFactory(), new RewindableGenerator(function () {
  1214.             yield => ($this->privates['debug.argument_resolver.request_attribute'] ?? $this->load('getDebug_ArgumentResolver_RequestAttributeService'));
  1215.             yield => ($this->privates['debug.argument_resolver.request'] ?? $this->load('getDebug_ArgumentResolver_RequestService'));
  1216.             yield => ($this->privates['debug.argument_resolver.session'] ?? $this->load('getDebug_ArgumentResolver_SessionService'));
  1217.             yield => ($this->privates['debug.security.user_value_resolver'] ?? $this->load('getDebug_Security_UserValueResolverService'));
  1218.             yield => ($this->privates['debug.argument_resolver.service'] ?? $this->load('getDebug_ArgumentResolver_ServiceService'));
  1219.             yield => ($this->privates['debug.argument_resolver.default'] ?? $this->load('getDebug_ArgumentResolver_DefaultService'));
  1220.             yield => ($this->privates['debug.argument_resolver.variadic'] ?? $this->load('getDebug_ArgumentResolver_VariadicService'));
  1221.             yield => ($this->privates['debug.argument_resolver.not_tagged_controller'] ?? $this->load('getDebug_ArgumentResolver_NotTaggedControllerService'));
  1222.         }, 8)), $b));
  1223.     }
  1224.     /**
  1225.      * Gets the public 'monolog.logger.deprecation' shared service.
  1226.      *
  1227.      * @return \Symfony\Bridge\Monolog\Logger
  1228.      */
  1229.     protected function getMonolog_Logger_DeprecationService()
  1230.     {
  1231.         $this->services['monolog.logger.deprecation'] = $instance = new \Symfony\Bridge\Monolog\Logger('deprecation');
  1232.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1233.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  1234.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  1235.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  1236.         return $instance;
  1237.     }
  1238.     /**
  1239.      * Gets the public 'request_stack' shared service.
  1240.      *
  1241.      * @return \Symfony\Component\HttpFoundation\RequestStack
  1242.      */
  1243.     protected function getRequestStackService()
  1244.     {
  1245.         return $this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack();
  1246.     }
  1247.     /**
  1248.      * Gets the public 'router' shared service.
  1249.      *
  1250.      * @return \Symfony\Bundle\FrameworkBundle\Routing\Router
  1251.      */
  1252.     protected function getRouterService()
  1253.     {
  1254.         $a = new \Symfony\Bridge\Monolog\Logger('router');
  1255.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1256.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  1257.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  1258.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  1259.         $this->services['router'] = $instance = new \Symfony\Bundle\FrameworkBundle\Routing\Router((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1260.             'routing.loader' => ['services''routing.loader''getRouting_LoaderService'true],
  1261.         ], [
  1262.             'routing.loader' => 'Symfony\\Component\\Config\\Loader\\LoaderInterface',
  1263.         ]))->withContext('router.default'$this), 'kernel::loadRoutes', ['cache_dir' => $this->targetDir.'''debug' => true'generator_class' => 'Symfony\\Component\\Routing\\Generator\\CompiledUrlGenerator''generator_dumper_class' => 'Symfony\\Component\\Routing\\Generator\\Dumper\\CompiledUrlGeneratorDumper''matcher_class' => 'Symfony\\Bundle\\FrameworkBundle\\Routing\\RedirectableCompiledUrlMatcher''matcher_dumper_class' => 'Symfony\\Component\\Routing\\Matcher\\Dumper\\CompiledUrlMatcherDumper''strict_requirements' => NULL'resource_type' => 'service'], ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService()), ($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))), $a'fr');
  1264.         $instance->setConfigCacheFactory(($this->privates['config_cache_factory'] ?? $this->getConfigCacheFactoryService()));
  1265.         $instance->addExpressionLanguageProvider(($this->privates['router.expression_language_provider'] ?? $this->getRouter_ExpressionLanguageProviderService()));
  1266.         return $instance;
  1267.     }
  1268.     /**
  1269.      * Gets the public 'translator' shared service.
  1270.      *
  1271.      * @return \Symfony\Component\Translation\DataCollectorTranslator
  1272.      */
  1273.     protected function getTranslatorService()
  1274.     {
  1275.         return $this->services['translator'] = new \Symfony\Component\Translation\DataCollectorTranslator(($this->privates['translator.default'] ?? $this->getTranslator_DefaultService()));
  1276.     }
  1277.     /**
  1278.      * Gets the private '.service_locator.1dSLH9T' shared service.
  1279.      *
  1280.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  1281.      */
  1282.     protected function get_ServiceLocator_1dSLH9TService()
  1283.     {
  1284.         return $this->privates['.service_locator.1dSLH9T'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1285.             'security.firewall.map.context.api' => ['privates''security.firewall.map.context.api''getSecurity_Firewall_Map_Context_ApiService'true],
  1286.             'security.firewall.map.context.dev' => ['privates''security.firewall.map.context.dev''getSecurity_Firewall_Map_Context_DevService'true],
  1287.             'security.firewall.map.context.jwt_login' => ['privates''security.firewall.map.context.jwt_login''getSecurity_Firewall_Map_Context_JwtLoginService'true],
  1288.             'security.firewall.map.context.main' => ['privates''security.firewall.map.context.main''getSecurity_Firewall_Map_Context_MainService'true],
  1289.         ], [
  1290.             'security.firewall.map.context.api' => '?',
  1291.             'security.firewall.map.context.dev' => '?',
  1292.             'security.firewall.map.context.jwt_login' => '?',
  1293.             'security.firewall.map.context.main' => '?',
  1294.         ]);
  1295.     }
  1296.     /**
  1297.      * Gets the private 'Symfony\WebpackEncoreBundle\EventListener\ResetAssetsEventListener' shared service.
  1298.      *
  1299.      * @return \Symfony\WebpackEncoreBundle\EventListener\ResetAssetsEventListener
  1300.      */
  1301.     protected function getResetAssetsEventListenerService()
  1302.     {
  1303.         return $this->privates['Symfony\\WebpackEncoreBundle\\EventListener\\ResetAssetsEventListener'] = new \Symfony\WebpackEncoreBundle\EventListener\ResetAssetsEventListener(($this->privates['webpack_encore.entrypoint_lookup_collection'] ?? $this->getWebpackEncore_EntrypointLookupCollectionService()), [=> '_default']);
  1304.     }
  1305.     /**
  1306.      * Gets the private 'annotations.cache_adapter' shared service.
  1307.      *
  1308.      * @return \Symfony\Component\Cache\Adapter\PhpArrayAdapter
  1309.      */
  1310.     protected function getAnnotations_CacheAdapterService()
  1311.     {
  1312.         return \Symfony\Component\Cache\Adapter\PhpArrayAdapter::create(($this->targetDir.''.'/annotations.php'), ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService()));
  1313.     }
  1314.     /**
  1315.      * Gets the private 'annotations.cached_reader' shared service.
  1316.      *
  1317.      * @return \Doctrine\Common\Annotations\PsrCachedReader
  1318.      */
  1319.     protected function getAnnotations_CachedReaderService()
  1320.     {
  1321.         return $this->privates['annotations.cached_reader'] = new \Doctrine\Common\Annotations\PsrCachedReader(($this->privates['annotations.reader'] ?? $this->getAnnotations_ReaderService()), $this->getAnnotations_CacheAdapterService(), true);
  1322.     }
  1323.     /**
  1324.      * Gets the private 'annotations.reader' shared service.
  1325.      *
  1326.      * @return \Doctrine\Common\Annotations\AnnotationReader
  1327.      */
  1328.     protected function getAnnotations_ReaderService()
  1329.     {
  1330.         $this->privates['annotations.reader'] = $instance = new \Doctrine\Common\Annotations\AnnotationReader();
  1331.         $instance->addGlobalIgnoredName('required'NULL);
  1332.         return $instance;
  1333.     }
  1334.     /**
  1335.      * Gets the private 'api_platform.cache.identifiers_extractor' shared service.
  1336.      *
  1337.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1338.      */
  1339.     protected function getApiPlatform_Cache_IdentifiersExtractorService()
  1340.     {
  1341.         return $this->privates['api_platform.cache.identifiers_extractor'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('r+q5HljBL7'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  1342.     }
  1343.     /**
  1344.      * Gets the private 'api_platform.cache.metadata.property.legacy' shared service.
  1345.      *
  1346.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1347.      */
  1348.     protected function getApiPlatform_Cache_Metadata_Property_LegacyService()
  1349.     {
  1350.         return $this->privates['api_platform.cache.metadata.property.legacy'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('rg7XXq9S1x'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  1351.     }
  1352.     /**
  1353.      * Gets the private 'api_platform.cache.metadata.resource' shared service.
  1354.      *
  1355.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1356.      */
  1357.     protected function getApiPlatform_Cache_Metadata_ResourceService()
  1358.     {
  1359.         return $this->privates['api_platform.cache.metadata.resource'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('Yu9h8KCqjs'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  1360.     }
  1361.     /**
  1362.      * Gets the private 'api_platform.cache.metadata.resource.legacy' shared service.
  1363.      *
  1364.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1365.      */
  1366.     protected function getApiPlatform_Cache_Metadata_Resource_LegacyService()
  1367.     {
  1368.         return $this->privates['api_platform.cache.metadata.resource.legacy'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('ZpN2sDvI4-'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  1369.     }
  1370.     /**
  1371.      * Gets the private 'api_platform.cache.route_name_resolver' shared service.
  1372.      *
  1373.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1374.      */
  1375.     protected function getApiPlatform_Cache_RouteNameResolverService()
  1376.     {
  1377.         return $this->privates['api_platform.cache.route_name_resolver'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('O+AIcDLo2u'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  1378.     }
  1379.     /**
  1380.      * Gets the private 'api_platform.cache.subresource_operation_factory' shared service.
  1381.      *
  1382.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1383.      */
  1384.     protected function getApiPlatform_Cache_SubresourceOperationFactoryService()
  1385.     {
  1386.         return $this->privates['api_platform.cache.subresource_operation_factory'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('4Te0MJExNV'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  1387.     }
  1388.     /**
  1389.      * Gets the private 'api_platform.http_cache.listener.response.configure' shared service.
  1390.      *
  1391.      * @return \ApiPlatform\HttpCache\EventListener\AddHeadersListener
  1392.      */
  1393.     protected function getApiPlatform_HttpCache_Listener_Response_ConfigureService()
  1394.     {
  1395.         return $this->privates['api_platform.http_cache.listener.response.configure'] = new \ApiPlatform\HttpCache\EventListener\AddHeadersListener(trueNULLNULL$this->parameters['api_platform.http_cache.vary'], NULL, ($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()));
  1396.     }
  1397.     /**
  1398.      * Gets the private 'api_platform.hydra.json_schema.schema_factory' shared service.
  1399.      *
  1400.      * @return \ApiPlatform\Core\Hydra\JsonSchema\SchemaFactory
  1401.      */
  1402.     protected function getApiPlatform_Hydra_JsonSchema_SchemaFactoryService()
  1403.     {
  1404.         $a = ($this->privates['api_platform.json_schema.type_factory'] ?? $this->getApiPlatform_JsonSchema_TypeFactoryService());
  1405.         if (isset($this->privates['api_platform.hydra.json_schema.schema_factory'])) {
  1406.             return $this->privates['api_platform.hydra.json_schema.schema_factory'];
  1407.         }
  1408.         return $this->privates['api_platform.hydra.json_schema.schema_factory'] = new \ApiPlatform\Core\Hydra\JsonSchema\SchemaFactory(new \ApiPlatform\Core\JsonSchema\SchemaFactory($a, ($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['serializer.name_converter.metadata_aware'] ?? $this->getSerializer_NameConverter_MetadataAwareService()), ($this->privates['api_platform.resource_class_resolver'] ?? $this->getApiPlatform_ResourceClassResolverService())));
  1409.     }
  1410.     /**
  1411.      * Gets the private 'api_platform.hydra.listener.response.add_link_header' shared service.
  1412.      *
  1413.      * @return \ApiPlatform\Hydra\EventListener\AddLinkHeaderListener
  1414.      */
  1415.     protected function getApiPlatform_Hydra_Listener_Response_AddLinkHeaderService()
  1416.     {
  1417.         return $this->privates['api_platform.hydra.listener.response.add_link_header'] = new \ApiPlatform\Hydra\EventListener\AddLinkHeaderListener(($this->privates['api_platform.router'] ?? $this->getApiPlatform_RouterService()));
  1418.     }
  1419.     /**
  1420.      * Gets the private 'api_platform.identifier.converter' shared service.
  1421.      *
  1422.      * @return \ApiPlatform\Core\Identifier\IdentifierConverter
  1423.      */
  1424.     protected function getApiPlatform_Identifier_ConverterService()
  1425.     {
  1426.         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 () {
  1427.             yield => ($this->privates['api_platform.identifier.integer'] ?? ($this->privates['api_platform.identifier.integer'] = new \ApiPlatform\Core\Identifier\Normalizer\IntegerDenormalizer()));
  1428.             yield => ($this->privates['api_platform.identifier.date_normalizer'] ?? ($this->privates['api_platform.identifier.date_normalizer'] = new \ApiPlatform\Core\Identifier\Normalizer\DateTimeIdentifierDenormalizer()));
  1429.             yield => ($this->privates['api_platform.identifier.uuid_normalizer'] ?? $this->load('getApiPlatform_Identifier_UuidNormalizerService'));
  1430.         }, 3));
  1431.     }
  1432.     /**
  1433.      * Gets the private 'api_platform.identifiers_extractor.cached' shared service.
  1434.      *
  1435.      * @return \ApiPlatform\Core\Api\CachedIdentifiersExtractor
  1436.      */
  1437.     protected function getApiPlatform_IdentifiersExtractor_CachedService()
  1438.     {
  1439.         $a = ($this->privates['property_accessor'] ?? $this->getPropertyAccessorService());
  1440.         $b = ($this->privates['api_platform.resource_class_resolver'] ?? $this->getApiPlatform_ResourceClassResolverService());
  1441.         return $this->privates['api_platform.identifiers_extractor.cached'] = new \ApiPlatform\Core\Api\CachedIdentifiersExtractor(($this->privates['api_platform.cache.identifiers_extractor'] ?? $this->getApiPlatform_Cache_IdentifiersExtractorService()), 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$btrue), $a$b);
  1442.     }
  1443.     /**
  1444.      * Gets the private 'api_platform.json_schema.type_factory' shared service.
  1445.      *
  1446.      * @return \ApiPlatform\Core\JsonSchema\TypeFactory
  1447.      */
  1448.     protected function getApiPlatform_JsonSchema_TypeFactoryService()
  1449.     {
  1450.         $this->privates['api_platform.json_schema.type_factory'] = $instance = new \ApiPlatform\Core\JsonSchema\TypeFactory(($this->privates['api_platform.resource_class_resolver'] ?? $this->getApiPlatform_ResourceClassResolverService()));
  1451.         $instance->setSchemaFactory(($this->privates['api_platform.hydra.json_schema.schema_factory'] ?? $this->getApiPlatform_Hydra_JsonSchema_SchemaFactoryService()));
  1452.         return $instance;
  1453.     }
  1454.     /**
  1455.      * Gets the private 'api_platform.jsonld.context_builder' shared service.
  1456.      *
  1457.      * @return \ApiPlatform\JsonLd\ContextBuilder
  1458.      */
  1459.     protected function getApiPlatform_Jsonld_ContextBuilderService()
  1460.     {
  1461.         $a = ($this->privates['api_platform.router'] ?? $this->getApiPlatform_RouterService());
  1462.         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()), ($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()), $a, ($this->privates['serializer.name_converter.metadata_aware'] ?? $this->getSerializer_NameConverter_MetadataAwareService()), new \ApiPlatform\Symfony\Routing\SkolemIriConverter($a));
  1463.     }
  1464.     /**
  1465.      * Gets the private 'api_platform.listener.request.add_format' shared service.
  1466.      *
  1467.      * @return \ApiPlatform\Symfony\EventListener\AddFormatListener
  1468.      */
  1469.     protected function getApiPlatform_Listener_Request_AddFormatService()
  1470.     {
  1471.         return $this->privates['api_platform.listener.request.add_format'] = new \ApiPlatform\Symfony\EventListener\AddFormatListener(new \Negotiation\Negotiator(), ($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()), $this->parameters['api_platform.formats']);
  1472.     }
  1473.     /**
  1474.      * Gets the private 'api_platform.listener.request.deserialize' shared service.
  1475.      *
  1476.      * @return \ApiPlatform\Symfony\EventListener\DeserializeListener
  1477.      */
  1478.     protected function getApiPlatform_Listener_Request_DeserializeService()
  1479.     {
  1480.         $a = ($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService());
  1481.         if (isset($this->privates['api_platform.listener.request.deserialize'])) {
  1482.             return $this->privates['api_platform.listener.request.deserialize'];
  1483.         }
  1484.         return $this->privates['api_platform.listener.request.deserialize'] = new \ApiPlatform\Symfony\EventListener\DeserializeListener($a, ($this->privates['api_platform.serializer.context_builder.filter'] ?? $this->getApiPlatform_Serializer_ContextBuilder_FilterService()), ($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()));
  1485.     }
  1486.     /**
  1487.      * Gets the private 'api_platform.listener.request.read.legacy' shared service.
  1488.      *
  1489.      * @return \ApiPlatform\Core\EventListener\ReadListener
  1490.      */
  1491.     protected function getApiPlatform_Listener_Request_Read_LegacyService()
  1492.     {
  1493.         $a = ($this->privates['debug.api_platform.collection_data_provider'] ?? $this->getDebug_ApiPlatform_CollectionDataProviderService());
  1494.         if (isset($this->privates['api_platform.listener.request.read.legacy'])) {
  1495.             return $this->privates['api_platform.listener.request.read.legacy'];
  1496.         }
  1497.         $b = ($this->privates['debug.api_platform.item_data_provider'] ?? $this->getDebug_ApiPlatform_ItemDataProviderService());
  1498.         if (isset($this->privates['api_platform.listener.request.read.legacy'])) {
  1499.             return $this->privates['api_platform.listener.request.read.legacy'];
  1500.         }
  1501.         $c = ($this->privates['debug.api_platform.subresource_data_provider'] ?? $this->getDebug_ApiPlatform_SubresourceDataProviderService());
  1502.         if (isset($this->privates['api_platform.listener.request.read.legacy'])) {
  1503.             return $this->privates['api_platform.listener.request.read.legacy'];
  1504.         }
  1505.         return $this->privates['api_platform.listener.request.read.legacy'] = new \ApiPlatform\Core\EventListener\ReadListener($a$b$c, ($this->privates['api_platform.serializer.context_builder.filter'] ?? $this->getApiPlatform_Serializer_ContextBuilder_FilterService()), ($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()));
  1506.     }
  1507.     /**
  1508.      * Gets the private 'api_platform.listener.view.validate_query_parameters' shared service.
  1509.      *
  1510.      * @return \ApiPlatform\Symfony\EventListener\QueryParameterValidateListener
  1511.      */
  1512.     protected function getApiPlatform_Listener_View_ValidateQueryParametersService()
  1513.     {
  1514.         return $this->privates['api_platform.listener.view.validate_query_parameters'] = new \ApiPlatform\Symfony\EventListener\QueryParameterValidateListener(($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()), new \ApiPlatform\Core\Filter\QueryParameterValidator(($this->privates['api_platform.filter_locator'] ?? ($this->privates['api_platform.filter_locator'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [], [])))), true);
  1515.     }
  1516.     /**
  1517.      * Gets the private 'api_platform.metadata.property.metadata_factory.cached.legacy' shared service.
  1518.      *
  1519.      * @return \ApiPlatform\Core\Metadata\Property\Factory\CachedPropertyMetadataFactory
  1520.      */
  1521.     protected function getApiPlatform_Metadata_Property_MetadataFactory_Cached_LegacyService()
  1522.     {
  1523.         $a = ($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService());
  1524.         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'] ?? $this->getApiPlatform_Cache_Metadata_Property_LegacyService()), new \ApiPlatform\Core\Bridge\Symfony\Validator\Metadata\Property\ValidatorPropertyMetadataFactory(($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService()), new \ApiPlatform\Core\Metadata\Property\Factory\ExtractorPropertyMetadataFactory(($this->privates['api_platform.metadata.extractor.yaml.legacy'] ?? ($this->privates['api_platform.metadata.extractor.yaml.legacy'] = new \ApiPlatform\Core\Metadata\Extractor\YamlExtractor([], $this))), new \ApiPlatform\Core\Metadata\Property\Factory\AnnotationPropertyMetadataFactory($a, new \ApiPlatform\Core\Metadata\Property\Factory\AnnotationSubresourceMetadataFactory($a, 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(($this->privates['property_info'] ?? $this->getPropertyInfoService()), 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())))))), new RewindableGenerator(function () {
  1525.             yield => ($this->privates['api_platform.metadata.property_schema.choice_restriction'] ?? ($this->privates['api_platform.metadata.property_schema.choice_restriction'] = new \ApiPlatform\Core\Bridge\Symfony\Validator\Metadata\Property\Restriction\PropertySchemaChoiceRestriction()));
  1526.             yield => ($this->privates['api_platform.metadata.property_schema.collection_restriction'] ?? $this->load('getApiPlatform_Metadata_PropertySchema_CollectionRestrictionService'));
  1527.             yield => ($this->privates['api_platform.metadata.property_schema.count_restriction'] ?? ($this->privates['api_platform.metadata.property_schema.count_restriction'] = new \ApiPlatform\Core\Bridge\Symfony\Validator\Metadata\Property\Restriction\PropertySchemaCountRestriction()));
  1528.             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\Core\Bridge\Symfony\Validator\Metadata\Property\Restriction\PropertySchemaGreaterThanOrEqualRestriction()));
  1529.             yield => ($this->privates['api_platform.metadata.property_schema.greater_than_restriction'] ?? ($this->privates['api_platform.metadata.property_schema.greater_than_restriction'] = new \ApiPlatform\Core\Bridge\Symfony\Validator\Metadata\Property\Restriction\PropertySchemaGreaterThanRestriction()));
  1530.             yield => ($this->privates['api_platform.metadata.property_schema.length_restriction'] ?? ($this->privates['api_platform.metadata.property_schema.length_restriction'] = new \ApiPlatform\Core\Bridge\Symfony\Validator\Metadata\Property\Restriction\PropertySchemaLengthRestriction()));
  1531.             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\Core\Bridge\Symfony\Validator\Metadata\Property\Restriction\PropertySchemaLessThanOrEqualRestriction()));
  1532.             yield => ($this->privates['api_platform.metadata.property_schema.less_than_restriction'] ?? ($this->privates['api_platform.metadata.property_schema.less_than_restriction'] = new \ApiPlatform\Core\Bridge\Symfony\Validator\Metadata\Property\Restriction\PropertySchemaLessThanRestriction()));
  1533.             yield => ($this->privates['api_platform.metadata.property_schema.one_of_restriction'] ?? $this->load('getApiPlatform_Metadata_PropertySchema_OneOfRestrictionService'));
  1534.             yield => ($this->privates['api_platform.metadata.property_schema.range_restriction'] ?? ($this->privates['api_platform.metadata.property_schema.range_restriction'] = new \ApiPlatform\Core\Bridge\Symfony\Validator\Metadata\Property\Restriction\PropertySchemaRangeRestriction()));
  1535.             yield 10 => ($this->privates['api_platform.metadata.property_schema.regex_restriction'] ?? ($this->privates['api_platform.metadata.property_schema.regex_restriction'] = new \ApiPlatform\Core\Bridge\Symfony\Validator\Metadata\Property\Restriction\PropertySchemaRegexRestriction()));
  1536.             yield 11 => ($this->privates['api_platform.metadata.property_schema.format_restriction'] ?? ($this->privates['api_platform.metadata.property_schema.format_restriction'] = new \ApiPlatform\Core\Bridge\Symfony\Validator\Metadata\Property\Restriction\PropertySchemaFormat()));
  1537.             yield 12 => ($this->privates['api_platform.metadata.property_schema.unique_restriction'] ?? ($this->privates['api_platform.metadata.property_schema.unique_restriction'] = new \ApiPlatform\Core\Bridge\Symfony\Validator\Metadata\Property\Restriction\PropertySchemaUniqueRestriction()));
  1538.         }, 13)));
  1539.     }
  1540.     /**
  1541.      * Gets the private 'api_platform.metadata.property.name_collection_factory.cached' shared service.
  1542.      *
  1543.      * @return \ApiPlatform\Metadata\Property\Factory\CachedPropertyNameCollectionFactory
  1544.      */
  1545.     protected function getApiPlatform_Metadata_Property_NameCollectionFactory_CachedService()
  1546.     {
  1547.         return $this->privates['api_platform.metadata.property.name_collection_factory.cached'] = new \ApiPlatform\Metadata\Property\Factory\CachedPropertyNameCollectionFactory(($this->privates['api_platform.cache.metadata.property.legacy'] ?? $this->getApiPlatform_Cache_Metadata_Property_LegacyService()), new \ApiPlatform\Metadata\Property\Factory\ExtractorPropertyNameCollectionFactory(($this->privates['api_platform.metadata.extractor.xml.legacy'] ?? ($this->privates['api_platform.metadata.extractor.xml.legacy'] = new \ApiPlatform\Core\Metadata\Extractor\XmlExtractor([], $this))), new \ApiPlatform\Metadata\Property\Factory\PropertyInfoPropertyNameCollectionFactory(($this->privates['property_info'] ?? $this->getPropertyInfoService()))));
  1548.     }
  1549.     /**
  1550.      * Gets the private 'api_platform.metadata.resource.metadata_factory.cached' shared service.
  1551.      *
  1552.      * @return \ApiPlatform\Core\Metadata\Resource\Factory\CachedResourceMetadataFactory
  1553.      */
  1554.     protected function getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()
  1555.     {
  1556.         $a = ($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService());
  1557.         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'] ?? $this->getApiPlatform_Cache_Metadata_Resource_LegacyService()), 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\InputOutputResourceMetadataFactory(new \ApiPlatform\Core\Metadata\Resource\Factory\ExtractorResourceMetadataFactory(($this->privates['api_platform.metadata.extractor.yaml.legacy'] ?? ($this->privates['api_platform.metadata.extractor.yaml.legacy'] = new \ApiPlatform\Core\Metadata\Extractor\YamlExtractor([], $this))), 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']));
  1558.     }
  1559.     /**
  1560.      * Gets the private 'api_platform.metadata.resource.name_collection_factory.cached' shared service.
  1561.      *
  1562.      * @return \ApiPlatform\Metadata\Resource\Factory\CachedResourceNameCollectionFactory
  1563.      */
  1564.     protected function getApiPlatform_Metadata_Resource_NameCollectionFactory_CachedService()
  1565.     {
  1566.         return $this->privates['api_platform.metadata.resource.name_collection_factory.cached'] = new \ApiPlatform\Metadata\Resource\Factory\CachedResourceNameCollectionFactory(($this->privates['api_platform.cache.metadata.resource'] ?? $this->getApiPlatform_Cache_Metadata_ResourceService()), new \ApiPlatform\Metadata\Resource\Factory\ExtractorResourceNameCollectionFactory(($this->privates['api_platform.metadata.extractor.yaml.legacy'] ?? ($this->privates['api_platform.metadata.extractor.yaml.legacy'] = new \ApiPlatform\Core\Metadata\Extractor\YamlExtractor([], $this))), 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.extractor.xml.legacy'] ?? ($this->privates['api_platform.metadata.extractor.xml.legacy'] = new \ApiPlatform\Core\Metadata\Extractor\XmlExtractor([], $this)))))));
  1567.     }
  1568.     /**
  1569.      * Gets the private 'api_platform.operation_path_resolver.custom' shared service.
  1570.      *
  1571.      * @return \ApiPlatform\PathResolver\CustomOperationPathResolver
  1572.      */
  1573.     protected function getApiPlatform_OperationPathResolver_CustomService()
  1574.     {
  1575.         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()))));
  1576.     }
  1577.     /**
  1578.      * Gets the private 'api_platform.operation_path_resolver.router' shared service.
  1579.      *
  1580.      * @return \ApiPlatform\Core\Bridge\Symfony\Routing\RouterOperationPathResolver
  1581.      */
  1582.     protected function getApiPlatform_OperationPathResolver_RouterService()
  1583.     {
  1584.         return $this->privates['api_platform.operation_path_resolver.router'] = new \ApiPlatform\Core\Bridge\Symfony\Routing\RouterOperationPathResolver(($this->privates['api_platform.router'] ?? $this->getApiPlatform_RouterService()), ($this->privates['api_platform.operation_path_resolver.custom'] ?? $this->getApiPlatform_OperationPathResolver_CustomService()), ($this->privates['api_platform.subresource_operation_factory.cached'] ?? $this->getApiPlatform_SubresourceOperationFactory_CachedService()));
  1585.     }
  1586.     /**
  1587.      * Gets the private 'api_platform.resource_class_resolver' shared service.
  1588.      *
  1589.      * @return \ApiPlatform\Api\ResourceClassResolver
  1590.      */
  1591.     protected function getApiPlatform_ResourceClassResolverService()
  1592.     {
  1593.         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()));
  1594.     }
  1595.     /**
  1596.      * Gets the private 'api_platform.router' shared service.
  1597.      *
  1598.      * @return \ApiPlatform\Symfony\Routing\Router
  1599.      */
  1600.     protected function getApiPlatform_RouterService()
  1601.     {
  1602.         return $this->privates['api_platform.router'] = new \ApiPlatform\Symfony\Routing\Router(($this->services['router'] ?? $this->getRouterService()), 1);
  1603.     }
  1604.     /**
  1605.      * Gets the private 'api_platform.security.listener.request.deny_access' shared service.
  1606.      *
  1607.      * @return \ApiPlatform\Symfony\EventListener\DenyAccessListener
  1608.      */
  1609.     protected function getApiPlatform_Security_Listener_Request_DenyAccessService()
  1610.     {
  1611.         $a = ($this->privates['api_platform.security.resource_access_checker'] ?? $this->getApiPlatform_Security_ResourceAccessCheckerService());
  1612.         if (isset($this->privates['api_platform.security.listener.request.deny_access'])) {
  1613.             return $this->privates['api_platform.security.listener.request.deny_access'];
  1614.         }
  1615.         return $this->privates['api_platform.security.listener.request.deny_access'] = new \ApiPlatform\Symfony\EventListener\DenyAccessListener(($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()), $a);
  1616.     }
  1617.     /**
  1618.      * Gets the private 'api_platform.security.resource_access_checker' shared service.
  1619.      *
  1620.      * @return \ApiPlatform\Symfony\Security\ResourceAccessChecker
  1621.      */
  1622.     protected function getApiPlatform_Security_ResourceAccessCheckerService()
  1623.     {
  1624.         $a = ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService());
  1625.         if (isset($this->privates['api_platform.security.resource_access_checker'])) {
  1626.             return $this->privates['api_platform.security.resource_access_checker'];
  1627.         }
  1628.         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);
  1629.     }
  1630.     /**
  1631.      * Gets the private 'api_platform.serializer.context_builder.filter' shared service.
  1632.      *
  1633.      * @return \ApiPlatform\Serializer\SerializerFilterContextBuilder
  1634.      */
  1635.     protected function getApiPlatform_Serializer_ContextBuilder_FilterService()
  1636.     {
  1637.         $a = ($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService());
  1638.         return $this->privates['api_platform.serializer.context_builder.filter'] = new \ApiPlatform\Serializer\SerializerFilterContextBuilder($a, ($this->privates['api_platform.filter_locator'] ?? ($this->privates['api_platform.filter_locator'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [], []))), new \ApiPlatform\Serializer\SerializerContextBuilder($a));
  1639.     }
  1640.     /**
  1641.      * Gets the private 'api_platform.serializer.mapping.class_metadata_factory' shared service.
  1642.      *
  1643.      * @return \ApiPlatform\Serializer\Mapping\Factory\ClassMetadataFactory
  1644.      */
  1645.     protected function getApiPlatform_Serializer_Mapping_ClassMetadataFactoryService()
  1646.     {
  1647.         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()))])));
  1648.     }
  1649.     /**
  1650.      * Gets the private 'api_platform.subresource_operation_factory.cached' shared service.
  1651.      *
  1652.      * @return \ApiPlatform\Core\Operation\Factory\CachedSubresourceOperationFactory
  1653.      */
  1654.     protected function getApiPlatform_SubresourceOperationFactory_CachedService()
  1655.     {
  1656.         return $this->privates['api_platform.subresource_operation_factory.cached'] = new \ApiPlatform\Core\Operation\Factory\CachedSubresourceOperationFactory(($this->privates['api_platform.cache.subresource_operation_factory'] ?? $this->getApiPlatform_Cache_SubresourceOperationFactoryService()), 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())));
  1657.     }
  1658.     /**
  1659.      * Gets the private 'assets.packages' shared service.
  1660.      *
  1661.      * @return \Symfony\Component\Asset\Packages
  1662.      */
  1663.     protected function getAssets_PackagesService()
  1664.     {
  1665.         $a = ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService());
  1666.         return $this->privates['assets.packages'] = new \Symfony\Component\Asset\Packages(new \Symfony\Component\Asset\PathPackage('', new \Symfony\Component\Asset\VersionStrategy\JsonManifestVersionStrategy((\dirname(__DIR__4).'/public/build/manifest.json'), NULLfalse), new \Symfony\Component\Asset\Context\RequestStackContext(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), $a->getBaseUrl(), $a->isSecure())), new RewindableGenerator(function () {
  1667.             return new \EmptyIterator();
  1668.         }, 0));
  1669.     }
  1670.     /**
  1671.      * Gets the private 'cache.annotations' shared service.
  1672.      *
  1673.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1674.      */
  1675.     protected function getCache_AnnotationsService()
  1676.     {
  1677.         return $this->privates['cache.annotations'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('KvPA44G-ow'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  1678.     }
  1679.     /**
  1680.      * Gets the private 'cache.doctrine.orm.default.query' shared service.
  1681.      *
  1682.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1683.      */
  1684.     protected function getCache_Doctrine_Orm_Default_QueryService()
  1685.     {
  1686.         return $this->privates['cache.doctrine.orm.default.query'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  1687.     }
  1688.     /**
  1689.      * Gets the private 'cache.doctrine.orm.default.result' shared service.
  1690.      *
  1691.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1692.      */
  1693.     protected function getCache_Doctrine_Orm_Default_ResultService()
  1694.     {
  1695.         return $this->privates['cache.doctrine.orm.default.result'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  1696.     }
  1697.     /**
  1698.      * Gets the private 'cache.property_info' shared service.
  1699.      *
  1700.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1701.      */
  1702.     protected function getCache_PropertyInfoService()
  1703.     {
  1704.         return $this->privates['cache.property_info'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('l1os1MfExD'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  1705.     }
  1706.     /**
  1707.      * Gets the private 'cache.security_expression_language' shared service.
  1708.      *
  1709.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1710.      */
  1711.     protected function getCache_SecurityExpressionLanguageService()
  1712.     {
  1713.         return $this->privates['cache.security_expression_language'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('ISGpjqxj-D'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  1714.     }
  1715.     /**
  1716.      * Gets the private 'cache.serializer' shared service.
  1717.      *
  1718.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1719.      */
  1720.     protected function getCache_SerializerService()
  1721.     {
  1722.         return $this->privates['cache.serializer'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('uQdZkwKl+Y'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  1723.     }
  1724.     /**
  1725.      * Gets the private 'cache.validator' shared service.
  1726.      *
  1727.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1728.      */
  1729.     protected function getCache_ValidatorService()
  1730.     {
  1731.         return $this->privates['cache.validator'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('pvjq8dq6X1'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  1732.     }
  1733.     /**
  1734.      * Gets the private 'cache.webpack_encore' shared service.
  1735.      *
  1736.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1737.      */
  1738.     protected function getCache_WebpackEncoreService()
  1739.     {
  1740.         return $this->privates['cache.webpack_encore'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('eBiIU2MpGo'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  1741.     }
  1742.     /**
  1743.      * Gets the private 'config_cache_factory' shared service.
  1744.      *
  1745.      * @return \Symfony\Component\Config\ResourceCheckerConfigCacheFactory
  1746.      */
  1747.     protected function getConfigCacheFactoryService()
  1748.     {
  1749.         return $this->privates['config_cache_factory'] = new \Symfony\Component\Config\ResourceCheckerConfigCacheFactory(new RewindableGenerator(function () {
  1750.             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)));
  1751.             yield => ($this->privates['config.resource.self_checking_resource_checker'] ?? ($this->privates['config.resource.self_checking_resource_checker'] = new \Symfony\Component\Config\Resource\SelfCheckingResourceChecker()));
  1752.         }, 2));
  1753.     }
  1754.     /**
  1755.      * Gets the private 'data_collector.form' shared service.
  1756.      *
  1757.      * @return \Symfony\Component\Form\Extension\DataCollector\FormDataCollector
  1758.      */
  1759.     protected function getDataCollector_FormService()
  1760.     {
  1761.         return $this->privates['data_collector.form'] = new \Symfony\Component\Form\Extension\DataCollector\FormDataCollector(new \Symfony\Component\Form\Extension\DataCollector\FormDataExtractor());
  1762.     }
  1763.     /**
  1764.      * Gets the private 'data_collector.request' shared service.
  1765.      *
  1766.      * @return \Symfony\Component\HttpKernel\DataCollector\RequestDataCollector
  1767.      */
  1768.     protected function getDataCollector_RequestService()
  1769.     {
  1770.         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())));
  1771.     }
  1772.     /**
  1773.      * Gets the private 'debug.api_platform.collection_data_provider' shared service.
  1774.      *
  1775.      * @return \ApiPlatform\Core\Bridge\Symfony\Bundle\DataProvider\TraceableChainCollectionDataProvider
  1776.      */
  1777.     protected function getDebug_ApiPlatform_CollectionDataProviderService()
  1778.     {
  1779.         return $this->privates['debug.api_platform.collection_data_provider'] = new \ApiPlatform\Core\Bridge\Symfony\Bundle\DataProvider\TraceableChainCollectionDataProvider(new \ApiPlatform\Core\DataProvider\ChainCollectionDataProvider(new RewindableGenerator(function () {
  1780.             yield => ($this->privates['api_platform.doctrine.orm.default.collection_data_provider'] ?? $this->load('getApiPlatform_Doctrine_Orm_Default_CollectionDataProviderService'));
  1781.         }, 1)));
  1782.     }
  1783.     /**
  1784.      * Gets the private 'debug.api_platform.data_persister' shared service.
  1785.      *
  1786.      * @return \ApiPlatform\Core\Bridge\Symfony\Bundle\DataPersister\TraceableChainDataPersister
  1787.      */
  1788.     protected function getDebug_ApiPlatform_DataPersisterService()
  1789.     {
  1790.         return $this->privates['debug.api_platform.data_persister'] = new \ApiPlatform\Core\Bridge\Symfony\Bundle\DataPersister\TraceableChainDataPersister(new \ApiPlatform\Core\DataPersister\ChainDataPersister(new RewindableGenerator(function () {
  1791.             yield => ($this->privates['api_platform.doctrine.orm.data_persister'] ?? $this->load('getApiPlatform_Doctrine_Orm_DataPersisterService'));
  1792.         }, 1)));
  1793.     }
  1794.     /**
  1795.      * Gets the private 'debug.api_platform.item_data_provider' shared service.
  1796.      *
  1797.      * @return \ApiPlatform\Core\Bridge\Symfony\Bundle\DataProvider\TraceableChainItemDataProvider
  1798.      */
  1799.     protected function getDebug_ApiPlatform_ItemDataProviderService()
  1800.     {
  1801.         return $this->privates['debug.api_platform.item_data_provider'] = new \ApiPlatform\Core\Bridge\Symfony\Bundle\DataProvider\TraceableChainItemDataProvider(new \ApiPlatform\Core\DataProvider\ChainItemDataProvider(new RewindableGenerator(function () {
  1802.             yield => ($this->privates['api_platform.doctrine.orm.default.item_data_provider'] ?? $this->load('getApiPlatform_Doctrine_Orm_Default_ItemDataProviderService'));
  1803.         }, 1)));
  1804.     }
  1805.     /**
  1806.      * Gets the private 'debug.api_platform.subresource_data_provider' shared service.
  1807.      *
  1808.      * @return \ApiPlatform\Core\Bridge\Symfony\Bundle\DataProvider\TraceableChainSubresourceDataProvider
  1809.      */
  1810.     protected function getDebug_ApiPlatform_SubresourceDataProviderService()
  1811.     {
  1812.         return $this->privates['debug.api_platform.subresource_data_provider'] = new \ApiPlatform\Core\Bridge\Symfony\Bundle\DataProvider\TraceableChainSubresourceDataProvider(new \ApiPlatform\Core\DataProvider\ChainSubresourceDataProvider(new RewindableGenerator(function () {
  1813.             yield => ($this->privates['api_platform.doctrine.orm.default.subresource_data_provider'] ?? $this->load('getApiPlatform_Doctrine_Orm_Default_SubresourceDataProviderService'));
  1814.         }, 1)));
  1815.     }
  1816.     /**
  1817.      * Gets the private 'debug.debug_handlers_listener' shared service.
  1818.      *
  1819.      * @return \Symfony\Component\HttpKernel\EventListener\DebugHandlersListener
  1820.      */
  1821.     protected function getDebug_DebugHandlersListenerService()
  1822.     {
  1823.         $a = new \Symfony\Bridge\Monolog\Logger('php');
  1824.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1825.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  1826.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  1827.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  1828.         return $this->privates['debug.debug_handlers_listener'] = new \Symfony\Component\HttpKernel\EventListener\DebugHandlersListener(NULL$aNULL, -1truetrue, ($this->services['monolog.logger.deprecation'] ?? $this->getMonolog_Logger_DeprecationService()));
  1829.     }
  1830.     /**
  1831.      * Gets the private 'debug.file_link_formatter' shared service.
  1832.      *
  1833.      * @return \Symfony\Component\HttpKernel\Debug\FileLinkFormatter
  1834.      */
  1835.     protected function getDebug_FileLinkFormatterService()
  1836.     {
  1837.         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 () {
  1838.             return ($this->privates['debug.file_link_formatter.url_format'] ?? $this->load('getDebug_FileLinkFormatter_UrlFormatService'));
  1839.         });
  1840.     }
  1841.     /**
  1842.      * Gets the private 'debug.log_processor' shared service.
  1843.      *
  1844.      * @return \Symfony\Bridge\Monolog\Processor\DebugProcessor
  1845.      */
  1846.     protected function getDebug_LogProcessorService()
  1847.     {
  1848.         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())));
  1849.     }
  1850.     /**
  1851.      * Gets the private 'debug.security.access.decision_manager' shared service.
  1852.      *
  1853.      * @return \Symfony\Component\Security\Core\Authorization\TraceableAccessDecisionManager
  1854.      */
  1855.     protected function getDebug_Security_Access_DecisionManagerService()
  1856.     {
  1857.         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 () {
  1858.             yield => ($this->privates['debug.security.voter.security.access.authenticated_voter'] ?? $this->load('getDebug_Security_Voter_Security_Access_AuthenticatedVoterService'));
  1859.             yield => ($this->privates['debug.security.voter.security.access.role_hierarchy_voter'] ?? $this->load('getDebug_Security_Voter_Security_Access_RoleHierarchyVoterService'));
  1860.             yield => ($this->privates['debug.security.voter.security.access.expression_voter'] ?? $this->load('getDebug_Security_Voter_Security_Access_ExpressionVoterService'));
  1861.             yield => ($this->privates['debug.security.voter.App\\Security\\Voter\\InstantGagnantVoter'] ?? $this->load('getInstantGagnantVoterService'));
  1862.         }, 4), new \Symfony\Component\Security\Core\Authorization\Strategy\AffirmativeStrategy(false)));
  1863.     }
  1864.     /**
  1865.      * Gets the private 'debug.security.firewall' shared service.
  1866.      *
  1867.      * @return \Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener
  1868.      */
  1869.     protected function getDebug_Security_FirewallService()
  1870.     {
  1871.         $a = ($this->privates['security.firewall.map'] ?? $this->getSecurity_Firewall_MapService());
  1872.         if (isset($this->privates['debug.security.firewall'])) {
  1873.             return $this->privates['debug.security.firewall'];
  1874.         }
  1875.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  1876.         if (isset($this->privates['debug.security.firewall'])) {
  1877.             return $this->privates['debug.security.firewall'];
  1878.         }
  1879.         return $this->privates['debug.security.firewall'] = new \Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener($a$b, ($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService()));
  1880.     }
  1881.     /**
  1882.      * Gets the private 'doctrine.dbal.default_connection.event_manager' shared service.
  1883.      *
  1884.      * @return \Symfony\Bridge\Doctrine\ContainerAwareEventManager
  1885.      */
  1886.     protected function getDoctrine_Dbal_DefaultConnection_EventManagerService()
  1887.     {
  1888.         return $this->privates['doctrine.dbal.default_connection.event_manager'] = new \Symfony\Bridge\Doctrine\ContainerAwareEventManager(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1889.             'doctrine.orm.default_listeners.attach_entity_listeners' => ['privates''doctrine.orm.default_listeners.attach_entity_listeners''getDoctrine_Orm_DefaultListeners_AttachEntityListenersService'true],
  1890.             'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber' => ['privates''doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber''getDoctrine_Orm_Listeners_DoctrineDbalCacheAdapterSchemaSubscriberService'true],
  1891.             'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber' => ['privates''doctrine.orm.listeners.doctrine_token_provider_schema_subscriber''getDoctrine_Orm_Listeners_DoctrineTokenProviderSchemaSubscriberService'true],
  1892.             'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber' => ['privates''doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber''getDoctrine_Orm_Listeners_PdoCacheAdapterDoctrineSchemaSubscriberService'true],
  1893.         ], [
  1894.             'doctrine.orm.default_listeners.attach_entity_listeners' => '?',
  1895.             'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber' => '?',
  1896.             'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber' => '?',
  1897.             'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber' => '?',
  1898.         ]), [=> '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'=> [=> [=> 'loadClassMetadata'], => 'doctrine.orm.default_listeners.attach_entity_listeners']]);
  1899.     }
  1900.     /**
  1901.      * Gets the private 'doctrine.orm.default_annotation_metadata_driver' shared service.
  1902.      *
  1903.      * @return \Doctrine\ORM\Mapping\Driver\AnnotationDriver
  1904.      */
  1905.     protected function getDoctrine_Orm_DefaultAnnotationMetadataDriverService()
  1906.     {
  1907.         return $this->privates['doctrine.orm.default_annotation_metadata_driver'] = new \Doctrine\ORM\Mapping\Driver\AnnotationDriver(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()), $this->parameters['api_platform.resource_class_directories'], false);
  1908.     }
  1909.     /**
  1910.      * Gets the private 'exception_listener' shared service.
  1911.      *
  1912.      * @return \Symfony\Component\HttpKernel\EventListener\ErrorListener
  1913.      */
  1914.     protected function getExceptionListenerService()
  1915.     {
  1916.         return $this->privates['exception_listener'] = new \Symfony\Component\HttpKernel\EventListener\ErrorListener('error_controller', ($this->privates['monolog.logger.request'] ?? $this->getMonolog_Logger_RequestService()), true, []);
  1917.     }
  1918.     /**
  1919.      * Gets the private 'locale_aware_listener' shared service.
  1920.      *
  1921.      * @return \Symfony\Component\HttpKernel\EventListener\LocaleAwareListener
  1922.      */
  1923.     protected function getLocaleAwareListenerService()
  1924.     {
  1925.         return $this->privates['locale_aware_listener'] = new \Symfony\Component\HttpKernel\EventListener\LocaleAwareListener(new RewindableGenerator(function () {
  1926.             yield => ($this->privates['slugger'] ?? ($this->privates['slugger'] = new \Symfony\Component\String\Slugger\AsciiSlugger('fr')));
  1927.             yield => ($this->privates['translator.default'] ?? $this->getTranslator_DefaultService());
  1928.         }, 2), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  1929.     }
  1930.     /**
  1931.      * Gets the private 'locale_listener' shared service.
  1932.      *
  1933.      * @return \Symfony\Component\HttpKernel\EventListener\LocaleListener
  1934.      */
  1935.     protected function getLocaleListenerService()
  1936.     {
  1937.         return $this->privates['locale_listener'] = new \Symfony\Component\HttpKernel\EventListener\LocaleListener(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), 'fr', ($this->services['router'] ?? $this->getRouterService()), false, []);
  1938.     }
  1939.     /**
  1940.      * Gets the private 'mime_types' shared service.
  1941.      *
  1942.      * @return \Symfony\Component\Mime\MimeTypes
  1943.      */
  1944.     protected function getMimeTypesService()
  1945.     {
  1946.         $this->privates['mime_types'] = $instance = new \Symfony\Component\Mime\MimeTypes();
  1947.         $instance->setDefault($instance);
  1948.         return $instance;
  1949.     }
  1950.     /**
  1951.      * Gets the private 'monolog.handler.console' shared service.
  1952.      *
  1953.      * @return \Symfony\Bridge\Monolog\Handler\ConsoleHandler
  1954.      */
  1955.     protected function getMonolog_Handler_ConsoleService()
  1956.     {
  1957.         return $this->privates['monolog.handler.console'] = new \Symfony\Bridge\Monolog\Handler\ConsoleHandler(NULLtrue, [], []);
  1958.     }
  1959.     /**
  1960.      * Gets the private 'monolog.handler.main' shared service.
  1961.      *
  1962.      * @return \Monolog\Handler\StreamHandler
  1963.      */
  1964.     protected function getMonolog_Handler_MainService()
  1965.     {
  1966.         $this->privates['monolog.handler.main'] = $instance = new \Monolog\Handler\StreamHandler((\dirname(__DIR__3).'/log/dev.log'), 'debug'trueNULLfalse);
  1967.         $instance->pushProcessor(new \Monolog\Processor\PsrLogMessageProcessor());
  1968.         return $instance;
  1969.     }
  1970.     /**
  1971.      * Gets the private 'monolog.logger.cache' shared service.
  1972.      *
  1973.      * @return \Symfony\Bridge\Monolog\Logger
  1974.      */
  1975.     protected function getMonolog_Logger_CacheService()
  1976.     {
  1977.         $this->privates['monolog.logger.cache'] = $instance = new \Symfony\Bridge\Monolog\Logger('cache');
  1978.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1979.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  1980.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  1981.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  1982.         return $instance;
  1983.     }
  1984.     /**
  1985.      * Gets the private 'monolog.logger.request' shared service.
  1986.      *
  1987.      * @return \Symfony\Bridge\Monolog\Logger
  1988.      */
  1989.     protected function getMonolog_Logger_RequestService()
  1990.     {
  1991.         $this->privates['monolog.logger.request'] = $instance = new \Symfony\Bridge\Monolog\Logger('request');
  1992.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1993.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  1994.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  1995.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  1996.         return $instance;
  1997.     }
  1998.     /**
  1999.      * Gets the private 'monolog.logger.security' shared service.
  2000.      *
  2001.      * @return \Symfony\Bridge\Monolog\Logger
  2002.      */
  2003.     protected function getMonolog_Logger_SecurityService()
  2004.     {
  2005.         $this->privates['monolog.logger.security'] = $instance = new \Symfony\Bridge\Monolog\Logger('security');
  2006.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  2007.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  2008.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  2009.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  2010.         return $instance;
  2011.     }
  2012.     /**
  2013.      * Gets the private 'parameter_bag' shared service.
  2014.      *
  2015.      * @return \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag
  2016.      */
  2017.     protected function getParameterBagService()
  2018.     {
  2019.         return $this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this);
  2020.     }
  2021.     /**
  2022.      * Gets the private 'profiler_listener' shared service.
  2023.      *
  2024.      * @return \Symfony\Component\HttpKernel\EventListener\ProfilerListener
  2025.      */
  2026.     protected function getProfilerListenerService()
  2027.     {
  2028.         $a = ($this->services['.container.private.profiler'] ?? $this->get_Container_Private_ProfilerService());
  2029.         if (isset($this->privates['profiler_listener'])) {
  2030.             return $this->privates['profiler_listener'];
  2031.         }
  2032.         return $this->privates['profiler_listener'] = new \Symfony\Component\HttpKernel\EventListener\ProfilerListener($a, ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), NULLfalsefalseNULL);
  2033.     }
  2034.     /**
  2035.      * Gets the private 'property_accessor' shared service.
  2036.      *
  2037.      * @return \Symfony\Component\PropertyAccess\PropertyAccessor
  2038.      */
  2039.     protected function getPropertyAccessorService()
  2040.     {
  2041.         $a = ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  2042.         return $this->privates['property_accessor'] = new \Symfony\Component\PropertyAccess\PropertyAccessor(32, new \Symfony\Component\Cache\Adapter\ArrayAdapter(0false), $a$a);
  2043.     }
  2044.     /**
  2045.      * Gets the private 'property_info' shared service.
  2046.      *
  2047.      * @return \Symfony\Component\PropertyInfo\PropertyInfoExtractor
  2048.      */
  2049.     protected function getPropertyInfoService()
  2050.     {
  2051.         return $this->privates['property_info'] = new \Symfony\Component\PropertyInfo\PropertyInfoExtractor(new RewindableGenerator(function () {
  2052.             yield => ($this->privates['property_info.serializer_extractor'] ?? $this->load('getPropertyInfo_SerializerExtractorService'));
  2053.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  2054.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->load('getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService'));
  2055.         }, 3), new RewindableGenerator(function () {
  2056.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->load('getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService'));
  2057.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  2058.         }, 2), new RewindableGenerator(function () {
  2059.             return new \EmptyIterator();
  2060.         }, 0), new RewindableGenerator(function () {
  2061.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->load('getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService'));
  2062.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  2063.         }, 2), new RewindableGenerator(function () {
  2064.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  2065.         }, 1));
  2066.     }
  2067.     /**
  2068.      * Gets the private 'router.expression_language_provider' shared service.
  2069.      *
  2070.      * @return \Symfony\Component\Routing\Matcher\ExpressionLanguageProvider
  2071.      */
  2072.     protected function getRouter_ExpressionLanguageProviderService()
  2073.     {
  2074.         return $this->privates['router.expression_language_provider'] = new \Symfony\Component\Routing\Matcher\ExpressionLanguageProvider(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2075.             'env' => ['privates''container.getenv''getContainer_GetenvService'true],
  2076.         ], [
  2077.             'env' => 'Closure',
  2078.         ]));
  2079.     }
  2080.     /**
  2081.      * Gets the private 'router.request_context' shared service.
  2082.      *
  2083.      * @return \Symfony\Component\Routing\RequestContext
  2084.      */
  2085.     protected function getRouter_RequestContextService()
  2086.     {
  2087.         $this->privates['router.request_context'] = $instance \Symfony\Component\Routing\RequestContext::fromUri('''localhost''http'80443);
  2088.         $instance->setParameter('_functions', ($this->privates['router.expression_language_provider'] ?? $this->getRouter_ExpressionLanguageProviderService()));
  2089.         return $instance;
  2090.     }
  2091.     /**
  2092.      * Gets the private 'router_listener' shared service.
  2093.      *
  2094.      * @return \Symfony\Component\HttpKernel\EventListener\RouterListener
  2095.      */
  2096.     protected function getRouterListenerService()
  2097.     {
  2098.         return $this->privates['router_listener'] = new \Symfony\Component\HttpKernel\EventListener\RouterListener(($this->services['router'] ?? $this->getRouterService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService()), ($this->privates['monolog.logger.request'] ?? $this->getMonolog_Logger_RequestService()), \dirname(__DIR__4), true);
  2099.     }
  2100.     /**
  2101.      * Gets the private 'security.context_listener.0' shared service.
  2102.      *
  2103.      * @return \Symfony\Component\Security\Http\Firewall\ContextListener
  2104.      */
  2105.     protected function getSecurity_ContextListener_0Service()
  2106.     {
  2107.         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 () {
  2108.             yield => ($this->privates['security.user.provider.concrete.app_user_provider'] ?? $this->load('getSecurity_User_Provider_Concrete_AppUserProviderService'));
  2109.         }, 1), 'main', ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), ($this->privates['security.event_dispatcher.main'] ?? $this->getSecurity_EventDispatcher_MainService()), ($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']);
  2110.     }
  2111.     /**
  2112.      * Gets the private 'security.event_dispatcher.main' shared service.
  2113.      *
  2114.      * @return \Symfony\Component\EventDispatcher\EventDispatcher
  2115.      */
  2116.     protected function getSecurity_EventDispatcher_MainService()
  2117.     {
  2118.         $this->privates['security.event_dispatcher.main'] = $instance = new \Symfony\Component\EventDispatcher\EventDispatcher();
  2119.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  2120.             return ($this->privates['security.listener.session.main'] ?? $this->load('getSecurity_Listener_Session_MainService'));
  2121.         }, => 'onSuccessfulLogin'], 0);
  2122.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  2123.             return ($this->privates['security.logout.listener.default.main'] ?? $this->load('getSecurity_Logout_Listener_Default_MainService'));
  2124.         }, => 'onLogout'], 64);
  2125.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  2126.             return ($this->privates['security.logout.listener.session.main'] ?? ($this->privates['security.logout.listener.session.main'] = new \Symfony\Component\Security\Http\EventListener\SessionLogoutListener()));
  2127.         }, => 'onLogout'], 0);
  2128.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  2129.             return ($this->privates['security.listener.login_throttling.main'] ?? $this->load('getSecurity_Listener_LoginThrottling_MainService'));
  2130.         }, => 'checkPassport'], 2080);
  2131.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  2132.             return ($this->privates['security.listener.login_throttling.main'] ?? $this->load('getSecurity_Listener_LoginThrottling_MainService'));
  2133.         }, => 'onSuccessfulLogin'], 0);
  2134.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  2135.             return ($this->privates['security.listener.user_checker.main'] ?? $this->load('getSecurity_Listener_UserChecker_MainService'));
  2136.         }, => 'preCheckCredentials'], 256);
  2137.         $instance->addListener('security.authentication.success', [=> function () {
  2138.             return ($this->privates['security.listener.user_checker.main'] ?? $this->load('getSecurity_Listener_UserChecker_MainService'));
  2139.         }, => 'postCheckCredentials'], 256);
  2140.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  2141.             return ($this->privates['security.listener.user_provider'] ?? $this->load('getSecurity_Listener_UserProviderService'));
  2142.         }, => 'checkPassport'], 1024);
  2143.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  2144.             return ($this->privates['security.listener.check_authenticator_credentials'] ?? $this->load('getSecurity_Listener_CheckAuthenticatorCredentialsService'));
  2145.         }, => 'checkPassport'], 0);
  2146.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  2147.             return ($this->privates['security.listener.password_migrating'] ?? $this->load('getSecurity_Listener_PasswordMigratingService'));
  2148.         }, => 'onLoginSuccess'], 0);
  2149.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  2150.             return ($this->privates['security.listener.csrf_protection'] ?? $this->load('getSecurity_Listener_CsrfProtectionService'));
  2151.         }, => 'checkPassport'], 512);
  2152.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  2153.             return ($this->privates['security.logout.listener.csrf_token_clearing'] ?? $this->load('getSecurity_Logout_Listener_CsrfTokenClearingService'));
  2154.         }, => 'onLogout'], 0);
  2155.         return $instance;
  2156.     }
  2157.     /**
  2158.      * Gets the private 'security.expression_language' shared service.
  2159.      *
  2160.      * @return \Symfony\Component\Security\Core\Authorization\ExpressionLanguage
  2161.      */
  2162.     protected function getSecurity_ExpressionLanguageService()
  2163.     {
  2164.         $this->privates['security.expression_language'] = $instance = new \Symfony\Component\Security\Core\Authorization\ExpressionLanguage(($this->privates['cache.security_expression_language'] ?? $this->getCache_SecurityExpressionLanguageService()));
  2165.         $instance->registerProvider(new \ApiPlatform\Symfony\Security\Core\Authorization\ExpressionLanguageProvider());
  2166.         return $instance;
  2167.     }
  2168.     /**
  2169.      * Gets the private 'security.firewall.map' shared service.
  2170.      *
  2171.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallMap
  2172.      */
  2173.     protected function getSecurity_Firewall_MapService()
  2174.     {
  2175.         $a = ($this->privates['.service_locator.1dSLH9T'] ?? $this->get_ServiceLocator_1dSLH9TService());
  2176.         if (isset($this->privates['security.firewall.map'])) {
  2177.             return $this->privates['security.firewall.map'];
  2178.         }
  2179.         return $this->privates['security.firewall.map'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallMap($a, new RewindableGenerator(function () {
  2180.             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)/')));
  2181.             yield 'security.firewall.map.context.jwt_login' => ($this->privates['.security.request_matcher.9m6MGv0'] ?? ($this->privates['.security.request_matcher.9m6MGv0'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/api/authentication_token')));
  2182.             yield 'security.firewall.map.context.api' => ($this->privates['.security.request_matcher.p4VlLPC'] ?? ($this->privates['.security.request_matcher.p4VlLPC'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/api')));
  2183.             yield 'security.firewall.map.context.main' => NULL;
  2184.         }, 4));
  2185.     }
  2186.     /**
  2187.      * Gets the private 'security.logout_url_generator' shared service.
  2188.      *
  2189.      * @return \Symfony\Component\Security\Http\Logout\LogoutUrlGenerator
  2190.      */
  2191.     protected function getSecurity_LogoutUrlGeneratorService()
  2192.     {
  2193.         $this->privates['security.logout_url_generator'] = $instance = new \Symfony\Component\Security\Http\Logout\LogoutUrlGenerator(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->services['router'] ?? $this->getRouterService()), ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()));
  2194.         $instance->registerListener('main''app_security_logout''logout''_csrf_token'NULLNULL);
  2195.         return $instance;
  2196.     }
  2197.     /**
  2198.      * Gets the private 'security.role_hierarchy' shared service.
  2199.      *
  2200.      * @return \Symfony\Component\Security\Core\Role\RoleHierarchy
  2201.      */
  2202.     protected function getSecurity_RoleHierarchyService()
  2203.     {
  2204.         return $this->privates['security.role_hierarchy'] = new \Symfony\Component\Security\Core\Role\RoleHierarchy($this->parameters['security.role_hierarchy.roles']);
  2205.     }
  2206.     /**
  2207.      * Gets the private 'serializer.name_converter.metadata_aware' shared service.
  2208.      *
  2209.      * @return \Symfony\Component\Serializer\NameConverter\MetadataAwareNameConverter
  2210.      */
  2211.     protected function getSerializer_NameConverter_MetadataAwareService()
  2212.     {
  2213.         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()));
  2214.     }
  2215.     /**
  2216.      * Gets the private 'session_listener' shared service.
  2217.      *
  2218.      * @return \Symfony\Component\HttpKernel\EventListener\SessionListener
  2219.      */
  2220.     protected function getSessionListenerService()
  2221.     {
  2222.         return $this->privates['session_listener'] = new \Symfony\Component\HttpKernel\EventListener\SessionListener(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2223.             'initialized_session' => ['services''.container.private.session'NULLtrue],
  2224.             'logger' => ['privates''monolog.logger''getMonolog_LoggerService'true],
  2225.             'session' => ['services''.container.private.session''get_Container_Private_SessionService'true],
  2226.             'session_collector' => ['privates''data_collector.request.session_collector''getDataCollector_Request_SessionCollectorService'true],
  2227.             'session_factory' => ['privates''session.factory''getSession_FactoryService'true],
  2228.         ], [
  2229.             'initialized_session' => '?',
  2230.             'logger' => '?',
  2231.             'session' => '?',
  2232.             'session_collector' => '?',
  2233.             'session_factory' => '?',
  2234.         ]), true$this->parameters['session.storage.options']);
  2235.     }
  2236.     /**
  2237.      * Gets the private 'translator.default' shared service.
  2238.      *
  2239.      * @return \Symfony\Bundle\FrameworkBundle\Translation\Translator
  2240.      */
  2241.     protected function getTranslator_DefaultService()
  2242.     {
  2243.         $this->privates['translator.default'] = $instance = new \Symfony\Bundle\FrameworkBundle\Translation\Translator(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2244.             'translation.loader.csv' => ['privates''translation.loader.csv''getTranslation_Loader_CsvService'true],
  2245.             'translation.loader.dat' => ['privates''translation.loader.dat''getTranslation_Loader_DatService'true],
  2246.             'translation.loader.ini' => ['privates''translation.loader.ini''getTranslation_Loader_IniService'true],
  2247.             'translation.loader.json' => ['privates''translation.loader.json''getTranslation_Loader_JsonService'true],
  2248.             'translation.loader.mo' => ['privates''translation.loader.mo''getTranslation_Loader_MoService'true],
  2249.             'translation.loader.php' => ['privates''translation.loader.php''getTranslation_Loader_PhpService'true],
  2250.             'translation.loader.po' => ['privates''translation.loader.po''getTranslation_Loader_PoService'true],
  2251.             'translation.loader.qt' => ['privates''translation.loader.qt''getTranslation_Loader_QtService'true],
  2252.             'translation.loader.res' => ['privates''translation.loader.res''getTranslation_Loader_ResService'true],
  2253.             'translation.loader.xliff' => ['privates''translation.loader.xliff''getTranslation_Loader_XliffService'true],
  2254.             'translation.loader.yml' => ['privates''translation.loader.yml''getTranslation_Loader_YmlService'true],
  2255.         ], [
  2256.             'translation.loader.csv' => '?',
  2257.             'translation.loader.dat' => '?',
  2258.             'translation.loader.ini' => '?',
  2259.             'translation.loader.json' => '?',
  2260.             'translation.loader.mo' => '?',
  2261.             'translation.loader.php' => '?',
  2262.             'translation.loader.po' => '?',
  2263.             'translation.loader.qt' => '?',
  2264.             'translation.loader.res' => '?',
  2265.             'translation.loader.xliff' => '?',
  2266.             'translation.loader.yml' => '?',
  2267.         ]), new \Symfony\Component\Translation\Formatter\MessageFormatter(new \Symfony\Component\Translation\IdentityTranslator()), 'fr', ['translation.loader.php' => [=> 'php'], 'translation.loader.yml' => [=> 'yaml'=> 'yml'], 'translation.loader.xliff' => [=> 'xlf'=> 'xliff'], 'translation.loader.po' => [=> 'po'], 'translation.loader.mo' => [=> 'mo'], 'translation.loader.qt' => [=> 'ts'], 'translation.loader.csv' => [=> 'csv'], 'translation.loader.res' => [=> 'res'], 'translation.loader.dat' => [=> 'dat'], 'translation.loader.ini' => [=> 'ini'], 'translation.loader.json' => [=> 'json']], ['cache_dir' => ($this->targetDir.''.'/translations'), 'debug' => true'resource_files' => ['af' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.af.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.af.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.af.xlf')], 'ar' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.ar.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.ar.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.ar.xlf')], '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'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.cy.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.cy.xlf')], 'da' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.da.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.da.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.da.xlf')], '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'), => (\dirname(__DIR__4).'/translations/messages.fr.yaml')], 'gl' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.gl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.gl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.gl.xlf')], 'he' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.he.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.he.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.he.xlf')], 'hr' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.hr.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.hr.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.hr.xlf')], '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')], 'mk' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.mk.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.mk.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.mk.xlf')], '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/api-platform/core/src/Symfony/Bundle/translations'), => (\dirname(__DIR__4).'/vendor/symfony/security-bundle/translations'), => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/translations'), => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/translations'), => (\dirname(__DIR__4).'/vendor/symfony/twig-bundle/translations'), 10 => (\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/translations'), 11 => (\dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/translations'), 12 => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-fixtures-bundle/translations'), 13 => (\dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/translations'), 14 => (\dirname(__DIR__4).'/vendor/symfony/monolog-bundle/translations'), 15 => (\dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/translations'), 16 => (\dirname(__DIR__4).'/vendor/symfony/stimulus-bundle/translations'), 17 => (\dirname(__DIR__4).'/vendor/symfony/ux-react/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/api-platform/core/src/Symfony/Bundle/translations'=> 'vendor/symfony/security-bundle/translations'=> 'vendor/doctrine/doctrine-bundle/translations'=> 'vendor/doctrine/doctrine-migrations-bundle/translations'=> 'vendor/symfony/twig-bundle/translations'10 => 'vendor/symfony/web-profiler-bundle/translations'11 => 'vendor/symfony/maker-bundle/src/translations'12 => 'vendor/doctrine/doctrine-fixtures-bundle/translations'13 => 'vendor/lexik/jwt-authentication-bundle/translations'14 => 'vendor/symfony/monolog-bundle/translations'15 => 'vendor/symfony/webpack-encore-bundle/src/translations'16 => 'vendor/symfony/stimulus-bundle/translations'17 => 'vendor/symfony/ux-react/translations']]], []);
  2268.         $instance->setConfigCacheFactory(($this->privates['config_cache_factory'] ?? $this->getConfigCacheFactoryService()));
  2269.         $instance->setFallbackLocales([=> 'en']);
  2270.         return $instance;
  2271.     }
  2272.     /**
  2273.      * Gets the private 'validator.builder' shared service.
  2274.      *
  2275.      * @return \Symfony\Component\Validator\ValidatorBuilder
  2276.      */
  2277.     protected function getValidator_BuilderService()
  2278.     {
  2279.         $this->privates['validator.builder'] = $instance \Symfony\Component\Validator\Validation::createValidatorBuilder();
  2280.         $a = ($this->privates['property_info'] ?? $this->getPropertyInfoService());
  2281.         $instance->setConstraintValidatorFactory(new \Symfony\Component\Validator\ContainerConstraintValidatorFactory(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2282.             'App\\Validator\\CanUseOperationValidator' => ['privates''App\\Validator\\CanUseOperationValidator''getCanUseOperationValidatorService'true],
  2283.             'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator' => ['privates''doctrine.orm.validator.unique''getDoctrine_Orm_Validator_UniqueService'true],
  2284.             'Symfony\\Component\\Security\\Core\\Validator\\Constraints\\UserPasswordValidator' => ['privates''security.validator.user_password''getSecurity_Validator_UserPasswordService'true],
  2285.             'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => ['privates''validator.email''getValidator_EmailService'true],
  2286.             'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => ['privates''validator.expression''getValidator_ExpressionService'true],
  2287.             'Symfony\\Component\\Validator\\Constraints\\NotCompromisedPasswordValidator' => ['privates''validator.not_compromised_password''getValidator_NotCompromisedPasswordService'true],
  2288.             'doctrine.orm.validator.unique' => ['privates''doctrine.orm.validator.unique''getDoctrine_Orm_Validator_UniqueService'true],
  2289.             'security.validator.user_password' => ['privates''security.validator.user_password''getSecurity_Validator_UserPasswordService'true],
  2290.             'validator.expression' => ['privates''validator.expression''getValidator_ExpressionService'true],
  2291.         ], [
  2292.             'App\\Validator\\CanUseOperationValidator' => '?',
  2293.             'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator' => '?',
  2294.             'Symfony\\Component\\Security\\Core\\Validator\\Constraints\\UserPasswordValidator' => '?',
  2295.             'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => '?',
  2296.             'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => '?',
  2297.             'Symfony\\Component\\Validator\\Constraints\\NotCompromisedPasswordValidator' => '?',
  2298.             'doctrine.orm.validator.unique' => '?',
  2299.             'security.validator.user_password' => '?',
  2300.             'validator.expression' => '?',
  2301.         ])));
  2302.         if ($this->has('translator')) {
  2303.             $instance->setTranslator(($this->services['translator'] ?? $this->getTranslatorService()));
  2304.         }
  2305.         $instance->setTranslationDomain('validators');
  2306.         $instance->addXmlMappings([=> (\dirname(__DIR__4).'/vendor/symfony/form/Resources/config/validation.xml')]);
  2307.         $instance->enableAnnotationMapping(true);
  2308.         $instance->setDoctrineAnnotationReader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  2309.         $instance->addMethodMapping('loadValidatorMetadata');
  2310.         $instance->addObjectInitializers([=> new \Symfony\Bridge\Doctrine\Validator\DoctrineInitializer(($this->services['doctrine'] ?? $this->getDoctrineService()))]);
  2311.         $instance->addLoader(new \Symfony\Component\Validator\Mapping\Loader\PropertyInfoLoader($a$a$aNULL));
  2312.         $instance->addLoader(new \Symfony\Bridge\Doctrine\Validator\DoctrineLoader(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), NULL));
  2313.         return $instance;
  2314.     }
  2315.     /**
  2316.      * Gets the private 'web_profiler.csp.handler' shared service.
  2317.      *
  2318.      * @return \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler
  2319.      */
  2320.     protected function getWebProfiler_Csp_HandlerService()
  2321.     {
  2322.         return $this->privates['web_profiler.csp.handler'] = new \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler(new \Symfony\Bundle\WebProfilerBundle\Csp\NonceGenerator());
  2323.     }
  2324.     /**
  2325.      * Gets the private 'web_profiler.debug_toolbar' shared service.
  2326.      *
  2327.      * @return \Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener
  2328.      */
  2329.     protected function getWebProfiler_DebugToolbarService()
  2330.     {
  2331.         $a = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  2332.         if (isset($this->privates['web_profiler.debug_toolbar'])) {
  2333.             return $this->privates['web_profiler.debug_toolbar'];
  2334.         }
  2335.         return $this->privates['web_profiler.debug_toolbar'] = new \Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener($afalse2, ($this->services['router'] ?? $this->getRouterService()), '^/((index|app(_[\\w]+)?)\\.php/)?_wdt', ($this->privates['web_profiler.csp.handler'] ?? $this->getWebProfiler_Csp_HandlerService()), NULL);
  2336.     }
  2337.     /**
  2338.      * Gets the private 'webpack_encore.entrypoint_lookup_collection' shared service.
  2339.      *
  2340.      * @return \Symfony\WebpackEncoreBundle\Asset\EntrypointLookupCollection
  2341.      */
  2342.     protected function getWebpackEncore_EntrypointLookupCollectionService()
  2343.     {
  2344.         return $this->privates['webpack_encore.entrypoint_lookup_collection'] = new \Symfony\WebpackEncoreBundle\Asset\EntrypointLookupCollection(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2345.             '_default' => ['privates''webpack_encore.entrypoint_lookup[_default]''getWebpackEncore_EntrypointLookupDefaultService'true],
  2346.         ], [
  2347.             '_default' => '?',
  2348.         ]), '_default');
  2349.     }
  2350.     /**
  2351.      * Gets the public 'cache_clearer' alias.
  2352.      *
  2353.      * @return object The ".container.private.cache_clearer" service.
  2354.      */
  2355.     protected function getCacheClearerService()
  2356.     {
  2357.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "cache_clearer" service directly from the container is deprecated, use dependency injection instead.');
  2358.         return $this->get('.container.private.cache_clearer');
  2359.     }
  2360.     /**
  2361.      * Gets the public 'filesystem' alias.
  2362.      *
  2363.      * @return object The ".container.private.filesystem" service.
  2364.      */
  2365.     protected function getFilesystemService()
  2366.     {
  2367.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "filesystem" service directly from the container is deprecated, use dependency injection instead.');
  2368.         return $this->get('.container.private.filesystem');
  2369.     }
  2370.     /**
  2371.      * Gets the public 'serializer' alias.
  2372.      *
  2373.      * @return object The ".container.private.serializer" service.
  2374.      */
  2375.     protected function getSerializerService()
  2376.     {
  2377.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "serializer" service directly from the container is deprecated, use dependency injection instead.');
  2378.         return $this->get('.container.private.serializer');
  2379.     }
  2380.     /**
  2381.      * Gets the public 'security.csrf.token_manager' alias.
  2382.      *
  2383.      * @return object The ".container.private.security.csrf.token_manager" service.
  2384.      */
  2385.     protected function getSecurity_Csrf_TokenManagerService()
  2386.     {
  2387.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "security.csrf.token_manager" service directly from the container is deprecated, use dependency injection instead.');
  2388.         return $this->get('.container.private.security.csrf.token_manager');
  2389.     }
  2390.     /**
  2391.      * Gets the public 'form.factory' alias.
  2392.      *
  2393.      * @return object The ".container.private.form.factory" service.
  2394.      */
  2395.     protected function getForm_FactoryService()
  2396.     {
  2397.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "form.factory" service directly from the container is deprecated, use dependency injection instead.');
  2398.         return $this->get('.container.private.form.factory');
  2399.     }
  2400.     /**
  2401.      * Gets the public 'form.type.file' alias.
  2402.      *
  2403.      * @return object The ".container.private.form.type.file" service.
  2404.      */
  2405.     protected function getForm_Type_FileService()
  2406.     {
  2407.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "form.type.file" service directly from the container is deprecated, use dependency injection instead.');
  2408.         return $this->get('.container.private.form.type.file');
  2409.     }
  2410.     /**
  2411.      * Gets the public 'profiler' alias.
  2412.      *
  2413.      * @return object The ".container.private.profiler" service.
  2414.      */
  2415.     protected function getProfilerService()
  2416.     {
  2417.         trigger_deprecation('symfony/framework-bundle''5.4''Accessing the "profiler" service directly from the container is deprecated, use dependency injection instead.');
  2418.         return $this->get('.container.private.profiler');
  2419.     }
  2420.     /**
  2421.      * Gets the public 'security.authorization_checker' alias.
  2422.      *
  2423.      * @return object The ".container.private.security.authorization_checker" service.
  2424.      */
  2425.     protected function getSecurity_AuthorizationCheckerService()
  2426.     {
  2427.         trigger_deprecation('symfony/security-bundle''5.3''Accessing the "security.authorization_checker" service directly from the container is deprecated, use dependency injection instead.');
  2428.         return $this->get('.container.private.security.authorization_checker');
  2429.     }
  2430.     /**
  2431.      * Gets the public 'security.token_storage' alias.
  2432.      *
  2433.      * @return object The ".container.private.security.token_storage" service.
  2434.      */
  2435.     protected function getSecurity_TokenStorageService()
  2436.     {
  2437.         trigger_deprecation('symfony/security-bundle''5.3''Accessing the "security.token_storage" service directly from the container is deprecated, use dependency injection instead.');
  2438.         return $this->get('.container.private.security.token_storage');
  2439.     }
  2440.     /**
  2441.      * Gets the public 'twig' alias.
  2442.      *
  2443.      * @return object The ".container.private.twig" service.
  2444.      */
  2445.     protected function getTwigService()
  2446.     {
  2447.         trigger_deprecation('symfony/twig-bundle''5.2''Accessing the "twig" service directly from the container is deprecated, use dependency injection instead.');
  2448.         return $this->get('.container.private.twig');
  2449.     }
  2450.     /**
  2451.      * Gets the public 'security.password_encoder' alias.
  2452.      *
  2453.      * @return object The ".container.private.security.password_encoder" service.
  2454.      */
  2455.     protected function getSecurity_PasswordEncoderService()
  2456.     {
  2457.         trigger_deprecation('symfony/security-bundle''5.3''Accessing the "security.password_encoder" service directly from the container is deprecated, use dependency injection instead.');
  2458.         return $this->get('.container.private.security.password_encoder');
  2459.     }
  2460.     /**
  2461.      * Gets the public 'session' alias.
  2462.      *
  2463.      * @return object The ".container.private.session" service.
  2464.      */
  2465.     protected function getSessionService()
  2466.     {
  2467.         trigger_deprecation('symfony/framework-bundle''5.3''Accessing the "session" service directly from the container is deprecated, use dependency injection instead.');
  2468.         return $this->get('.container.private.session');
  2469.     }
  2470.     /**
  2471.      * Gets the public 'validator' alias.
  2472.      *
  2473.      * @return object The ".container.private.validator" service.
  2474.      */
  2475.     protected function getValidatorService()
  2476.     {
  2477.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "validator" service directly from the container is deprecated, use dependency injection instead.');
  2478.         return $this->get('.container.private.validator');
  2479.     }
  2480.     /**
  2481.      * @return array|bool|float|int|string|\UnitEnum|null
  2482.      */
  2483.     public function getParameter(string $name)
  2484.     {
  2485.         if (isset($this->buildParameters[$name])) {
  2486.             return $this->buildParameters[$name];
  2487.         }
  2488.         if (!(isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || \array_key_exists($name$this->parameters))) {
  2489.             throw new InvalidArgumentException(sprintf('The parameter "%s" must be defined.'$name));
  2490.         }
  2491.         if (isset($this->loadedDynamicParameters[$name])) {
  2492.             return $this->loadedDynamicParameters[$name] ? $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
  2493.         }
  2494.         return $this->parameters[$name];
  2495.     }
  2496.     public function hasParameter(string $name): bool
  2497.     {
  2498.         if (isset($this->buildParameters[$name])) {
  2499.             return true;
  2500.         }
  2501.         return isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || \array_key_exists($name$this->parameters);
  2502.     }
  2503.     public function setParameter(string $name$value): void
  2504.     {
  2505.         throw new LogicException('Impossible to call set() on a frozen ParameterBag.');
  2506.     }
  2507.     public function getParameterBag(): ParameterBagInterface
  2508.     {
  2509.         if (null === $this->parameterBag) {
  2510.             $parameters $this->parameters;
  2511.             foreach ($this->loadedDynamicParameters as $name => $loaded) {
  2512.                 $parameters[$name] = $loaded $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
  2513.             }
  2514.             foreach ($this->buildParameters as $name => $value) {
  2515.                 $parameters[$name] = $value;
  2516.             }
  2517.             $this->parameterBag = new FrozenParameterBag($parameters);
  2518.         }
  2519.         return $this->parameterBag;
  2520.     }
  2521.     private $loadedDynamicParameters = [
  2522.         'kernel.runtime_environment' => false,
  2523.         'kernel.build_dir' => false,
  2524.         'kernel.cache_dir' => false,
  2525.         'kernel.secret' => false,
  2526.         'debug.container.dump' => false,
  2527.         'serializer.mapping.cache.file' => false,
  2528.         'validator.mapping.cache.file' => false,
  2529.         'profiler.storage.dsn' => false,
  2530.         'doctrine.orm.proxy_dir' => false,
  2531.         'lexik_jwt_authentication.pass_phrase' => false,
  2532.     ];
  2533.     private $dynamicParameters = [];
  2534.     private function getDynamicParameter(string $name)
  2535.     {
  2536.         switch ($name) {
  2537.             case 'kernel.runtime_environment'$value $this->getEnv('default:kernel.environment:APP_RUNTIME_ENV'); break;
  2538.             case 'kernel.build_dir'$value $this->targetDir.''; break;
  2539.             case 'kernel.cache_dir'$value $this->targetDir.''; break;
  2540.             case 'kernel.secret'$value $this->getEnv('APP_SECRET'); break;
  2541.             case 'debug.container.dump'$value = ($this->targetDir.''.'/App_KernelDevDebugContainer.xml'); break;
  2542.             case 'serializer.mapping.cache.file'$value = ($this->targetDir.''.'/serialization.php'); break;
  2543.             case 'validator.mapping.cache.file'$value = ($this->targetDir.''.'/validation.php'); break;
  2544.             case 'profiler.storage.dsn'$value = ('file:'.$this->targetDir.''.'/profiler'); break;
  2545.             case 'doctrine.orm.proxy_dir'$value = ($this->targetDir.''.'/doctrine/orm/Proxies'); break;
  2546.             case 'lexik_jwt_authentication.pass_phrase'$value $this->getEnv('JWT_PASSPHRASE'); break;
  2547.             default: throw new InvalidArgumentException(sprintf('The dynamic parameter "%s" must be defined.'$name));
  2548.         }
  2549.         $this->loadedDynamicParameters[$name] = true;
  2550.         return $this->dynamicParameters[$name] = $value;
  2551.     }
  2552.     protected function getDefaultParameters(): array
  2553.     {
  2554.         return [
  2555.             'kernel.project_dir' => \dirname(__DIR__4),
  2556.             'kernel.environment' => 'dev',
  2557.             'kernel.debug' => true,
  2558.             'kernel.logs_dir' => (\dirname(__DIR__3).'/log'),
  2559.             'kernel.bundles' => [
  2560.                 'FrameworkBundle' => 'Symfony\\Bundle\\FrameworkBundle\\FrameworkBundle',
  2561.                 'ApiPlatformBundle' => 'ApiPlatform\\Symfony\\Bundle\\ApiPlatformBundle',
  2562.                 'SecurityBundle' => 'Symfony\\Bundle\\SecurityBundle\\SecurityBundle',
  2563.                 'DoctrineBundle' => 'Doctrine\\Bundle\\DoctrineBundle\\DoctrineBundle',
  2564.                 'DoctrineMigrationsBundle' => 'Doctrine\\Bundle\\MigrationsBundle\\DoctrineMigrationsBundle',
  2565.                 'TwigBundle' => 'Symfony\\Bundle\\TwigBundle\\TwigBundle',
  2566.                 'WebProfilerBundle' => 'Symfony\\Bundle\\WebProfilerBundle\\WebProfilerBundle',
  2567.                 'MakerBundle' => 'Symfony\\Bundle\\MakerBundle\\MakerBundle',
  2568.                 'DoctrineFixturesBundle' => 'Doctrine\\Bundle\\FixturesBundle\\DoctrineFixturesBundle',
  2569.                 'LexikJWTAuthenticationBundle' => 'Lexik\\Bundle\\JWTAuthenticationBundle\\LexikJWTAuthenticationBundle',
  2570.                 'MonologBundle' => 'Symfony\\Bundle\\MonologBundle\\MonologBundle',
  2571.                 'WebpackEncoreBundle' => 'Symfony\\WebpackEncoreBundle\\WebpackEncoreBundle',
  2572.                 'StimulusBundle' => 'Symfony\\UX\\StimulusBundle\\StimulusBundle',
  2573.                 'ReactBundle' => 'Symfony\\UX\\React\\ReactBundle',
  2574.             ],
  2575.             'kernel.bundles_metadata' => [
  2576.                 'FrameworkBundle' => [
  2577.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle'),
  2578.                     'namespace' => 'Symfony\\Bundle\\FrameworkBundle',
  2579.                 ],
  2580.                 'ApiPlatformBundle' => [
  2581.                     'path' => (\dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/Bundle'),
  2582.                     'namespace' => 'ApiPlatform\\Symfony\\Bundle',
  2583.                 ],
  2584.                 'SecurityBundle' => [
  2585.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/security-bundle'),
  2586.                     'namespace' => 'Symfony\\Bundle\\SecurityBundle',
  2587.                 ],
  2588.                 'DoctrineBundle' => [
  2589.                     'path' => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle'),
  2590.                     'namespace' => 'Doctrine\\Bundle\\DoctrineBundle',
  2591.                 ],
  2592.                 'DoctrineMigrationsBundle' => [
  2593.                     'path' => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle'),
  2594.                     'namespace' => 'Doctrine\\Bundle\\MigrationsBundle',
  2595.                 ],
  2596.                 'TwigBundle' => [
  2597.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/twig-bundle'),
  2598.                     'namespace' => 'Symfony\\Bundle\\TwigBundle',
  2599.                 ],
  2600.                 'WebProfilerBundle' => [
  2601.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle'),
  2602.                     'namespace' => 'Symfony\\Bundle\\WebProfilerBundle',
  2603.                 ],
  2604.                 'MakerBundle' => [
  2605.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/maker-bundle/src'),
  2606.                     'namespace' => 'Symfony\\Bundle\\MakerBundle',
  2607.                 ],
  2608.                 'DoctrineFixturesBundle' => [
  2609.                     'path' => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-fixtures-bundle'),
  2610.                     'namespace' => 'Doctrine\\Bundle\\FixturesBundle',
  2611.                 ],
  2612.                 'LexikJWTAuthenticationBundle' => [
  2613.                     'path' => (\dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle'),
  2614.                     'namespace' => 'Lexik\\Bundle\\JWTAuthenticationBundle',
  2615.                 ],
  2616.                 'MonologBundle' => [
  2617.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/monolog-bundle'),
  2618.                     'namespace' => 'Symfony\\Bundle\\MonologBundle',
  2619.                 ],
  2620.                 'WebpackEncoreBundle' => [
  2621.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src'),
  2622.                     'namespace' => 'Symfony\\WebpackEncoreBundle',
  2623.                 ],
  2624.                 'StimulusBundle' => [
  2625.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/stimulus-bundle'),
  2626.                     'namespace' => 'Symfony\\UX\\StimulusBundle',
  2627.                 ],
  2628.                 'ReactBundle' => [
  2629.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/ux-react'),
  2630.                     'namespace' => 'Symfony\\UX\\React',
  2631.                 ],
  2632.             ],
  2633.             'kernel.charset' => 'UTF-8',
  2634.             'kernel.container_class' => 'App_KernelDevDebugContainer',
  2635.             'locale' => 'en',
  2636.             'root_dir' => (\dirname(__DIR__4).'/'),
  2637.             'app.path.ig_csv' => (\dirname(__DIR__4).'/resources/ig_csv'),
  2638.             'event_dispatcher.event_aliases' => [
  2639.                 'Symfony\\Component\\Console\\Event\\ConsoleCommandEvent' => 'console.command',
  2640.                 'Symfony\\Component\\Console\\Event\\ConsoleErrorEvent' => 'console.error',
  2641.                 'Symfony\\Component\\Console\\Event\\ConsoleSignalEvent' => 'console.signal',
  2642.                 'Symfony\\Component\\Console\\Event\\ConsoleTerminateEvent' => 'console.terminate',
  2643.                 'Symfony\\Component\\Form\\Event\\PreSubmitEvent' => 'form.pre_submit',
  2644.                 'Symfony\\Component\\Form\\Event\\SubmitEvent' => 'form.submit',
  2645.                 'Symfony\\Component\\Form\\Event\\PostSubmitEvent' => 'form.post_submit',
  2646.                 'Symfony\\Component\\Form\\Event\\PreSetDataEvent' => 'form.pre_set_data',
  2647.                 'Symfony\\Component\\Form\\Event\\PostSetDataEvent' => 'form.post_set_data',
  2648.                 'Symfony\\Component\\HttpKernel\\Event\\ControllerArgumentsEvent' => 'kernel.controller_arguments',
  2649.                 'Symfony\\Component\\HttpKernel\\Event\\ControllerEvent' => 'kernel.controller',
  2650.                 'Symfony\\Component\\HttpKernel\\Event\\ResponseEvent' => 'kernel.response',
  2651.                 'Symfony\\Component\\HttpKernel\\Event\\FinishRequestEvent' => 'kernel.finish_request',
  2652.                 'Symfony\\Component\\HttpKernel\\Event\\RequestEvent' => 'kernel.request',
  2653.                 'Symfony\\Component\\HttpKernel\\Event\\ViewEvent' => 'kernel.view',
  2654.                 'Symfony\\Component\\HttpKernel\\Event\\ExceptionEvent' => 'kernel.exception',
  2655.                 'Symfony\\Component\\HttpKernel\\Event\\TerminateEvent' => 'kernel.terminate',
  2656.                 'Symfony\\Component\\Security\\Core\\Event\\AuthenticationSuccessEvent' => 'security.authentication.success',
  2657.                 'Symfony\\Component\\Security\\Core\\Event\\AuthenticationFailureEvent' => 'security.authentication.failure',
  2658.                 'Symfony\\Component\\Security\\Http\\Event\\InteractiveLoginEvent' => 'security.interactive_login',
  2659.                 'Symfony\\Component\\Security\\Http\\Event\\SwitchUserEvent' => 'security.switch_user',
  2660.             ],
  2661.             'fragment.renderer.hinclude.global_template' => NULL,
  2662.             'fragment.path' => '/_fragment',
  2663.             'kernel.http_method_override' => false,
  2664.             'kernel.trusted_hosts' => [
  2665.             ],
  2666.             'kernel.default_locale' => 'fr',
  2667.             'kernel.enabled_locales' => [
  2668.             ],
  2669.             'kernel.error_controller' => 'error_controller',
  2670.             'debug.file_link_format' => NULL,
  2671.             'asset.request_context.base_path' => NULL,
  2672.             'asset.request_context.secure' => NULL,
  2673.             'translator.logging' => false,
  2674.             'translator.default_path' => (\dirname(__DIR__4).'/translations'),
  2675.             'debug.error_handler.throw_at' => -1,
  2676.             'router.request_context.host' => 'localhost',
  2677.             'router.request_context.scheme' => 'http',
  2678.             'router.request_context.base_url' => '',
  2679.             'router.resource' => 'kernel::loadRoutes',
  2680.             'request_listener.http_port' => 80,
  2681.             'request_listener.https_port' => 443,
  2682.             'session.metadata.storage_key' => '_sf2_meta',
  2683.             'session.storage.options' => [
  2684.                 'cache_limiter' => '0',
  2685.                 'cookie_secure' => 'auto',
  2686.                 'cookie_httponly' => true,
  2687.                 'cookie_samesite' => 'lax',
  2688.                 'gc_probability' => 1,
  2689.             ],
  2690.             'session.save_path' => NULL,
  2691.             'session.metadata.update_threshold' => 0,
  2692.             'form.type_extension.csrf.enabled' => true,
  2693.             'form.type_extension.csrf.field_name' => '_token',
  2694.             'validator.translation_domain' => 'validators',
  2695.             'profiler_listener.only_exceptions' => false,
  2696.             'profiler_listener.only_main_requests' => false,
  2697.             'api_platform.metadata_backward_compatibility_layer' => true,
  2698.             'api_platform.enable_entrypoint' => true,
  2699.             'api_platform.enable_docs' => true,
  2700.             'api_platform.title' => '',
  2701.             'api_platform.description' => '',
  2702.             'api_platform.version' => '0.0.0',
  2703.             'api_platform.show_webby' => true,
  2704.             'api_platform.url_generation_strategy' => 1,
  2705.             'api_platform.exception_to_status' => [
  2706.                 'Symfony\\Component\\Serializer\\Exception\\ExceptionInterface' => 400,
  2707.                 'ApiPlatform\\Exception\\InvalidArgumentException' => 400,
  2708.                 'ApiPlatform\\Exception\\FilterValidationException' => 400,
  2709.                 'Doctrine\\ORM\\OptimisticLockException' => 409,
  2710.             ],
  2711.             'api_platform.formats' => [
  2712.                 'jsonld' => [
  2713.                     => 'application/ld+json',
  2714.                 ],
  2715.                 'json' => [
  2716.                     => 'application/json',
  2717.                 ],
  2718.                 'html' => [
  2719.                     => 'text/html',
  2720.                 ],
  2721.             ],
  2722.             'api_platform.patch_formats' => [
  2723.                 'json' => [
  2724.                     => 'application/merge-patch+json',
  2725.                 ],
  2726.             ],
  2727.             'api_platform.error_formats' => [
  2728.                 'jsonproblem' => [
  2729.                     => 'application/problem+json',
  2730.                 ],
  2731.                 'jsonld' => [
  2732.                     => 'application/ld+json',
  2733.                 ],
  2734.             ],
  2735.             'api_platform.allow_plain_identifiers' => false,
  2736.             'api_platform.eager_loading.enabled' => true,
  2737.             'api_platform.eager_loading.max_joins' => 30,
  2738.             'api_platform.eager_loading.fetch_partial' => false,
  2739.             'api_platform.eager_loading.force_eager' => true,
  2740.             'api_platform.collection.exists_parameter_name' => 'exists',
  2741.             'api_platform.collection.order' => 'ASC',
  2742.             'api_platform.collection.order_parameter_name' => 'order',
  2743.             'api_platform.collection.order_nulls_comparison' => NULL,
  2744.             'api_platform.collection.pagination.enabled' => true,
  2745.             'api_platform.collection.pagination.partial' => false,
  2746.             'api_platform.collection.pagination.client_enabled' => false,
  2747.             'api_platform.collection.pagination.client_items_per_page' => false,
  2748.             'api_platform.collection.pagination.client_partial' => false,
  2749.             'api_platform.collection.pagination.items_per_page' => 30,
  2750.             'api_platform.collection.pagination.maximum_items_per_page' => NULL,
  2751.             'api_platform.collection.pagination.page_parameter_name' => 'page',
  2752.             'api_platform.collection.pagination.enabled_parameter_name' => 'pagination',
  2753.             'api_platform.collection.pagination.items_per_page_parameter_name' => 'itemsPerPage',
  2754.             'api_platform.collection.pagination.partial_parameter_name' => 'partial',
  2755.             'api_platform.collection.pagination' => [
  2756.                 'enabled' => true,
  2757.                 'partial' => false,
  2758.                 'client_enabled' => false,
  2759.                 'client_items_per_page' => false,
  2760.                 'client_partial' => false,
  2761.                 'items_per_page' => 30,
  2762.                 'maximum_items_per_page' => NULL,
  2763.                 'page_parameter_name' => 'page',
  2764.                 'enabled_parameter_name' => 'pagination',
  2765.                 'items_per_page_parameter_name' => 'itemsPerPage',
  2766.                 'partial_parameter_name' => 'partial',
  2767.             ],
  2768.             'api_platform.http_cache.etag' => true,
  2769.             'api_platform.http_cache.max_age' => NULL,
  2770.             'api_platform.http_cache.shared_max_age' => NULL,
  2771.             'api_platform.http_cache.vary' => [
  2772.                 => 'Accept',
  2773.             ],
  2774.             'api_platform.http_cache.public' => NULL,
  2775.             'api_platform.http_cache.invalidation.max_header_length' => 7500,
  2776.             'api_platform.http_cache.invalidation.xkey.glue' => ' ',
  2777.             'api_platform.asset_package' => NULL,
  2778.             'api_platform.defaults' => [
  2779.                 'attributes' => [
  2780.                 ],
  2781.             ],
  2782.             'api_platform.resource_class_directories' => [
  2783.                 => (\dirname(__DIR__4).'/src/Entity'),
  2784.             ],
  2785.             'api_platform.oauth.enabled' => false,
  2786.             'api_platform.oauth.clientId' => '',
  2787.             'api_platform.oauth.clientSecret' => '',
  2788.             'api_platform.oauth.type' => 'oauth2',
  2789.             'api_platform.oauth.flow' => 'application',
  2790.             'api_platform.oauth.tokenUrl' => '',
  2791.             'api_platform.oauth.authorizationUrl' => '',
  2792.             'api_platform.oauth.refreshUrl' => '',
  2793.             'api_platform.oauth.scopes' => [
  2794.             ],
  2795.             'api_platform.oauth.pkce' => false,
  2796.             'api_platform.openapi.termsOfService' => NULL,
  2797.             'api_platform.openapi.contact.name' => NULL,
  2798.             'api_platform.openapi.contact.url' => NULL,
  2799.             'api_platform.openapi.contact.email' => NULL,
  2800.             'api_platform.openapi.license.name' => NULL,
  2801.             'api_platform.openapi.license.url' => NULL,
  2802.             'api_platform.swagger.versions' => [
  2803.                 => 3,
  2804.             ],
  2805.             'api_platform.enable_swagger_ui' => true,
  2806.             'api_platform.enable_re_doc' => true,
  2807.             'api_platform.swagger.api_keys' => [
  2808.                 'apiKey' => [
  2809.                     'name' => 'Authorization',
  2810.                     'type' => 'header',
  2811.                 ],
  2812.             ],
  2813.             'api_platform.swagger_ui.extra_configuration' => [
  2814.             ],
  2815.             'api_platform.graphql.enabled' => false,
  2816.             'api_platform.graphql.graphiql.enabled' => false,
  2817.             'api_platform.graphql.graphql_playground.enabled' => false,
  2818.             'api_platform.graphql.collection.pagination' => [
  2819.                 'enabled' => true,
  2820.             ],
  2821.             'api_platform.validator.serialize_payload_fields' => [
  2822.             ],
  2823.             'api_platform.validator.query_parameter_validation' => true,
  2824.             'api_platform.elasticsearch.enabled' => false,
  2825.             'security.role_hierarchy.roles' => [
  2826.                 'ROLE_ADMIN' => [
  2827.                     => 'ROLE_USER',
  2828.                 ],
  2829.                 'ROLE_ADMIN_SOGEC' => [
  2830.                     => 'ROLE_ADMIN',
  2831.                     => 'ROLE_USER',
  2832.                 ],
  2833.             ],
  2834.             'security.access.denied_url' => NULL,
  2835.             'security.authentication.manager.erase_credentials' => true,
  2836.             'security.authentication.session_strategy.strategy' => 'migrate',
  2837.             'security.access.always_authenticate_before_granting' => false,
  2838.             'security.authentication.hide_user_not_found' => true,
  2839.             'security.firewalls' => [
  2840.                 => 'dev',
  2841.                 => 'jwt_login',
  2842.                 => 'api',
  2843.                 => 'main',
  2844.             ],
  2845.             'lexik_jwt_authentication.authenticator_manager_enabled' => true,
  2846.             'doctrine.dbal.configuration.class' => 'Doctrine\\DBAL\\Configuration',
  2847.             'doctrine.data_collector.class' => 'Doctrine\\Bundle\\DoctrineBundle\\DataCollector\\DoctrineDataCollector',
  2848.             'doctrine.dbal.connection.event_manager.class' => 'Symfony\\Bridge\\Doctrine\\ContainerAwareEventManager',
  2849.             'doctrine.dbal.connection_factory.class' => 'Doctrine\\Bundle\\DoctrineBundle\\ConnectionFactory',
  2850.             'doctrine.dbal.events.mysql_session_init.class' => 'Doctrine\\DBAL\\Event\\Listeners\\MysqlSessionInit',
  2851.             'doctrine.dbal.events.oracle_session_init.class' => 'Doctrine\\DBAL\\Event\\Listeners\\OracleSessionInit',
  2852.             'doctrine.class' => 'Doctrine\\Bundle\\DoctrineBundle\\Registry',
  2853.             'doctrine.entity_managers' => [
  2854.                 'default' => 'doctrine.orm.default_entity_manager',
  2855.             ],
  2856.             'doctrine.default_entity_manager' => 'default',
  2857.             'doctrine.dbal.connection_factory.types' => [
  2858.                 'uuid' => [
  2859.                     'class' => 'Ramsey\\Uuid\\Doctrine\\UuidType',
  2860.                 ],
  2861.             ],
  2862.             'doctrine.connections' => [
  2863.                 'default' => 'doctrine.dbal.default_connection',
  2864.             ],
  2865.             'doctrine.default_connection' => 'default',
  2866.             'doctrine.orm.configuration.class' => 'Doctrine\\ORM\\Configuration',
  2867.             'doctrine.orm.entity_manager.class' => 'Doctrine\\ORM\\EntityManager',
  2868.             'doctrine.orm.manager_configurator.class' => 'Doctrine\\Bundle\\DoctrineBundle\\ManagerConfigurator',
  2869.             'doctrine.orm.cache.array.class' => 'Doctrine\\Common\\Cache\\ArrayCache',
  2870.             'doctrine.orm.cache.apc.class' => 'Doctrine\\Common\\Cache\\ApcCache',
  2871.             'doctrine.orm.cache.memcache.class' => 'Doctrine\\Common\\Cache\\MemcacheCache',
  2872.             'doctrine.orm.cache.memcache_host' => 'localhost',
  2873.             'doctrine.orm.cache.memcache_port' => 11211,
  2874.             'doctrine.orm.cache.memcache_instance.class' => 'Memcache',
  2875.             'doctrine.orm.cache.memcached.class' => 'Doctrine\\Common\\Cache\\MemcachedCache',
  2876.             'doctrine.orm.cache.memcached_host' => 'localhost',
  2877.             'doctrine.orm.cache.memcached_port' => 11211,
  2878.             'doctrine.orm.cache.memcached_instance.class' => 'Memcached',
  2879.             'doctrine.orm.cache.redis.class' => 'Doctrine\\Common\\Cache\\RedisCache',
  2880.             'doctrine.orm.cache.redis_host' => 'localhost',
  2881.             'doctrine.orm.cache.redis_port' => 6379,
  2882.             'doctrine.orm.cache.redis_instance.class' => 'Redis',
  2883.             'doctrine.orm.cache.xcache.class' => 'Doctrine\\Common\\Cache\\XcacheCache',
  2884.             'doctrine.orm.cache.wincache.class' => 'Doctrine\\Common\\Cache\\WinCacheCache',
  2885.             'doctrine.orm.cache.zenddata.class' => 'Doctrine\\Common\\Cache\\ZendDataCache',
  2886.             'doctrine.orm.metadata.driver_chain.class' => 'Doctrine\\Persistence\\Mapping\\Driver\\MappingDriverChain',
  2887.             'doctrine.orm.metadata.annotation.class' => 'Doctrine\\ORM\\Mapping\\Driver\\AnnotationDriver',
  2888.             'doctrine.orm.metadata.xml.class' => 'Doctrine\\ORM\\Mapping\\Driver\\SimplifiedXmlDriver',
  2889.             'doctrine.orm.metadata.yml.class' => 'Doctrine\\ORM\\Mapping\\Driver\\SimplifiedYamlDriver',
  2890.             'doctrine.orm.metadata.php.class' => 'Doctrine\\ORM\\Mapping\\Driver\\PHPDriver',
  2891.             'doctrine.orm.metadata.staticphp.class' => 'Doctrine\\ORM\\Mapping\\Driver\\StaticPHPDriver',
  2892.             'doctrine.orm.metadata.attribute.class' => 'Doctrine\\ORM\\Mapping\\Driver\\AttributeDriver',
  2893.             'doctrine.orm.proxy_cache_warmer.class' => 'Symfony\\Bridge\\Doctrine\\CacheWarmer\\ProxyCacheWarmer',
  2894.             'form.type_guesser.doctrine.class' => 'Symfony\\Bridge\\Doctrine\\Form\\DoctrineOrmTypeGuesser',
  2895.             'doctrine.orm.validator.unique.class' => 'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator',
  2896.             'doctrine.orm.validator_initializer.class' => 'Symfony\\Bridge\\Doctrine\\Validator\\DoctrineInitializer',
  2897.             'doctrine.orm.security.user.provider.class' => 'Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider',
  2898.             'doctrine.orm.listeners.resolve_target_entity.class' => 'Doctrine\\ORM\\Tools\\ResolveTargetEntityListener',
  2899.             'doctrine.orm.listeners.attach_entity_listeners.class' => 'Doctrine\\ORM\\Tools\\AttachEntityListenersListener',
  2900.             'doctrine.orm.naming_strategy.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultNamingStrategy',
  2901.             'doctrine.orm.naming_strategy.underscore.class' => 'Doctrine\\ORM\\Mapping\\UnderscoreNamingStrategy',
  2902.             'doctrine.orm.quote_strategy.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultQuoteStrategy',
  2903.             'doctrine.orm.quote_strategy.ansi.class' => 'Doctrine\\ORM\\Mapping\\AnsiQuoteStrategy',
  2904.             'doctrine.orm.entity_listener_resolver.class' => 'Doctrine\\Bundle\\DoctrineBundle\\Mapping\\ContainerEntityListenerResolver',
  2905.             'doctrine.orm.second_level_cache.default_cache_factory.class' => 'Doctrine\\ORM\\Cache\\DefaultCacheFactory',
  2906.             'doctrine.orm.second_level_cache.default_region.class' => 'Doctrine\\ORM\\Cache\\Region\\DefaultRegion',
  2907.             'doctrine.orm.second_level_cache.filelock_region.class' => 'Doctrine\\ORM\\Cache\\Region\\FileLockRegion',
  2908.             'doctrine.orm.second_level_cache.logger_chain.class' => 'Doctrine\\ORM\\Cache\\Logging\\CacheLoggerChain',
  2909.             'doctrine.orm.second_level_cache.logger_statistics.class' => 'Doctrine\\ORM\\Cache\\Logging\\StatisticsCacheLogger',
  2910.             'doctrine.orm.second_level_cache.cache_configuration.class' => 'Doctrine\\ORM\\Cache\\CacheConfiguration',
  2911.             'doctrine.orm.second_level_cache.regions_configuration.class' => 'Doctrine\\ORM\\Cache\\RegionsConfiguration',
  2912.             'doctrine.orm.auto_generate_proxy_classes' => true,
  2913.             'doctrine.orm.enable_lazy_ghost_objects' => false,
  2914.             'doctrine.orm.proxy_namespace' => 'Proxies',
  2915.             'doctrine.migrations.preferred_em' => NULL,
  2916.             'doctrine.migrations.preferred_connection' => NULL,
  2917.             'twig.form.resources' => [
  2918.                 => 'form_div_layout.html.twig',
  2919.             ],
  2920.             'twig.default_path' => (\dirname(__DIR__4).'/templates'),
  2921.             'web_profiler.debug_toolbar.intercept_redirects' => false,
  2922.             'web_profiler.debug_toolbar.mode' => 2,
  2923.             'lexik_jwt_authentication.token_ttl' => 3600,
  2924.             'lexik_jwt_authentication.clock_skew' => 0,
  2925.             'lexik_jwt_authentication.user_identity_field' => 'username',
  2926.             'lexik_jwt_authentication.allow_no_expiration' => false,
  2927.             'lexik_jwt_authentication.user_id_claim' => 'username',
  2928.             'lexik_jwt_authentication.encoder.signature_algorithm' => 'RS256',
  2929.             'lexik_jwt_authentication.encoder.crypto_engine' => 'openssl',
  2930.             'monolog.use_microseconds' => true,
  2931.             'monolog.swift_mailer.handlers' => [
  2932.             ],
  2933.             'monolog.handlers_to_channels' => [
  2934.                 'monolog.handler.console' => [
  2935.                     'type' => 'exclusive',
  2936.                     'elements' => [
  2937.                         => 'event',
  2938.                         => 'doctrine',
  2939.                         => 'console',
  2940.                     ],
  2941.                 ],
  2942.                 'monolog.handler.main' => [
  2943.                     'type' => 'exclusive',
  2944.                     'elements' => [
  2945.                         => 'event',
  2946.                     ],
  2947.                 ],
  2948.             ],
  2949.             'maker.compatible_check.doctrine.supports_attributes' => true,
  2950.             'data_collector.templates' => [
  2951.                 'data_collector.request' => [
  2952.                     => 'request',
  2953.                     => '@WebProfiler/Collector/request.html.twig',
  2954.                 ],
  2955.                 'api_platform.data_collector.request' => [
  2956.                     => 'api_platform.data_collector.request',
  2957.                     => '@ApiPlatform/DataCollector/request_legacy.html.twig',
  2958.                 ],
  2959.                 'data_collector.time' => [
  2960.                     => 'time',
  2961.                     => '@WebProfiler/Collector/time.html.twig',
  2962.                 ],
  2963.                 'data_collector.memory' => [
  2964.                     => 'memory',
  2965.                     => '@WebProfiler/Collector/memory.html.twig',
  2966.                 ],
  2967.                 'data_collector.validator' => [
  2968.                     => 'validator',
  2969.                     => '@WebProfiler/Collector/validator.html.twig',
  2970.                 ],
  2971.                 'data_collector.ajax' => [
  2972.                     => 'ajax',
  2973.                     => '@WebProfiler/Collector/ajax.html.twig',
  2974.                 ],
  2975.                 'data_collector.form' => [
  2976.                     => 'form',
  2977.                     => '@WebProfiler/Collector/form.html.twig',
  2978.                 ],
  2979.                 'data_collector.exception' => [
  2980.                     => 'exception',
  2981.                     => '@WebProfiler/Collector/exception.html.twig',
  2982.                 ],
  2983.                 'data_collector.logger' => [
  2984.                     => 'logger',
  2985.                     => '@WebProfiler/Collector/logger.html.twig',
  2986.                 ],
  2987.                 'data_collector.events' => [
  2988.                     => 'events',
  2989.                     => '@WebProfiler/Collector/events.html.twig',
  2990.                 ],
  2991.                 'data_collector.router' => [
  2992.                     => 'router',
  2993.                     => '@WebProfiler/Collector/router.html.twig',
  2994.                 ],
  2995.                 'data_collector.cache' => [
  2996.                     => 'cache',
  2997.                     => '@WebProfiler/Collector/cache.html.twig',
  2998.                 ],
  2999.                 'data_collector.translation' => [
  3000.                     => 'translation',
  3001.                     => '@WebProfiler/Collector/translation.html.twig',
  3002.                 ],
  3003.                 'data_collector.security' => [
  3004.                     => 'security',
  3005.                     => '@Security/Collector/security.html.twig',
  3006.                 ],
  3007.                 'data_collector.twig' => [
  3008.                     => 'twig',
  3009.                     => '@WebProfiler/Collector/twig.html.twig',
  3010.                 ],
  3011.                 'data_collector.doctrine' => [
  3012.                     => 'db',
  3013.                     => '@Doctrine/Collector/db.html.twig',
  3014.                 ],
  3015.                 'data_collector.config' => [
  3016.                     => 'config',
  3017.                     => '@WebProfiler/Collector/config.html.twig',
  3018.                 ],
  3019.             ],
  3020.             'console.command.ids' => [
  3021.             ],
  3022.         ];
  3023.     }
  3024.     protected function throw($message)
  3025.     {
  3026.         throw new RuntimeException($message);
  3027.     }
  3028. }