var/cache/dev/ContainerXl3QlJx/srcApp_KernelDevDebugContainer.php line 623

Open in your IDE?
  1. <?php
  2. namespace ContainerXl3QlJx;
  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.  * This class has been auto-generated
  13.  * by the Symfony Dependency Injection Component.
  14.  *
  15.  * @final
  16.  */
  17. class srcApp_KernelDevDebugContainer extends Container
  18. {
  19.     private $buildParameters;
  20.     private $containerDir;
  21.     private $targetDir;
  22.     private $parameters = [];
  23.     private $getService;
  24.     public function __construct(array $buildParameters = [], $containerDir __DIR__)
  25.     {
  26.         $this->getService = \Closure::fromCallable([$this'getService']);
  27.         $this->buildParameters $buildParameters;
  28.         $this->containerDir $containerDir;
  29.         $this->targetDir = \dirname($containerDir);
  30.         $this->parameters $this->getDefaultParameters();
  31.         $this->services $this->privates = [];
  32.         $this->syntheticIds = [
  33.             'kernel' => true,
  34.         ];
  35.         $this->methodMap = [
  36.             'cache.app' => 'getCache_AppService',
  37.             'cache.doctrine.orm.default.metadata' => 'getCache_Doctrine_Orm_Default_MetadataService',
  38.             'cache.doctrine.orm.default.query' => 'getCache_Doctrine_Orm_Default_QueryService',
  39.             'cache.doctrine.orm.default.result' => 'getCache_Doctrine_Orm_Default_ResultService',
  40.             'cache.system' => 'getCache_SystemService',
  41.             'doctrine' => 'getDoctrineService',
  42.             'doctrine.dbal.default_connection' => 'getDoctrine_Dbal_DefaultConnectionService',
  43.             'doctrine.orm.default_entity_manager' => 'getDoctrine_Orm_DefaultEntityManagerService',
  44.             'doctrine_mongodb' => 'getDoctrineMongodbService',
  45.             'doctrine_mongodb.odm.default_connection' => 'getDoctrineMongodb_Odm_DefaultConnectionService',
  46.             'doctrine_mongodb.odm.default_document_manager' => 'getDoctrineMongodb_Odm_DefaultDocumentManagerService',
  47.             'event_dispatcher' => 'getEventDispatcherService',
  48.             'http_kernel' => 'getHttpKernelService',
  49.             'lexik_jwt_authentication.encoder' => 'getLexikJwtAuthentication_EncoderService',
  50.             'lexik_jwt_authentication.key_loader' => 'getLexikJwtAuthentication_KeyLoaderService',
  51.             'profiler' => 'getProfilerService',
  52.             'request_stack' => 'getRequestStackService',
  53.             'router' => 'getRouterService',
  54.             'security.authorization_checker' => 'getSecurity_AuthorizationCheckerService',
  55.             'security.token_storage' => 'getSecurity_TokenStorageService',
  56.             'serializer' => 'getSerializerService',
  57.             'twig' => 'getTwigService',
  58.             'validator' => 'getValidatorService',
  59.         ];
  60.         $this->fileMap = [
  61.             'App\\Controller\\EntryPointController' => 'getEntryPointControllerService.php',
  62.             'Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController' => 'getRedirectControllerService.php',
  63.             'Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController' => 'getTemplateControllerService.php',
  64.             'api_platform.action.documentation' => 'getApiPlatform_Action_DocumentationService.php',
  65.             'api_platform.action.entrypoint' => 'getApiPlatform_Action_EntrypointService.php',
  66.             'api_platform.action.exception' => 'getApiPlatform_Action_ExceptionService.php',
  67.             'api_platform.action.not_found' => 'getApiPlatform_Action_NotFoundService.php',
  68.             'api_platform.action.placeholder' => 'getApiPlatform_Action_PlaceholderService.php',
  69.             'api_platform.jsonld.action.context' => 'getApiPlatform_Jsonld_Action_ContextService.php',
  70.             'api_platform.swagger.action.ui' => 'getApiPlatform_Swagger_Action_UiService.php',
  71.             'cache.app_clearer' => 'getCache_AppClearerService.php',
  72.             'cache.global_clearer' => 'getCache_GlobalClearerService.php',
  73.             'cache.system_clearer' => 'getCache_SystemClearerService.php',
  74.             'cache_clearer' => 'getCacheClearerService.php',
  75.             'cache_warmer' => 'getCacheWarmerService.php',
  76.             'console.command.public_alias.Doctrine\\Bundle\\MongoDBBundle\\Command\\ClearMetadataCacheDoctrineODMCommand' => 'getClearMetadataCacheDoctrineODMCommandService.php',
  77.             'console.command.public_alias.Doctrine\\Bundle\\MongoDBBundle\\Command\\CreateSchemaDoctrineODMCommand' => 'getCreateSchemaDoctrineODMCommandService.php',
  78.             'console.command.public_alias.Doctrine\\Bundle\\MongoDBBundle\\Command\\DropSchemaDoctrineODMCommand' => 'getDropSchemaDoctrineODMCommandService.php',
  79.             'console.command.public_alias.Doctrine\\Bundle\\MongoDBBundle\\Command\\GenerateHydratorsDoctrineODMCommand' => 'getGenerateHydratorsDoctrineODMCommandService.php',
  80.             'console.command.public_alias.Doctrine\\Bundle\\MongoDBBundle\\Command\\GenerateProxiesDoctrineODMCommand' => 'getGenerateProxiesDoctrineODMCommandService.php',
  81.             'console.command.public_alias.Doctrine\\Bundle\\MongoDBBundle\\Command\\InfoDoctrineODMCommand' => 'getInfoDoctrineODMCommandService.php',
  82.             'console.command.public_alias.Doctrine\\Bundle\\MongoDBBundle\\Command\\LoadDataFixturesDoctrineODMCommand' => 'getLoadDataFixturesDoctrineODMCommandService.php',
  83.             'console.command.public_alias.Doctrine\\Bundle\\MongoDBBundle\\Command\\QueryDoctrineODMCommand' => 'getQueryDoctrineODMCommandService.php',
  84.             'console.command.public_alias.Doctrine\\Bundle\\MongoDBBundle\\Command\\ShardDoctrineODMCommand' => 'getShardDoctrineODMCommandService.php',
  85.             'console.command.public_alias.Doctrine\\Bundle\\MongoDBBundle\\Command\\TailCursorDoctrineODMCommand' => 'getTailCursorDoctrineODMCommandService.php',
  86.             'console.command.public_alias.Doctrine\\Bundle\\MongoDBBundle\\Command\\UpdateSchemaDoctrineODMCommand' => 'getUpdateSchemaDoctrineODMCommandService.php',
  87.             'console.command.public_alias.api_platform.json_schema.json_schema_generate_command' => 'getConsole_Command_PublicAlias_ApiPlatform_JsonSchema_JsonSchemaGenerateCommandService.php',
  88.             'console.command.public_alias.api_platform.swagger.command.swagger_command' => 'getConsole_Command_PublicAlias_ApiPlatform_Swagger_Command_SwaggerCommandService.php',
  89.             'console.command_loader' => 'getConsole_CommandLoaderService.php',
  90.             'container.env_var_processors_locator' => 'getContainer_EnvVarProcessorsLocatorService.php',
  91.             'doctrine_mongodb.odm.command_logger_registry' => 'getDoctrineMongodb_Odm_CommandLoggerRegistryService.php',
  92.             'error_controller' => 'getErrorControllerService.php',
  93.             'filesystem' => 'getFilesystemService.php',
  94.             'lexik_jwt_authentication.check_config_command' => 'getLexikJwtAuthentication_CheckConfigCommandService.php',
  95.             'lexik_jwt_authentication.generate_token_command' => 'getLexikJwtAuthentication_GenerateTokenCommandService.php',
  96.             'lexik_jwt_authentication.jwt_manager' => 'getLexikJwtAuthentication_JwtManagerService.php',
  97.             'old_sound_rabbit_mq.connection.default' => 'getOldSoundRabbitMq_Connection_DefaultService.php',
  98.             'old_sound_rabbit_mq.parts_holder' => 'getOldSoundRabbitMq_PartsHolderService.php',
  99.             'routing.loader' => 'getRouting_LoaderService.php',
  100.             'security.authentication_utils' => 'getSecurity_AuthenticationUtilsService.php',
  101.             'security.csrf.token_manager' => 'getSecurity_Csrf_TokenManagerService.php',
  102.             'security.password_encoder' => 'getSecurity_PasswordEncoderService.php',
  103.             'services_resetter' => 'getServicesResetterService.php',
  104.             'session' => 'getSessionService.php',
  105.             'twig.controller.exception' => 'getTwig_Controller_ExceptionService.php',
  106.             'twig.controller.preview_error' => 'getTwig_Controller_PreviewErrorService.php',
  107.             'web_profiler.controller.exception' => 'getWebProfiler_Controller_ExceptionService.php',
  108.             'web_profiler.controller.exception_panel' => 'getWebProfiler_Controller_ExceptionPanelService.php',
  109.             'web_profiler.controller.profiler' => 'getWebProfiler_Controller_ProfilerService.php',
  110.             'web_profiler.controller.router' => 'getWebProfiler_Controller_RouterService.php',
  111.         ];
  112.         $this->aliases = [
  113.             'ApiPlatform\\Core\\Action\\NotFoundAction' => 'api_platform.action.not_found',
  114.             'api_platform.action.delete_item' => 'api_platform.action.placeholder',
  115.             'api_platform.action.get_collection' => 'api_platform.action.placeholder',
  116.             'api_platform.action.get_item' => 'api_platform.action.placeholder',
  117.             'api_platform.action.get_subresource' => 'api_platform.action.placeholder',
  118.             'api_platform.action.patch_item' => 'api_platform.action.placeholder',
  119.             'api_platform.action.post_collection' => 'api_platform.action.placeholder',
  120.             'api_platform.action.put_item' => 'api_platform.action.placeholder',
  121.             'database_connection' => 'doctrine.dbal.default_connection',
  122.             'doctrine.orm.entity_manager' => 'doctrine.orm.default_entity_manager',
  123.             'doctrine_mongodb.odm.document_manager' => 'doctrine_mongodb.odm.default_document_manager',
  124.         ];
  125.         $this->privates['service_container'] = function () {
  126.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/HttpKernelInterface.php';
  127.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/KernelInterface.php';
  128.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/RebootableInterface.php';
  129.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/TerminableInterface.php';
  130.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Kernel.php';
  131.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Kernel/MicroKernelTrait.php';
  132.             include_once \dirname(__DIR__4).'/src/Kernel.php';
  133.             include_once \dirname(__DIR__4).'/src/EventListener/Filter/EmitterFilterConfigurator.php';
  134.             include_once \dirname(__DIR__4).'/src/EventListener/Filter/UserFilterConfigurator.php';
  135.             include_once \dirname(__DIR__4).'/src/EventListener/RequestValidation/CheckHeaders.php';
  136.             include_once \dirname(__DIR__4).'/src/Service/JWTTools.php';
  137.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerNameParser.php';
  138.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventSubscriberInterface.php';
  139.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ResponseListener.php';
  140.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/StreamedResponseListener.php';
  141.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/LocaleListener.php';
  142.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ValidateRequestListener.php';
  143.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/EventListener/ResolveControllerNameSubscriber.php';
  144.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/DisallowRobotsIndexingListener.php';
  145.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ParameterBagInterface.php';
  146.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ParameterBag.php';
  147.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/FrozenParameterBag.php';
  148.             include_once \dirname(__DIR__4).'/vendor/psr/container/src/ContainerInterface.php';
  149.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ContainerBagInterface.php';
  150.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ContainerBag.php';
  151.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/HttpKernel.php';
  152.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ControllerResolverInterface.php';
  153.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/TraceableControllerResolver.php';
  154.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ControllerResolver.php';
  155.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php';
  156.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerResolver.php';
  157.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolverInterface.php';
  158.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/TraceableArgumentResolver.php';
  159.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver.php';
  160.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/ControllerMetadata/ArgumentMetadataFactoryInterface.php';
  161.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/ControllerMetadata/ArgumentMetadataFactory.php';
  162.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/RequestStack.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/Psr/Log/LoggerAwareInterface.php';
  171.             include_once \dirname(__DIR__4).'/vendor/psr/log/Psr/Log/LoggerAwareTrait.php';
  172.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/AbstractTrait.php';
  173.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/AbstractAdapterTrait.php';
  174.             include_once \dirname(__DIR__4).'/vendor/symfony/cache-contracts/CacheTrait.php';
  175.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/ContractsTrait.php';
  176.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/AbstractAdapter.php';
  177.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/FilesystemCommonTrait.php';
  178.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/FilesystemTrait.php';
  179.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/FilesystemAdapter.php';
  180.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Marshaller/MarshallerInterface.php';
  181.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Marshaller/DefaultMarshaller.php';
  182.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/AbstractSessionListener.php';
  183.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/SessionListener.php';
  184.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ServiceProviderInterface.php';
  185.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ServiceLocatorTrait.php';
  186.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ServiceLocator.php';
  187.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validation.php';
  188.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorFactoryInterface.php';
  189.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ContainerConstraintValidatorFactory.php';
  190.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ObjectInitializerInterface.php';
  191.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Validator/DoctrineInitializer.php';
  192.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Loader/LoaderInterface.php';
  193.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Loader/AutoMappingTrait.php';
  194.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Loader/PropertyInfoLoader.php';
  195.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Validator/DoctrineLoader.php';
  196.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/Profiler.php';
  197.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/ProfilerStorageInterface.php';
  198.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php';
  199.             include_once \dirname(__DIR__4).'/vendor/psr/log/Psr/Log/LoggerInterface.php';
  200.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/ResettableInterface.php';
  201.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Logger.php';
  202.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Log/DebugLoggerInterface.php';
  203.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Logger.php';
  204.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/DataCollectorInterface.php';
  205.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/DataCollector.php';
  206.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Symfony/Bundle/DataCollector/RequestDataCollector.php';
  207.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/LateDataCollectorInterface.php';
  208.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/TimeDataCollector.php';
  209.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/MemoryDataCollector.php';
  210.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/DataCollector/ValidatorDataCollector.php';
  211.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/AjaxDataCollector.php';
  212.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/ExceptionDataCollector.php';
  213.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/LoggerDataCollector.php';
  214.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/EventDataCollector.php';
  215.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/DataCollector/CacheDataCollector.php';
  216.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/DataCollector/SecurityDataCollector.php';
  217.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/DataCollector/TwigDataCollector.php';
  218.             include_once \dirname(__DIR__4).'/vendor/symfony/http-client/DataCollector/HttpClientDataCollector.php';
  219.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/DataCollector/DoctrineDataCollector.php';
  220.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/DataCollector/DoctrineDataCollector.php';
  221.             include_once \dirname(__DIR__4).'/vendor/doctrine/mongodb-odm-bundle/DataCollector/CommandDataCollector.php';
  222.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/ConfigDataCollector.php';
  223.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ProfilerListener.php';
  224.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php';
  225.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/RouterDataCollector.php';
  226.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/DataCollector/RouterDataCollector.php';
  227.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/DebugHandlersListener.php';
  228.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Debug/FileLinkFormatter.php';
  229.             include_once \dirname(__DIR__4).'/vendor/symfony/stopwatch/Stopwatch.php';
  230.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Processor/DebugProcessor.php';
  231.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RequestContext.php';
  232.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/RouterListener.php';
  233.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Reader.php';
  234.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationReader.php';
  235.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationRegistry.php';
  236.             include_once \dirname(__DIR__4).'/vendor/symfony/property-access/PropertyAccessorInterface.php';
  237.             include_once \dirname(__DIR__4).'/vendor/symfony/property-access/PropertyAccessor.php';
  238.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/ArrayTrait.php';
  239.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/ArrayAdapter.php';
  240.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/SerializerInterface.php';
  241.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/NormalizerInterface.php';
  242.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ContextAwareNormalizerInterface.php';
  243.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DenormalizerInterface.php';
  244.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ContextAwareDenormalizerInterface.php';
  245.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/EncoderInterface.php';
  246.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/ContextAwareEncoderInterface.php';
  247.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/DecoderInterface.php';
  248.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/ContextAwareDecoderInterface.php';
  249.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Serializer.php';
  250.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/CacheableSupportsMethodInterface.php';
  251.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Swagger/Serializer/ApiGatewayNormalizer.php';
  252.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Api/FilterLocatorTrait.php';
  253.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Swagger/Serializer/DocumentationNormalizer.php';
  254.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/PathResolver/OperationPathResolverInterface.php';
  255.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Symfony/Routing/RouterOperationPathResolver.php';
  256.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Serializer/AbstractConstraintViolationListNormalizer.php';
  257.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Hydra/Serializer/ConstraintViolationListNormalizer.php';
  258.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Problem/Serializer/ConstraintViolationListNormalizer.php';
  259.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Hydra/Serializer/DocumentationNormalizer.php';
  260.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Hydra/Serializer/EntrypointNormalizer.php';
  261.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Problem/Serializer/ErrorNormalizerTrait.php';
  262.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Hydra/Serializer/ErrorNormalizer.php';
  263.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Problem/Serializer/ErrorNormalizer.php';
  264.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ProblemNormalizer.php';
  265.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/SerializerAwareInterface.php';
  266.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ObjectToPopulateTrait.php';
  267.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/SerializerAwareTrait.php';
  268.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/AbstractNormalizer.php';
  269.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/AbstractObjectNormalizer.php';
  270.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Util/ClassInfoTrait.php';
  271.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Serializer/ContextTrait.php';
  272.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Serializer/InputOutputMetadataTrait.php';
  273.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Serializer/AbstractItemNormalizer.php';
  274.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/JsonLd/Serializer/JsonLdContextTrait.php';
  275.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/JsonLd/Serializer/ItemNormalizer.php';
  276.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Serializer/ItemNormalizer.php';
  277.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/JsonSerializableNormalizer.php';
  278.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DateTimeNormalizer.php';
  279.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ConstraintViolationListNormalizer.php';
  280.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DateTimeZoneNormalizer.php';
  281.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DateIntervalNormalizer.php';
  282.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DataUriNormalizer.php';
  283.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/NormalizerAwareInterface.php';
  284.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Hydra/Serializer/CollectionFiltersNormalizer.php';
  285.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Hydra/Serializer/PartialCollectionViewNormalizer.php';
  286.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/NormalizerAwareTrait.php';
  287.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Hydra/Serializer/CollectionNormalizer.php';
  288.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ArrayDenormalizer.php';
  289.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/JsonLd/Serializer/ObjectNormalizer.php';
  290.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ObjectNormalizer.php';
  291.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/ClassDiscriminatorResolverInterface.php';
  292.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/ClassDiscriminatorFromClassMetadata.php';
  293.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/NormalizationAwareInterface.php';
  294.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/XmlEncoder.php';
  295.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/JsonEncoder.php';
  296.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/YamlEncoder.php';
  297.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/CsvEncoder.php';
  298.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Serializer/JsonEncoder.php';
  299.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Factory/ClassMetadataFactoryInterface.php';
  300.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Factory/ClassResolverTrait.php';
  301.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Factory/ClassMetadataFactory.php';
  302.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Loader/LoaderInterface.php';
  303.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Loader/LoaderChain.php';
  304.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Loader/AnnotationLoader.php';
  305.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/NameConverter/NameConverterInterface.php';
  306.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/NameConverter/AdvancedNameConverterInterface.php';
  307.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/NameConverter/MetadataAwareNameConverter.php';
  308.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyTypeExtractorInterface.php';
  309.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyDescriptionExtractorInterface.php';
  310.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyAccessExtractorInterface.php';
  311.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyListExtractorInterface.php';
  312.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyInfoExtractorInterface.php';
  313.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyInitializableExtractorInterface.php';
  314.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyInfoExtractor.php';
  315.             include_once \dirname(__DIR__4).'/vendor/symfony/web-link/EventListener/AddLinkHeaderListener.php';
  316.             include_once \dirname(__DIR__4).'/vendor/symfony/mime/MimeTypeGuesserInterface.php';
  317.             include_once \dirname(__DIR__4).'/vendor/symfony/mime/MimeTypesInterface.php';
  318.             include_once \dirname(__DIR__4).'/vendor/symfony/mime/MimeTypes.php';
  319.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Api/ResourceClassResolverInterface.php';
  320.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Api/ResourceClassResolver.php';
  321.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RequestContextAwareInterface.php';
  322.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Matcher/UrlMatcherInterface.php';
  323.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Generator/UrlGeneratorInterface.php';
  324.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RouterInterface.php';
  325.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Api/UrlGeneratorInterface.php';
  326.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Symfony/Routing/Router.php';
  327.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Api/IriConverterInterface.php';
  328.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Util/ResourceClassInfoTrait.php';
  329.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/DataProvider/OperationDataProviderTrait.php';
  330.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Symfony/Routing/IriConverter.php';
  331.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Symfony/Routing/RouteNameResolverInterface.php';
  332.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Cache/CachedTrait.php';
  333.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Symfony/Routing/CachedRouteNameResolver.php';
  334.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Symfony/Routing/RouteNameResolver.php';
  335.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Serializer/SerializerContextBuilderInterface.php';
  336.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Serializer/SerializerFilterContextBuilder.php';
  337.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Serializer/SerializerContextBuilder.php';
  338.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/PathResolver/CustomOperationPathResolver.php';
  339.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/PathResolver/OperationPathResolver.php';
  340.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Operation/PathSegmentNameGeneratorInterface.php';
  341.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Operation/UnderscorePathSegmentNameGenerator.php';
  342.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/EventListener/AddFormatListener.php';
  343.             include_once \dirname(__DIR__4).'/vendor/willdurand/negotiation/src/Negotiation/AbstractNegotiator.php';
  344.             include_once \dirname(__DIR__4).'/vendor/willdurand/negotiation/src/Negotiation/Negotiator.php';
  345.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Util/CloneTrait.php';
  346.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Resource/ToggleableOperationAttributeTrait.php';
  347.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/EventListener/ReadListener.php';
  348.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/EventListener/DeserializeListener.php';
  349.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Api/IdentifiersExtractorInterface.php';
  350.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Api/CachedIdentifiersExtractor.php';
  351.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Api/IdentifiersExtractor.php';
  352.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Identifier/IdentifierConverterInterface.php';
  353.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Identifier/ContextAwareIdentifierConverterInterface.php';
  354.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Identifier/IdentifierConverter.php';
  355.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Operation/Factory/SubresourceOperationFactoryInterface.php';
  356.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Operation/Factory/CachedSubresourceOperationFactory.php';
  357.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Operation/Factory/SubresourceOperationFactory.php';
  358.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Resource/Factory/ResourceNameCollectionFactoryInterface.php';
  359.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Resource/Factory/CachedResourceNameCollectionFactory.php';
  360.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Resource/Factory/ExtractorResourceNameCollectionFactory.php';
  361.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Resource/Factory/AnnotationResourceNameCollectionFactory.php';
  362.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Resource/Factory/ResourceMetadataFactoryInterface.php';
  363.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Resource/Factory/CachedResourceMetadataFactory.php';
  364.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Resource/Factory/FormatsResourceMetadataFactory.php';
  365.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Resource/Factory/OperationResourceMetadataFactory.php';
  366.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Util/AnnotationFilterExtractorTrait.php';
  367.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Resource/Factory/AnnotationResourceFilterMetadataFactory.php';
  368.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Resource/Factory/ShortNameResourceMetadataFactory.php';
  369.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Resource/Factory/PhpDocResourceMetadataFactory.php';
  370.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Resource/Factory/InputOutputResourceMetadataFactory.php';
  371.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Resource/Factory/ExtractorResourceMetadataFactory.php';
  372.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Resource/Factory/AnnotationResourceMetadataFactory.php';
  373.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Property/Factory/PropertyNameCollectionFactoryInterface.php';
  374.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Property/Factory/CachedPropertyNameCollectionFactory.php';
  375.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Property/Factory/ExtractorPropertyNameCollectionFactory.php';
  376.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Property/Factory/InheritedPropertyNameCollectionFactory.php';
  377.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Symfony/PropertyInfo/Metadata/Property/PropertyInfoPropertyNameCollectionFactory.php';
  378.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Property/Factory/PropertyMetadataFactoryInterface.php';
  379.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Property/Factory/CachedPropertyMetadataFactory.php';
  380.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Symfony/Validator/Metadata/Property/ValidatorPropertyMetadataFactory.php';
  381.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Property/Factory/ExtractorPropertyMetadataFactory.php';
  382.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Property/Factory/AnnotationPropertyMetadataFactory.php';
  383.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Property/Factory/AnnotationSubresourceMetadataFactory.php';
  384.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Property/Factory/SerializerPropertyMetadataFactory.php';
  385.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/MongoDbOdm/Metadata/Property/DoctrineMongoDbOdmPropertyMetadataFactory.php';
  386.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Doctrine/Orm/Metadata/Property/DoctrineOrmPropertyMetadataFactory.php';
  387.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Property/Factory/InheritedPropertyMetadataFactory.php';
  388.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Symfony/PropertyInfo/Metadata/Property/PropertyInfoPropertyMetadataFactory.php';
  389.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Extractor/ExtractorInterface.php';
  390.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Extractor/AbstractExtractor.php';
  391.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Extractor/XmlExtractor.php';
  392.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Extractor/YamlExtractor.php';
  393.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/JsonSchema/TypeFactoryInterface.php';
  394.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/JsonSchema/TypeFactory.php';
  395.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Symfony/Bundle/EventListener/SwaggerUiListener.php';
  396.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/JsonLd/ContextBuilderInterface.php';
  397.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/JsonLd/AnonymousContextBuilderInterface.php';
  398.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/JsonLd/ContextBuilder.php';
  399.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Util/CorsTrait.php';
  400.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Hydra/EventListener/AddLinkHeaderListener.php';
  401.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/JsonSchema/SchemaFactoryInterface.php';
  402.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Hydra/JsonSchema/SchemaFactory.php';
  403.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/JsonSchema/SchemaFactory.php';
  404.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/HttpCache/EventListener/AddHeadersListener.php';
  405.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Filter/QueryParameterValidateListener.php';
  406.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/DataProvider/CollectionDataProviderInterface.php';
  407.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/DataProvider/ContextAwareCollectionDataProviderInterface.php';
  408.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Symfony/Bundle/DataProvider/TraceableChainCollectionDataProvider.php';
  409.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/DataProvider/ChainCollectionDataProvider.php';
  410.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/DataProvider/ItemDataProviderInterface.php';
  411.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Symfony/Bundle/DataProvider/TraceableChainItemDataProvider.php';
  412.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/DataProvider/ChainItemDataProvider.php';
  413.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/DataProvider/SubresourceDataProviderInterface.php';
  414.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Symfony/Bundle/DataProvider/TraceableChainSubresourceDataProvider.php';
  415.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/DataProvider/ChainSubresourceDataProvider.php';
  416.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/DataPersister/DataPersisterInterface.php';
  417.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/DataPersister/ContextAwareDataPersisterInterface.php';
  418.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Symfony/Bundle/DataPersister/TraceableChainDataPersister.php';
  419.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/DataPersister/ChainDataPersister.php';
  420.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Security/EventListener/DenyAccessListener.php';
  421.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Security/ResourceAccessCheckerInterface.php';
  422.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Security/ResourceAccessChecker.php';
  423.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ConnectionRegistry.php';
  424.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ManagerRegistry.php';
  425.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/AbstractManagerRegistry.php';
  426.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/ManagerRegistry.php';
  427.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Registry.php';
  428.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Logging/SQLLogger.php';
  429.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Logging/DebugStack.php';
  430.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/Connection.php';
  431.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Connection.php';
  432.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Configuration.php';
  433.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Logging/LoggerChain.php';
  434.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Logger/DbalLogger.php';
  435.             include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/lib/Doctrine/Common/EventManager.php';
  436.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/ContainerAwareEventManager.php';
  437.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/ConnectionFactory.php';
  438.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectManager.php';
  439.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityManagerInterface.php';
  440.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityManager.php';
  441.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Configuration.php';
  442.             include_once \dirname(__DIR__4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/Cache.php';
  443.             include_once \dirname(__DIR__4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/FlushableCache.php';
  444.             include_once \dirname(__DIR__4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/ClearableCache.php';
  445.             include_once \dirname(__DIR__4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiGetCache.php';
  446.             include_once \dirname(__DIR__4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiDeleteCache.php';
  447.             include_once \dirname(__DIR__4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiPutCache.php';
  448.             include_once \dirname(__DIR__4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiOperationCache.php';
  449.             include_once \dirname(__DIR__4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/CacheProvider.php';
  450.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/DoctrineProvider.php';
  451.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/Mapping/Driver/MappingDriver.php';
  452.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/Mapping/Driver/MappingDriverChain.php';
  453.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/Mapping/Driver/AnnotationDriver.php';
  454.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/AnnotationDriver.php';
  455.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/NamingStrategy.php';
  456.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/UnderscoreNamingStrategy.php';
  457.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/QuoteStrategy.php';
  458.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/DefaultQuoteStrategy.php';
  459.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/EntityListenerResolver.php';
  460.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Mapping/EntityListenerServiceResolver.php';
  461.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Mapping/ContainerEntityListenerResolver.php';
  462.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Repository/RepositoryFactory.php';
  463.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ContainerRepositoryFactory.php';
  464.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/ManagerConfigurator.php';
  465.             include_once \dirname(__DIR__4).'/vendor/nelmio/cors-bundle/EventListener/CorsListener.php';
  466.             include_once \dirname(__DIR__4).'/vendor/nelmio/cors-bundle/Options/ResolverInterface.php';
  467.             include_once \dirname(__DIR__4).'/vendor/nelmio/cors-bundle/Options/Resolver.php';
  468.             include_once \dirname(__DIR__4).'/vendor/nelmio/cors-bundle/Options/ProviderInterface.php';
  469.             include_once \dirname(__DIR__4).'/vendor/nelmio/cors-bundle/Options/ConfigProvider.php';
  470.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AuthorizationCheckerInterface.php';
  471.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AuthorizationChecker.php';
  472.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Token/Storage/TokenStorageInterface.php';
  473.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ServiceSubscriberInterface.php';
  474.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Token/Storage/UsageTrackingTokenStorage.php';
  475.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Token/Storage/TokenStorage.php';
  476.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/AuthenticationManagerInterface.php';
  477.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/AuthenticationProviderManager.php';
  478.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/AuthenticationTrustResolverInterface.php';
  479.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/AuthenticationTrustResolver.php';
  480.             include_once \dirname(__DIR__4).'/vendor/symfony/expression-language/ExpressionLanguage.php';
  481.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/ExpressionLanguage.php';
  482.             include_once \dirname(__DIR__4).'/vendor/symfony/expression-language/ExpressionFunctionProviderInterface.php';
  483.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Security/Core/Authorization/ExpressionLanguageProvider.php';
  484.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Role/RoleHierarchyInterface.php';
  485.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Role/RoleHierarchy.php';
  486.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/FirewallMapInterface.php';
  487.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallMap.php';
  488.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Logout/LogoutUrlGenerator.php';
  489.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/RememberMe/ResponseListener.php';
  490.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AccessDecisionManagerInterface.php';
  491.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/TraceableAccessDecisionManager.php';
  492.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AccessDecisionManager.php';
  493.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall.php';
  494.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/EventListener/FirewallListener.php';
  495.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php';
  496.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Environment.php';
  497.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Loader/LoaderInterface.php';
  498.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Loader/FilesystemLoader.php';
  499.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bundle/Loader/NativeFilesystemLoader.php';
  500.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/ExtensionInterface.php';
  501.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/AbstractExtension.php';
  502.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/CsrfExtension.php';
  503.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/LogoutUrlExtension.php';
  504.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/SecurityExtension.php';
  505.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/ProfilerExtension.php';
  506.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/ProfilerExtension.php';
  507.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/TranslationExtension.php';
  508.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/AssetExtension.php';
  509.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Packages.php';
  510.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/PackageInterface.php';
  511.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Package.php';
  512.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/PathPackage.php';
  513.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/VersionStrategy/VersionStrategyInterface.php';
  514.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/VersionStrategy/EmptyVersionStrategy.php';
  515.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Context/ContextInterface.php';
  516.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Context/RequestStackContext.php';
  517.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/CodeExtension.php';
  518.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/RoutingExtension.php';
  519.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/YamlExtension.php';
  520.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/StopwatchExtension.php';
  521.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/ExpressionExtension.php';
  522.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/HttpKernelExtension.php';
  523.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/HttpFoundationExtension.php';
  524.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/UrlHelper.php';
  525.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/WebLinkExtension.php';
  526.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Twig/DoctrineExtension.php';
  527.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/DebugExtension.php';
  528.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Twig/WebProfilerExtension.php';
  529.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/DataDumperInterface.php';
  530.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/DumperInterface.php';
  531.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/AbstractDumper.php';
  532.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/CliDumper.php';
  533.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/HtmlDumper.php';
  534.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/AppVariable.php';
  535.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/RuntimeLoader/RuntimeLoaderInterface.php';
  536.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/RuntimeLoader/ContainerRuntimeLoader.php';
  537.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bundle/DependencyInjection/Configurator/EnvironmentConfigurator.php';
  538.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Profiler/Profile.php';
  539.             include_once \dirname(__DIR__4).'/vendor/doctrine/mongodb-odm/lib/Doctrine/ODM/MongoDB/APM/CommandLoggerInterface.php';
  540.             include_once \dirname(__DIR__4).'/vendor/doctrine/mongodb-odm/lib/Doctrine/ODM/MongoDB/APM/CommandLogger.php';
  541.             include_once \dirname(__DIR__4).'/vendor/doctrine/mongodb-odm-bundle/ManagerRegistry.php';
  542.             include_once \dirname(__DIR__4).'/vendor/mongodb/mongodb/src/Client.php';
  543.             include_once \dirname(__DIR__4).'/vendor/doctrine/mongodb-odm/lib/Doctrine/ODM/MongoDB/DocumentManager.php';
  544.             include_once \dirname(__DIR__4).'/vendor/doctrine/mongodb-odm/lib/Doctrine/ODM/MongoDB/Configuration.php';
  545.             include_once \dirname(__DIR__4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/ArrayCache.php';
  546.             include_once \dirname(__DIR__4).'/vendor/doctrine/mongodb-odm/lib/Doctrine/ODM/MongoDB/Mapping/Driver/AnnotationDriver.php';
  547.             include_once \dirname(__DIR__4).'/vendor/doctrine/mongodb-odm/lib/Doctrine/ODM/MongoDB/Repository/RepositoryFactory.php';
  548.             include_once \dirname(__DIR__4).'/vendor/doctrine/mongodb-odm-bundle/Repository/ContainerRepositoryFactory.php';
  549.             include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/lib/Doctrine/Common/EventSubscriber.php';
  550.             include_once \dirname(__DIR__4).'/vendor/gedmo/doctrine-extensions/lib/Gedmo/Mapping/MappedEventSubscriber.php';
  551.             include_once \dirname(__DIR__4).'/vendor/gedmo/doctrine-extensions/lib/Gedmo/AbstractTrackingListener.php';
  552.             include_once \dirname(__DIR__4).'/vendor/gedmo/doctrine-extensions/lib/Gedmo/Timestampable/TimestampableListener.php';
  553.             include_once \dirname(__DIR__4).'/vendor/doctrine/mongodb-odm-bundle/ManagerConfigurator.php';
  554.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Csp/ContentSecurityPolicyHandler.php';
  555.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Csp/NonceGenerator.php';
  556.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/EventListener/WebDebugToolbarListener.php';
  557.             include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/TokenExtractor/TokenExtractorInterface.php';
  558.             include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/TokenExtractor/ChainTokenExtractor.php';
  559.             include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/TokenExtractor/AuthorizationHeaderTokenExtractor.php';
  560.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/HandlerInterface.php';
  561.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/AbstractHandler.php';
  562.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/AbstractProcessingHandler.php';
  563.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/StreamHandler.php';
  564.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/RotatingFileHandler.php';
  565.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Processor/ProcessorInterface.php';
  566.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Processor/PsrLogMessageProcessor.php';
  567.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Handler/ConsoleHandler.php';
  568.             include_once \dirname(__DIR__4).'/vendor/symfony/http-client-contracts/HttpClientInterface.php';
  569.             include_once \dirname(__DIR__4).'/vendor/symfony/http-client/TraceableHttpClient.php';
  570.             include_once \dirname(__DIR__4).'/vendor/symfony/http-client/HttpClient.php';
  571.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Matcher/RequestMatcherInterface.php';
  572.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Router.php';
  573.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/WarmableInterface.php';
  574.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ServiceSubscriberInterface.php';
  575.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/DependencyInjection/CompatibilityServiceSubscriberInterface.php';
  576.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Routing/Router.php';
  577.             include_once \dirname(__DIR__4).'/vendor/symfony/config/ConfigCacheFactoryInterface.php';
  578.             include_once \dirname(__DIR__4).'/vendor/symfony/config/ResourceCheckerConfigCacheFactory.php';
  579.             include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/Encoder/JWTEncoderInterface.php';
  580.             include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/Encoder/HeaderAwareJWTEncoderInterface.php';
  581.             include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/Encoder/LcobucciJWTEncoder.php';
  582.             include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/Services/JWSProvider/JWSProviderInterface.php';
  583.             include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/Services/JWSProvider/LcobucciJWSProvider.php';
  584.             include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/Services/KeyLoader/KeyLoaderInterface.php';
  585.             include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/Services/KeyLoader/AbstractKeyLoader.php';
  586.             include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/Services/KeyLoader/KeyDumperInterface.php';
  587.             include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/Services/KeyLoader/RawKeyLoader.php';
  588.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Factory/MetadataFactoryInterface.php';
  589.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validator/ValidatorInterface.php';
  590.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validator/TraceableValidator.php';
  591.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher-contracts/EventDispatcherInterface.php';
  592.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventDispatcherInterface.php';
  593.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcherInterface.php';
  594.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php';
  595.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Debug/TraceableEventDispatcher.php';
  596.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventDispatcher.php';
  597.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/NullHandler.php';
  598.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/CachedReader.php';
  599.         };
  600.     }
  601.     public function compile(): void
  602.     {
  603.         throw new LogicException('You cannot compile a dumped container that was already compiled.');
  604.     }
  605.     public function isCompiled(): bool
  606.     {
  607.         return true;
  608.     }
  609.     public function getRemovedIds(): array
  610.     {
  611.         return require $this->containerDir.\DIRECTORY_SEPARATOR.'removed-ids.php';
  612.     }
  613.     protected function load($file$lazyLoad true)
  614.     {
  615.         return require $this->containerDir.\DIRECTORY_SEPARATOR.$file;
  616.     }
  617.     /**
  618.      * Gets the public 'cache.app' shared service.
  619.      *
  620.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  621.      */
  622.     protected function getCache_AppService()
  623.     {
  624.         $a = new \Symfony\Component\Cache\Adapter\FilesystemAdapter('M3ZjBR9nL3'0, ($this->targetDir.''.'/pools'), new \Symfony\Component\Cache\Marshaller\DefaultMarshaller(NULL));
  625.         $a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  626.         return $this->services['cache.app'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter($a);
  627.     }
  628.     /**
  629.      * Gets the public 'cache.doctrine.orm.default.metadata' shared service.
  630.      *
  631.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  632.      */
  633.     protected function getCache_Doctrine_Orm_Default_MetadataService()
  634.     {
  635.         return $this->services['cache.doctrine.orm.default.metadata'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  636.     }
  637.     /**
  638.      * Gets the public 'cache.doctrine.orm.default.query' shared service.
  639.      *
  640.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  641.      */
  642.     protected function getCache_Doctrine_Orm_Default_QueryService()
  643.     {
  644.         return $this->services['cache.doctrine.orm.default.query'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  645.     }
  646.     /**
  647.      * Gets the public 'cache.doctrine.orm.default.result' shared service.
  648.      *
  649.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  650.      */
  651.     protected function getCache_Doctrine_Orm_Default_ResultService()
  652.     {
  653.         return $this->services['cache.doctrine.orm.default.result'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  654.     }
  655.     /**
  656.      * Gets the public 'cache.system' shared service.
  657.      *
  658.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  659.      */
  660.     protected function getCache_SystemService()
  661.     {
  662.         return $this->services['cache.system'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('Ugzm2n5Dva'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  663.     }
  664.     /**
  665.      * Gets the public 'doctrine' shared service.
  666.      *
  667.      * @return \Doctrine\Bundle\DoctrineBundle\Registry
  668.      */
  669.     protected function getDoctrineService()
  670.     {
  671.         return $this->services['doctrine'] = new \Doctrine\Bundle\DoctrineBundle\Registry($this$this->parameters['doctrine.connections'], $this->parameters['doctrine.entity_managers'], 'default''default');
  672.     }
  673.     /**
  674.      * Gets the public 'doctrine.dbal.default_connection' shared service.
  675.      *
  676.      * @return \Doctrine\DBAL\Connection
  677.      */
  678.     protected function getDoctrine_Dbal_DefaultConnectionService()
  679.     {
  680.         $a = new \Doctrine\DBAL\Configuration();
  681.         $b = new \Doctrine\DBAL\Logging\LoggerChain();
  682.         $b->addLogger(new \Symfony\Bridge\Doctrine\Logger\DbalLogger(($this->privates['monolog.logger.doctrine'] ?? $this->getMonolog_Logger_DoctrineService()), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)))));
  683.         $b->addLogger(($this->privates['doctrine.dbal.logger.profiling.default'] ?? ($this->privates['doctrine.dbal.logger.profiling.default'] = new \Doctrine\DBAL\Logging\DebugStack())));
  684.         $a->setSQLLogger($b);
  685.         $c = new \Symfony\Bridge\Doctrine\ContainerAwareEventManager(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  686.             'doctrine.orm.default_listeners.attach_entity_listeners' => ['privates''doctrine.orm.default_listeners.attach_entity_listeners''getDoctrine_Orm_DefaultListeners_AttachEntityListenersService.php'true],
  687.         ], [
  688.             'doctrine.orm.default_listeners.attach_entity_listeners' => '?',
  689.         ]));
  690.         $c->addEventListener([=> 'loadClassMetadata'], 'doctrine.orm.default_listeners.attach_entity_listeners');
  691.         return $this->services['doctrine.dbal.default_connection'] = (new \Doctrine\Bundle\DoctrineBundle\ConnectionFactory([]))->createConnection(['driver' => 'pdo_mysql''charset' => 'utf8mb4''url' => $this->getEnv('resolve:DATABASE_URL'), 'host' => 'localhost''port' => NULL'user' => 'root''password' => NULL'driverOptions' => [], 'serverVersion' => '5.7''defaultTableOptions' => ['charset' => 'utf8mb4''collate' => 'utf8mb4_unicode_ci']], $a$c, []);
  692.     }
  693.     /**
  694.      * Gets the public 'doctrine.orm.default_entity_manager' shared service.
  695.      *
  696.      * @return \Doctrine\ORM\EntityManager
  697.      */
  698.     protected function getDoctrine_Orm_DefaultEntityManagerService($lazyLoad true)
  699.     {
  700.         $a = new \Doctrine\ORM\Configuration();
  701.         $b = new \Doctrine\Common\Persistence\Mapping\Driver\MappingDriverChain();
  702.         $b->addDriver(new \Doctrine\ORM\Mapping\Driver\AnnotationDriver(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()), [=> (\dirname(__DIR__4).'/src/Entity')]), 'App\\Entity');
  703.         $a->setEntityNamespaces(['App' => 'App\\Entity']);
  704.         $a->setMetadataCacheImpl(new \Symfony\Component\Cache\DoctrineProvider(($this->services['cache.doctrine.orm.default.metadata'] ?? $this->getCache_Doctrine_Orm_Default_MetadataService())));
  705.         $a->setQueryCacheImpl(new \Symfony\Component\Cache\DoctrineProvider(($this->services['cache.doctrine.orm.default.query'] ?? $this->getCache_Doctrine_Orm_Default_QueryService())));
  706.         $a->setResultCacheImpl(new \Symfony\Component\Cache\DoctrineProvider(($this->services['cache.doctrine.orm.default.result'] ?? $this->getCache_Doctrine_Orm_Default_ResultService())));
  707.         $a->setMetadataDriverImpl($b);
  708.         $a->setProxyDir(($this->targetDir.''.'/doctrine/orm/Proxies'));
  709.         $a->setProxyNamespace('Proxies');
  710.         $a->setAutoGenerateProxyClasses(true);
  711.         $a->setClassMetadataFactoryName('Doctrine\\ORM\\Mapping\\ClassMetadataFactory');
  712.         $a->setDefaultRepositoryClassName('Doctrine\\ORM\\EntityRepository');
  713.         $a->setNamingStrategy(new \Doctrine\ORM\Mapping\UnderscoreNamingStrategy());
  714.         $a->setQuoteStrategy(new \Doctrine\ORM\Mapping\DefaultQuoteStrategy());
  715.         $a->setEntityListenerResolver(new \Doctrine\Bundle\DoctrineBundle\Mapping\ContainerEntityListenerResolver($this));
  716.         $a->setRepositoryFactory(new \Doctrine\Bundle\DoctrineBundle\Repository\ContainerRepositoryFactory(($this->privates['.service_locator.I3K77mT'] ?? ($this->privates['.service_locator.I3K77mT'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [], [])))));
  717.         $this->services['doctrine.orm.default_entity_manager'] = $instance = \Doctrine\ORM\EntityManager::create(($this->services['doctrine.dbal.default_connection'] ?? $this->getDoctrine_Dbal_DefaultConnectionService()), $a);
  718.         (new \Doctrine\Bundle\DoctrineBundle\ManagerConfigurator([], []))->configure($instance);
  719.         return $instance;
  720.     }
  721.     /**
  722.      * Gets the public 'doctrine_mongodb' shared service.
  723.      *
  724.      * @return \Doctrine\Bundle\MongoDBBundle\ManagerRegistry
  725.      */
  726.     protected function getDoctrineMongodbService()
  727.     {
  728.         return $this->services['doctrine_mongodb'] = new \Doctrine\Bundle\MongoDBBundle\ManagerRegistry('MongoDB'$this->parameters['doctrine_mongodb.odm.connections'], $this->parameters['doctrine_mongodb.odm.document_managers'], 'default''default''ProxyManager\\Proxy\\GhostObjectInterface'$this);
  729.     }
  730.     /**
  731.      * Gets the public 'doctrine_mongodb.odm.default_connection' shared service.
  732.      *
  733.      * @return \MongoDB\Client
  734.      */
  735.     protected function getDoctrineMongodb_Odm_DefaultConnectionService()
  736.     {
  737.         return $this->services['doctrine_mongodb.odm.default_connection'] = new \MongoDB\Client($this->getEnv('resolve:MONGODB_URL'), [], ['typeMap' => ['root' => 'array''document' => 'array']]);
  738.     }
  739.     /**
  740.      * Gets the public 'doctrine_mongodb.odm.default_document_manager' shared service.
  741.      *
  742.      * @return \Doctrine\ODM\MongoDB\DocumentManager
  743.      */
  744.     protected function getDoctrineMongodb_Odm_DefaultDocumentManagerService()
  745.     {
  746.         $a = new \Doctrine\ODM\MongoDB\Configuration();
  747.         $b = new \Doctrine\Common\Cache\ArrayCache();
  748.         $b->setNamespace('sf_mongodb_default_saI9abW');
  749.         $c = new \Doctrine\Common\Persistence\Mapping\Driver\MappingDriverChain();
  750.         $d = ($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService());
  751.         $c->addDriver(new \Doctrine\ODM\MongoDB\Mapping\Driver\AnnotationDriver($d, [=> (\dirname(__DIR__4).'/src/Document')]), 'App\\Document');
  752.         $a->setDocumentNamespaces(['App' => 'App\\Document']);
  753.         $a->addFilter('user_filter''App\\Filter\\UserFilter', []);
  754.         $a->addFilter('emitter_filter''App\\Filter\\EmitterFilter', []);
  755.         $a->setMetadataCacheImpl($b);
  756.         $a->setMetadataDriverImpl($c);
  757.         $a->setProxyDir(($this->targetDir.''.'/doctrine/odm/mongodb/Proxies'));
  758.         $a->setProxyNamespace('MongoDBODMProxies');
  759.         $a->setAutoGenerateProxyClasses(2);
  760.         $a->setHydratorDir(($this->targetDir.''.'/doctrine/odm/mongodb/Hydrators'));
  761.         $a->setHydratorNamespace('Hydrators');
  762.         $a->setAutoGenerateHydratorClasses(1);
  763.         $a->setDefaultDB($this->getEnv('resolve:MONGODB_DB'));
  764.         $a->setDefaultCommitOptions([]);
  765.         $a->setDefaultDocumentRepositoryClassName('Doctrine\\ODM\\MongoDB\\Repository\\DocumentRepository');
  766.         $a->setDefaultGridFSRepositoryClassName('Doctrine\\ODM\\MongoDB\\Repository\\DefaultGridFSRepository');
  767.         $a->setPersistentCollectionDir(($this->targetDir.''.'/doctrine/odm/mongodb/PersistentCollections'));
  768.         $a->setPersistentCollectionNamespace('PersistentCollections');
  769.         $a->setAutoGeneratePersistentCollectionClasses(0);
  770.         $a->setRepositoryFactory(new \Doctrine\Bundle\MongoDBBundle\Repository\ContainerRepositoryFactory(($this->privates['.service_locator.I3K77mT'] ?? ($this->privates['.service_locator.I3K77mT'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [], [])))));
  771.         $e = new \Symfony\Bridge\Doctrine\ContainerAwareEventManager($this);
  772.         $f = new \Gedmo\Timestampable\TimestampableListener();
  773.         $f->setAnnotationReader($d);
  774.         $e->addEventSubscriber($f);
  775.         $this->services['doctrine_mongodb.odm.default_document_manager'] = $instance = \Doctrine\ODM\MongoDB\DocumentManager::create(($this->services['doctrine_mongodb.odm.default_connection'] ?? $this->getDoctrineMongodb_Odm_DefaultConnectionService()), $a$e);
  776.         (new \Doctrine\Bundle\MongoDBBundle\ManagerConfigurator([]))->configure($instance);
  777.         return $instance;
  778.     }
  779.     /**
  780.      * Gets the public 'event_dispatcher' shared service.
  781.      *
  782.      * @return \Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher
  783.      */
  784.     protected function getEventDispatcherService()
  785.     {
  786.         $a = new \Symfony\Bridge\Monolog\Logger('event');
  787.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  788.         $a->pushHandler(new \Monolog\Handler\NullHandler());
  789.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  790.         $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())));
  791.         $instance->addListener('kernel.request', [=> function () {
  792.             return ($this->privates['App\\EventListener\\Filter\\EmitterFilterConfigurator'] ?? $this->getEmitterFilterConfiguratorService());
  793.         }, => 'onKernelRequest'], 5);
  794.         $instance->addListener('kernel.request', [=> function () {
  795.             return ($this->privates['App\\EventListener\\Filter\\UserFilterConfigurator'] ?? $this->getUserFilterConfiguratorService());
  796.         }, => 'onKernelRequest'], 5);
  797.         $instance->addListener('kernel.request', [=> function () {
  798.             return ($this->privates['App\\EventListener\\RequestValidation\\CheckHeaders'] ?? $this->getCheckHeadersService());
  799.         }, => 'onKernelRequest'], 5);
  800.         $instance->addListener('lexik_jwt_authentication.on_jwt_created', [=> function () {
  801.             return ($this->privates['acme_api.event.jwt_created_listener'] ?? $this->load('getAcmeApi_Event_JwtCreatedListenerService.php'));
  802.         }, => 'onJWTCreated'], 0);
  803.         $instance->addListener('kernel.controller', [=> function () {
  804.             return ($this->privates['data_collector.router'] ?? ($this->privates['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector()));
  805.         }, => 'onKernelController'], 0);
  806.         $instance->addListener('kernel.request', [=> function () {
  807.             return ($this->privates['api_platform.listener.request.add_format'] ?? $this->getApiPlatform_Listener_Request_AddFormatService());
  808.         }, => 'onKernelRequest'], 7);
  809.         $instance->addListener('kernel.request', [=> function () {
  810.             return ($this->privates['api_platform.listener.request.read'] ?? $this->getApiPlatform_Listener_Request_ReadService());
  811.         }, => 'onKernelRequest'], 4);
  812.         $instance->addListener('kernel.view', [=> function () {
  813.             return ($this->privates['api_platform.listener.view.write'] ?? $this->load('getApiPlatform_Listener_View_WriteService.php'));
  814.         }, => 'onKernelView'], 32);
  815.         $instance->addListener('kernel.request', [=> function () {
  816.             return ($this->privates['api_platform.listener.request.deserialize'] ?? $this->getApiPlatform_Listener_Request_DeserializeService());
  817.         }, => 'onKernelRequest'], 2);
  818.         $instance->addListener('kernel.view', [=> function () {
  819.             return ($this->privates['api_platform.listener.view.serialize'] ?? $this->load('getApiPlatform_Listener_View_SerializeService.php'));
  820.         }, => 'onKernelView'], 16);
  821.         $instance->addListener('kernel.view', [=> function () {
  822.             return ($this->privates['api_platform.listener.view.respond'] ?? $this->load('getApiPlatform_Listener_View_RespondService.php'));
  823.         }, => 'onKernelView'], 8);
  824.         $instance->addListener('kernel.exception', [=> function () {
  825.             return ($this->privates['api_platform.listener.exception.validation'] ?? $this->load('getApiPlatform_Listener_Exception_ValidationService.php'));
  826.         }, => 'onKernelException'], 0);
  827.         $instance->addListener('kernel.exception', [=> function () {
  828.             return ($this->privates['api_platform.listener.exception'] ?? $this->load('getApiPlatform_Listener_ExceptionService.php'));
  829.         }, => 'onKernelException'], -96);
  830.         $instance->addListener('kernel.request', [=> function () {
  831.             return ($this->privates['api_platform.swagger.listener.ui'] ?? ($this->privates['api_platform.swagger.listener.ui'] = new \ApiPlatform\Core\Bridge\Symfony\Bundle\EventListener\SwaggerUiListener()));
  832.         }, => 'onKernelRequest'], 0);
  833.         $instance->addListener('kernel.response', [=> function () {
  834.             return ($this->privates['api_platform.hydra.listener.response.add_link_header'] ?? $this->getApiPlatform_Hydra_Listener_Response_AddLinkHeaderService());
  835.         }, => 'onKernelResponse'], 0);
  836.         $instance->addListener('kernel.response', [=> function () {
  837.             return ($this->privates['api_platform.http_cache.listener.response.configure'] ?? $this->getApiPlatform_HttpCache_Listener_Response_ConfigureService());
  838.         }, => 'onKernelResponse'], -1);
  839.         $instance->addListener('kernel.view', [=> function () {
  840.             return ($this->privates['api_platform.listener.view.validate'] ?? $this->load('getApiPlatform_Listener_View_ValidateService.php'));
  841.         }, => 'onKernelView'], 64);
  842.         $instance->addListener('kernel.request', [=> function () {
  843.             return ($this->privates['api_platform.listener.view.validate_query_parameters'] ?? $this->getApiPlatform_Listener_View_ValidateQueryParametersService());
  844.         }, => 'onKernelRequest'], 16);
  845.         $instance->addListener('kernel.request', [=> function () {
  846.             return ($this->privates['api_platform.security.listener.request.deny_access'] ?? $this->getApiPlatform_Security_Listener_Request_DenyAccessService());
  847.         }, => 'onSecurity'], 3);
  848.         $instance->addListener('kernel.request', [=> function () {
  849.             return ($this->privates['api_platform.security.listener.request.deny_access'] ?? $this->getApiPlatform_Security_Listener_Request_DenyAccessService());
  850.         }, => 'onSecurityPostDenormalize'], 1);
  851.         $instance->addListener('kernel.request', [=> function () {
  852.             return ($this->privates['nelmio_cors.cors_listener'] ?? $this->getNelmioCors_CorsListenerService());
  853.         }, => 'onKernelRequest'], 250);
  854.         $instance->addListener('kernel.view', [=> function () {
  855.             return ($this->privates['App\\EventSubscriber\\EmissionSubscriber'] ?? $this->load('getEmissionSubscriberService.php'));
  856.         }, => 'setUser'], 65);
  857.         $instance->addListener('kernel.view', [=> function () {
  858.             return ($this->privates['App\\EventSubscriber\\EmissionSubscriber'] ?? $this->load('getEmissionSubscriberService.php'));
  859.         }, => 'setEmitterCode'], 65);
  860.         $instance->addListener('kernel.view', [=> function () {
  861.             return ($this->privates['App\\EventSubscriber\\EmissionSubscriber'] ?? $this->load('getEmissionSubscriberService.php'));
  862.         }, => 'checkStocks'], 65);
  863.         $instance->addListener('kernel.view', [=> function () {
  864.             return ($this->privates['App\\EventSubscriber\\EmissionSubscriber'] ?? $this->load('getEmissionSubscriberService.php'));
  865.         }, => 'sendEmission'], 31);
  866.         $instance->addListener('kernel.view', [=> function () {
  867.             return ($this->privates['App\\EventSubscriber\\User\\UserEncodePasswordSubscriber'] ?? $this->load('getUserEncodePasswordSubscriberService.php'));
  868.         }, => 'encodePassword'], 33);
  869.         $instance->addListener('kernel.response', [=> function () {
  870.             return ($this->privates['response_listener'] ?? ($this->privates['response_listener'] = new \Symfony\Component\HttpKernel\EventListener\ResponseListener('UTF-8')));
  871.         }, => 'onKernelResponse'], 0);
  872.         $instance->addListener('kernel.response', [=> function () {
  873.             return ($this->privates['streamed_response_listener'] ?? ($this->privates['streamed_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\StreamedResponseListener()));
  874.         }, => 'onKernelResponse'], -1024);
  875.         $instance->addListener('kernel.request', [=> function () {
  876.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  877.         }, => 'setDefaultLocale'], 100);
  878.         $instance->addListener('kernel.request', [=> function () {
  879.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  880.         }, => 'onKernelRequest'], 16);
  881.         $instance->addListener('kernel.finish_request', [=> function () {
  882.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  883.         }, => 'onKernelFinishRequest'], 0);
  884.         $instance->addListener('kernel.request', [=> function () {
  885.             return ($this->privates['validate_request_listener'] ?? ($this->privates['validate_request_listener'] = new \Symfony\Component\HttpKernel\EventListener\ValidateRequestListener()));
  886.         }, => 'onKernelRequest'], 256);
  887.         $instance->addListener('kernel.request', [=> function () {
  888.             return ($this->privates['.legacy_resolve_controller_name_subscriber'] ?? $this->get_LegacyResolveControllerNameSubscriberService());
  889.         }, => 'resolveControllerName'], 24);
  890.         $instance->addListener('kernel.response', [=> function () {
  891.             return ($this->privates['disallow_search_engine_index_response_listener'] ?? ($this->privates['disallow_search_engine_index_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\DisallowRobotsIndexingListener()));
  892.         }, => 'onResponse'], -255);
  893.         $instance->addListener('console.error', [=> function () {
  894.             return ($this->privates['console.error_listener'] ?? $this->load('getConsole_ErrorListenerService.php'));
  895.         }, => 'onConsoleError'], -128);
  896.         $instance->addListener('console.terminate', [=> function () {
  897.             return ($this->privates['console.error_listener'] ?? $this->load('getConsole_ErrorListenerService.php'));
  898.         }, => 'onConsoleTerminate'], -128);
  899.         $instance->addListener('console.error', [=> function () {
  900.             return ($this->privates['console.suggest_missing_package_subscriber'] ?? ($this->privates['console.suggest_missing_package_subscriber'] = new \Symfony\Bundle\FrameworkBundle\EventListener\SuggestMissingPackageSubscriber()));
  901.         }, => 'onConsoleError'], 0);
  902.         $instance->addListener('kernel.request', [=> function () {
  903.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  904.         }, => 'onKernelRequest'], 128);
  905.         $instance->addListener('kernel.response', [=> function () {
  906.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  907.         }, => 'onKernelResponse'], -1000);
  908.         $instance->addListener('kernel.finish_request', [=> function () {
  909.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  910.         }, => 'onFinishRequest'], 0);
  911.         $instance->addListener('kernel.response', [=> function () {
  912.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  913.         }, => 'onKernelResponse'], -100);
  914.         $instance->addListener('kernel.exception', [=> function () {
  915.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  916.         }, => 'onKernelException'], 0);
  917.         $instance->addListener('kernel.terminate', [=> function () {
  918.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  919.         }, => 'onKernelTerminate'], -1024);
  920.         $instance->addListener('kernel.controller', [=> function () {
  921.             return ($this->privates['data_collector.request'] ?? ($this->privates['data_collector.request'] = new \Symfony\Component\HttpKernel\DataCollector\RequestDataCollector()));
  922.         }, => 'onKernelController'], 0);
  923.         $instance->addListener('kernel.response', [=> function () {
  924.             return ($this->privates['data_collector.request'] ?? ($this->privates['data_collector.request'] = new \Symfony\Component\HttpKernel\DataCollector\RequestDataCollector()));
  925.         }, => 'onKernelResponse'], 0);
  926.         $instance->addListener('kernel.request', [=> function () {
  927.             return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());
  928.         }, => 'configure'], 2048);
  929.         $instance->addListener('kernel.request', [=> function () {
  930.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  931.         }, => 'onKernelRequest'], 32);
  932.         $instance->addListener('kernel.finish_request', [=> function () {
  933.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  934.         }, => 'onKernelFinishRequest'], 0);
  935.         $instance->addListener('kernel.exception', [=> function () {
  936.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  937.         }, => 'onKernelException'], -64);
  938.         $instance->addListener('kernel.response', [=> function () {
  939.             return ($this->privates['web_link.add_link_header_listener'] ?? ($this->privates['web_link.add_link_header_listener'] = new \Symfony\Component\WebLink\EventListener\AddLinkHeaderListener()));
  940.         }, => 'onKernelResponse'], 0);
  941.         $instance->addListener('kernel.response', [=> function () {
  942.             return ($this->privates['security.rememberme.response_listener'] ?? ($this->privates['security.rememberme.response_listener'] = new \Symfony\Component\Security\Http\RememberMe\ResponseListener()));
  943.         }, => 'onKernelResponse'], 0);
  944.         $instance->addListener('debug.security.authorization.vote', [=> function () {
  945.             return ($this->privates['debug.security.voter.vote_listener'] ?? $this->load('getDebug_Security_Voter_VoteListenerService.php'));
  946.         }, => 'onVoterVote'], 0);
  947.         $instance->addListener('kernel.request', [=> function () {
  948.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  949.         }, => 'configureLogoutUrlGenerator'], 8);
  950.         $instance->addListener('kernel.request', [=> function () {
  951.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  952.         }, => 'onKernelRequest'], 8);
  953.         $instance->addListener('kernel.finish_request', [=> function () {
  954.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  955.         }, => 'onKernelFinishRequest'], 0);
  956.         $instance->addListener('kernel.exception', [=> function () {
  957.             return ($this->privates['twig.exception_listener'] ?? $this->load('getTwig_ExceptionListenerService.php'));
  958.         }, => 'logKernelException'], 0);
  959.         $instance->addListener('kernel.exception', [=> function () {
  960.             return ($this->privates['twig.exception_listener'] ?? $this->load('getTwig_ExceptionListenerService.php'));
  961.         }, => 'onKernelException'], -128);
  962.         $instance->addListener('kernel.response', [=> function () {
  963.             return ($this->privates['web_profiler.debug_toolbar'] ?? $this->getWebProfiler_DebugToolbarService());
  964.         }, => 'onKernelResponse'], -128);
  965.         $instance->addListener('console.error', [=> function () {
  966.             return ($this->privates['maker.console_error_listener'] ?? ($this->privates['maker.console_error_listener'] = new \Symfony\Bundle\MakerBundle\Event\ConsoleErrorSubscriber()));
  967.         }, => 'onConsoleError'], 0);
  968.         $instance->addListener('console.terminate', [=> function () {
  969.             return ($this->privates['maker.console_error_listener'] ?? ($this->privates['maker.console_error_listener'] = new \Symfony\Bundle\MakerBundle\Event\ConsoleErrorSubscriber()));
  970.         }, => 'onConsoleTerminate'], 0);
  971.         $instance->addListener('console.command', [=> function () {
  972.             return ($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService());
  973.         }, => 'onCommand'], 255);
  974.         $instance->addListener('console.terminate', [=> function () {
  975.             return ($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService());
  976.         }, => 'onTerminate'], -255);
  977.         return $instance;
  978.     }
  979.     /**
  980.      * Gets the public 'http_kernel' shared service.
  981.      *
  982.      * @return \Symfony\Component\HttpKernel\HttpKernel
  983.      */
  984.     protected function getHttpKernelService()
  985.     {
  986.         $a = ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)));
  987.         return $this->services['http_kernel'] = new \Symfony\Component\HttpKernel\HttpKernel(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), new \Symfony\Component\HttpKernel\Controller\TraceableControllerResolver(new \Symfony\Bundle\FrameworkBundle\Controller\ControllerResolver($this, ($this->privates['monolog.logger.request'] ?? $this->getMonolog_Logger_RequestService()), ($this->privates['.legacy_controller_name_converter'] ?? ($this->privates['.legacy_controller_name_converter'] = new \Symfony\Bundle\FrameworkBundle\Controller\ControllerNameParser(($this->services['kernel'] ?? $this->get('kernel'1)), false)))), $a), ($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 () {
  988.             yield => ($this->privates['debug.argument_resolver.request_attribute'] ?? $this->load('getDebug_ArgumentResolver_RequestAttributeService.php'));
  989.             yield => ($this->privates['debug.argument_resolver.request'] ?? $this->load('getDebug_ArgumentResolver_RequestService.php'));
  990.             yield => ($this->privates['debug.argument_resolver.session'] ?? $this->load('getDebug_ArgumentResolver_SessionService.php'));
  991.             yield => ($this->privates['debug.security.user_value_resolver'] ?? $this->load('getDebug_Security_UserValueResolverService.php'));
  992.             yield => ($this->privates['debug.argument_resolver.service'] ?? $this->load('getDebug_ArgumentResolver_ServiceService.php'));
  993.             yield => ($this->privates['debug.argument_resolver.default'] ?? $this->load('getDebug_ArgumentResolver_DefaultService.php'));
  994.             yield => ($this->privates['debug.argument_resolver.variadic'] ?? $this->load('getDebug_ArgumentResolver_VariadicService.php'));
  995.             yield => ($this->privates['debug.argument_resolver.not_tagged_controller'] ?? $this->load('getDebug_ArgumentResolver_NotTaggedControllerService.php'));
  996.         }, 8)), $a));
  997.     }
  998.     /**
  999.      * Gets the public 'lexik_jwt_authentication.encoder' shared service.
  1000.      *
  1001.      * @return \Lexik\Bundle\JWTAuthenticationBundle\Encoder\LcobucciJWTEncoder
  1002.      */
  1003.     protected function getLexikJwtAuthentication_EncoderService()
  1004.     {
  1005.         return $this->services['lexik_jwt_authentication.encoder'] = new \Lexik\Bundle\JWTAuthenticationBundle\Encoder\LcobucciJWTEncoder(new \Lexik\Bundle\JWTAuthenticationBundle\Services\JWSProvider\LcobucciJWSProvider(($this->services['lexik_jwt_authentication.key_loader'] ?? ($this->services['lexik_jwt_authentication.key_loader'] = new \Lexik\Bundle\JWTAuthenticationBundle\Services\KeyLoader\RawKeyLoader($this->getEnv('resolve:JWT_SECRET_KEY'), $this->getEnv('resolve:JWT_PUBLIC_KEY'), $this->getEnv('JWT_PASSPHRASE')))), 'openssl''RS256'36000));
  1006.     }
  1007.     /**
  1008.      * Gets the public 'lexik_jwt_authentication.key_loader' shared service.
  1009.      *
  1010.      * @return \Lexik\Bundle\JWTAuthenticationBundle\Services\KeyLoader\RawKeyLoader
  1011.      */
  1012.     protected function getLexikJwtAuthentication_KeyLoaderService()
  1013.     {
  1014.         return $this->services['lexik_jwt_authentication.key_loader'] = new \Lexik\Bundle\JWTAuthenticationBundle\Services\KeyLoader\RawKeyLoader($this->getEnv('resolve:JWT_SECRET_KEY'), $this->getEnv('resolve:JWT_PUBLIC_KEY'), $this->getEnv('JWT_PASSPHRASE'));
  1015.     }
  1016.     /**
  1017.      * Gets the public 'profiler' shared service.
  1018.      *
  1019.      * @return \Symfony\Component\HttpKernel\Profiler\Profiler
  1020.      */
  1021.     protected function getProfilerService()
  1022.     {
  1023.         $a = new \Symfony\Bridge\Monolog\Logger('profiler');
  1024.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1025.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  1026.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  1027.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  1028.         $this->services['profiler'] = $instance = new \Symfony\Component\HttpKernel\Profiler\Profiler(new \Symfony\Component\HttpKernel\Profiler\FileProfilerStorage(('file:'.$this->targetDir.''.'/profiler')), $atrue);
  1029.         $b = ($this->services['kernel'] ?? $this->get('kernel'));
  1030.         $c = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  1031.         $d = new \Symfony\Component\Cache\DataCollector\CacheDataCollector();
  1032.         $d->addInstance('cache.app', ($this->services['cache.app'] ?? $this->getCache_AppService()));
  1033.         $d->addInstance('cache.system', ($this->services['cache.system'] ?? $this->getCache_SystemService()));
  1034.         $d->addInstance('cache.validator', ($this->privates['cache.validator'] ?? $this->getCache_ValidatorService()));
  1035.         $d->addInstance('cache.serializer', ($this->privates['cache.serializer'] ?? $this->getCache_SerializerService()));
  1036.         $d->addInstance('cache.annotations', ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService()));
  1037.         $d->addInstance('cache.property_info', ($this->privates['cache.property_info'] ?? $this->getCache_PropertyInfoService()));
  1038.         $d->addInstance('api_platform.cache.route_name_resolver', ($this->privates['api_platform.cache.route_name_resolver'] ?? $this->getApiPlatform_Cache_RouteNameResolverService()));
  1039.         $d->addInstance('api_platform.cache.identifiers_extractor', ($this->privates['api_platform.cache.identifiers_extractor'] ?? $this->getApiPlatform_Cache_IdentifiersExtractorService()));
  1040.         $d->addInstance('api_platform.cache.subresource_operation_factory', ($this->privates['api_platform.cache.subresource_operation_factory'] ?? $this->getApiPlatform_Cache_SubresourceOperationFactoryService()));
  1041.         $d->addInstance('api_platform.cache.metadata.resource', ($this->privates['api_platform.cache.metadata.resource'] ?? $this->getApiPlatform_Cache_Metadata_ResourceService()));
  1042.         $d->addInstance('api_platform.cache.metadata.property', ($this->privates['api_platform.cache.metadata.property'] ?? $this->getApiPlatform_Cache_Metadata_PropertyService()));
  1043.         $d->addInstance('cache.doctrine.orm.default.metadata', ($this->services['cache.doctrine.orm.default.metadata'] ?? $this->getCache_Doctrine_Orm_Default_MetadataService()));
  1044.         $d->addInstance('cache.doctrine.orm.default.result', ($this->services['cache.doctrine.orm.default.result'] ?? $this->getCache_Doctrine_Orm_Default_ResultService()));
  1045.         $d->addInstance('cache.doctrine.orm.default.query', ($this->services['cache.doctrine.orm.default.query'] ?? $this->getCache_Doctrine_Orm_Default_QueryService()));
  1046.         $d->addInstance('cache.security_expression_language', ($this->privates['cache.security_expression_language'] ?? $this->getCache_SecurityExpressionLanguageService()));
  1047.         $e = new \Symfony\Component\HttpClient\DataCollector\HttpClientDataCollector();
  1048.         $e->registerClient('http_client', ($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService()));
  1049.         $f = new \Doctrine\Bundle\DoctrineBundle\DataCollector\DoctrineDataCollector(($this->services['doctrine'] ?? $this->getDoctrineService()));
  1050.         $f->addLogger('default', ($this->privates['doctrine.dbal.logger.profiling.default'] ?? ($this->privates['doctrine.dbal.logger.profiling.default'] = new \Doctrine\DBAL\Logging\DebugStack())));
  1051.         $g = new \Symfony\Component\HttpKernel\DataCollector\ConfigDataCollector();
  1052.         if ($this->has('kernel')) {
  1053.             $g->setKernel($b);
  1054.         }
  1055.         $instance->add(($this->privates['data_collector.request'] ?? ($this->privates['data_collector.request'] = new \Symfony\Component\HttpKernel\DataCollector\RequestDataCollector())));
  1056.         $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->getApiPlatform_FilterLocatorService()), ($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())));
  1057.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\TimeDataCollector($b, ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)))));
  1058.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\MemoryDataCollector());
  1059.         $instance->add(new \Symfony\Component\Validator\DataCollector\ValidatorDataCollector(($this->services['validator'] ?? $this->getValidatorService())));
  1060.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\AjaxDataCollector());
  1061.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\ExceptionDataCollector());
  1062.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\LoggerDataCollector($a, ($this->targetDir.''.'/srcApp_KernelDevDebugContainer'), $c));
  1063.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\EventDataCollector(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), $c));
  1064.         $instance->add(($this->privates['data_collector.router'] ?? ($this->privates['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector())));
  1065.         $instance->add($d);
  1066.         $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())));
  1067.         $instance->add(new \Symfony\Bridge\Twig\DataCollector\TwigDataCollector(($this->privates['twig.profile'] ?? ($this->privates['twig.profile'] = new \Twig\Profiler\Profile())), ($this->services['twig'] ?? $this->getTwigService())));
  1068.         $instance->add($e);
  1069.         $instance->add($f);
  1070.         $instance->add(new \Doctrine\Bundle\MongoDBBundle\DataCollector\CommandDataCollector(($this->privates['doctrine_mongodb.odm.data_collector.command_logger'] ?? ($this->privates['doctrine_mongodb.odm.data_collector.command_logger'] = new \Doctrine\ODM\MongoDB\APM\CommandLogger()))));
  1071.         $instance->add($g);
  1072.         return $instance;
  1073.     }
  1074.     /**
  1075.      * Gets the public 'request_stack' shared service.
  1076.      *
  1077.      * @return \Symfony\Component\HttpFoundation\RequestStack
  1078.      */
  1079.     protected function getRequestStackService()
  1080.     {
  1081.         return $this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack();
  1082.     }
  1083.     /**
  1084.      * Gets the public 'router' shared service.
  1085.      *
  1086.      * @return \Symfony\Bundle\FrameworkBundle\Routing\Router
  1087.      */
  1088.     protected function getRouterService()
  1089.     {
  1090.         $a = new \Symfony\Bridge\Monolog\Logger('router');
  1091.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1092.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  1093.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  1094.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  1095.         $this->services['router'] = $instance = new \Symfony\Bundle\FrameworkBundle\Routing\Router((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1096.             'routing.loader' => ['services''routing.loader''getRouting_LoaderService.php'true],
  1097.         ], [
  1098.             'routing.loader' => 'Symfony\\Component\\Config\\Loader\\LoaderInterface',
  1099.         ]))->withContext('router.default'$this), 'kernel::loadRoutes', ['cache_dir' => $this->targetDir.'''debug' => true'generator_class' => 'Symfony\\Component\\Routing\\Generator\\CompiledUrlGenerator''generator_dumper_class' => 'Symfony\\Component\\Routing\\Generator\\Dumper\\CompiledUrlGeneratorDumper''matcher_class' => 'Symfony\\Bundle\\FrameworkBundle\\Routing\\RedirectableCompiledUrlMatcher''matcher_dumper_class' => 'Symfony\\Component\\Routing\\Matcher\\Dumper\\CompiledUrlMatcherDumper''strict_requirements' => true'resource_type' => 'service'], ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService()), ($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))), $a'en');
  1100.         $instance->setConfigCacheFactory(new \Symfony\Component\Config\ResourceCheckerConfigCacheFactory(new RewindableGenerator(function () {
  1101.             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)));
  1102.             yield => ($this->privates['config.resource.self_checking_resource_checker'] ?? ($this->privates['config.resource.self_checking_resource_checker'] = new \Symfony\Component\Config\Resource\SelfCheckingResourceChecker()));
  1103.         }, 2)));
  1104.         return $instance;
  1105.     }
  1106.     /**
  1107.      * Gets the public 'security.authorization_checker' shared service.
  1108.      *
  1109.      * @return \Symfony\Component\Security\Core\Authorization\AuthorizationChecker
  1110.      */
  1111.     protected function getSecurity_AuthorizationCheckerService()
  1112.     {
  1113.         return $this->services['security.authorization_checker'] = new \Symfony\Component\Security\Core\Authorization\AuthorizationChecker(($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()), ($this->privates['security.authentication.manager'] ?? $this->getSecurity_Authentication_ManagerService()), ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService()), false);
  1114.     }
  1115.     /**
  1116.      * Gets the public 'security.token_storage' shared service.
  1117.      *
  1118.      * @return \Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage
  1119.      */
  1120.     protected function getSecurity_TokenStorageService()
  1121.     {
  1122.         return $this->services['security.token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage(($this->privates['security.untracked_token_storage'] ?? ($this->privates['security.untracked_token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())), new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1123.             'session' => ['services''session''getSessionService.php'true],
  1124.         ], [
  1125.             'session' => '?',
  1126.         ]));
  1127.     }
  1128.     /**
  1129.      * Gets the public 'serializer' shared service.
  1130.      *
  1131.      * @return \Symfony\Component\Serializer\Serializer
  1132.      */
  1133.     protected function getSerializerService()
  1134.     {
  1135.         $a = ($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService());
  1136.         $b = ($this->privates['api_platform.metadata.property.name_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Property_NameCollectionFactory_CachedService());
  1137.         $c = ($this->privates['api_platform.metadata.property.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Property_MetadataFactory_CachedService());
  1138.         $d = ($this->privates['api_platform.router'] ?? $this->getApiPlatform_RouterService());
  1139.         $e = ($this->privates['api_platform.subresource_operation_factory.cached'] ?? $this->getApiPlatform_SubresourceOperationFactory_CachedService());
  1140.         $f = ($this->privates['api_platform.filter_locator'] ?? $this->getApiPlatform_FilterLocatorService());
  1141.         $g = new \ApiPlatform\Core\Swagger\Serializer\ApiGatewayNormalizer(new \ApiPlatform\Core\Swagger\Serializer\DocumentationNormalizer($a$b$c, ($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()), new \ApiPlatform\Core\Bridge\Symfony\Routing\RouterOperationPathResolver($d, ($this->privates['api_platform.operation_path_resolver.custom'] ?? $this->getApiPlatform_OperationPathResolver_CustomService()), $e), NULL$fNULLfalse'oauth2''application''/oauth/v2/token''/oauth/v2/auth', [], $this->parameters['api_platform.swagger.api_keys'], $etrue'page'false'itemsPerPage'$this->parameters['api_platform.formats'], false'pagination'$this->parameters['api_platform.swagger.versions']));
  1142.         $h = ($this->privates['serializer.name_converter.metadata_aware'] ?? $this->getSerializer_NameConverter_MetadataAwareService());
  1143.         $i = ($this->privates['api_platform.resource_class_resolver'] ?? $this->getApiPlatform_ResourceClassResolverService());
  1144.         $j = ($this->privates['api_platform.iri_converter'] ?? $this->getApiPlatform_IriConverterService());
  1145.         $k = ($this->privates['api_platform.jsonld.context_builder'] ?? $this->getApiPlatform_Jsonld_ContextBuilderService());
  1146.         $l = ($this->privates['property_accessor'] ?? $this->getPropertyAccessorService());
  1147.         $m = ($this->privates['serializer.mapping.class_metadata_factory'] ?? $this->getSerializer_Mapping_ClassMetadataFactoryService());
  1148.         $n = new \Symfony\Component\Serializer\Normalizer\ObjectNormalizer($m$h$l, ($this->privates['property_info'] ?? $this->getPropertyInfoService()), new \Symfony\Component\Serializer\Mapping\ClassDiscriminatorFromClassMetadata($m), NULL, []);
  1149.         return $this->services['serializer'] = new \Symfony\Component\Serializer\Serializer([=> $g=> new \ApiPlatform\Core\Hydra\Serializer\ConstraintViolationListNormalizer($d, [], $h), => new \ApiPlatform\Core\Problem\Serializer\ConstraintViolationListNormalizer([], $h), => $g=> new \ApiPlatform\Core\Hydra\Serializer\DocumentationNormalizer($a$b$c$iNULL$d$e$h), => new \ApiPlatform\Core\Hydra\Serializer\EntrypointNormalizer($a$j$d), => new \ApiPlatform\Core\Hydra\Serializer\ErrorNormalizer($dtrue), => new \ApiPlatform\Core\Problem\Serializer\ErrorNormalizer(true), => new \Symfony\Component\Serializer\Normalizer\ProblemNormalizer(true), => new \ApiPlatform\Core\JsonLd\Serializer\ItemNormalizer($a$b$c$j$i$k$l$h$m, [], new RewindableGenerator(function () {
  1150.             return new \EmptyIterator();
  1151.         }, 0), false), 10 => new \ApiPlatform\Core\Serializer\ItemNormalizer($b$c$j$i$l$h$m, ($this->privates['debug.api_platform.item_data_provider'] ?? $this->getDebug_ApiPlatform_ItemDataProviderService()), falseNULL, new RewindableGenerator(function () {
  1152.             return new \EmptyIterator();
  1153.         }, 0), $afalse), 11 => new \Symfony\Component\Serializer\Normalizer\JsonSerializableNormalizer(), 12 => new \Symfony\Component\Serializer\Normalizer\DateTimeNormalizer(), 13 => new \Symfony\Component\Serializer\Normalizer\ConstraintViolationListNormalizer([], $h), 14 => new \Symfony\Component\Serializer\Normalizer\DateTimeZoneNormalizer(), 15 => new \Symfony\Component\Serializer\Normalizer\DateIntervalNormalizer(), 16 => new \Symfony\Component\Serializer\Normalizer\DataUriNormalizer(($this->privates['mime_types'] ?? $this->getMimeTypesService())), 17 => new \ApiPlatform\Core\Hydra\Serializer\CollectionFiltersNormalizer(new \ApiPlatform\Core\Hydra\Serializer\PartialCollectionViewNormalizer(new \ApiPlatform\Core\Hydra\Serializer\CollectionNormalizer($k$i$j), 'page''pagination'$a$l), $a$i$f), 18 => new \Symfony\Component\Serializer\Normalizer\ArrayDenormalizer(), 19 => new \ApiPlatform\Core\JsonLd\Serializer\ObjectNormalizer($n$j$k), 20 => $n], [=> new \Symfony\Component\Serializer\Encoder\XmlEncoder(), => new \Symfony\Component\Serializer\Encoder\JsonEncoder(), => new \Symfony\Component\Serializer\Encoder\YamlEncoder(), => new \Symfony\Component\Serializer\Encoder\CsvEncoder(), => new \ApiPlatform\Core\Serializer\JsonEncoder('jsonld'), => new \ApiPlatform\Core\Serializer\JsonEncoder('jsonproblem')]);
  1154.     }
  1155.     /**
  1156.      * Gets the public 'twig' shared service.
  1157.      *
  1158.      * @return \Twig\Environment
  1159.      */
  1160.     protected function getTwigService()
  1161.     {
  1162.         $a = new \Symfony\Bundle\TwigBundle\Loader\NativeFilesystemLoader([], \dirname(__DIR__4));
  1163.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/framework-bundle/Resources/views'), 'Framework');
  1164.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/framework-bundle/Resources/views'), '!Framework');
  1165.         $a->addPath((\dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Symfony/Bundle/Resources/views'), 'ApiPlatform');
  1166.         $a->addPath((\dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Symfony/Bundle/Resources/views'), '!ApiPlatform');
  1167.         $a->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Resources/views'), 'Doctrine');
  1168.         $a->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Resources/views'), '!Doctrine');
  1169.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/security-bundle/Resources/views'), 'Security');
  1170.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/security-bundle/Resources/views'), '!Security');
  1171.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bundle/Resources/views'), 'Twig');
  1172.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bundle/Resources/views'), '!Twig');
  1173.         $a->addPath((\dirname(__DIR__4).'/vendor/doctrine/mongodb-odm-bundle/Resources/views'), 'DoctrineMongoDB');
  1174.         $a->addPath((\dirname(__DIR__4).'/vendor/doctrine/mongodb-odm-bundle/Resources/views'), '!DoctrineMongoDB');
  1175.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Resources/views'), 'WebProfiler');
  1176.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Resources/views'), '!WebProfiler');
  1177.         $a->addPath((\dirname(__DIR__4).'/vendor/php-amqplib/rabbitmq-bundle/Resources/views'), 'OldSoundRabbitMq');
  1178.         $a->addPath((\dirname(__DIR__4).'/vendor/php-amqplib/rabbitmq-bundle/Resources/views'), '!OldSoundRabbitMq');
  1179.         $a->addPath((\dirname(__DIR__4).'/templates'));
  1180.         $this->services['twig'] = $instance = new \Twig\Environment($a, ['debug' => true'strict_variables' => true'autoescape' => 'name''cache' => ($this->targetDir.''.'/twig'), 'charset' => 'UTF-8']);
  1181.         $b = ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)));
  1182.         $c = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  1183.         $d = ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService());
  1184.         $e = new \Symfony\Component\VarDumper\Dumper\HtmlDumper(NULL'UTF-8'1);
  1185.         $e->setDisplayOptions(['maxStringLength' => 4096'fileLinkFormat' => $d]);
  1186.         $f = new \Symfony\Bridge\Twig\AppVariable();
  1187.         $f->setEnvironment('dev');
  1188.         $f->setDebug(true);
  1189.         if ($this->has('security.token_storage')) {
  1190.             $f->setTokenStorage(($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()));
  1191.         }
  1192.         if ($this->has('request_stack')) {
  1193.             $f->setRequestStack($c);
  1194.         }
  1195.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\CsrfExtension());
  1196.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\LogoutUrlExtension(($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService())));
  1197.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\SecurityExtension(($this->services['security.authorization_checker'] ?? $this->getSecurity_AuthorizationCheckerService())));
  1198.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\ProfilerExtension(($this->privates['twig.profile'] ?? ($this->privates['twig.profile'] = new \Twig\Profiler\Profile())), $b));
  1199.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\TranslationExtension(NULL));
  1200.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\AssetExtension(new \Symfony\Component\Asset\Packages(new \Symfony\Component\Asset\PathPackage('', new \Symfony\Component\Asset\VersionStrategy\EmptyVersionStrategy(), new \Symfony\Component\Asset\Context\RequestStackContext($c''false)), [])));
  1201.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\CodeExtension($d, \dirname(__DIR__4), 'UTF-8'));
  1202.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\RoutingExtension(($this->services['router'] ?? $this->getRouterService())));
  1203.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\YamlExtension());
  1204.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\StopwatchExtension($btrue));
  1205.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\ExpressionExtension());
  1206.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\HttpKernelExtension());
  1207.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\HttpFoundationExtension(new \Symfony\Component\HttpFoundation\UrlHelper($c, ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService()))));
  1208.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\WebLinkExtension($c));
  1209.         $instance->addExtension(new \Doctrine\Bundle\DoctrineBundle\Twig\DoctrineExtension());
  1210.         $instance->addExtension(new \Twig\Extension\DebugExtension());
  1211.         $instance->addExtension(new \Symfony\Bundle\WebProfilerBundle\Twig\WebProfilerExtension($e));
  1212.         $instance->addGlobal('app'$f);
  1213.         $instance->addRuntimeLoader(new \Twig\RuntimeLoader\ContainerRuntimeLoader(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1214.             'Symfony\\Bridge\\Twig\\Extension\\CsrfRuntime' => ['privates''twig.runtime.security_csrf''getTwig_Runtime_SecurityCsrfService.php'true],
  1215.             'Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => ['privates''twig.runtime.httpkernel''getTwig_Runtime_HttpkernelService.php'true],
  1216.         ], [
  1217.             'Symfony\\Bridge\\Twig\\Extension\\CsrfRuntime' => '?',
  1218.             'Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => '?',
  1219.         ])));
  1220.         (new \Symfony\Bundle\TwigBundle\DependencyInjection\Configurator\EnvironmentConfigurator('F j, Y H:i''%d days'NULL0'.'','))->configure($instance);
  1221.         return $instance;
  1222.     }
  1223.     /**
  1224.      * Gets the public 'validator' shared service.
  1225.      *
  1226.      * @return \Symfony\Component\Validator\Validator\TraceableValidator
  1227.      */
  1228.     protected function getValidatorService()
  1229.     {
  1230.         return $this->services['validator'] = new \Symfony\Component\Validator\Validator\TraceableValidator(($this->privates['validator.builder'] ?? $this->getValidator_BuilderService())->getValidator());
  1231.     }
  1232.     /**
  1233.      * Gets the private '.debug.http_client' shared service.
  1234.      *
  1235.      * @return \Symfony\Component\HttpClient\TraceableHttpClient
  1236.      */
  1237.     protected function get_Debug_HttpClientService()
  1238.     {
  1239.         $a = \Symfony\Component\HttpClient\HttpClient::create([], 6);
  1240.         $b = new \Symfony\Bridge\Monolog\Logger('http_client');
  1241.         $b->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1242.         $b->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  1243.         $b->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  1244.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($b);
  1245.         $a->setLogger($b);
  1246.         return $this->privates['.debug.http_client'] = new \Symfony\Component\HttpClient\TraceableHttpClient($a);
  1247.     }
  1248.     /**
  1249.      * Gets the private '.legacy_resolve_controller_name_subscriber' shared service.
  1250.      *
  1251.      * @return \Symfony\Bundle\FrameworkBundle\EventListener\ResolveControllerNameSubscriber
  1252.      */
  1253.     protected function get_LegacyResolveControllerNameSubscriberService()
  1254.     {
  1255.         return $this->privates['.legacy_resolve_controller_name_subscriber'] = new \Symfony\Bundle\FrameworkBundle\EventListener\ResolveControllerNameSubscriber(($this->privates['.legacy_controller_name_converter'] ?? ($this->privates['.legacy_controller_name_converter'] = new \Symfony\Bundle\FrameworkBundle\Controller\ControllerNameParser(($this->services['kernel'] ?? $this->get('kernel'1)), false))), false);
  1256.     }
  1257.     /**
  1258.      * Gets the private 'App\EventListener\Filter\EmitterFilterConfigurator' shared autowired service.
  1259.      *
  1260.      * @return \App\EventListener\Filter\EmitterFilterConfigurator
  1261.      */
  1262.     protected function getEmitterFilterConfiguratorService()
  1263.     {
  1264.         return $this->privates['App\\EventListener\\Filter\\EmitterFilterConfigurator'] = new \App\EventListener\Filter\EmitterFilterConfigurator(($this->services['doctrine_mongodb.odm.default_document_manager'] ?? $this->getDoctrineMongodb_Odm_DefaultDocumentManagerService()), ($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()), ($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()), ($this->services['security.authorization_checker'] ?? $this->getSecurity_AuthorizationCheckerService()));
  1265.     }
  1266.     /**
  1267.      * Gets the private 'App\EventListener\Filter\UserFilterConfigurator' shared autowired service.
  1268.      *
  1269.      * @return \App\EventListener\Filter\UserFilterConfigurator
  1270.      */
  1271.     protected function getUserFilterConfiguratorService()
  1272.     {
  1273.         return $this->privates['App\\EventListener\\Filter\\UserFilterConfigurator'] = new \App\EventListener\Filter\UserFilterConfigurator(($this->services['doctrine_mongodb.odm.default_document_manager'] ?? $this->getDoctrineMongodb_Odm_DefaultDocumentManagerService()), ($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()), ($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()), ($this->services['security.authorization_checker'] ?? $this->getSecurity_AuthorizationCheckerService()));
  1274.     }
  1275.     /**
  1276.      * Gets the private 'App\EventListener\RequestValidation\CheckHeaders' shared autowired service.
  1277.      *
  1278.      * @return \App\EventListener\RequestValidation\CheckHeaders
  1279.      */
  1280.     protected function getCheckHeadersService()
  1281.     {
  1282.         return $this->privates['App\\EventListener\\RequestValidation\\CheckHeaders'] = new \App\EventListener\RequestValidation\CheckHeaders(($this->privates['App\\Service\\JWTTools'] ?? $this->getJWTToolsService()));
  1283.     }
  1284.     /**
  1285.      * Gets the private 'App\Service\JWTTools' shared autowired service.
  1286.      *
  1287.      * @return \App\Service\JWTTools
  1288.      */
  1289.     protected function getJWTToolsService()
  1290.     {
  1291.         return $this->privates['App\\Service\\JWTTools'] = new \App\Service\JWTTools(($this->privates['lexik_jwt_authentication.extractor.chain_extractor'] ?? $this->getLexikJwtAuthentication_Extractor_ChainExtractorService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->services['lexik_jwt_authentication.encoder'] ?? $this->getLexikJwtAuthentication_EncoderService()));
  1292.     }
  1293.     /**
  1294.      * Gets the private 'annotations.cached_reader' shared service.
  1295.      *
  1296.      * @return \Doctrine\Common\Annotations\CachedReader
  1297.      */
  1298.     protected function getAnnotations_CachedReaderService()
  1299.     {
  1300.         return $this->privates['annotations.cached_reader'] = new \Doctrine\Common\Annotations\CachedReader(($this->privates['annotations.reader'] ?? $this->getAnnotations_ReaderService()), $this->load('getAnnotations_CacheService.php'), true);
  1301.     }
  1302.     /**
  1303.      * Gets the private 'annotations.reader' shared service.
  1304.      *
  1305.      * @return \Doctrine\Common\Annotations\AnnotationReader
  1306.      */
  1307.     protected function getAnnotations_ReaderService()
  1308.     {
  1309.         $this->privates['annotations.reader'] = $instance = new \Doctrine\Common\Annotations\AnnotationReader();
  1310.         $a = new \Doctrine\Common\Annotations\AnnotationRegistry();
  1311.         $a->registerUniqueLoader('class_exists');
  1312.         $instance->addGlobalIgnoredName('required'$a);
  1313.         return $instance;
  1314.     }
  1315.     /**
  1316.      * Gets the private 'api_platform.cache.identifiers_extractor' shared service.
  1317.      *
  1318.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1319.      */
  1320.     protected function getApiPlatform_Cache_IdentifiersExtractorService()
  1321.     {
  1322.         return $this->privates['api_platform.cache.identifiers_extractor'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('MN8FoGmkjw'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  1323.     }
  1324.     /**
  1325.      * Gets the private 'api_platform.cache.metadata.property' shared service.
  1326.      *
  1327.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1328.      */
  1329.     protected function getApiPlatform_Cache_Metadata_PropertyService()
  1330.     {
  1331.         return $this->privates['api_platform.cache.metadata.property'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('xkxv-aRDJv'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  1332.     }
  1333.     /**
  1334.      * Gets the private 'api_platform.cache.metadata.resource' shared service.
  1335.      *
  1336.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1337.      */
  1338.     protected function getApiPlatform_Cache_Metadata_ResourceService()
  1339.     {
  1340.         return $this->privates['api_platform.cache.metadata.resource'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('0rwrYgoDJj'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  1341.     }
  1342.     /**
  1343.      * Gets the private 'api_platform.cache.route_name_resolver' shared service.
  1344.      *
  1345.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1346.      */
  1347.     protected function getApiPlatform_Cache_RouteNameResolverService()
  1348.     {
  1349.         return $this->privates['api_platform.cache.route_name_resolver'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('mRLnipeCkT'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  1350.     }
  1351.     /**
  1352.      * Gets the private 'api_platform.cache.subresource_operation_factory' shared service.
  1353.      *
  1354.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1355.      */
  1356.     protected function getApiPlatform_Cache_SubresourceOperationFactoryService()
  1357.     {
  1358.         return $this->privates['api_platform.cache.subresource_operation_factory'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('HmGannVkFK'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  1359.     }
  1360.     /**
  1361.      * Gets the private 'api_platform.filter_locator' shared service.
  1362.      *
  1363.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  1364.      */
  1365.     protected function getApiPlatform_FilterLocatorService()
  1366.     {
  1367.         return $this->privates['api_platform.filter_locator'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1368.             'annotated_app_document_emission_api_platform_core_bridge_doctrine_mongo_db_odm_filter_search_filter' => ['privates''annotated_app_document_emission_api_platform_core_bridge_doctrine_mongo_db_odm_filter_search_filter''getAnnotatedAppDocumentEmissionApiPlatformCoreBridgeDoctrineMongoDbOdmFilterSearchFilterService.php'true],
  1369.         ], [
  1370.             'annotated_app_document_emission_api_platform_core_bridge_doctrine_mongo_db_odm_filter_search_filter' => '?',
  1371.         ]);
  1372.     }
  1373.     /**
  1374.      * Gets the private 'api_platform.http_cache.listener.response.configure' shared service.
  1375.      *
  1376.      * @return \ApiPlatform\Core\HttpCache\EventListener\AddHeadersListener
  1377.      */
  1378.     protected function getApiPlatform_HttpCache_Listener_Response_ConfigureService()
  1379.     {
  1380.         return $this->privates['api_platform.http_cache.listener.response.configure'] = new \ApiPlatform\Core\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()));
  1381.     }
  1382.     /**
  1383.      * Gets the private 'api_platform.hydra.json_schema.schema_factory' shared service.
  1384.      *
  1385.      * @return \ApiPlatform\Core\Hydra\JsonSchema\SchemaFactory
  1386.      */
  1387.     protected function getApiPlatform_Hydra_JsonSchema_SchemaFactoryService()
  1388.     {
  1389.         $a = ($this->privates['api_platform.json_schema.type_factory'] ?? $this->getApiPlatform_JsonSchema_TypeFactoryService());
  1390.         if (isset($this->privates['api_platform.hydra.json_schema.schema_factory'])) {
  1391.             return $this->privates['api_platform.hydra.json_schema.schema_factory'];
  1392.         }
  1393.         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'] ?? $this->getApiPlatform_Metadata_Property_MetadataFactory_CachedService()), ($this->privates['serializer.name_converter.metadata_aware'] ?? $this->getSerializer_NameConverter_MetadataAwareService()), ($this->privates['api_platform.resource_class_resolver'] ?? $this->getApiPlatform_ResourceClassResolverService())));
  1394.     }
  1395.     /**
  1396.      * Gets the private 'api_platform.hydra.listener.response.add_link_header' shared service.
  1397.      *
  1398.      * @return \ApiPlatform\Core\Hydra\EventListener\AddLinkHeaderListener
  1399.      */
  1400.     protected function getApiPlatform_Hydra_Listener_Response_AddLinkHeaderService()
  1401.     {
  1402.         return $this->privates['api_platform.hydra.listener.response.add_link_header'] = new \ApiPlatform\Core\Hydra\EventListener\AddLinkHeaderListener(($this->privates['api_platform.router'] ?? $this->getApiPlatform_RouterService()));
  1403.     }
  1404.     /**
  1405.      * Gets the private 'api_platform.identifier.converter' shared service.
  1406.      *
  1407.      * @return \ApiPlatform\Core\Identifier\IdentifierConverter
  1408.      */
  1409.     protected function getApiPlatform_Identifier_ConverterService()
  1410.     {
  1411.         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'] ?? $this->getApiPlatform_Metadata_Property_MetadataFactory_CachedService()), new RewindableGenerator(function () {
  1412.             yield => ($this->privates['api_platform.identifier.integer'] ?? ($this->privates['api_platform.identifier.integer'] = new \ApiPlatform\Core\Identifier\Normalizer\IntegerDenormalizer()));
  1413.             yield => ($this->privates['api_platform.identifier.date_normalizer'] ?? ($this->privates['api_platform.identifier.date_normalizer'] = new \ApiPlatform\Core\Identifier\Normalizer\DateTimeIdentifierDenormalizer()));
  1414.         }, 2));
  1415.     }
  1416.     /**
  1417.      * Gets the private 'api_platform.identifiers_extractor.cached' shared service.
  1418.      *
  1419.      * @return \ApiPlatform\Core\Api\CachedIdentifiersExtractor
  1420.      */
  1421.     protected function getApiPlatform_IdentifiersExtractor_CachedService()
  1422.     {
  1423.         $a = ($this->privates['property_accessor'] ?? $this->getPropertyAccessorService());
  1424.         $b = ($this->privates['api_platform.resource_class_resolver'] ?? $this->getApiPlatform_ResourceClassResolverService());
  1425.         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'] ?? $this->getApiPlatform_Metadata_Property_MetadataFactory_CachedService()), $a$b), $a$b);
  1426.     }
  1427.     /**
  1428.      * Gets the private 'api_platform.iri_converter' shared service.
  1429.      *
  1430.      * @return \ApiPlatform\Core\Bridge\Symfony\Routing\IriConverter
  1431.      */
  1432.     protected function getApiPlatform_IriConverterService()
  1433.     {
  1434.         $a = ($this->privates['api_platform.router'] ?? $this->getApiPlatform_RouterService());
  1435.         return $this->privates['api_platform.iri_converter'] = new \ApiPlatform\Core\Bridge\Symfony\Routing\IriConverter(($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'] ?? $this->getApiPlatform_Metadata_Property_MetadataFactory_CachedService()), ($this->privates['debug.api_platform.item_data_provider'] ?? $this->getDebug_ApiPlatform_ItemDataProviderService()), new \ApiPlatform\Core\Bridge\Symfony\Routing\CachedRouteNameResolver(($this->privates['api_platform.cache.route_name_resolver'] ?? $this->getApiPlatform_Cache_RouteNameResolverService()), new \ApiPlatform\Core\Bridge\Symfony\Routing\RouteNameResolver($a)), $a, ($this->privates['property_accessor'] ?? $this->getPropertyAccessorService()), ($this->privates['api_platform.identifiers_extractor.cached'] ?? $this->getApiPlatform_IdentifiersExtractor_CachedService()), ($this->privates['debug.api_platform.subresource_data_provider'] ?? $this->getDebug_ApiPlatform_SubresourceDataProviderService()), ($this->privates['api_platform.identifier.converter'] ?? $this->getApiPlatform_Identifier_ConverterService()), ($this->privates['api_platform.resource_class_resolver'] ?? $this->getApiPlatform_ResourceClassResolverService()));
  1436.     }
  1437.     /**
  1438.      * Gets the private 'api_platform.json_schema.type_factory' shared service.
  1439.      *
  1440.      * @return \ApiPlatform\Core\JsonSchema\TypeFactory
  1441.      */
  1442.     protected function getApiPlatform_JsonSchema_TypeFactoryService()
  1443.     {
  1444.         $this->privates['api_platform.json_schema.type_factory'] = $instance = new \ApiPlatform\Core\JsonSchema\TypeFactory(($this->privates['api_platform.resource_class_resolver'] ?? $this->getApiPlatform_ResourceClassResolverService()));
  1445.         $instance->setSchemaFactory(($this->privates['api_platform.hydra.json_schema.schema_factory'] ?? $this->getApiPlatform_Hydra_JsonSchema_SchemaFactoryService()));
  1446.         return $instance;
  1447.     }
  1448.     /**
  1449.      * Gets the private 'api_platform.jsonld.context_builder' shared service.
  1450.      *
  1451.      * @return \ApiPlatform\Core\JsonLd\ContextBuilder
  1452.      */
  1453.     protected function getApiPlatform_Jsonld_ContextBuilderService()
  1454.     {
  1455.         return $this->privates['api_platform.jsonld.context_builder'] = new \ApiPlatform\Core\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'] ?? $this->getApiPlatform_Metadata_Property_MetadataFactory_CachedService()), ($this->privates['api_platform.router'] ?? $this->getApiPlatform_RouterService()));
  1456.     }
  1457.     /**
  1458.      * Gets the private 'api_platform.listener.request.add_format' shared service.
  1459.      *
  1460.      * @return \ApiPlatform\Core\EventListener\AddFormatListener
  1461.      */
  1462.     protected function getApiPlatform_Listener_Request_AddFormatService()
  1463.     {
  1464.         return $this->privates['api_platform.listener.request.add_format'] = new \ApiPlatform\Core\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']);
  1465.     }
  1466.     /**
  1467.      * Gets the private 'api_platform.listener.request.deserialize' shared service.
  1468.      *
  1469.      * @return \ApiPlatform\Core\EventListener\DeserializeListener
  1470.      */
  1471.     protected function getApiPlatform_Listener_Request_DeserializeService()
  1472.     {
  1473.         return $this->privates['api_platform.listener.request.deserialize'] = new \ApiPlatform\Core\EventListener\DeserializeListener(($this->services['serializer'] ?? $this->getSerializerService()), ($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()));
  1474.     }
  1475.     /**
  1476.      * Gets the private 'api_platform.listener.request.read' shared service.
  1477.      *
  1478.      * @return \ApiPlatform\Core\EventListener\ReadListener
  1479.      */
  1480.     protected function getApiPlatform_Listener_Request_ReadService()
  1481.     {
  1482.         return $this->privates['api_platform.listener.request.read'] = new \ApiPlatform\Core\EventListener\ReadListener(($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['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()));
  1483.     }
  1484.     /**
  1485.      * Gets the private 'api_platform.listener.view.validate_query_parameters' shared service.
  1486.      *
  1487.      * @return \ApiPlatform\Core\Filter\QueryParameterValidateListener
  1488.      */
  1489.     protected function getApiPlatform_Listener_View_ValidateQueryParametersService()
  1490.     {
  1491.         return $this->privates['api_platform.listener.view.validate_query_parameters'] = new \ApiPlatform\Core\Filter\QueryParameterValidateListener(($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()), ($this->privates['api_platform.filter_locator'] ?? $this->getApiPlatform_FilterLocatorService()));
  1492.     }
  1493.     /**
  1494.      * Gets the private 'api_platform.metadata.property.metadata_factory.cached' shared service.
  1495.      *
  1496.      * @return \ApiPlatform\Core\Metadata\Property\Factory\CachedPropertyMetadataFactory
  1497.      */
  1498.     protected function getApiPlatform_Metadata_Property_MetadataFactory_CachedService()
  1499.     {
  1500.         $a = ($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService());
  1501.         return $this->privates['api_platform.metadata.property.metadata_factory.cached'] = new \ApiPlatform\Core\Metadata\Property\Factory\CachedPropertyMetadataFactory(($this->privates['api_platform.cache.metadata.property'] ?? $this->getApiPlatform_Cache_Metadata_PropertyService()), new \ApiPlatform\Core\Bridge\Symfony\Validator\Metadata\Property\ValidatorPropertyMetadataFactory(($this->services['validator'] ?? $this->getValidatorService()), new \ApiPlatform\Core\Metadata\Property\Factory\ExtractorPropertyMetadataFactory(($this->privates['api_platform.metadata.extractor.yaml'] ?? ($this->privates['api_platform.metadata.extractor.yaml'] = 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\SerializerPropertyMetadataFactory(($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()), ($this->privates['serializer.mapping.class_metadata_factory'] ?? $this->getSerializer_Mapping_ClassMetadataFactoryService()), new \ApiPlatform\Core\Bridge\Doctrine\MongoDbOdm\Metadata\Property\DoctrineMongoDbOdmPropertyMetadataFactory(($this->services['doctrine_mongodb'] ?? $this->getDoctrineMongodbService()), new \ApiPlatform\Core\Bridge\Doctrine\Orm\Metadata\Property\DoctrineOrmPropertyMetadataFactory(($this->services['doctrine'] ?? $this->getDoctrineService()), new \ApiPlatform\Core\Metadata\Property\Factory\InheritedPropertyMetadataFactory(($this->privates['api_platform.metadata.resource.name_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_NameCollectionFactory_CachedService()), 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'] ?? ($this->privates['api_platform.metadata.extractor.xml'] = new \ApiPlatform\Core\Metadata\Extractor\XmlExtractor([], $this)))))))), ($this->privates['api_platform.resource_class_resolver'] ?? $this->getApiPlatform_ResourceClassResolverService())))))));
  1502.     }
  1503.     /**
  1504.      * Gets the private 'api_platform.metadata.property.name_collection_factory.cached' shared service.
  1505.      *
  1506.      * @return \ApiPlatform\Core\Metadata\Property\Factory\CachedPropertyNameCollectionFactory
  1507.      */
  1508.     protected function getApiPlatform_Metadata_Property_NameCollectionFactory_CachedService()
  1509.     {
  1510.         return $this->privates['api_platform.metadata.property.name_collection_factory.cached'] = new \ApiPlatform\Core\Metadata\Property\Factory\CachedPropertyNameCollectionFactory(($this->privates['api_platform.cache.metadata.property'] ?? $this->getApiPlatform_Cache_Metadata_PropertyService()), new \ApiPlatform\Core\Metadata\Property\Factory\ExtractorPropertyNameCollectionFactory(($this->privates['api_platform.metadata.extractor.yaml'] ?? ($this->privates['api_platform.metadata.extractor.yaml'] = new \ApiPlatform\Core\Metadata\Extractor\YamlExtractor([], $this))), new \ApiPlatform\Core\Metadata\Property\Factory\ExtractorPropertyNameCollectionFactory(($this->privates['api_platform.metadata.extractor.xml'] ?? ($this->privates['api_platform.metadata.extractor.xml'] = new \ApiPlatform\Core\Metadata\Extractor\XmlExtractor([], $this))), new \ApiPlatform\Core\Metadata\Property\Factory\InheritedPropertyNameCollectionFactory(($this->privates['api_platform.metadata.resource.name_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_NameCollectionFactory_CachedService()), new \ApiPlatform\Core\Bridge\Symfony\PropertyInfo\Metadata\Property\PropertyInfoPropertyNameCollectionFactory(($this->privates['property_info'] ?? $this->getPropertyInfoService()))))));
  1511.     }
  1512.     /**
  1513.      * Gets the private 'api_platform.metadata.resource.metadata_factory.cached' shared service.
  1514.      *
  1515.      * @return \ApiPlatform\Core\Metadata\Resource\Factory\CachedResourceMetadataFactory
  1516.      */
  1517.     protected function getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()
  1518.     {
  1519.         $a = ($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService());
  1520.         return $this->privates['api_platform.metadata.resource.metadata_factory.cached'] = new \ApiPlatform\Core\Metadata\Resource\Factory\CachedResourceMetadataFactory(($this->privates['api_platform.cache.metadata.resource'] ?? $this->getApiPlatform_Cache_Metadata_ResourceService()), new \ApiPlatform\Core\Metadata\Resource\Factory\FormatsResourceMetadataFactory(new \ApiPlatform\Core\Metadata\Resource\Factory\OperationResourceMetadataFactory(new \ApiPlatform\Core\Metadata\Resource\Factory\AnnotationResourceFilterMetadataFactory($a, new \ApiPlatform\Core\Metadata\Resource\Factory\ShortNameResourceMetadataFactory(new \ApiPlatform\Core\Metadata\Resource\Factory\PhpDocResourceMetadataFactory(new \ApiPlatform\Core\Metadata\Resource\Factory\InputOutputResourceMetadataFactory(new \ApiPlatform\Core\Metadata\Resource\Factory\ExtractorResourceMetadataFactory(($this->privates['api_platform.metadata.extractor.yaml'] ?? ($this->privates['api_platform.metadata.extractor.yaml'] = 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'] ?? ($this->privates['api_platform.metadata.extractor.xml'] = new \ApiPlatform\Core\Metadata\Extractor\XmlExtractor([], $this)))))))))), []), $this->parameters['api_platform.formats'], []));
  1521.     }
  1522.     /**
  1523.      * Gets the private 'api_platform.metadata.resource.name_collection_factory.cached' shared service.
  1524.      *
  1525.      * @return \ApiPlatform\Core\Metadata\Resource\Factory\CachedResourceNameCollectionFactory
  1526.      */
  1527.     protected function getApiPlatform_Metadata_Resource_NameCollectionFactory_CachedService()
  1528.     {
  1529.         return $this->privates['api_platform.metadata.resource.name_collection_factory.cached'] = new \ApiPlatform\Core\Metadata\Resource\Factory\CachedResourceNameCollectionFactory(($this->privates['api_platform.cache.metadata.resource'] ?? $this->getApiPlatform_Cache_Metadata_ResourceService()), new \ApiPlatform\Core\Metadata\Resource\Factory\ExtractorResourceNameCollectionFactory(($this->privates['api_platform.metadata.extractor.yaml'] ?? ($this->privates['api_platform.metadata.extractor.yaml'] = 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\Core\Metadata\Resource\Factory\ExtractorResourceNameCollectionFactory(($this->privates['api_platform.metadata.extractor.xml'] ?? ($this->privates['api_platform.metadata.extractor.xml'] = new \ApiPlatform\Core\Metadata\Extractor\XmlExtractor([], $this)))))));
  1530.     }
  1531.     /**
  1532.      * Gets the private 'api_platform.operation_path_resolver.custom' shared service.
  1533.      *
  1534.      * @return \ApiPlatform\Core\PathResolver\CustomOperationPathResolver
  1535.      */
  1536.     protected function getApiPlatform_OperationPathResolver_CustomService()
  1537.     {
  1538.         return $this->privates['api_platform.operation_path_resolver.custom'] = new \ApiPlatform\Core\PathResolver\CustomOperationPathResolver(new \ApiPlatform\Core\PathResolver\OperationPathResolver(($this->privates['api_platform.path_segment_name_generator.underscore'] ?? ($this->privates['api_platform.path_segment_name_generator.underscore'] = new \ApiPlatform\Core\Operation\UnderscorePathSegmentNameGenerator()))));
  1539.     }
  1540.     /**
  1541.      * Gets the private 'api_platform.resource_class_resolver' shared service.
  1542.      *
  1543.      * @return \ApiPlatform\Core\Api\ResourceClassResolver
  1544.      */
  1545.     protected function getApiPlatform_ResourceClassResolverService()
  1546.     {
  1547.         return $this->privates['api_platform.resource_class_resolver'] = new \ApiPlatform\Core\Api\ResourceClassResolver(($this->privates['api_platform.metadata.resource.name_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_NameCollectionFactory_CachedService()));
  1548.     }
  1549.     /**
  1550.      * Gets the private 'api_platform.router' shared service.
  1551.      *
  1552.      * @return \ApiPlatform\Core\Bridge\Symfony\Routing\Router
  1553.      */
  1554.     protected function getApiPlatform_RouterService()
  1555.     {
  1556.         return $this->privates['api_platform.router'] = new \ApiPlatform\Core\Bridge\Symfony\Routing\Router(($this->services['router'] ?? $this->getRouterService()));
  1557.     }
  1558.     /**
  1559.      * Gets the private 'api_platform.security.listener.request.deny_access' shared service.
  1560.      *
  1561.      * @return \ApiPlatform\Core\Security\EventListener\DenyAccessListener
  1562.      */
  1563.     protected function getApiPlatform_Security_Listener_Request_DenyAccessService()
  1564.     {
  1565.         return $this->privates['api_platform.security.listener.request.deny_access'] = new \ApiPlatform\Core\Security\EventListener\DenyAccessListener(($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()), new \ApiPlatform\Core\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(NULLNULL))), ($this->privates['security.role_hierarchy'] ?? $this->getSecurity_RoleHierarchyService()), ($this->services['security.token_storage'] ?? $this->getSecurity_TokenStorageService()), ($this->services['security.authorization_checker'] ?? $this->getSecurity_AuthorizationCheckerService())));
  1566.     }
  1567.     /**
  1568.      * Gets the private 'api_platform.serializer.context_builder.filter' shared service.
  1569.      *
  1570.      * @return \ApiPlatform\Core\Serializer\SerializerFilterContextBuilder
  1571.      */
  1572.     protected function getApiPlatform_Serializer_ContextBuilder_FilterService()
  1573.     {
  1574.         $a = ($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService());
  1575.         return $this->privates['api_platform.serializer.context_builder.filter'] = new \ApiPlatform\Core\Serializer\SerializerFilterContextBuilder($a, ($this->privates['api_platform.filter_locator'] ?? $this->getApiPlatform_FilterLocatorService()), new \ApiPlatform\Core\Serializer\SerializerContextBuilder($a));
  1576.     }
  1577.     /**
  1578.      * Gets the private 'api_platform.subresource_operation_factory.cached' shared service.
  1579.      *
  1580.      * @return \ApiPlatform\Core\Operation\Factory\CachedSubresourceOperationFactory
  1581.      */
  1582.     protected function getApiPlatform_SubresourceOperationFactory_CachedService()
  1583.     {
  1584.         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'] ?? $this->getApiPlatform_Metadata_Property_MetadataFactory_CachedService()), ($this->privates['api_platform.path_segment_name_generator.underscore'] ?? ($this->privates['api_platform.path_segment_name_generator.underscore'] = new \ApiPlatform\Core\Operation\UnderscorePathSegmentNameGenerator()))));
  1585.     }
  1586.     /**
  1587.      * Gets the private 'cache.annotations' shared service.
  1588.      *
  1589.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1590.      */
  1591.     protected function getCache_AnnotationsService()
  1592.     {
  1593.         return $this->privates['cache.annotations'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('VeQ7JuvKFS'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  1594.     }
  1595.     /**
  1596.      * Gets the private 'cache.property_info' shared service.
  1597.      *
  1598.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1599.      */
  1600.     protected function getCache_PropertyInfoService()
  1601.     {
  1602.         return $this->privates['cache.property_info'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('m2JgWpklqr'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  1603.     }
  1604.     /**
  1605.      * Gets the private 'cache.security_expression_language' shared service.
  1606.      *
  1607.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1608.      */
  1609.     protected function getCache_SecurityExpressionLanguageService()
  1610.     {
  1611.         return $this->privates['cache.security_expression_language'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('ovO2o-3j-B'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  1612.     }
  1613.     /**
  1614.      * Gets the private 'cache.serializer' shared service.
  1615.      *
  1616.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1617.      */
  1618.     protected function getCache_SerializerService()
  1619.     {
  1620.         return $this->privates['cache.serializer'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('kdpl5cTBam'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  1621.     }
  1622.     /**
  1623.      * Gets the private 'cache.validator' shared service.
  1624.      *
  1625.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1626.      */
  1627.     protected function getCache_ValidatorService()
  1628.     {
  1629.         return $this->privates['cache.validator'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('+JsN8e2+RV'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  1630.     }
  1631.     /**
  1632.      * Gets the private 'debug.api_platform.collection_data_provider' shared service.
  1633.      *
  1634.      * @return \ApiPlatform\Core\Bridge\Symfony\Bundle\DataProvider\TraceableChainCollectionDataProvider
  1635.      */
  1636.     protected function getDebug_ApiPlatform_CollectionDataProviderService()
  1637.     {
  1638.         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 () {
  1639.             yield => ($this->privates['App\\DataProvider\\APICollectionDataProvider'] ?? $this->load('getAPICollectionDataProviderService.php'));
  1640.             yield => ($this->privates['api_platform.doctrine.orm.default.collection_data_provider'] ?? $this->load('getApiPlatform_Doctrine_Orm_Default_CollectionDataProviderService.php'));
  1641.             yield => ($this->privates['api_platform.doctrine_mongodb.odm.default.collection_data_provider'] ?? $this->load('getApiPlatform_DoctrineMongodb_Odm_Default_CollectionDataProviderService.php'));
  1642.         }, 3)));
  1643.     }
  1644.     /**
  1645.      * Gets the private 'debug.api_platform.data_persister' shared service.
  1646.      *
  1647.      * @return \ApiPlatform\Core\Bridge\Symfony\Bundle\DataPersister\TraceableChainDataPersister
  1648.      */
  1649.     protected function getDebug_ApiPlatform_DataPersisterService()
  1650.     {
  1651.         return $this->privates['debug.api_platform.data_persister'] = new \ApiPlatform\Core\Bridge\Symfony\Bundle\DataPersister\TraceableChainDataPersister(new \ApiPlatform\Core\DataPersister\ChainDataPersister(new RewindableGenerator(function () {
  1652.             yield => ($this->privates['api_platform.doctrine.orm.data_persister'] ?? $this->load('getApiPlatform_Doctrine_Orm_DataPersisterService.php'));
  1653.             yield => ($this->privates['api_platform.doctrine_mongodb.odm.data_persister'] ?? $this->load('getApiPlatform_DoctrineMongodb_Odm_DataPersisterService.php'));
  1654.         }, 2)));
  1655.     }
  1656.     /**
  1657.      * Gets the private 'debug.api_platform.item_data_provider' shared service.
  1658.      *
  1659.      * @return \ApiPlatform\Core\Bridge\Symfony\Bundle\DataProvider\TraceableChainItemDataProvider
  1660.      */
  1661.     protected function getDebug_ApiPlatform_ItemDataProviderService()
  1662.     {
  1663.         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 () {
  1664.             yield => ($this->privates['App\\DataProvider\\APIItemDataProvider'] ?? $this->load('getAPIItemDataProviderService.php'));
  1665.             yield => ($this->privates['api_platform.doctrine.orm.default.item_data_provider'] ?? $this->load('getApiPlatform_Doctrine_Orm_Default_ItemDataProviderService.php'));
  1666.             yield => ($this->privates['api_platform.doctrine_mongodb.odm.default.item_data_provider'] ?? $this->load('getApiPlatform_DoctrineMongodb_Odm_Default_ItemDataProviderService.php'));
  1667.         }, 3)));
  1668.     }
  1669.     /**
  1670.      * Gets the private 'debug.api_platform.subresource_data_provider' shared service.
  1671.      *
  1672.      * @return \ApiPlatform\Core\Bridge\Symfony\Bundle\DataProvider\TraceableChainSubresourceDataProvider
  1673.      */
  1674.     protected function getDebug_ApiPlatform_SubresourceDataProviderService()
  1675.     {
  1676.         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 () {
  1677.             yield => ($this->privates['api_platform.doctrine.orm.default.subresource_data_provider'] ?? $this->load('getApiPlatform_Doctrine_Orm_Default_SubresourceDataProviderService.php'));
  1678.             yield => ($this->privates['api_platform.doctrine_mongodb.odm.default.subresource_data_provider'] ?? $this->load('getApiPlatform_DoctrineMongodb_Odm_Default_SubresourceDataProviderService.php'));
  1679.         }, 2)));
  1680.     }
  1681.     /**
  1682.      * Gets the private 'debug.debug_handlers_listener' shared service.
  1683.      *
  1684.      * @return \Symfony\Component\HttpKernel\EventListener\DebugHandlersListener
  1685.      */
  1686.     protected function getDebug_DebugHandlersListenerService()
  1687.     {
  1688.         $a = new \Symfony\Bridge\Monolog\Logger('php');
  1689.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1690.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  1691.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  1692.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  1693.         return $this->privates['debug.debug_handlers_listener'] = new \Symfony\Component\HttpKernel\EventListener\DebugHandlersListener(NULL$aNULL, -1true, ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService()), true);
  1694.     }
  1695.     /**
  1696.      * Gets the private 'debug.file_link_formatter' shared service.
  1697.      *
  1698.      * @return \Symfony\Component\HttpKernel\Debug\FileLinkFormatter
  1699.      */
  1700.     protected function getDebug_FileLinkFormatterService()
  1701.     {
  1702.         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 () {
  1703.             return ($this->privates['debug.file_link_formatter.url_format'] ?? $this->load('getDebug_FileLinkFormatter_UrlFormatService.php'));
  1704.         });
  1705.     }
  1706.     /**
  1707.      * Gets the private 'debug.log_processor' shared service.
  1708.      *
  1709.      * @return \Symfony\Bridge\Monolog\Processor\DebugProcessor
  1710.      */
  1711.     protected function getDebug_LogProcessorService()
  1712.     {
  1713.         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())));
  1714.     }
  1715.     /**
  1716.      * Gets the private 'debug.security.access.decision_manager' shared service.
  1717.      *
  1718.      * @return \Symfony\Component\Security\Core\Authorization\TraceableAccessDecisionManager
  1719.      */
  1720.     protected function getDebug_Security_Access_DecisionManagerService()
  1721.     {
  1722.         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 () {
  1723.             yield => ($this->privates['debug.security.voter.security.access.authenticated_voter'] ?? $this->load('getDebug_Security_Voter_Security_Access_AuthenticatedVoterService.php'));
  1724.             yield => ($this->privates['debug.security.voter.security.access.role_hierarchy_voter'] ?? $this->load('getDebug_Security_Voter_Security_Access_RoleHierarchyVoterService.php'));
  1725.             yield => ($this->privates['debug.security.voter.security.access.expression_voter'] ?? $this->load('getDebug_Security_Voter_Security_Access_ExpressionVoterService.php'));
  1726.         }, 3), 'affirmative'falsetrue));
  1727.     }
  1728.     /**
  1729.      * Gets the private 'debug.security.firewall' shared service.
  1730.      *
  1731.      * @return \Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener
  1732.      */
  1733.     protected function getDebug_Security_FirewallService()
  1734.     {
  1735.         return $this->privates['debug.security.firewall'] = new \Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener(($this->privates['security.firewall.map'] ?? $this->getSecurity_Firewall_MapService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService()));
  1736.     }
  1737.     /**
  1738.      * Gets the private 'lexik_jwt_authentication.extractor.chain_extractor' shared service.
  1739.      *
  1740.      * @return \Lexik\Bundle\JWTAuthenticationBundle\TokenExtractor\ChainTokenExtractor
  1741.      */
  1742.     protected function getLexikJwtAuthentication_Extractor_ChainExtractorService()
  1743.     {
  1744.         return $this->privates['lexik_jwt_authentication.extractor.chain_extractor'] = new \Lexik\Bundle\JWTAuthenticationBundle\TokenExtractor\ChainTokenExtractor([=> new \Lexik\Bundle\JWTAuthenticationBundle\TokenExtractor\AuthorizationHeaderTokenExtractor('Bearer''Authorization')]);
  1745.     }
  1746.     /**
  1747.      * Gets the private 'locale_listener' shared service.
  1748.      *
  1749.      * @return \Symfony\Component\HttpKernel\EventListener\LocaleListener
  1750.      */
  1751.     protected function getLocaleListenerService()
  1752.     {
  1753.         return $this->privates['locale_listener'] = new \Symfony\Component\HttpKernel\EventListener\LocaleListener(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), 'en', ($this->services['router'] ?? $this->getRouterService()));
  1754.     }
  1755.     /**
  1756.      * Gets the private 'mime_types' shared service.
  1757.      *
  1758.      * @return \Symfony\Component\Mime\MimeTypes
  1759.      */
  1760.     protected function getMimeTypesService()
  1761.     {
  1762.         $this->privates['mime_types'] = $instance = new \Symfony\Component\Mime\MimeTypes();
  1763.         $instance->setDefault($instance);
  1764.         return $instance;
  1765.     }
  1766.     /**
  1767.      * Gets the private 'monolog.handler.console' shared service.
  1768.      *
  1769.      * @return \Symfony\Bridge\Monolog\Handler\ConsoleHandler
  1770.      */
  1771.     protected function getMonolog_Handler_ConsoleService()
  1772.     {
  1773.         return $this->privates['monolog.handler.console'] = new \Symfony\Bridge\Monolog\Handler\ConsoleHandler(NULLtrue, [], []);
  1774.     }
  1775.     /**
  1776.      * Gets the private 'monolog.handler.main' shared service.
  1777.      *
  1778.      * @return \Monolog\Handler\RotatingFileHandler
  1779.      */
  1780.     protected function getMonolog_Handler_MainService()
  1781.     {
  1782.         $this->privates['monolog.handler.main'] = $instance = new \Monolog\Handler\RotatingFileHandler((\dirname(__DIR__3).'/log/dev.log'), 0100trueNULL);
  1783.         $instance->pushProcessor(new \Monolog\Processor\PsrLogMessageProcessor());
  1784.         $instance->setFilenameFormat('{filename}-{date}''Y-m-d');
  1785.         return $instance;
  1786.     }
  1787.     /**
  1788.      * Gets the private 'monolog.logger.cache' shared service.
  1789.      *
  1790.      * @return \Symfony\Bridge\Monolog\Logger
  1791.      */
  1792.     protected function getMonolog_Logger_CacheService()
  1793.     {
  1794.         $this->privates['monolog.logger.cache'] = $instance = new \Symfony\Bridge\Monolog\Logger('cache');
  1795.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1796.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  1797.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  1798.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  1799.         return $instance;
  1800.     }
  1801.     /**
  1802.      * Gets the private 'monolog.logger.doctrine' shared service.
  1803.      *
  1804.      * @return \Symfony\Bridge\Monolog\Logger
  1805.      */
  1806.     protected function getMonolog_Logger_DoctrineService()
  1807.     {
  1808.         $this->privates['monolog.logger.doctrine'] = $instance = new \Symfony\Bridge\Monolog\Logger('doctrine');
  1809.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1810.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  1811.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  1812.         return $instance;
  1813.     }
  1814.     /**
  1815.      * Gets the private 'monolog.logger.request' shared service.
  1816.      *
  1817.      * @return \Symfony\Bridge\Monolog\Logger
  1818.      */
  1819.     protected function getMonolog_Logger_RequestService()
  1820.     {
  1821.         $this->privates['monolog.logger.request'] = $instance = new \Symfony\Bridge\Monolog\Logger('request');
  1822.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1823.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  1824.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  1825.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  1826.         return $instance;
  1827.     }
  1828.     /**
  1829.      * Gets the private 'nelmio_cors.cors_listener' shared service.
  1830.      *
  1831.      * @return \Nelmio\CorsBundle\EventListener\CorsListener
  1832.      */
  1833.     protected function getNelmioCors_CorsListenerService()
  1834.     {
  1835.         return $this->privates['nelmio_cors.cors_listener'] = new \Nelmio\CorsBundle\EventListener\CorsListener(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), new \Nelmio\CorsBundle\Options\Resolver([=> new \Nelmio\CorsBundle\Options\ConfigProvider($this->parameters['nelmio_cors.map'], $this->getParameter('nelmio_cors.defaults'))]));
  1836.     }
  1837.     /**
  1838.      * Gets the private 'parameter_bag' shared service.
  1839.      *
  1840.      * @return \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag
  1841.      */
  1842.     protected function getParameterBagService()
  1843.     {
  1844.         return $this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this);
  1845.     }
  1846.     /**
  1847.      * Gets the private 'profiler_listener' shared service.
  1848.      *
  1849.      * @return \Symfony\Component\HttpKernel\EventListener\ProfilerListener
  1850.      */
  1851.     protected function getProfilerListenerService()
  1852.     {
  1853.         return $this->privates['profiler_listener'] = new \Symfony\Component\HttpKernel\EventListener\ProfilerListener(($this->services['profiler'] ?? $this->getProfilerService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), NULLfalsefalse);
  1854.     }
  1855.     /**
  1856.      * Gets the private 'property_accessor' shared service.
  1857.      *
  1858.      * @return \Symfony\Component\PropertyAccess\PropertyAccessor
  1859.      */
  1860.     protected function getPropertyAccessorService()
  1861.     {
  1862.         return $this->privates['property_accessor'] = new \Symfony\Component\PropertyAccess\PropertyAccessor(falsefalse, new \Symfony\Component\Cache\Adapter\ArrayAdapter(0false), true);
  1863.     }
  1864.     /**
  1865.      * Gets the private 'property_info' shared service.
  1866.      *
  1867.      * @return \Symfony\Component\PropertyInfo\PropertyInfoExtractor
  1868.      */
  1869.     protected function getPropertyInfoService()
  1870.     {
  1871.         return $this->privates['property_info'] = new \Symfony\Component\PropertyInfo\PropertyInfoExtractor(new RewindableGenerator(function () {
  1872.             yield => ($this->privates['property_info.serializer_extractor'] ?? $this->load('getPropertyInfo_SerializerExtractorService.php'));
  1873.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  1874.             yield => ($this->privates['api_platform.doctrine_mongodb.odm.default_document_manager.property_info_extractor'] ?? $this->load('getApiPlatform_DoctrineMongodb_Odm_DefaultDocumentManager_PropertyInfoExtractorService.php'));
  1875.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->load('getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService.php'));
  1876.         }, 4), new RewindableGenerator(function () {
  1877.             yield => ($this->privates['api_platform.doctrine_mongodb.odm.default_document_manager.property_info_extractor'] ?? $this->load('getApiPlatform_DoctrineMongodb_Odm_DefaultDocumentManager_PropertyInfoExtractorService.php'));
  1878.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->load('getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService.php'));
  1879.             yield => ($this->privates['property_info.php_doc_extractor'] ?? ($this->privates['property_info.php_doc_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\PhpDocExtractor()));
  1880.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  1881.         }, 4), new RewindableGenerator(function () {
  1882.             yield => ($this->privates['property_info.php_doc_extractor'] ?? ($this->privates['property_info.php_doc_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\PhpDocExtractor()));
  1883.         }, 1), new RewindableGenerator(function () {
  1884.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->load('getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService.php'));
  1885.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  1886.         }, 2), new RewindableGenerator(function () {
  1887.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  1888.         }, 1));
  1889.     }
  1890.     /**
  1891.      * Gets the private 'router.request_context' shared service.
  1892.      *
  1893.      * @return \Symfony\Component\Routing\RequestContext
  1894.      */
  1895.     protected function getRouter_RequestContextService()
  1896.     {
  1897.         return $this->privates['router.request_context'] = new \Symfony\Component\Routing\RequestContext('''GET''localhost''http'80443);
  1898.     }
  1899.     /**
  1900.      * Gets the private 'router_listener' shared service.
  1901.      *
  1902.      * @return \Symfony\Component\HttpKernel\EventListener\RouterListener
  1903.      */
  1904.     protected function getRouterListenerService()
  1905.     {
  1906.         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);
  1907.     }
  1908.     /**
  1909.      * Gets the private 'security.authentication.manager' shared service.
  1910.      *
  1911.      * @return \Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager
  1912.      */
  1913.     protected function getSecurity_Authentication_ManagerService()
  1914.     {
  1915.         $this->privates['security.authentication.manager'] = $instance = new \Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager(new RewindableGenerator(function () {
  1916.             yield => ($this->privates['security.authentication.provider.guard.main'] ?? $this->load('getSecurity_Authentication_Provider_Guard_MainService.php'));
  1917.             yield => ($this->privates['security.authentication.provider.dao.main'] ?? $this->load('getSecurity_Authentication_Provider_Dao_MainService.php'));
  1918.             yield => ($this->privates['security.authentication.provider.anonymous.main'] ?? ($this->privates['security.authentication.provider.anonymous.main'] = new \Symfony\Component\Security\Core\Authentication\Provider\AnonymousAuthenticationProvider($this->getParameter('container.build_hash'))));
  1919.         }, 3), true);
  1920.         $instance->setEventDispatcher(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  1921.         return $instance;
  1922.     }
  1923.     /**
  1924.      * Gets the private 'security.expression_language' shared service.
  1925.      *
  1926.      * @return \Symfony\Component\Security\Core\Authorization\ExpressionLanguage
  1927.      */
  1928.     protected function getSecurity_ExpressionLanguageService()
  1929.     {
  1930.         $this->privates['security.expression_language'] = $instance = new \Symfony\Component\Security\Core\Authorization\ExpressionLanguage(($this->privates['cache.security_expression_language'] ?? $this->getCache_SecurityExpressionLanguageService()));
  1931.         $instance->registerProvider(new \ApiPlatform\Core\Security\Core\Authorization\ExpressionLanguageProvider());
  1932.         return $instance;
  1933.     }
  1934.     /**
  1935.      * Gets the private 'security.firewall.map' shared service.
  1936.      *
  1937.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallMap
  1938.      */
  1939.     protected function getSecurity_Firewall_MapService()
  1940.     {
  1941.         return $this->privates['security.firewall.map'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallMap(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1942.             'security.firewall.map.context.dev' => ['privates''security.firewall.map.context.dev''getSecurity_Firewall_Map_Context_DevService.php'true],
  1943.             'security.firewall.map.context.main' => ['privates''security.firewall.map.context.main''getSecurity_Firewall_Map_Context_MainService.php'true],
  1944.         ], [
  1945.             'security.firewall.map.context.dev' => '?',
  1946.             'security.firewall.map.context.main' => '?',
  1947.         ]), new RewindableGenerator(function () {
  1948.             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)/')));
  1949.             yield 'security.firewall.map.context.main' => NULL;
  1950.         }, 2));
  1951.     }
  1952.     /**
  1953.      * Gets the private 'security.logout_url_generator' shared service.
  1954.      *
  1955.      * @return \Symfony\Component\Security\Http\Logout\LogoutUrlGenerator
  1956.      */
  1957.     protected function getSecurity_LogoutUrlGeneratorService()
  1958.     {
  1959.         return $this->privates['security.logout_url_generator'] = 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['security.token_storage'] ?? $this->getSecurity_TokenStorageService()));
  1960.     }
  1961.     /**
  1962.      * Gets the private 'security.role_hierarchy' shared service.
  1963.      *
  1964.      * @return \Symfony\Component\Security\Core\Role\RoleHierarchy
  1965.      */
  1966.     protected function getSecurity_RoleHierarchyService()
  1967.     {
  1968.         return $this->privates['security.role_hierarchy'] = new \Symfony\Component\Security\Core\Role\RoleHierarchy($this->parameters['security.role_hierarchy.roles']);
  1969.     }
  1970.     /**
  1971.      * Gets the private 'serializer.mapping.class_metadata_factory' shared service.
  1972.      *
  1973.      * @return \Symfony\Component\Serializer\Mapping\Factory\ClassMetadataFactory
  1974.      */
  1975.     protected function getSerializer_Mapping_ClassMetadataFactoryService()
  1976.     {
  1977.         return $this->privates['serializer.mapping.class_metadata_factory'] = 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()))]), NULL);
  1978.     }
  1979.     /**
  1980.      * Gets the private 'serializer.name_converter.metadata_aware' shared service.
  1981.      *
  1982.      * @return \Symfony\Component\Serializer\NameConverter\MetadataAwareNameConverter
  1983.      */
  1984.     protected function getSerializer_NameConverter_MetadataAwareService()
  1985.     {
  1986.         return $this->privates['serializer.name_converter.metadata_aware'] = new \Symfony\Component\Serializer\NameConverter\MetadataAwareNameConverter(($this->privates['serializer.mapping.class_metadata_factory'] ?? $this->getSerializer_Mapping_ClassMetadataFactoryService()));
  1987.     }
  1988.     /**
  1989.      * Gets the private 'session_listener' shared service.
  1990.      *
  1991.      * @return \Symfony\Component\HttpKernel\EventListener\SessionListener
  1992.      */
  1993.     protected function getSessionListenerService()
  1994.     {
  1995.         return $this->privates['session_listener'] = new \Symfony\Component\HttpKernel\EventListener\SessionListener(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1996.             'initialized_session' => ['services''session'NULLtrue],
  1997.             'request_stack' => ['services''request_stack''getRequestStackService'false],
  1998.             'session' => ['services''session''getSessionService.php'true],
  1999.             'session_storage' => ['privates''session.storage.native''getSession_Storage_NativeService.php'true],
  2000.         ], [
  2001.             'initialized_session' => '?',
  2002.             'request_stack' => '?',
  2003.             'session' => '?',
  2004.             'session_storage' => '?',
  2005.         ]));
  2006.     }
  2007.     /**
  2008.      * Gets the private 'validator.builder' shared service.
  2009.      *
  2010.      * @return \Symfony\Component\Validator\ValidatorBuilder
  2011.      */
  2012.     protected function getValidator_BuilderService()
  2013.     {
  2014.         $this->privates['validator.builder'] = $instance = \Symfony\Component\Validator\Validation::createValidatorBuilder();
  2015.         $a = ($this->privates['property_info'] ?? $this->getPropertyInfoService());
  2016.         $instance->setConstraintValidatorFactory(new \Symfony\Component\Validator\ContainerConstraintValidatorFactory(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2017.             'App\\Validator\\Constraints\\EmmeteurValidator' => ['privates''App\\Validator\\Constraints\\EmmeteurValidator''getEmmeteurValidatorService.php'true],
  2018.             'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator' => ['privates''doctrine_odm.mongodb.validator.unique''getDoctrineOdm_Mongodb_Validator_UniqueService.php'true],
  2019.             'Symfony\\Component\\Security\\Core\\Validator\\Constraints\\UserPasswordValidator' => ['privates''security.validator.user_password''getSecurity_Validator_UserPasswordService.php'true],
  2020.             'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => ['privates''validator.email''getValidator_EmailService.php'true],
  2021.             'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => ['privates''validator.expression''getValidator_ExpressionService.php'true],
  2022.             'Symfony\\Component\\Validator\\Constraints\\NotCompromisedPasswordValidator' => ['privates''validator.not_compromised_password''getValidator_NotCompromisedPasswordService.php'true],
  2023.             'doctrine.orm.validator.unique' => ['privates''doctrine.orm.validator.unique''getDoctrine_Orm_Validator_UniqueService.php'true],
  2024.             'doctrine_odm.mongodb.unique' => ['privates''doctrine_odm.mongodb.validator.unique''getDoctrineOdm_Mongodb_Validator_UniqueService.php'true],
  2025.             'security.validator.user_password' => ['privates''security.validator.user_password''getSecurity_Validator_UserPasswordService.php'true],
  2026.             'validator.expression' => ['privates''validator.expression''getValidator_ExpressionService.php'true],
  2027.         ], [
  2028.             'App\\Validator\\Constraints\\EmmeteurValidator' => '?',
  2029.             'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator' => '?',
  2030.             'Symfony\\Component\\Security\\Core\\Validator\\Constraints\\UserPasswordValidator' => '?',
  2031.             'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => '?',
  2032.             'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => '?',
  2033.             'Symfony\\Component\\Validator\\Constraints\\NotCompromisedPasswordValidator' => '?',
  2034.             'doctrine.orm.validator.unique' => '?',
  2035.             'doctrine_odm.mongodb.unique' => '?',
  2036.             'security.validator.user_password' => '?',
  2037.             'validator.expression' => '?',
  2038.         ])));
  2039.         $instance->setTranslationDomain('validators');
  2040.         $instance->enableAnnotationMapping(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  2041.         $instance->addMethodMapping('loadValidatorMetadata');
  2042.         $instance->addObjectInitializers([=> new \Symfony\Bridge\Doctrine\Validator\DoctrineInitializer(($this->services['doctrine'] ?? $this->getDoctrineService())), => new \Symfony\Bridge\Doctrine\Validator\DoctrineInitializer(($this->services['doctrine_mongodb'] ?? $this->getDoctrineMongodbService()))]);
  2043.         $instance->addLoader(new \Symfony\Component\Validator\Mapping\Loader\PropertyInfoLoader($a$a$aNULL));
  2044.         $instance->addLoader(new \Symfony\Bridge\Doctrine\Validator\DoctrineLoader(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), NULL));
  2045.         return $instance;
  2046.     }
  2047.     /**
  2048.      * Gets the private 'web_profiler.csp.handler' shared service.
  2049.      *
  2050.      * @return \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler
  2051.      */
  2052.     protected function getWebProfiler_Csp_HandlerService()
  2053.     {
  2054.         return $this->privates['web_profiler.csp.handler'] = new \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler(new \Symfony\Bundle\WebProfilerBundle\Csp\NonceGenerator());
  2055.     }
  2056.     /**
  2057.      * Gets the private 'web_profiler.debug_toolbar' shared service.
  2058.      *
  2059.      * @return \Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener
  2060.      */
  2061.     protected function getWebProfiler_DebugToolbarService()
  2062.     {
  2063.         return $this->privates['web_profiler.debug_toolbar'] = new \Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener(($this->services['twig'] ?? $this->getTwigService()), false2, ($this->services['router'] ?? $this->getRouterService()), '^/((index|app(_[\\w]+)?)\\.php/)?_wdt', ($this->privates['web_profiler.csp.handler'] ?? $this->getWebProfiler_Csp_HandlerService()));
  2064.     }
  2065.     public function getParameter($name)
  2066.     {
  2067.         $name = (string) $name;
  2068.         if (isset($this->buildParameters[$name])) {
  2069.             return $this->buildParameters[$name];
  2070.         }
  2071.         if (!(isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || array_key_exists($name$this->parameters))) {
  2072.             throw new InvalidArgumentException(sprintf('The parameter "%s" must be defined.'$name));
  2073.         }
  2074.         if (isset($this->loadedDynamicParameters[$name])) {
  2075.             return $this->loadedDynamicParameters[$name] ? $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
  2076.         }
  2077.         return $this->parameters[$name];
  2078.     }
  2079.     public function hasParameter($name): bool
  2080.     {
  2081.         $name = (string) $name;
  2082.         if (isset($this->buildParameters[$name])) {
  2083.             return true;
  2084.         }
  2085.         return isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || array_key_exists($name$this->parameters);
  2086.     }
  2087.     public function setParameter($name$value): void
  2088.     {
  2089.         throw new LogicException('Impossible to call set() on a frozen ParameterBag.');
  2090.     }
  2091.     public function getParameterBag(): ParameterBagInterface
  2092.     {
  2093.         if (null === $this->parameterBag) {
  2094.             $parameters $this->parameters;
  2095.             foreach ($this->loadedDynamicParameters as $name => $loaded) {
  2096.                 $parameters[$name] = $loaded $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
  2097.             }
  2098.             foreach ($this->buildParameters as $name => $value) {
  2099.                 $parameters[$name] = $value;
  2100.             }
  2101.             $this->parameterBag = new FrozenParameterBag($parameters);
  2102.         }
  2103.         return $this->parameterBag;
  2104.     }
  2105.     private $loadedDynamicParameters = [
  2106.         'kernel.cache_dir' => false,
  2107.         'kernel.secret' => false,
  2108.         'session.save_path' => false,
  2109.         'validator.mapping.cache.file' => false,
  2110.         'profiler.storage.dsn' => false,
  2111.         'debug.container.dump' => false,
  2112.         'serializer.mapping.cache.file' => false,
  2113.         'doctrine.orm.proxy_dir' => false,
  2114.         'nelmio_cors.defaults' => false,
  2115.         'doctrine_mongodb.odm.proxy_dir' => false,
  2116.         'doctrine_mongodb.odm.hydrator_dir' => false,
  2117.         'doctrine_mongodb.odm.persistent_collection_dir' => false,
  2118.         'lexik_jwt_authentication.pass_phrase' => false,
  2119.     ];
  2120.     private $dynamicParameters = [];
  2121.     private function getDynamicParameter(string $name)
  2122.     {
  2123.         switch ($name) {
  2124.             case 'kernel.cache_dir'$value $this->targetDir.''; break;
  2125.             case 'kernel.secret'$value $this->getEnv('APP_SECRET'); break;
  2126.             case 'session.save_path'$value = ($this->targetDir.''.'/sessions'); break;
  2127.             case 'validator.mapping.cache.file'$value = ($this->targetDir.''.'/validation.php'); break;
  2128.             case 'profiler.storage.dsn'$value = ('file:'.$this->targetDir.''.'/profiler'); break;
  2129.             case 'debug.container.dump'$value = ($this->targetDir.''.'/srcApp_KernelDevDebugContainer.xml'); break;
  2130.             case 'serializer.mapping.cache.file'$value = ($this->targetDir.''.'/serialization.php'); break;
  2131.             case 'doctrine.orm.proxy_dir'$value = ($this->targetDir.''.'/doctrine/orm/Proxies'); break;
  2132.             case 'nelmio_cors.defaults'$value = [
  2133.                 'allow_origin' => [
  2134.                     => $this->getEnv('CORS_ALLOW_ORIGIN'),
  2135.                 ],
  2136.                 'allow_credentials' => false,
  2137.                 'allow_headers' => [
  2138.                     => 'content-type',
  2139.                     => 'authorization',
  2140.                 ],
  2141.                 'expose_headers' => [
  2142.                     => 'Link',
  2143.                 ],
  2144.                 'allow_methods' => [
  2145.                     => 'GET',
  2146.                     => 'OPTIONS',
  2147.                     => 'POST',
  2148.                     => 'PUT',
  2149.                     => 'PATCH',
  2150.                     => 'DELETE',
  2151.                 ],
  2152.                 'max_age' => 3600,
  2153.                 'hosts' => [
  2154.                 ],
  2155.                 'origin_regex' => true,
  2156.                 'forced_allow_origin_value' => NULL,
  2157.             ]; break;
  2158.             case 'doctrine_mongodb.odm.proxy_dir'$value = ($this->targetDir.''.'/doctrine/odm/mongodb/Proxies'); break;
  2159.             case 'doctrine_mongodb.odm.hydrator_dir'$value = ($this->targetDir.''.'/doctrine/odm/mongodb/Hydrators'); break;
  2160.             case 'doctrine_mongodb.odm.persistent_collection_dir'$value = ($this->targetDir.''.'/doctrine/odm/mongodb/PersistentCollections'); break;
  2161.             case 'lexik_jwt_authentication.pass_phrase'$value $this->getEnv('JWT_PASSPHRASE'); break;
  2162.             default: throw new InvalidArgumentException(sprintf('The dynamic parameter "%s" must be defined.'$name));
  2163.         }
  2164.         $this->loadedDynamicParameters[$name] = true;
  2165.         return $this->dynamicParameters[$name] = $value;
  2166.     }
  2167.     protected function getDefaultParameters(): array
  2168.     {
  2169.         return [
  2170.             'kernel.root_dir' => (\dirname(__DIR__4).'/src'),
  2171.             'kernel.project_dir' => \dirname(__DIR__4),
  2172.             'kernel.environment' => 'dev',
  2173.             'kernel.debug' => true,
  2174.             'kernel.name' => 'src',
  2175.             'kernel.logs_dir' => (\dirname(__DIR__3).'/log'),
  2176.             'kernel.bundles' => [
  2177.                 'FrameworkBundle' => 'Symfony\\Bundle\\FrameworkBundle\\FrameworkBundle',
  2178.                 'ApiPlatformBundle' => 'ApiPlatform\\Core\\Bridge\\Symfony\\Bundle\\ApiPlatformBundle',
  2179.                 'DoctrineBundle' => 'Doctrine\\Bundle\\DoctrineBundle\\DoctrineBundle',
  2180.                 'DoctrineMigrationsBundle' => 'Doctrine\\Bundle\\MigrationsBundle\\DoctrineMigrationsBundle',
  2181.                 'NelmioCorsBundle' => 'Nelmio\\CorsBundle\\NelmioCorsBundle',
  2182.                 'SecurityBundle' => 'Symfony\\Bundle\\SecurityBundle\\SecurityBundle',
  2183.                 'TwigBundle' => 'Symfony\\Bundle\\TwigBundle\\TwigBundle',
  2184.                 'DoctrineMongoDBBundle' => 'Doctrine\\Bundle\\MongoDBBundle\\DoctrineMongoDBBundle',
  2185.                 'DoctrineFixturesBundle' => 'Doctrine\\Bundle\\FixturesBundle\\DoctrineFixturesBundle',
  2186.                 'WebProfilerBundle' => 'Symfony\\Bundle\\WebProfilerBundle\\WebProfilerBundle',
  2187.                 'MakerBundle' => 'Symfony\\Bundle\\MakerBundle\\MakerBundle',
  2188.                 'LexikJWTAuthenticationBundle' => 'Lexik\\Bundle\\JWTAuthenticationBundle\\LexikJWTAuthenticationBundle',
  2189.                 'StofDoctrineExtensionsBundle' => 'Stof\\DoctrineExtensionsBundle\\StofDoctrineExtensionsBundle',
  2190.                 'MonologBundle' => 'Symfony\\Bundle\\MonologBundle\\MonologBundle',
  2191.                 'OldSoundRabbitMqBundle' => 'OldSound\\RabbitMqBundle\\OldSoundRabbitMqBundle',
  2192.             ],
  2193.             'kernel.bundles_metadata' => [
  2194.                 'FrameworkBundle' => [
  2195.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle'),
  2196.                     'namespace' => 'Symfony\\Bundle\\FrameworkBundle',
  2197.                 ],
  2198.                 'ApiPlatformBundle' => [
  2199.                     'path' => (\dirname(__DIR__4).'/vendor/api-platform/core/src/Bridge/Symfony/Bundle'),
  2200.                     'namespace' => 'ApiPlatform\\Core\\Bridge\\Symfony\\Bundle',
  2201.                 ],
  2202.                 'DoctrineBundle' => [
  2203.                     'path' => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle'),
  2204.                     'namespace' => 'Doctrine\\Bundle\\DoctrineBundle',
  2205.                 ],
  2206.                 'DoctrineMigrationsBundle' => [
  2207.                     'path' => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle'),
  2208.                     'namespace' => 'Doctrine\\Bundle\\MigrationsBundle',
  2209.                 ],
  2210.                 'NelmioCorsBundle' => [
  2211.                     'path' => (\dirname(__DIR__4).'/vendor/nelmio/cors-bundle'),
  2212.                     'namespace' => 'Nelmio\\CorsBundle',
  2213.                 ],
  2214.                 'SecurityBundle' => [
  2215.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/security-bundle'),
  2216.                     'namespace' => 'Symfony\\Bundle\\SecurityBundle',
  2217.                 ],
  2218.                 'TwigBundle' => [
  2219.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/twig-bundle'),
  2220.                     'namespace' => 'Symfony\\Bundle\\TwigBundle',
  2221.                 ],
  2222.                 'DoctrineMongoDBBundle' => [
  2223.                     'path' => (\dirname(__DIR__4).'/vendor/doctrine/mongodb-odm-bundle'),
  2224.                     'namespace' => 'Doctrine\\Bundle\\MongoDBBundle',
  2225.                 ],
  2226.                 'DoctrineFixturesBundle' => [
  2227.                     'path' => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-fixtures-bundle'),
  2228.                     'namespace' => 'Doctrine\\Bundle\\FixturesBundle',
  2229.                 ],
  2230.                 'WebProfilerBundle' => [
  2231.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle'),
  2232.                     'namespace' => 'Symfony\\Bundle\\WebProfilerBundle',
  2233.                 ],
  2234.                 'MakerBundle' => [
  2235.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/maker-bundle/src'),
  2236.                     'namespace' => 'Symfony\\Bundle\\MakerBundle',
  2237.                 ],
  2238.                 'LexikJWTAuthenticationBundle' => [
  2239.                     'path' => (\dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle'),
  2240.                     'namespace' => 'Lexik\\Bundle\\JWTAuthenticationBundle',
  2241.                 ],
  2242.                 'StofDoctrineExtensionsBundle' => [
  2243.                     'path' => (\dirname(__DIR__4).'/vendor/stof/doctrine-extensions-bundle'),
  2244.                     'namespace' => 'Stof\\DoctrineExtensionsBundle',
  2245.                 ],
  2246.                 'MonologBundle' => [
  2247.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/monolog-bundle'),
  2248.                     'namespace' => 'Symfony\\Bundle\\MonologBundle',
  2249.                 ],
  2250.                 'OldSoundRabbitMqBundle' => [
  2251.                     'path' => (\dirname(__DIR__4).'/vendor/php-amqplib/rabbitmq-bundle'),
  2252.                     'namespace' => 'OldSound\\RabbitMqBundle',
  2253.                 ],
  2254.             ],
  2255.             'kernel.charset' => 'UTF-8',
  2256.             'kernel.container_class' => 'srcApp_KernelDevDebugContainer',
  2257.             'container.dumper.inline_class_loader' => true,
  2258.             'env(MONGODB_URL)' => '',
  2259.             'env(MONGODB_DB)' => '',
  2260.             'fragment.renderer.hinclude.global_template' => '',
  2261.             'fragment.path' => '/_fragment',
  2262.             'kernel.http_method_override' => true,
  2263.             'kernel.trusted_hosts' => [
  2264.             ],
  2265.             'kernel.default_locale' => 'en',
  2266.             'kernel.error_controller' => 'error_controller',
  2267.             'templating.helper.code.file_link_format' => NULL,
  2268.             'debug.file_link_format' => NULL,
  2269.             'session.metadata.storage_key' => '_sf2_meta',
  2270.             'session.storage.options' => [
  2271.                 'cache_limiter' => '0',
  2272.                 'cookie_secure' => 'auto',
  2273.                 'cookie_httponly' => true,
  2274.                 'cookie_samesite' => 'lax',
  2275.                 'gc_probability' => 1,
  2276.             ],
  2277.             'session.metadata.update_threshold' => 0,
  2278.             'asset.request_context.base_path' => '',
  2279.             'asset.request_context.secure' => false,
  2280.             'validator.mapping.cache.prefix' => '',
  2281.             'validator.translation_domain' => 'validators',
  2282.             'profiler_listener.only_exceptions' => false,
  2283.             'profiler_listener.only_master_requests' => false,
  2284.             'debug.error_handler.throw_at' => -1,
  2285.             'router.request_context.host' => 'localhost',
  2286.             'router.request_context.scheme' => 'http',
  2287.             'router.request_context.base_url' => '',
  2288.             'router.resource' => 'kernel::loadRoutes',
  2289.             'router.cache_class_prefix' => 'srcApp_KernelDevDebugContainer',
  2290.             'request_listener.http_port' => 80,
  2291.             'request_listener.https_port' => 443,
  2292.             'serializer.mapping.cache.prefix' => '',
  2293.             'api_platform.enable_entrypoint' => true,
  2294.             'api_platform.enable_docs' => true,
  2295.             'api_platform.title' => '',
  2296.             'api_platform.description' => '',
  2297.             'api_platform.version' => '0.0.0',
  2298.             'api_platform.show_webby' => true,
  2299.             'api_platform.exception_to_status' => [
  2300.                 'App\\Exception\\DigitalCouponUnexpectedError' => 500,
  2301.                 'App\\Exception\\CouponOutOfStockException' => 400,
  2302.                 'App\\Exception\\DigitalCouponBadRequest' => 400,
  2303.                 'App\\Exception\\OutOfStock' => 400,
  2304.                 'App\\Exception\\DigitalCouponNotFound' => 404,
  2305.             ],
  2306.             'api_platform.formats' => [
  2307.                 'jsonld' => [
  2308.                     => 'application/ld+json',
  2309.                 ],
  2310.                 'json' => [
  2311.                     => 'application/json',
  2312.                 ],
  2313.                 'html' => [
  2314.                     => 'text/html',
  2315.                 ],
  2316.             ],
  2317.             'api_platform.patch_formats' => [
  2318.             ],
  2319.             'api_platform.error_formats' => [
  2320.                 'jsonproblem' => [
  2321.                     => 'application/problem+json',
  2322.                 ],
  2323.                 'jsonld' => [
  2324.                     => 'application/ld+json',
  2325.                 ],
  2326.             ],
  2327.             'api_platform.allow_plain_identifiers' => false,
  2328.             'api_platform.eager_loading.enabled' => true,
  2329.             'api_platform.eager_loading.max_joins' => 30,
  2330.             'api_platform.eager_loading.fetch_partial' => false,
  2331.             'api_platform.eager_loading.force_eager' => true,
  2332.             'api_platform.collection.exists_parameter_name' => 'exists',
  2333.             'api_platform.collection.order' => 'ASC',
  2334.             'api_platform.collection.order_parameter_name' => 'order',
  2335.             'api_platform.collection.pagination.enabled' => true,
  2336.             'api_platform.collection.pagination.partial' => false,
  2337.             'api_platform.collection.pagination.client_enabled' => false,
  2338.             'api_platform.collection.pagination.client_items_per_page' => false,
  2339.             'api_platform.collection.pagination.client_partial' => false,
  2340.             'api_platform.collection.pagination.items_per_page' => 30,
  2341.             'api_platform.collection.pagination.maximum_items_per_page' => NULL,
  2342.             'api_platform.collection.pagination.page_parameter_name' => 'page',
  2343.             'api_platform.collection.pagination.enabled_parameter_name' => 'pagination',
  2344.             'api_platform.collection.pagination.items_per_page_parameter_name' => 'itemsPerPage',
  2345.             'api_platform.collection.pagination.partial_parameter_name' => 'partial',
  2346.             'api_platform.collection.pagination' => [
  2347.                 'enabled' => true,
  2348.                 'partial' => false,
  2349.                 'client_enabled' => false,
  2350.                 'client_items_per_page' => false,
  2351.                 'client_partial' => false,
  2352.                 'items_per_page' => 30,
  2353.                 'maximum_items_per_page' => NULL,
  2354.                 'page_parameter_name' => 'page',
  2355.                 'enabled_parameter_name' => 'pagination',
  2356.                 'items_per_page_parameter_name' => 'itemsPerPage',
  2357.                 'partial_parameter_name' => 'partial',
  2358.             ],
  2359.             'api_platform.http_cache.etag' => true,
  2360.             'api_platform.http_cache.max_age' => NULL,
  2361.             'api_platform.http_cache.shared_max_age' => NULL,
  2362.             'api_platform.http_cache.vary' => [
  2363.                 => 'Accept',
  2364.             ],
  2365.             'api_platform.http_cache.public' => NULL,
  2366.             'api_platform.resource_class_directories' => [
  2367.                 => (\dirname(__DIR__4).'/src/Entity'),
  2368.                 => (\dirname(__DIR__4).'/src/Document'),
  2369.             ],
  2370.             'api_platform.oauth.enabled' => false,
  2371.             'api_platform.oauth.clientId' => '',
  2372.             'api_platform.oauth.clientSecret' => '',
  2373.             'api_platform.oauth.type' => 'oauth2',
  2374.             'api_platform.oauth.flow' => 'application',
  2375.             'api_platform.oauth.tokenUrl' => '/oauth/v2/token',
  2376.             'api_platform.oauth.authorizationUrl' => '/oauth/v2/auth',
  2377.             'api_platform.oauth.scopes' => [
  2378.             ],
  2379.             'api_platform.swagger.versions' => [
  2380.                 => 2,
  2381.                 => 3,
  2382.             ],
  2383.             'api_platform.enable_swagger_ui' => true,
  2384.             'api_platform.enable_re_doc' => true,
  2385.             'api_platform.swagger.api_keys' => [
  2386.                 'apiKey' => [
  2387.                     'name' => 'Authorization',
  2388.                     'type' => 'header',
  2389.                 ],
  2390.             ],
  2391.             'api_platform.graphql.enabled' => false,
  2392.             'api_platform.graphql.graphiql.enabled' => false,
  2393.             'api_platform.graphql.graphql_playground.enabled' => false,
  2394.             'api_platform.graphql.collection.pagination' => [
  2395.                 'enabled' => true,
  2396.             ],
  2397.             'api_platform.validator.serialize_payload_fields' => [
  2398.             ],
  2399.             'api_platform.elasticsearch.enabled' => false,
  2400.             'doctrine.dbal.logger.chain.class' => 'Doctrine\\DBAL\\Logging\\LoggerChain',
  2401.             'doctrine.dbal.logger.profiling.class' => 'Doctrine\\DBAL\\Logging\\DebugStack',
  2402.             'doctrine.dbal.logger.class' => 'Symfony\\Bridge\\Doctrine\\Logger\\DbalLogger',
  2403.             'doctrine.dbal.configuration.class' => 'Doctrine\\DBAL\\Configuration',
  2404.             'doctrine.data_collector.class' => 'Doctrine\\Bundle\\DoctrineBundle\\DataCollector\\DoctrineDataCollector',
  2405.             'doctrine.dbal.connection.event_manager.class' => 'Symfony\\Bridge\\Doctrine\\ContainerAwareEventManager',
  2406.             'doctrine.dbal.connection_factory.class' => 'Doctrine\\Bundle\\DoctrineBundle\\ConnectionFactory',
  2407.             'doctrine.dbal.events.mysql_session_init.class' => 'Doctrine\\DBAL\\Event\\Listeners\\MysqlSessionInit',
  2408.             'doctrine.dbal.events.oracle_session_init.class' => 'Doctrine\\DBAL\\Event\\Listeners\\OracleSessionInit',
  2409.             'doctrine.class' => 'Doctrine\\Bundle\\DoctrineBundle\\Registry',
  2410.             'doctrine.entity_managers' => [
  2411.                 'default' => 'doctrine.orm.default_entity_manager',
  2412.             ],
  2413.             'doctrine.default_entity_manager' => 'default',
  2414.             'doctrine.dbal.connection_factory.types' => [
  2415.             ],
  2416.             'doctrine.connections' => [
  2417.                 'default' => 'doctrine.dbal.default_connection',
  2418.             ],
  2419.             'doctrine.default_connection' => 'default',
  2420.             'doctrine.orm.configuration.class' => 'Doctrine\\ORM\\Configuration',
  2421.             'doctrine.orm.entity_manager.class' => 'Doctrine\\ORM\\EntityManager',
  2422.             'doctrine.orm.manager_configurator.class' => 'Doctrine\\Bundle\\DoctrineBundle\\ManagerConfigurator',
  2423.             'doctrine.orm.cache.array.class' => 'Doctrine\\Common\\Cache\\ArrayCache',
  2424.             'doctrine.orm.cache.apc.class' => 'Doctrine\\Common\\Cache\\ApcCache',
  2425.             'doctrine.orm.cache.memcache.class' => 'Doctrine\\Common\\Cache\\MemcacheCache',
  2426.             'doctrine.orm.cache.memcache_host' => 'localhost',
  2427.             'doctrine.orm.cache.memcache_port' => 11211,
  2428.             'doctrine.orm.cache.memcache_instance.class' => 'Memcache',
  2429.             'doctrine.orm.cache.memcached.class' => 'Doctrine\\Common\\Cache\\MemcachedCache',
  2430.             'doctrine.orm.cache.memcached_host' => 'localhost',
  2431.             'doctrine.orm.cache.memcached_port' => 11211,
  2432.             'doctrine.orm.cache.memcached_instance.class' => 'Memcached',
  2433.             'doctrine.orm.cache.redis.class' => 'Doctrine\\Common\\Cache\\RedisCache',
  2434.             'doctrine.orm.cache.redis_host' => 'localhost',
  2435.             'doctrine.orm.cache.redis_port' => 6379,
  2436.             'doctrine.orm.cache.redis_instance.class' => 'Redis',
  2437.             'doctrine.orm.cache.xcache.class' => 'Doctrine\\Common\\Cache\\XcacheCache',
  2438.             'doctrine.orm.cache.wincache.class' => 'Doctrine\\Common\\Cache\\WinCacheCache',
  2439.             'doctrine.orm.cache.zenddata.class' => 'Doctrine\\Common\\Cache\\ZendDataCache',
  2440.             'doctrine.orm.metadata.driver_chain.class' => 'Doctrine\\Common\\Persistence\\Mapping\\Driver\\MappingDriverChain',
  2441.             'doctrine.orm.metadata.annotation.class' => 'Doctrine\\ORM\\Mapping\\Driver\\AnnotationDriver',
  2442.             'doctrine.orm.metadata.xml.class' => 'Doctrine\\ORM\\Mapping\\Driver\\SimplifiedXmlDriver',
  2443.             'doctrine.orm.metadata.yml.class' => 'Doctrine\\ORM\\Mapping\\Driver\\SimplifiedYamlDriver',
  2444.             'doctrine.orm.metadata.php.class' => 'Doctrine\\ORM\\Mapping\\Driver\\PHPDriver',
  2445.             'doctrine.orm.metadata.staticphp.class' => 'Doctrine\\ORM\\Mapping\\Driver\\StaticPHPDriver',
  2446.             'doctrine.orm.proxy_cache_warmer.class' => 'Symfony\\Bridge\\Doctrine\\CacheWarmer\\ProxyCacheWarmer',
  2447.             'form.type_guesser.doctrine.class' => 'Symfony\\Bridge\\Doctrine\\Form\\DoctrineOrmTypeGuesser',
  2448.             'doctrine.orm.validator.unique.class' => 'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator',
  2449.             'doctrine.orm.validator_initializer.class' => 'Symfony\\Bridge\\Doctrine\\Validator\\DoctrineInitializer',
  2450.             'doctrine.orm.security.user.provider.class' => 'Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider',
  2451.             'doctrine.orm.listeners.resolve_target_entity.class' => 'Doctrine\\ORM\\Tools\\ResolveTargetEntityListener',
  2452.             'doctrine.orm.listeners.attach_entity_listeners.class' => 'Doctrine\\ORM\\Tools\\AttachEntityListenersListener',
  2453.             'doctrine.orm.naming_strategy.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultNamingStrategy',
  2454.             'doctrine.orm.naming_strategy.underscore.class' => 'Doctrine\\ORM\\Mapping\\UnderscoreNamingStrategy',
  2455.             'doctrine.orm.quote_strategy.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultQuoteStrategy',
  2456.             'doctrine.orm.quote_strategy.ansi.class' => 'Doctrine\\ORM\\Mapping\\AnsiQuoteStrategy',
  2457.             'doctrine.orm.entity_listener_resolver.class' => 'Doctrine\\Bundle\\DoctrineBundle\\Mapping\\ContainerEntityListenerResolver',
  2458.             'doctrine.orm.second_level_cache.default_cache_factory.class' => 'Doctrine\\ORM\\Cache\\DefaultCacheFactory',
  2459.             'doctrine.orm.second_level_cache.default_region.class' => 'Doctrine\\ORM\\Cache\\Region\\DefaultRegion',
  2460.             'doctrine.orm.second_level_cache.filelock_region.class' => 'Doctrine\\ORM\\Cache\\Region\\FileLockRegion',
  2461.             'doctrine.orm.second_level_cache.logger_chain.class' => 'Doctrine\\ORM\\Cache\\Logging\\CacheLoggerChain',
  2462.             'doctrine.orm.second_level_cache.logger_statistics.class' => 'Doctrine\\ORM\\Cache\\Logging\\StatisticsCacheLogger',
  2463.             'doctrine.orm.second_level_cache.cache_configuration.class' => 'Doctrine\\ORM\\Cache\\CacheConfiguration',
  2464.             'doctrine.orm.second_level_cache.regions_configuration.class' => 'Doctrine\\ORM\\Cache\\RegionsConfiguration',
  2465.             'doctrine.orm.auto_generate_proxy_classes' => true,
  2466.             'doctrine.orm.proxy_namespace' => 'Proxies',
  2467.             'doctrine_migrations.dir_name' => (\dirname(__DIR__4).'/src/Migrations'),
  2468.             'doctrine_migrations.namespace' => 'DoctrineMigrations',
  2469.             'doctrine_migrations.table_name' => 'migration_versions',
  2470.             'doctrine_migrations.column_name' => 'version',
  2471.             'doctrine_migrations.column_length' => 14,
  2472.             'doctrine_migrations.executed_at_column_name' => 'executed_at',
  2473.             'doctrine_migrations.all_or_nothing' => false,
  2474.             'doctrine_migrations.name' => 'Application Migrations',
  2475.             'doctrine_migrations.custom_template' => NULL,
  2476.             'doctrine_migrations.organize_migrations' => false,
  2477.             'nelmio_cors.map' => [
  2478.                 '^/' => [
  2479.                 ],
  2480.             ],
  2481.             'nelmio_cors.cors_listener.class' => 'Nelmio\\CorsBundle\\EventListener\\CorsListener',
  2482.             'nelmio_cors.options_resolver.class' => 'Nelmio\\CorsBundle\\Options\\Resolver',
  2483.             'nelmio_cors.options_provider.config.class' => 'Nelmio\\CorsBundle\\Options\\ConfigProvider',
  2484.             'security.authentication.trust_resolver.anonymous_class' => NULL,
  2485.             'security.authentication.trust_resolver.rememberme_class' => NULL,
  2486.             'security.role_hierarchy.roles' => [
  2487.                 'ROLE_ADMIN' => [
  2488.                     => 'ROLE_USER',
  2489.                 ],
  2490.                 'ROLE_SUPER_ADMIN' => [
  2491.                     => 'ROLE_ADMIN',
  2492.                 ],
  2493.             ],
  2494.             'security.access.denied_url' => NULL,
  2495.             'security.authentication.manager.erase_credentials' => true,
  2496.             'security.authentication.session_strategy.strategy' => 'migrate',
  2497.             'security.access.always_authenticate_before_granting' => false,
  2498.             'security.authentication.hide_user_not_found' => true,
  2499.             'twig.exception_listener.controller' => 'twig.controller.exception::showAction',
  2500.             'twig.form.resources' => [
  2501.                 => 'form_div_layout.html.twig',
  2502.             ],
  2503.             'twig.default_path' => (\dirname(__DIR__4).'/templates'),
  2504.             'doctrine_mongodb.odm.connection.class' => 'MongoDB\\Client',
  2505.             'doctrine_mongodb.odm.configuration.class' => 'Doctrine\\ODM\\MongoDB\\Configuration',
  2506.             'doctrine_mongodb.odm.document_manager.class' => 'Doctrine\\ODM\\MongoDB\\DocumentManager',
  2507.             'doctrine_mongodb.odm.manager_configurator.class' => 'Doctrine\\Bundle\\MongoDBBundle\\ManagerConfigurator',
  2508.             'doctrine_mongodb.odm.event_manager.class' => 'Symfony\\Bridge\\Doctrine\\ContainerAwareEventManager',
  2509.             'doctrine_odm.mongodb.validator_initializer.class' => 'Symfony\\Bridge\\Doctrine\\Validator\\DoctrineInitializer',
  2510.             'doctrine_odm.mongodb.validator.unique.class' => 'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator',
  2511.             'doctrine_mongodb.odm.class' => 'Doctrine\\Bundle\\MongoDBBundle\\ManagerRegistry',
  2512.             'doctrine_mongodb.odm.security.user.provider.class' => 'Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider',
  2513.             'doctrine_mongodb.odm.proxy_cache_warmer.class' => 'Doctrine\\Bundle\\MongoDBBundle\\CacheWarmer\\ProxyCacheWarmer',
  2514.             'doctrine_mongodb.odm.hydrator_cache_warmer.class' => 'Doctrine\\Bundle\\MongoDBBundle\\CacheWarmer\\HydratorCacheWarmer',
  2515.             'doctrine_mongodb.odm.persistent_collection_cache_warmer.class' => 'Doctrine\\Bundle\\MongoDBBundle\\CacheWarmer\\PersistentCollectionCacheWarmer',
  2516.             'doctrine_mongodb.odm.cache.array.class' => 'Doctrine\\Common\\Cache\\ArrayCache',
  2517.             'doctrine_mongodb.odm.cache.apc.class' => 'Doctrine\\Common\\Cache\\ApcCache',
  2518.             'doctrine_mongodb.odm.cache.apcu.class' => 'Doctrine\\Common\\Cache\\ApcuCache',
  2519.             'doctrine_mongodb.odm.cache.memcache.class' => 'Doctrine\\Common\\Cache\\MemcacheCache',
  2520.             'doctrine_mongodb.odm.cache.memcache_host' => 'localhost',
  2521.             'doctrine_mongodb.odm.cache.memcache_port' => 11211,
  2522.             'doctrine_mongodb.odm.cache.memcache_instance.class' => 'Memcache',
  2523.             'doctrine_mongodb.odm.cache.xcache.class' => 'Doctrine\\Common\\Cache\\XcacheCache',
  2524.             'doctrine_mongodb.odm.metadata.driver_chain.class' => 'Doctrine\\Common\\Persistence\\Mapping\\Driver\\MappingDriverChain',
  2525.             'doctrine_mongodb.odm.metadata.annotation.class' => 'Doctrine\\ODM\\MongoDB\\Mapping\\Driver\\AnnotationDriver',
  2526.             'doctrine_mongodb.odm.metadata.xml.class' => 'Doctrine\\Bundle\\MongoDBBundle\\Mapping\\Driver\\XmlDriver',
  2527.             'doctrine_mongodb.odm.mapping_dirs' => [
  2528.             ],
  2529.             'doctrine_mongodb.odm.xml_mapping_dirs' => [
  2530.             ],
  2531.             'doctrine_mongodb.odm.document_dirs' => [
  2532.             ],
  2533.             'doctrine_mongodb.odm.fixtures_dirs' => [
  2534.             ],
  2535.             'doctrine_mongodb.odm.logger.batch_insert_threshold' => 4,
  2536.             'doctrine_mongodb.odm.listeners.resolve_target_document.class' => 'Doctrine\\ODM\\MongoDB\\Tools\\ResolveTargetDocumentListener',
  2537.             'doctrine_mongodb.odm.default_connection' => 'default',
  2538.             'doctrine_mongodb.odm.default_document_manager' => 'default',
  2539.             'doctrine_mongodb.odm.proxy_namespace' => 'MongoDBODMProxies',
  2540.             'doctrine_mongodb.odm.auto_generate_proxy_classes' => 2,
  2541.             'doctrine_mongodb.odm.hydrator_namespace' => 'Hydrators',
  2542.             'doctrine_mongodb.odm.auto_generate_hydrator_classes' => 1,
  2543.             'doctrine_mongodb.odm.default_commit_options' => [
  2544.             ],
  2545.             'doctrine_mongodb.odm.persistent_collection_namespace' => 'PersistentCollections',
  2546.             'doctrine_mongodb.odm.auto_generate_persistent_collection_classes' => 0,
  2547.             'doctrine_mongodb.odm.fixture_loader' => 'Symfony\\Bridge\\Doctrine\\DataFixtures\\ContainerAwareLoader',
  2548.             'doctrine_mongodb.odm.connections' => [
  2549.                 'default' => 'doctrine_mongodb.odm.default_connection',
  2550.             ],
  2551.             'doctrine_mongodb.odm.document_managers' => [
  2552.                 'default' => 'doctrine_mongodb.odm.default_document_manager',
  2553.             ],
  2554.             'web_profiler.debug_toolbar.intercept_redirects' => false,
  2555.             'web_profiler.debug_toolbar.mode' => 2,
  2556.             'lexik_jwt_authentication.token_ttl' => 3600,
  2557.             'lexik_jwt_authentication.clock_skew' => 0,
  2558.             'lexik_jwt_authentication.user_identity_field' => 'username',
  2559.             'lexik_jwt_authentication.user_id_claim' => 'username',
  2560.             'lexik_jwt_authentication.encoder.signature_algorithm' => 'RS256',
  2561.             'lexik_jwt_authentication.encoder.crypto_engine' => 'openssl',
  2562.             'stof_doctrine_extensions.listener.timestampable.class' => 'Gedmo\\Timestampable\\TimestampableListener',
  2563.             'stof_doctrine_extensions.default_locale' => 'en_US',
  2564.             'stof_doctrine_extensions.translation_fallback' => false,
  2565.             'stof_doctrine_extensions.persist_default_translation' => false,
  2566.             'stof_doctrine_extensions.skip_translation_on_load' => false,
  2567.             'stof_doctrine_extensions.listener.translatable.class' => 'Gedmo\\Translatable\\TranslatableListener',
  2568.             'stof_doctrine_extensions.listener.blameable.class' => 'Gedmo\\Blameable\\BlameableListener',
  2569.             'stof_doctrine_extensions.listener.sluggable.class' => 'Gedmo\\Sluggable\\SluggableListener',
  2570.             'stof_doctrine_extensions.listener.tree.class' => 'Gedmo\\Tree\\TreeListener',
  2571.             'stof_doctrine_extensions.listener.loggable.class' => 'Gedmo\\Loggable\\LoggableListener',
  2572.             'stof_doctrine_extensions.listener.sortable.class' => 'Gedmo\\Sortable\\SortableListener',
  2573.             'stof_doctrine_extensions.listener.softdeleteable.class' => 'Gedmo\\SoftDeleteable\\SoftDeleteableListener',
  2574.             'stof_doctrine_extensions.listener.uploadable.class' => 'Gedmo\\Uploadable\\UploadableListener',
  2575.             'stof_doctrine_extensions.listener.reference_integrity.class' => 'Gedmo\\ReferenceIntegrity\\ReferenceIntegrityListener',
  2576.             'monolog.use_microseconds' => true,
  2577.             'monolog.swift_mailer.handlers' => [
  2578.             ],
  2579.             'monolog.handlers_to_channels' => [
  2580.                 'monolog.handler.console' => [
  2581.                     'type' => 'exclusive',
  2582.                     'elements' => [
  2583.                         => 'event',
  2584.                         => 'doctrine',
  2585.                         => 'console',
  2586.                     ],
  2587.                 ],
  2588.                 'monolog.handler.main' => [
  2589.                     'type' => 'exclusive',
  2590.                     'elements' => [
  2591.                         => 'event',
  2592.                     ],
  2593.                 ],
  2594.             ],
  2595.             'old_sound_rabbit_mq.connection.class' => 'PhpAmqpLib\\Connection\\AMQPConnection',
  2596.             'old_sound_rabbit_mq.socket_connection.class' => 'PhpAmqpLib\\Connection\\AMQPSocketConnection',
  2597.             'old_sound_rabbit_mq.lazy.connection.class' => 'PhpAmqpLib\\Connection\\AMQPLazyConnection',
  2598.             'old_sound_rabbit_mq.lazy.socket_connection.class' => 'PhpAmqpLib\\Connection\\AMQPLazySocketConnection',
  2599.             'old_sound_rabbit_mq.connection_factory.class' => 'OldSound\\RabbitMqBundle\\RabbitMq\\AMQPConnectionFactory',
  2600.             'old_sound_rabbit_mq.binding.class' => 'OldSound\\RabbitMqBundle\\RabbitMq\\Binding',
  2601.             'old_sound_rabbit_mq.producer.class' => 'OldSound\\RabbitMqBundle\\RabbitMq\\Producer',
  2602.             'old_sound_rabbit_mq.consumer.class' => 'OldSound\\RabbitMqBundle\\RabbitMq\\Consumer',
  2603.             'old_sound_rabbit_mq.multi_consumer.class' => 'OldSound\\RabbitMqBundle\\RabbitMq\\MultipleConsumer',
  2604.             'old_sound_rabbit_mq.dynamic_consumer.class' => 'OldSound\\RabbitMqBundle\\RabbitMq\\DynamicConsumer',
  2605.             'old_sound_rabbit_mq.batch_consumer.class' => 'OldSound\\RabbitMqBundle\\RabbitMq\\BatchConsumer',
  2606.             'old_sound_rabbit_mq.anon_consumer.class' => 'OldSound\\RabbitMqBundle\\RabbitMq\\AnonConsumer',
  2607.             'old_sound_rabbit_mq.rpc_client.class' => 'OldSound\\RabbitMqBundle\\RabbitMq\\RpcClient',
  2608.             'old_sound_rabbit_mq.rpc_server.class' => 'OldSound\\RabbitMqBundle\\RabbitMq\\RpcServer',
  2609.             'old_sound_rabbit_mq.logged.channel.class' => 'OldSound\\RabbitMqBundle\\RabbitMq\\AMQPLoggedChannel',
  2610.             'old_sound_rabbit_mq.data_collector.class' => 'OldSound\\RabbitMqBundle\\DataCollector\\MessageDataCollector',
  2611.             'old_sound_rabbit_mq.parts_holder.class' => 'OldSound\\RabbitMqBundle\\RabbitMq\\AmqpPartsHolder',
  2612.             'old_sound_rabbit_mq.fallback.class' => 'OldSound\\RabbitMqBundle\\RabbitMq\\Fallback',
  2613.             'data_collector.templates' => [
  2614.                 'data_collector.request' => [
  2615.                     => 'request',
  2616.                     => '@WebProfiler/Collector/request.html.twig',
  2617.                 ],
  2618.                 'api_platform.data_collector.request' => [
  2619.                     => 'api_platform.data_collector.request',
  2620.                     => '@ApiPlatform/DataCollector/request.html.twig',
  2621.                 ],
  2622.                 'data_collector.time' => [
  2623.                     => 'time',
  2624.                     => '@WebProfiler/Collector/time.html.twig',
  2625.                 ],
  2626.                 'data_collector.memory' => [
  2627.                     => 'memory',
  2628.                     => '@WebProfiler/Collector/memory.html.twig',
  2629.                 ],
  2630.                 'data_collector.validator' => [
  2631.                     => 'validator',
  2632.                     => '@WebProfiler/Collector/validator.html.twig',
  2633.                 ],
  2634.                 'data_collector.ajax' => [
  2635.                     => 'ajax',
  2636.                     => '@WebProfiler/Collector/ajax.html.twig',
  2637.                 ],
  2638.                 'data_collector.exception' => [
  2639.                     => 'exception',
  2640.                     => '@WebProfiler/Collector/exception.html.twig',
  2641.                 ],
  2642.                 'data_collector.logger' => [
  2643.                     => 'logger',
  2644.                     => '@WebProfiler/Collector/logger.html.twig',
  2645.                 ],
  2646.                 'data_collector.events' => [
  2647.                     => 'events',
  2648.                     => '@WebProfiler/Collector/events.html.twig',
  2649.                 ],
  2650.                 'data_collector.router' => [
  2651.                     => 'router',
  2652.                     => '@WebProfiler/Collector/router.html.twig',
  2653.                 ],
  2654.                 'data_collector.cache' => [
  2655.                     => 'cache',
  2656.                     => '@WebProfiler/Collector/cache.html.twig',
  2657.                 ],
  2658.                 'data_collector.security' => [
  2659.                     => 'security',
  2660.                     => '@Security/Collector/security.html.twig',
  2661.                 ],
  2662.                 'data_collector.twig' => [
  2663.                     => 'twig',
  2664.                     => '@WebProfiler/Collector/twig.html.twig',
  2665.                 ],
  2666.                 'data_collector.http_client' => [
  2667.                     => 'http_client',
  2668.                     => '@WebProfiler/Collector/http_client.html.twig',
  2669.                 ],
  2670.                 'data_collector.doctrine' => [
  2671.                     => 'db',
  2672.                     => '@Doctrine/Collector/db.html.twig',
  2673.                 ],
  2674.                 'doctrine_mongodb.odm.data_collector' => [
  2675.                     => 'mongodb',
  2676.                     => '@DoctrineMongoDB/Collector/mongodb.html.twig',
  2677.                 ],
  2678.                 'data_collector.config' => [
  2679.                     => 'config',
  2680.                     => '@WebProfiler/Collector/config.html.twig',
  2681.                 ],
  2682.             ],
  2683.             'old_sound_rabbit_mq.base_amqp' => [
  2684.             ],
  2685.             'console.command.ids' => [
  2686.                 => 'console.command.public_alias.api_platform.json_schema.json_schema_generate_command',
  2687.                 => 'console.command.public_alias.api_platform.swagger.command.swagger_command',
  2688.                 => 'console.command.public_alias.Doctrine\\Bundle\\MongoDBBundle\\Command\\ClearMetadataCacheDoctrineODMCommand',
  2689.                 => 'console.command.public_alias.Doctrine\\Bundle\\MongoDBBundle\\Command\\CreateSchemaDoctrineODMCommand',
  2690.                 => 'console.command.public_alias.Doctrine\\Bundle\\MongoDBBundle\\Command\\DropSchemaDoctrineODMCommand',
  2691.                 => 'console.command.public_alias.Doctrine\\Bundle\\MongoDBBundle\\Command\\GenerateHydratorsDoctrineODMCommand',
  2692.                 => 'console.command.public_alias.Doctrine\\Bundle\\MongoDBBundle\\Command\\GenerateProxiesDoctrineODMCommand',
  2693.                 => 'console.command.public_alias.Doctrine\\Bundle\\MongoDBBundle\\Command\\InfoDoctrineODMCommand',
  2694.                 => 'console.command.public_alias.Doctrine\\Bundle\\MongoDBBundle\\Command\\LoadDataFixturesDoctrineODMCommand',
  2695.                 => 'console.command.public_alias.Doctrine\\Bundle\\MongoDBBundle\\Command\\QueryDoctrineODMCommand',
  2696.                 10 => 'console.command.public_alias.Doctrine\\Bundle\\MongoDBBundle\\Command\\ShardDoctrineODMCommand',
  2697.                 11 => 'console.command.public_alias.Doctrine\\Bundle\\MongoDBBundle\\Command\\TailCursorDoctrineODMCommand',
  2698.                 12 => 'console.command.public_alias.Doctrine\\Bundle\\MongoDBBundle\\Command\\UpdateSchemaDoctrineODMCommand',
  2699.             ],
  2700.         ];
  2701.     }
  2702. }