var/cache/dev/ContainerOebC2OC/App_KernelDevDebugContainer.php line 1903

Open in your IDE?
  1. <?php
  2. namespace ContainerOebC2OC;
  3. use Symfony\Component\DependencyInjection\Argument\RewindableGenerator;
  4. use Symfony\Component\DependencyInjection\ContainerInterface;
  5. use Symfony\Component\DependencyInjection\Container;
  6. use Symfony\Component\DependencyInjection\Exception\InvalidArgumentException;
  7. use Symfony\Component\DependencyInjection\Exception\LogicException;
  8. use Symfony\Component\DependencyInjection\Exception\RuntimeException;
  9. use Symfony\Component\DependencyInjection\ParameterBag\FrozenParameterBag;
  10. use Symfony\Component\DependencyInjection\ParameterBag\ParameterBagInterface;
  11. /**
  12.  * @internal This class has been auto-generated by the Symfony Dependency Injection Component.
  13.  */
  14. class App_KernelDevDebugContainer extends Container
  15. {
  16.     protected $containerDir;
  17.     protected $targetDir;
  18.     protected $parameters = [];
  19.     private $buildParameters;
  20.     protected $getService;
  21.     public function __construct(array $buildParameters = [], $containerDir __DIR__)
  22.     {
  23.         $this->getService \Closure::fromCallable([$this'getService']);
  24.         $this->buildParameters $buildParameters;
  25.         $this->containerDir $containerDir;
  26.         $this->targetDir \dirname($containerDir);
  27.         $this->parameters $this->getDefaultParameters();
  28.         $this->services $this->privates = [];
  29.         $this->syntheticIds = [
  30.             'kernel' => true,
  31.         ];
  32.         $this->methodMap = [
  33.             '.container.private.profiler' => 'get_Container_Private_ProfilerService',
  34.             'cache.app' => 'getCache_AppService',
  35.             'cache.system' => 'getCache_SystemService',
  36.             'cache.validator_expression_language' => 'getCache_ValidatorExpressionLanguageService',
  37.             'data_collector.dump' => 'getDataCollector_DumpService',
  38.             'doctrine' => 'getDoctrineService',
  39.             'doctrine.dbal.default_connection' => 'getDoctrine_Dbal_DefaultConnectionService',
  40.             'doctrine.dbal.internal_connection' => 'getDoctrine_Dbal_InternalConnectionService',
  41.             'doctrine.dbal.migration_connection' => 'getDoctrine_Dbal_MigrationConnectionService',
  42.             'doctrine.orm.default_entity_manager' => 'getDoctrine_Orm_DefaultEntityManagerService',
  43.             'doctrine.orm.internal_entity_manager' => 'getDoctrine_Orm_InternalEntityManagerService',
  44.             'doctrine.orm.migration_entity_manager' => 'getDoctrine_Orm_MigrationEntityManagerService',
  45.             'event_dispatcher' => 'getEventDispatcherService',
  46.             'http_kernel' => 'getHttpKernelService',
  47.             'messenger.default_bus' => 'getMessenger_DefaultBusService',
  48.             'request_stack' => 'getRequestStackService',
  49.             'router' => 'getRouterService',
  50.             'translator' => 'getTranslatorService',
  51.             'var_dumper.cloner' => 'getVarDumper_ClonerService',
  52.             'profiler' => 'getProfilerService',
  53.         ];
  54.         $this->fileMap = [
  55.             'App\\Controller\\UserController' => 'getUserControllerService',
  56.             'Doctrine\\Bundle\\DoctrineBundle\\Controller\\ProfilerController' => 'getProfilerControllerService',
  57.             'Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController' => 'getRedirectControllerService',
  58.             'Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController' => 'getTemplateControllerService',
  59.             'api_platform.action.documentation' => 'getApiPlatform_Action_DocumentationService',
  60.             'api_platform.action.entrypoint' => 'getApiPlatform_Action_EntrypointService',
  61.             'api_platform.action.exception' => 'getApiPlatform_Action_ExceptionService',
  62.             'api_platform.action.not_exposed' => 'getApiPlatform_Action_NotExposedService',
  63.             'api_platform.action.not_found' => 'getApiPlatform_Action_NotFoundService',
  64.             'api_platform.action.placeholder' => 'getApiPlatform_Action_PlaceholderService',
  65.             'api_platform.jsonld.action.context' => 'getApiPlatform_Jsonld_Action_ContextService',
  66.             'api_platform.swagger.action.ui' => 'getApiPlatform_Swagger_Action_UiService',
  67.             'api_platform.swagger_ui.action' => 'getApiPlatform_SwaggerUi_ActionService',
  68.             'cache.app_clearer' => 'getCache_AppClearerService',
  69.             'cache.global_clearer' => 'getCache_GlobalClearerService',
  70.             'cache.system_clearer' => 'getCache_SystemClearerService',
  71.             'cache_warmer' => 'getCacheWarmerService',
  72.             'console.command_loader' => 'getConsole_CommandLoaderService',
  73.             'container.env_var_processors_locator' => 'getContainer_EnvVarProcessorsLocatorService',
  74.             'error_controller' => 'getErrorControllerService',
  75.             'gesdinet.jwtrefreshtoken' => 'getGesdinet_JwtrefreshtokenService',
  76.             'gesdinet.jwtrefreshtoken.refresh_token_generator' => 'getGesdinet_Jwtrefreshtoken_RefreshTokenGeneratorService',
  77.             'gesdinet.jwtrefreshtoken.refresh_token_manager' => 'getGesdinet_Jwtrefreshtoken_RefreshTokenManagerService',
  78.             'gesdinet.jwtrefreshtoken.request.extractor.chain' => 'getGesdinet_Jwtrefreshtoken_Request_Extractor_ChainService',
  79.             'lexik_jwt_authentication.encoder' => 'getLexikJwtAuthentication_EncoderService',
  80.             'lexik_jwt_authentication.generate_token_command' => 'getLexikJwtAuthentication_GenerateTokenCommandService',
  81.             'lexik_jwt_authentication.jwt_manager' => 'getLexikJwtAuthentication_JwtManagerService',
  82.             'lexik_jwt_authentication.key_loader' => 'getLexikJwtAuthentication_KeyLoaderService',
  83.             'routing.loader' => 'getRouting_LoaderService',
  84.             'services_resetter' => 'getServicesResetterService',
  85.             'web_profiler.controller.exception_panel' => 'getWebProfiler_Controller_ExceptionPanelService',
  86.             'web_profiler.controller.profiler' => 'getWebProfiler_Controller_ProfilerService',
  87.             'web_profiler.controller.router' => 'getWebProfiler_Controller_RouterService',
  88.         ];
  89.         $this->aliases = [
  90.             'ApiPlatform\\Action\\NotExposedAction' => 'api_platform.action.not_exposed',
  91.             'ApiPlatform\\Action\\NotFoundAction' => 'api_platform.action.not_found',
  92.             'App\\Kernel' => 'kernel',
  93.             'api_platform.action.delete_item' => 'api_platform.action.placeholder',
  94.             'api_platform.action.get_collection' => 'api_platform.action.placeholder',
  95.             'api_platform.action.get_item' => 'api_platform.action.placeholder',
  96.             'api_platform.action.get_subresource' => 'api_platform.action.placeholder',
  97.             'api_platform.action.patch_item' => 'api_platform.action.placeholder',
  98.             'api_platform.action.post_collection' => 'api_platform.action.placeholder',
  99.             'api_platform.action.put_item' => 'api_platform.action.placeholder',
  100.             'database_connection' => 'doctrine.dbal.default_connection',
  101.             'doctrine.orm.entity_manager' => 'doctrine.orm.default_entity_manager',
  102.         ];
  103.         $this->privates['service_container'] = function () {
  104.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/HttpKernelInterface.php';
  105.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/KernelInterface.php';
  106.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/RebootableInterface.php';
  107.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/TerminableInterface.php';
  108.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Kernel.php';
  109.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Kernel/MicroKernelTrait.php';
  110.             include_once \dirname(__DIR__4).'/src/Kernel.php';
  111.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventSubscriberInterface.php';
  112.             include_once \dirname(__DIR__4).'/src/EventSubscriber/CheckHeadersSubscriber.php';
  113.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/ControllerMetadata/ArgumentMetadataFactoryInterface.php';
  114.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/ControllerMetadata/ArgumentMetadataFactory.php';
  115.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ResponseListener.php';
  116.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/StreamedResponseListener.php';
  117.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/LocaleListener.php';
  118.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ValidateRequestListener.php';
  119.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/DisallowRobotsIndexingListener.php';
  120.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ErrorListener.php';
  121.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ParameterBagInterface.php';
  122.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ParameterBag.php';
  123.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/FrozenParameterBag.php';
  124.             include_once \dirname(__DIR__4).'/vendor/psr/container/src/ContainerInterface.php';
  125.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ContainerBagInterface.php';
  126.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ContainerBag.php';
  127.             include_once \dirname(__DIR__4).'/vendor/symfony/runtime/RunnerInterface.php';
  128.             include_once \dirname(__DIR__4).'/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php';
  129.             include_once \dirname(__DIR__4).'/vendor/symfony/runtime/Runner/Symfony/ResponseRunner.php';
  130.             include_once \dirname(__DIR__4).'/vendor/symfony/runtime/RuntimeInterface.php';
  131.             include_once \dirname(__DIR__4).'/vendor/symfony/runtime/GenericRuntime.php';
  132.             include_once \dirname(__DIR__4).'/vendor/symfony/runtime/SymfonyRuntime.php';
  133.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/HttpKernel.php';
  134.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ControllerResolverInterface.php';
  135.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/TraceableControllerResolver.php';
  136.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ControllerResolver.php';
  137.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php';
  138.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerResolver.php';
  139.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolverInterface.php';
  140.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/TraceableArgumentResolver.php';
  141.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver.php';
  142.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/RequestStack.php';
  143.             include_once \dirname(__DIR__4).'/vendor/symfony/config/ConfigCacheFactoryInterface.php';
  144.             include_once \dirname(__DIR__4).'/vendor/symfony/config/ResourceCheckerConfigCacheFactory.php';
  145.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/LocaleAwareListener.php';
  146.             include_once \dirname(__DIR__4).'/vendor/psr/cache/src/CacheItemPoolInterface.php';
  147.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/AdapterInterface.php';
  148.             include_once \dirname(__DIR__4).'/vendor/symfony/cache-contracts/CacheInterface.php';
  149.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/PruneableInterface.php';
  150.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ResetInterface.php';
  151.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/ResettableInterface.php';
  152.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/TraceableAdapter.php';
  153.             include_once \dirname(__DIR__4).'/vendor/psr/log/src/LoggerAwareInterface.php';
  154.             include_once \dirname(__DIR__4).'/vendor/psr/log/src/LoggerAwareTrait.php';
  155.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/AbstractAdapterTrait.php';
  156.             include_once \dirname(__DIR__4).'/vendor/symfony/cache-contracts/CacheTrait.php';
  157.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/ContractsTrait.php';
  158.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/AbstractAdapter.php';
  159.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/FilesystemCommonTrait.php';
  160.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/FilesystemTrait.php';
  161.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/FilesystemAdapter.php';
  162.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Marshaller/MarshallerInterface.php';
  163.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Marshaller/DefaultMarshaller.php';
  164.             include_once \dirname(__DIR__4).'/vendor/symfony/mailer/EventListener/MessageLoggerListener.php';
  165.             include_once \dirname(__DIR__4).'/vendor/symfony/translation-contracts/TranslatorInterface.php';
  166.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/TranslatorBagInterface.php';
  167.             include_once \dirname(__DIR__4).'/vendor/symfony/translation-contracts/LocaleAwareInterface.php';
  168.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Translator.php';
  169.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/WarmableInterface.php';
  170.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Translation/Translator.php';
  171.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ServiceProviderInterface.php';
  172.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ServiceLocatorTrait.php';
  173.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ServiceLocator.php';
  174.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/MessageFormatterInterface.php';
  175.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/IntlFormatterInterface.php';
  176.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/MessageFormatter.php';
  177.             include_once \dirname(__DIR__4).'/vendor/symfony/translation-contracts/TranslatorTrait.php';
  178.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/IdentityTranslator.php';
  179.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/DebugHandlersListener.php';
  180.             include_once \dirname(__DIR__4).'/vendor/psr/log/src/LoggerInterface.php';
  181.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/ResettableInterface.php';
  182.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Logger.php';
  183.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Log/DebugLoggerInterface.php';
  184.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Logger.php';
  185.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Debug/FileLinkFormatter.php';
  186.             include_once \dirname(__DIR__4).'/vendor/symfony/stopwatch/Stopwatch.php';
  187.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Processor/DebugProcessor.php';
  188.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RequestContext.php';
  189.             include_once \dirname(__DIR__4).'/vendor/symfony/expression-language/ExpressionFunctionProviderInterface.php';
  190.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Matcher/ExpressionLanguageProvider.php';
  191.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/RouterListener.php';
  192.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Reader.php';
  193.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationReader.php';
  194.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationRegistry.php';
  195.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/PsrCachedReader.php';
  196.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/ProxyTrait.php';
  197.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/PhpArrayAdapter.php';
  198.             include_once \dirname(__DIR__4).'/vendor/symfony/property-access/PropertyAccessorInterface.php';
  199.             include_once \dirname(__DIR__4).'/vendor/symfony/property-access/PropertyAccessor.php';
  200.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/ArrayAdapter.php';
  201.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/SerializerInterface.php';
  202.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/NormalizerInterface.php';
  203.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ContextAwareNormalizerInterface.php';
  204.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DenormalizerInterface.php';
  205.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ContextAwareDenormalizerInterface.php';
  206.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/EncoderInterface.php';
  207.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/ContextAwareEncoderInterface.php';
  208.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/DecoderInterface.php';
  209.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/ContextAwareDecoderInterface.php';
  210.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Serializer.php';
  211.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/SerializerAwareInterface.php';
  212.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/CacheableSupportsMethodInterface.php';
  213.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/SerializerAwareTrait.php';
  214.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/UnwrappingDenormalizer.php';
  215.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/OpenApi/Serializer/ApiGatewayNormalizer.php';
  216.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/OpenApi/Serializer/OpenApiNormalizer.php';
  217.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ObjectToPopulateTrait.php';
  218.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/AbstractNormalizer.php';
  219.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/AbstractObjectNormalizer.php';
  220.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ObjectNormalizer.php';
  221.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/JsonEncoder.php';
  222.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Resource/ApiResourceToLegacyResourceMetadataTrait.php';
  223.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Api/FilterLocatorTrait.php';
  224.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Swagger/Serializer/DocumentationNormalizer.php';
  225.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Serializer/AbstractConstraintViolationListNormalizer.php';
  226.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Hydra/Serializer/ConstraintViolationListNormalizer.php';
  227.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Problem/Serializer/ConstraintViolationListNormalizer.php';
  228.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Hydra/Serializer/DocumentationNormalizer.php';
  229.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Hydra/Serializer/EntrypointNormalizer.php';
  230.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Problem/Serializer/ErrorNormalizerTrait.php';
  231.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Hydra/Serializer/ErrorNormalizer.php';
  232.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Problem/Serializer/ErrorNormalizer.php';
  233.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/NormalizerAwareTrait.php';
  234.             include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Serialization/Normalizer/FlattenExceptionNormalizer.php';
  235.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ProblemNormalizer.php';
  236.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/UidNormalizer.php';
  237.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Util/ClassInfoTrait.php';
  238.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Serializer/ContextTrait.php';
  239.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Serializer/InputOutputMetadataTrait.php';
  240.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Serializer/AbstractItemNormalizer.php';
  241.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/JsonLd/Serializer/JsonLdContextTrait.php';
  242.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/JsonLd/Serializer/ItemNormalizer.php';
  243.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Serializer/ItemNormalizer.php';
  244.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DateTimeNormalizer.php';
  245.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ConstraintViolationListNormalizer.php';
  246.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/MimeMessageNormalizer.php';
  247.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/PropertyNormalizer.php';
  248.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/ClassDiscriminatorResolverInterface.php';
  249.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/ClassDiscriminatorFromClassMetadata.php';
  250.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DateTimeZoneNormalizer.php';
  251.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DateIntervalNormalizer.php';
  252.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/FormErrorNormalizer.php';
  253.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/BackedEnumNormalizer.php';
  254.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DataUriNormalizer.php';
  255.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/JsonSerializableNormalizer.php';
  256.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/NormalizerAwareInterface.php';
  257.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Hydra/Serializer/CollectionFiltersNormalizer.php';
  258.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Hydra/Serializer/PartialCollectionViewNormalizer.php';
  259.             include_once \dirname(__DIR__4).'/src/Serializer/CollectionNormalizerFactory.php';
  260.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Hydra/Serializer/CollectionNormalizer.php';
  261.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DenormalizerAwareInterface.php';
  262.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DenormalizerAwareTrait.php';
  263.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ArrayDenormalizer.php';
  264.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/JsonLd/Serializer/ObjectNormalizer.php';
  265.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/NormalizationAwareInterface.php';
  266.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/XmlEncoder.php';
  267.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/YamlEncoder.php';
  268.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/CsvEncoder.php';
  269.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Serializer/JsonEncoder.php';
  270.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/NameConverter/NameConverterInterface.php';
  271.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/NameConverter/AdvancedNameConverterInterface.php';
  272.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/NameConverter/MetadataAwareNameConverter.php';
  273.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyTypeExtractorInterface.php';
  274.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyDescriptionExtractorInterface.php';
  275.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyAccessExtractorInterface.php';
  276.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyListExtractorInterface.php';
  277.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyInfoExtractorInterface.php';
  278.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyInitializableExtractorInterface.php';
  279.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyInfoExtractor.php';
  280.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyReadInfoExtractorInterface.php';
  281.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyWriteInfoExtractorInterface.php';
  282.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/Extractor/ConstructorArgumentTypeExtractorInterface.php';
  283.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/Extractor/ReflectionExtractor.php';
  284.             include_once \dirname(__DIR__4).'/vendor/symfony/web-link/EventListener/AddLinkHeaderListener.php';
  285.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/AbstractSessionListener.php';
  286.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/SessionListener.php';
  287.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ValidatorBuilder.php';
  288.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validation.php';
  289.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorFactoryInterface.php';
  290.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ContainerConstraintValidatorFactory.php';
  291.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ObjectInitializerInterface.php';
  292.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Validator/DoctrineInitializer.php';
  293.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Loader/LoaderInterface.php';
  294.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Loader/AutoMappingTrait.php';
  295.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Loader/PropertyInfoLoader.php';
  296.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Validator/DoctrineLoader.php';
  297.             include_once \dirname(__DIR__4).'/vendor/symfony/notifier/EventListener/NotificationLoggerListener.php';
  298.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ProfilerListener.php';
  299.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/DataCollectorInterface.php';
  300.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/DataCollector.php';
  301.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/LateDataCollectorInterface.php';
  302.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php';
  303.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/RouterDataCollector.php';
  304.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/DataCollector/RouterDataCollector.php';
  305.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataCollectorInterface.php';
  306.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataCollector.php';
  307.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataExtractorInterface.php';
  308.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataExtractor.php';
  309.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Factory/MetadataFactoryInterface.php';
  310.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validator/ValidatorInterface.php';
  311.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validator/TraceableValidator.php';
  312.             include_once \dirname(__DIR__4).'/vendor/symfony/mime/MimeTypeGuesserInterface.php';
  313.             include_once \dirname(__DIR__4).'/vendor/symfony/mime/MimeTypesInterface.php';
  314.             include_once \dirname(__DIR__4).'/vendor/symfony/mime/MimeTypes.php';
  315.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/ConnectionFactory.php';
  316.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ConnectionRegistry.php';
  317.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ManagerRegistry.php';
  318.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/AbstractManagerRegistry.php';
  319.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/ManagerRegistry.php';
  320.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Registry.php';
  321.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Connection.php';
  322.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Connections/PrimaryReadReplicaConnection.php';
  323.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Configuration.php';
  324.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Driver/Middleware.php';
  325.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Logging/Middleware.php';
  326.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Middleware/ConnectionNameAwareInterface.php';
  327.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Middleware/DebugMiddleware.php';
  328.             include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventManager.php';
  329.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/ContainerAwareEventManager.php';
  330.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Middleware/Debug/DebugDataHolder.php';
  331.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Middleware/BacktraceDebugDataHolder.php';
  332.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Repository/RepositoryFactory.php';
  333.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ContainerRepositoryFactory.php';
  334.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/NamingStrategy.php';
  335.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/DefaultNamingStrategy.php';
  336.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/QuoteStrategy.php';
  337.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Internal/SQLResultCasing.php';
  338.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/DefaultQuoteStrategy.php';
  339.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/MappingDriver.php';
  340.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/CompatibilityAnnotationDriver.php';
  341.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/ColocatedMappingDriver.php';
  342.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/AnnotationDriver.php';
  343.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/FileDriver.php';
  344.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/XmlDriver.php';
  345.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/SimplifiedXmlDriver.php';
  346.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/DataDumperInterface.php';
  347.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/DumpDataCollector.php';
  348.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/ClonerInterface.php';
  349.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/AbstractCloner.php';
  350.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/VarCloner.php';
  351.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/DumperInterface.php';
  352.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/AbstractDumper.php';
  353.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/CliDumper.php';
  354.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/HtmlDumper.php';
  355.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Server/Connection.php';
  356.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/ContextProviderInterface.php';
  357.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/SourceContextProvider.php';
  358.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/RequestContextProvider.php';
  359.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/CliContextProvider.php';
  360.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Cache/CacheInterface.php';
  361.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Cache/FilesystemCache.php';
  362.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/ExtensionInterface.php';
  363.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/AbstractExtension.php';
  364.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/CoreExtension.php';
  365.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/EscaperExtension.php';
  366.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/OptimizerExtension.php';
  367.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/StagingExtension.php';
  368.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/ExtensionSet.php';
  369.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Template.php';
  370.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/TemplateWrapper.php';
  371.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Environment.php';
  372.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Loader/LoaderInterface.php';
  373.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Loader/FilesystemLoader.php';
  374.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/CsrfExtension.php';
  375.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/DumpExtension.php';
  376.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/ProfilerExtension.php';
  377.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/ProfilerExtension.php';
  378.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/TranslationExtension.php';
  379.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/AssetExtension.php';
  380.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Packages.php';
  381.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/PackageInterface.php';
  382.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Package.php';
  383.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/PathPackage.php';
  384.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/VersionStrategy/VersionStrategyInterface.php';
  385.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/VersionStrategy/EmptyVersionStrategy.php';
  386.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Context/ContextInterface.php';
  387.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Context/RequestStackContext.php';
  388.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/CodeExtension.php';
  389.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/RoutingExtension.php';
  390.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/YamlExtension.php';
  391.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/StopwatchExtension.php';
  392.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/ExpressionExtension.php';
  393.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/HttpKernelExtension.php';
  394.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/HttpFoundationExtension.php';
  395.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/UrlHelper.php';
  396.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/WebLinkExtension.php';
  397.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/SerializerExtension.php';
  398.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/FormExtension.php';
  399.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/LogoutUrlExtension.php';
  400.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/SecurityExtension.php';
  401.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Impersonate/ImpersonateUrlGenerator.php';
  402.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Twig/DoctrineExtension.php';
  403.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Twig/WebProfilerExtension.php';
  404.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/AppVariable.php';
  405.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/RuntimeLoader/RuntimeLoaderInterface.php';
  406.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/RuntimeLoader/ContainerRuntimeLoader.php';
  407.             include_once \dirname(__DIR__4).'/vendor/twig/extra-bundle/MissingExtensionSuggestor.php';
  408.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bundle/DependencyInjection/Configurator/EnvironmentConfigurator.php';
  409.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Profiler/Profile.php';
  410.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Csp/ContentSecurityPolicyHandler.php';
  411.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Csp/NonceGenerator.php';
  412.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/EventListener/WebDebugToolbarListener.php';
  413.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AuthorizationCheckerInterface.php';
  414.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AuthorizationChecker.php';
  415.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Token/Storage/TokenStorageInterface.php';
  416.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ServiceSubscriberInterface.php';
  417.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Token/Storage/UsageTrackingTokenStorage.php';
  418.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Token/Storage/TokenStorage.php';
  419.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/AuthenticationTrustResolverInterface.php';
  420.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/AuthenticationTrustResolver.php';
  421.             include_once \dirname(__DIR__4).'/vendor/symfony/expression-language/ExpressionLanguage.php';
  422.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/ExpressionLanguage.php';
  423.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Role/RoleHierarchyInterface.php';
  424.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Role/RoleHierarchy.php';
  425.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/FirewallMapInterface.php';
  426.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallMap.php';
  427.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Logout/LogoutUrlGenerator.php';
  428.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AccessDecisionManagerInterface.php';
  429.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/TraceableAccessDecisionManager.php';
  430.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AccessDecisionManager.php';
  431.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Strategy/AccessDecisionStrategyInterface.php';
  432.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Strategy/AffirmativeStrategy.php';
  433.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall.php';
  434.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/EventListener/FirewallListener.php';
  435.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php';
  436.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/HandlerInterface.php';
  437.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/Handler.php';
  438.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/ProcessableHandlerInterface.php';
  439.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/FormattableHandlerInterface.php';
  440.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/ProcessableHandlerTrait.php';
  441.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/FingersCrossedHandler.php';
  442.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/AbstractHandler.php';
  443.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/FormattableHandlerTrait.php';
  444.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/AbstractProcessingHandler.php';
  445.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/StreamHandler.php';
  446.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/RotatingFileHandler.php';
  447.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Formatter/FormatterInterface.php';
  448.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Formatter/NormalizerFormatter.php';
  449.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Formatter/LineFormatter.php';
  450.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/FingersCrossed/ActivationStrategyInterface.php';
  451.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/FingersCrossed/ErrorLevelActivationStrategy.php';
  452.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Processor/ProcessorInterface.php';
  453.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Processor/PsrLogMessageProcessor.php';
  454.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/AbstractSyslogHandler.php';
  455.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/SyslogHandler.php';
  456.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/ControllerListener.php';
  457.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/ParamConverterListener.php';
  458.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/ParamConverterManager.php';
  459.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/ParamConverterInterface.php';
  460.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/DoctrineParamConverter.php';
  461.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/DateTimeParamConverter.php';
  462.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/TemplateListener.php';
  463.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Templating/TemplateGuesser.php';
  464.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/HttpCacheListener.php';
  465.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/SecurityListener.php';
  466.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Security/ExpressionLanguage.php';
  467.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/IsGrantedListener.php';
  468.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ArgumentNameConverter.php';
  469.             include_once \dirname(__DIR__4).'/vendor/nelmio/cors-bundle/EventListener/CorsListener.php';
  470.             include_once \dirname(__DIR__4).'/vendor/nelmio/cors-bundle/Options/ResolverInterface.php';
  471.             include_once \dirname(__DIR__4).'/vendor/nelmio/cors-bundle/Options/Resolver.php';
  472.             include_once \dirname(__DIR__4).'/vendor/nelmio/cors-bundle/Options/ProviderInterface.php';
  473.             include_once \dirname(__DIR__4).'/vendor/nelmio/cors-bundle/Options/ConfigProvider.php';
  474.             include_once \dirname(__DIR__4).'/vendor/nelmio/cors-bundle/EventListener/CacheableResponseVaryListener.php';
  475.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Api/ResourceClassResolverInterface.php';
  476.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Api/ResourceClassResolver.php';
  477.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RequestContextAwareInterface.php';
  478.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Matcher/UrlMatcherInterface.php';
  479.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Generator/UrlGeneratorInterface.php';
  480.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RouterInterface.php';
  481.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Api/UrlGeneratorInterface.php';
  482.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/Routing/Router.php';
  483.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Serializer/SerializerContextBuilderInterface.php';
  484.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Serializer/SerializerFilterContextBuilder.php';
  485.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Serializer/SerializerContextBuilder.php';
  486.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Factory/ClassMetadataFactoryInterface.php';
  487.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Serializer/Mapping/Factory/ClassMetadataFactory.php';
  488.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Factory/ClassResolverTrait.php';
  489.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Factory/ClassMetadataFactory.php';
  490.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Loader/LoaderInterface.php';
  491.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Loader/LoaderChain.php';
  492.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Loader/AnnotationLoader.php';
  493.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/PathResolver/OperationPathResolverInterface.php';
  494.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/PathResolver/CustomOperationPathResolver.php';
  495.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/PathResolver/OperationPathResolver.php';
  496.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Operation/PathSegmentNameGeneratorInterface.php';
  497.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Operation/UnderscorePathSegmentNameGenerator.php';
  498.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Api/IriConverterInterface.php';
  499.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/DataProvider/OperationDataProviderTrait.php';
  500.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Util/ResourceClassInfoTrait.php';
  501.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Symfony/Routing/IriConverter.php';
  502.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Symfony/Routing/RouteNameResolverInterface.php';
  503.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Util/CachedTrait.php';
  504.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Symfony/Routing/CachedRouteNameResolver.php';
  505.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Symfony/Routing/RouteNameResolver.php';
  506.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Symfony/Routing/RouterOperationPathResolver.php';
  507.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Util/OperationRequestInitiatorTrait.php';
  508.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/EventListener/AddFormatListener.php';
  509.             include_once \dirname(__DIR__4).'/vendor/willdurand/negotiation/src/Negotiation/AbstractNegotiator.php';
  510.             include_once \dirname(__DIR__4).'/vendor/willdurand/negotiation/src/Negotiation/Negotiator.php';
  511.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Resource/ToggleableOperationAttributeTrait.php';
  512.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/EventListener/DeserializeListener.php';
  513.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Util/CloneTrait.php';
  514.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/EventListener/ReadListener.php';
  515.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Resource/Factory/ResourceNameCollectionFactoryInterface.php';
  516.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Resource/Factory/CachedResourceNameCollectionFactory.php';
  517.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Resource/Factory/ExtractorResourceNameCollectionFactory.php';
  518.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Resource/Factory/AnnotationResourceNameCollectionFactory.php';
  519.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Property/Factory/PropertyNameCollectionFactoryInterface.php';
  520.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Property/Factory/CachedPropertyNameCollectionFactory.php';
  521.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Property/Factory/ExtractorPropertyNameCollectionFactory.php';
  522.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Property/Factory/PropertyInfoPropertyNameCollectionFactory.php';
  523.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Resource/Factory/ResourceMetadataFactoryInterface.php';
  524.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Resource/Factory/CachedResourceMetadataFactory.php';
  525.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Resource/Factory/FormatsResourceMetadataFactory.php';
  526.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Resource/Factory/OperationResourceMetadataFactory.php';
  527.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Util/AnnotationFilterExtractorTrait.php';
  528.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Resource/Factory/AnnotationResourceFilterMetadataFactory.php';
  529.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Resource/Factory/ShortNameResourceMetadataFactory.php';
  530.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Resource/Factory/PhpDocResourceMetadataFactory.php';
  531.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Resource/Factory/InputOutputResourceMetadataFactory.php';
  532.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Resource/Factory/ExtractorResourceMetadataFactory.php';
  533.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Resource/Factory/AnnotationResourceMetadataFactory.php';
  534.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Property/Factory/PropertyMetadataFactoryInterface.php';
  535.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Property/Factory/CachedPropertyMetadataFactory.php';
  536.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Symfony/Validator/Metadata/Property/ValidatorPropertyMetadataFactory.php';
  537.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Property/Factory/ExtractorPropertyMetadataFactory.php';
  538.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Property/Factory/AnnotationPropertyMetadataFactory.php';
  539.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Property/Factory/AnnotationSubresourceMetadataFactory.php';
  540.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Property/Factory/DefaultPropertyMetadataFactory.php';
  541.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Property/Factory/SerializerPropertyMetadataFactory.php';
  542.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Metadata/Property/DoctrineOrmPropertyMetadataFactory.php';
  543.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Symfony/PropertyInfo/Metadata/Property/PropertyInfoPropertyMetadataFactory.php';
  544.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Extractor/ResourceExtractorInterface.php';
  545.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Extractor/AbstractResourceExtractor.php';
  546.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Extractor/PropertyExtractorInterface.php';
  547.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Extractor/XmlExtractor.php';
  548.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Operation/Factory/SubresourceOperationFactoryInterface.php';
  549.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Operation/Factory/CachedSubresourceOperationFactory.php';
  550.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Operation/Factory/SubresourceOperationFactory.php';
  551.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Extractor/YamlExtractor.php';
  552.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/JsonSchema/TypeFactoryInterface.php';
  553.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/JsonSchema/TypeFactory.php';
  554.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/Bundle/EventListener/SwaggerUiListener.php';
  555.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/JsonLd/ContextBuilderInterface.php';
  556.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/JsonLd/AnonymousContextBuilderInterface.php';
  557.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/JsonLd/ContextBuilder.php';
  558.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Api/IriConverterInterface.php';
  559.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/Routing/SkolemIriConverter.php';
  560.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Util/CorsTrait.php';
  561.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Hydra/EventListener/AddLinkHeaderListener.php';
  562.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/JsonSchema/SchemaFactoryInterface.php';
  563.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Hydra/JsonSchema/SchemaFactory.php';
  564.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/JsonSchema/SchemaFactory.php';
  565.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/HttpCache/EventListener/AddHeadersListener.php';
  566.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/EventListener/QueryParameterValidateListener.php';
  567.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Api/FilterLocatorTrait.php';
  568.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Api/QueryParameterValidator/QueryParameterValidator.php';
  569.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/DataProvider/CollectionDataProviderInterface.php';
  570.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/DataProvider/ContextAwareCollectionDataProviderInterface.php';
  571.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/DataProvider/RestrictedDataProviderInterface.php';
  572.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/DataProvider/RestrictDataProviderTrait.php';
  573.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Symfony/Bundle/DataProvider/TraceableChainCollectionDataProvider.php';
  574.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/DataProvider/ChainCollectionDataProvider.php';
  575.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/DataProvider/ItemDataProviderInterface.php';
  576.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Symfony/Bundle/DataProvider/TraceableChainItemDataProvider.php';
  577.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/DataProvider/ChainItemDataProvider.php';
  578.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/DataProvider/SubresourceDataProviderInterface.php';
  579.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Symfony/Bundle/DataProvider/TraceableChainSubresourceDataProvider.php';
  580.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/DataProvider/ChainSubresourceDataProvider.php';
  581.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/DataPersister/DataPersisterInterface.php';
  582.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/DataPersister/ContextAwareDataPersisterInterface.php';
  583.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Symfony/Bundle/DataPersister/TraceableChainDataPersister.php';
  584.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/DataPersister/ChainDataPersister.php';
  585.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/Security/ResourceAccessCheckerInterface.php';
  586.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/Security/ResourceAccessChecker.php';
  587.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/EventListener/DenyAccessListener.php';
  588.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/Security/Core/Authorization/ExpressionLanguageProvider.php';
  589.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Api/IdentifiersExtractorInterface.php';
  590.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Api/CachedIdentifiersExtractor.php';
  591.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Api/IdentifiersExtractor.php';
  592.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Identifier/IdentifierConverterInterface.php';
  593.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Identifier/ContextAwareIdentifierConverterInterface.php';
  594.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Identifier/IdentifierConverter.php';
  595.             include_once \dirname(__DIR__4).'/vendor/symfony/http-client-contracts/HttpClientInterface.php';
  596.             include_once \dirname(__DIR__4).'/vendor/symfony/http-client/TraceableHttpClient.php';
  597.             include_once \dirname(__DIR__4).'/vendor/symfony/http-client/HttpClient.php';
  598.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/DataCollectorTranslator.php';
  599.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Matcher/RequestMatcherInterface.php';
  600.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Router.php';
  601.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Routing/Router.php';
  602.             include_once \dirname(__DIR__4).'/vendor/symfony/messenger/MessageBusInterface.php';
  603.             include_once \dirname(__DIR__4).'/vendor/symfony/messenger/TraceableMessageBus.php';
  604.             include_once \dirname(__DIR__4).'/vendor/symfony/messenger/MessageBus.php';
  605.             include_once \dirname(__DIR__4).'/vendor/psr/event-dispatcher/src/EventDispatcherInterface.php';
  606.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher-contracts/EventDispatcherInterface.php';
  607.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventDispatcherInterface.php';
  608.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php';
  609.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Debug/TraceableEventDispatcher.php';
  610.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventDispatcher.php';
  611.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/NullHandler.php';
  612.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/Profiler.php';
  613.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/ProfilerStorageInterface.php';
  614.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php';
  615.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Symfony/Bundle/DataCollector/RequestDataCollector.php';
  616.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/TimeDataCollector.php';
  617.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/MemoryDataCollector.php';
  618.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/DataCollector/ValidatorDataCollector.php';
  619.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/AjaxDataCollector.php';
  620.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/ExceptionDataCollector.php';
  621.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/LoggerDataCollector.php';
  622.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/EventDataCollector.php';
  623.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/DataCollector/CacheDataCollector.php';
  624.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/DataCollector/TranslationDataCollector.php';
  625.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/DataCollector/SecurityDataCollector.php';
  626.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/DataCollector/TwigDataCollector.php';
  627.             include_once \dirname(__DIR__4).'/vendor/symfony/http-client/DataCollector/HttpClientDataCollector.php';
  628.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/DataCollector/DoctrineDataCollector.php';
  629.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/DataCollector/DoctrineDataCollector.php';
  630.             include_once \dirname(__DIR__4).'/vendor/symfony/messenger/DataCollector/MessengerDataCollector.php';
  631.             include_once \dirname(__DIR__4).'/vendor/symfony/mailer/DataCollector/MessageDataCollector.php';
  632.             include_once \dirname(__DIR__4).'/vendor/symfony/notifier/DataCollector/NotificationDataCollector.php';
  633.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/ConfigDataCollector.php';
  634.         };
  635.     }
  636.     public function compile(): void
  637.     {
  638.         throw new LogicException('You cannot compile a dumped container that was already compiled.');
  639.     }
  640.     public function isCompiled(): bool
  641.     {
  642.         return true;
  643.     }
  644.     public function getRemovedIds(): array
  645.     {
  646.         return require $this->containerDir.\DIRECTORY_SEPARATOR.'removed-ids.php';
  647.     }
  648.     protected function load($file$lazyLoad true)
  649.     {
  650.         if (class_exists($class __NAMESPACE__.'\\'.$filefalse)) {
  651.             return $class::do($this$lazyLoad);
  652.         }
  653.         if ('.' === $file[-4]) {
  654.             $class substr($class0, -4);
  655.         } else {
  656.             $file .= '.php';
  657.         }
  658.         $service = require $this->containerDir.\DIRECTORY_SEPARATOR.$file;
  659.         return class_exists($classfalse) ? $class::do($this$lazyLoad) : $service;
  660.     }
  661.     protected function createProxy($class\Closure $factory)
  662.     {
  663.         class_exists($classfalse) || require __DIR__.'/'.$class.'.php';
  664.         return $factory();
  665.     }
  666.     /**
  667.      * Gets the public '.container.private.profiler' shared service.
  668.      *
  669.      * @return \Symfony\Component\HttpKernel\Profiler\Profiler
  670.      */
  671.     protected function get_Container_Private_ProfilerService()
  672.     {
  673.         $a = new \Symfony\Bridge\Monolog\Logger('profiler');
  674.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  675.         $a->pushHandler(($this->privates['monolog.handler.syslog'] ?? $this->getMonolog_Handler_SyslogService()));
  676.         $a->pushHandler(($this->privates['monolog.handler.filter'] ?? $this->getMonolog_Handler_FilterService()));
  677.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  678.         $this->services['.container.private.profiler'] = $instance = new \Symfony\Component\HttpKernel\Profiler\Profiler(new \Symfony\Component\HttpKernel\Profiler\FileProfilerStorage(('file:'.$this->targetDir.''.'/profiler')), $atrue);
  679.         $b = ($this->services['kernel'] ?? $this->get('kernel'));
  680.         $c = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  681.         $d = new \Symfony\Component\Cache\DataCollector\CacheDataCollector();
  682.         $d->addInstance('cache.app', ($this->services['cache.app'] ?? $this->getCache_AppService()));
  683.         $d->addInstance('cache.system', ($this->services['cache.system'] ?? $this->getCache_SystemService()));
  684.         $d->addInstance('cache.validator', ($this->privates['cache.validator'] ?? $this->getCache_ValidatorService()));
  685.         $d->addInstance('cache.serializer', ($this->privates['cache.serializer'] ?? $this->getCache_SerializerService()));
  686.         $d->addInstance('cache.annotations', ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService()));
  687.         $d->addInstance('cache.property_info', ($this->privates['cache.property_info'] ?? $this->getCache_PropertyInfoService()));
  688.         $d->addInstance('cache.messenger.restart_workers_signal', ($this->privates['cache.messenger.restart_workers_signal'] ?? $this->getCache_Messenger_RestartWorkersSignalService()));
  689.         $d->addInstance('cache.validator_expression_language', ($this->services['cache.validator_expression_language'] ?? $this->getCache_ValidatorExpressionLanguageService()));
  690.         $d->addInstance('cache.doctrine.orm.default.result', ($this->privates['cache.doctrine.orm.default.result'] ?? $this->getCache_Doctrine_Orm_Default_ResultService()));
  691.         $d->addInstance('cache.doctrine.orm.default.query', ($this->privates['cache.doctrine.orm.default.query'] ?? $this->getCache_Doctrine_Orm_Default_QueryService()));
  692.         $d->addInstance('cache.doctrine.orm.internal.result', ($this->privates['cache.doctrine.orm.internal.result'] ?? $this->getCache_Doctrine_Orm_Internal_ResultService()));
  693.         $d->addInstance('cache.doctrine.orm.internal.query', ($this->privates['cache.doctrine.orm.internal.query'] ?? $this->getCache_Doctrine_Orm_Internal_QueryService()));
  694.         $d->addInstance('cache.doctrine.orm.migration.result', ($this->privates['cache.doctrine.orm.migration.result'] ?? $this->getCache_Doctrine_Orm_Migration_ResultService()));
  695.         $d->addInstance('cache.doctrine.orm.migration.query', ($this->privates['cache.doctrine.orm.migration.query'] ?? $this->getCache_Doctrine_Orm_Migration_QueryService()));
  696.         $d->addInstance('cache.security_expression_language', ($this->privates['cache.security_expression_language'] ?? $this->getCache_SecurityExpressionLanguageService()));
  697.         $d->addInstance('api_platform.cache.route_name_resolver', ($this->privates['api_platform.cache.route_name_resolver'] ?? $this->getApiPlatform_Cache_RouteNameResolverService()));
  698.         $d->addInstance('api_platform.cache.metadata.resource', ($this->privates['api_platform.cache.metadata.resource'] ?? $this->getApiPlatform_Cache_Metadata_ResourceService()));
  699.         $d->addInstance('api_platform.cache.metadata.resource.legacy', ($this->privates['api_platform.cache.metadata.resource.legacy'] ?? $this->getApiPlatform_Cache_Metadata_Resource_LegacyService()));
  700.         $d->addInstance('api_platform.cache.metadata.property.legacy', ($this->privates['api_platform.cache.metadata.property.legacy'] ?? $this->getApiPlatform_Cache_Metadata_Property_LegacyService()));
  701.         $d->addInstance('api_platform.cache.subresource_operation_factory', ($this->privates['api_platform.cache.subresource_operation_factory'] ?? $this->getApiPlatform_Cache_SubresourceOperationFactoryService()));
  702.         $d->addInstance('api_platform.cache.identifiers_extractor', ($this->privates['api_platform.cache.identifiers_extractor'] ?? $this->getApiPlatform_Cache_IdentifiersExtractorService()));
  703.         $e = new \Symfony\Component\HttpClient\DataCollector\HttpClientDataCollector();
  704.         $e->registerClient('http_client', ($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService()));
  705.         $f = new \Symfony\Component\Messenger\DataCollector\MessengerDataCollector();
  706.         $f->registerBus('messenger.bus.default', ($this->services['messenger.default_bus'] ?? $this->getMessenger_DefaultBusService()));
  707.         $g = new \Symfony\Component\HttpKernel\DataCollector\ConfigDataCollector();
  708.         if ($this->has('kernel')) {
  709.             $g->setKernel($b);
  710.         }
  711.         $instance->add(($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService()));
  712.         $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())));
  713.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\TimeDataCollector($b, ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)))));
  714.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\MemoryDataCollector());
  715.         $instance->add(new \Symfony\Component\Validator\DataCollector\ValidatorDataCollector(($this->privates['debug.validator'] ?? $this->getDebug_ValidatorService())));
  716.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\AjaxDataCollector());
  717.         $instance->add(($this->privates['data_collector.form'] ?? $this->getDataCollector_FormService()));
  718.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\ExceptionDataCollector());
  719.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\LoggerDataCollector($a, ($this->targetDir.''.'/App_KernelDevDebugContainer'), $c));
  720.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\EventDataCollector(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), $c));
  721.         $instance->add(($this->privates['data_collector.router'] ?? ($this->privates['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector())));
  722.         $instance->add($d);
  723.         $instance->add(new \Symfony\Component\Translation\DataCollector\TranslationDataCollector(($this->services['translator'] ?? $this->getTranslatorService())));
  724.         $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->privates['security.role_hierarchy'] = new \Symfony\Component\Security\Core\Role\RoleHierarchy([]))), ($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())));
  725.         $instance->add(new \Symfony\Bridge\Twig\DataCollector\TwigDataCollector(($this->privates['twig.profile'] ?? ($this->privates['twig.profile'] = new \Twig\Profiler\Profile())), ($this->privates['twig'] ?? $this->getTwigService())));
  726.         $instance->add($e);
  727.         $instance->add(new \Doctrine\Bundle\DoctrineBundle\DataCollector\DoctrineDataCollector(($this->services['doctrine'] ?? $this->getDoctrineService()), true, ($this->privates['doctrine.debug_data_holder'] ?? ($this->privates['doctrine.debug_data_holder'] = new \Doctrine\Bundle\DoctrineBundle\Middleware\BacktraceDebugDataHolder([])))));
  728.         $instance->add(($this->services['data_collector.dump'] ?? $this->getDataCollector_DumpService()));
  729.         $instance->add($f);
  730.         $instance->add(new \Symfony\Component\Mailer\DataCollector\MessageDataCollector(($this->privates['mailer.message_logger_listener'] ?? ($this->privates['mailer.message_logger_listener'] = new \Symfony\Component\Mailer\EventListener\MessageLoggerListener()))));
  731.         $instance->add(new \Symfony\Component\Notifier\DataCollector\NotificationDataCollector(($this->privates['notifier.logger_notification_listener'] ?? ($this->privates['notifier.logger_notification_listener'] = new \Symfony\Component\Notifier\EventListener\NotificationLoggerListener()))));
  732.         $instance->add($g);
  733.         return $instance;
  734.     }
  735.     /**
  736.      * Gets the public 'cache.app' shared service.
  737.      *
  738.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  739.      */
  740.     protected function getCache_AppService()
  741.     {
  742.         $a = new \Symfony\Component\Cache\Adapter\FilesystemAdapter('eSIQuo9NNE'0, ($this->targetDir.''.'/pools/app'), ($this->privates['cache.default_marshaller'] ?? ($this->privates['cache.default_marshaller'] = new \Symfony\Component\Cache\Marshaller\DefaultMarshaller(NULLtrue))));
  743.         $a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  744.         return $this->services['cache.app'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter($a);
  745.     }
  746.     /**
  747.      * Gets the public 'cache.system' shared service.
  748.      *
  749.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  750.      */
  751.     protected function getCache_SystemService()
  752.     {
  753.         return $this->services['cache.system'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('Y0HQdXeZYE'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  754.     }
  755.     /**
  756.      * Gets the public 'cache.validator_expression_language' shared service.
  757.      *
  758.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  759.      */
  760.     protected function getCache_ValidatorExpressionLanguageService()
  761.     {
  762.         return $this->services['cache.validator_expression_language'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('CcGxKhzyPR'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  763.     }
  764.     /**
  765.      * Gets the public 'data_collector.dump' shared service.
  766.      *
  767.      * @return \Symfony\Component\HttpKernel\DataCollector\DumpDataCollector
  768.      */
  769.     protected function getDataCollector_DumpService()
  770.     {
  771.         return $this->services['data_collector.dump'] = new \Symfony\Component\HttpKernel\DataCollector\DumpDataCollector(($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))), ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService()), 'UTF-8', ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->privates['var_dumper.server_connection'] ?? $this->getVarDumper_ServerConnectionService()));
  772.     }
  773.     /**
  774.      * Gets the public 'doctrine' shared service.
  775.      *
  776.      * @return \Doctrine\Bundle\DoctrineBundle\Registry
  777.      */
  778.     protected function getDoctrineService()
  779.     {
  780.         return $this->services['doctrine'] = new \Doctrine\Bundle\DoctrineBundle\Registry($this$this->parameters['doctrine.connections'], $this->parameters['doctrine.entity_managers'], 'default''default');
  781.     }
  782.     /**
  783.      * Gets the public 'doctrine.dbal.default_connection' shared service.
  784.      *
  785.      * @return \Doctrine\DBAL\Connections\PrimaryReadReplicaConnection
  786.      */
  787.     protected function getDoctrine_Dbal_DefaultConnectionService()
  788.     {
  789.         $a = new \Doctrine\DBAL\Configuration();
  790.         $b = new \Doctrine\Bundle\DoctrineBundle\Middleware\DebugMiddleware(($this->privates['doctrine.debug_data_holder'] ?? ($this->privates['doctrine.debug_data_holder'] = new \Doctrine\Bundle\DoctrineBundle\Middleware\BacktraceDebugDataHolder([]))), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  791.         $b->setConnectionName('default');
  792.         $a->setMiddlewares([=> new \Doctrine\DBAL\Logging\Middleware(($this->privates['monolog.logger.doctrine'] ?? $this->getMonolog_Logger_DoctrineService())), => $b]);
  793.         return $this->services['doctrine.dbal.default_connection'] = ($this->privates['doctrine.dbal.connection_factory'] ?? ($this->privates['doctrine.dbal.connection_factory'] = new \Doctrine\Bundle\DoctrineBundle\ConnectionFactory([])))->createConnection(['driver' => 'pdo_mysql''slaves' => [], 'replica' => ['replica' => ['url' => $this->getEnv('resolve:SLAVE_DATABASE_URL'), 'host' => 'localhost''port' => NULL'user' => 'root''password' => NULL]], 'serverVersion' => '5.7''defaultTableOptions' => [], 'primary' => ['url' => $this->getEnv('resolve:DATABASE_URL'), 'host' => 'localhost''port' => NULL'user' => 'root''password' => NULL'driverOptions' => []], 'wrapperClass' => 'Doctrine\\DBAL\\Connections\\PrimaryReadReplicaConnection'], $a, new \Symfony\Bridge\Doctrine\ContainerAwareEventManager(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  794.             'App\\EventSubscriber\\EntitySubscriber' => ['privates''App\\EventSubscriber\\EntitySubscriber''getEntitySubscriberService'true],
  795.             'doctrine.orm.default_listeners.attach_entity_listeners' => ['privates''doctrine.orm.default_listeners.attach_entity_listeners''getDoctrine_Orm_DefaultListeners_AttachEntityListenersService'true],
  796.             'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber' => ['privates''doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber''getDoctrine_Orm_Listeners_DoctrineDbalCacheAdapterSchemaSubscriberService'true],
  797.             'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber' => ['privates''doctrine.orm.listeners.doctrine_token_provider_schema_subscriber''getDoctrine_Orm_Listeners_DoctrineTokenProviderSchemaSubscriberService'true],
  798.             'doctrine.orm.messenger.doctrine_schema_subscriber' => ['privates''doctrine.orm.messenger.doctrine_schema_subscriber''getDoctrine_Orm_Messenger_DoctrineSchemaSubscriberService'true],
  799.         ], [
  800.             'App\\EventSubscriber\\EntitySubscriber' => '?',
  801.             'doctrine.orm.default_listeners.attach_entity_listeners' => '?',
  802.             'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber' => '?',
  803.             'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber' => '?',
  804.             'doctrine.orm.messenger.doctrine_schema_subscriber' => '?',
  805.         ]), [=> 'App\\EventSubscriber\\EntitySubscriber'=> 'doctrine.orm.messenger.doctrine_schema_subscriber'=> 'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber'=> 'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber'=> [=> [=> 'loadClassMetadata'], => 'doctrine.orm.default_listeners.attach_entity_listeners']]), ['enum' => 'string']);
  806.     }
  807.     /**
  808.      * Gets the public 'doctrine.dbal.internal_connection' shared service.
  809.      *
  810.      * @return \Doctrine\DBAL\Connection
  811.      */
  812.     protected function getDoctrine_Dbal_InternalConnectionService()
  813.     {
  814.         $a = new \Doctrine\DBAL\Configuration();
  815.         $b = new \Doctrine\Bundle\DoctrineBundle\Middleware\DebugMiddleware(($this->privates['doctrine.debug_data_holder'] ?? ($this->privates['doctrine.debug_data_holder'] = new \Doctrine\Bundle\DoctrineBundle\Middleware\BacktraceDebugDataHolder([]))), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  816.         $b->setConnectionName('internal');
  817.         $a->setMiddlewares([=> new \Doctrine\DBAL\Logging\Middleware(($this->privates['monolog.logger.doctrine'] ?? $this->getMonolog_Logger_DoctrineService())), => $b]);
  818.         return $this->services['doctrine.dbal.internal_connection'] = ($this->privates['doctrine.dbal.connection_factory'] ?? ($this->privates['doctrine.dbal.connection_factory'] = new \Doctrine\Bundle\DoctrineBundle\ConnectionFactory([])))->createConnection(['url' => $this->getEnv('resolve:INTERNAL_DATABASE_URL'), 'driver' => 'pdo_mysql''host' => 'localhost''port' => NULL'user' => 'root''password' => NULL'driverOptions' => [], 'serverVersion' => '8''defaultTableOptions' => []], $a, new \Symfony\Bridge\Doctrine\ContainerAwareEventManager(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  819.             'App\\EventSubscriber\\EntitySubscriber' => ['privates''App\\EventSubscriber\\EntitySubscriber''getEntitySubscriberService'true],
  820.             'doctrine.orm.internal_listeners.attach_entity_listeners' => ['privates''doctrine.orm.internal_listeners.attach_entity_listeners''getDoctrine_Orm_InternalListeners_AttachEntityListenersService'true],
  821.             'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber' => ['privates''doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber''getDoctrine_Orm_Listeners_DoctrineDbalCacheAdapterSchemaSubscriberService'true],
  822.             'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber' => ['privates''doctrine.orm.listeners.doctrine_token_provider_schema_subscriber''getDoctrine_Orm_Listeners_DoctrineTokenProviderSchemaSubscriberService'true],
  823.             'doctrine.orm.messenger.doctrine_schema_subscriber' => ['privates''doctrine.orm.messenger.doctrine_schema_subscriber''getDoctrine_Orm_Messenger_DoctrineSchemaSubscriberService'true],
  824.         ], [
  825.             'App\\EventSubscriber\\EntitySubscriber' => '?',
  826.             'doctrine.orm.internal_listeners.attach_entity_listeners' => '?',
  827.             'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber' => '?',
  828.             'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber' => '?',
  829.             'doctrine.orm.messenger.doctrine_schema_subscriber' => '?',
  830.         ]), [=> 'App\\EventSubscriber\\EntitySubscriber'=> 'doctrine.orm.messenger.doctrine_schema_subscriber'=> 'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber'=> 'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber'=> [=> [=> 'loadClassMetadata'], => 'doctrine.orm.internal_listeners.attach_entity_listeners']]), []);
  831.     }
  832.     /**
  833.      * Gets the public 'doctrine.dbal.migration_connection' shared service.
  834.      *
  835.      * @return \Doctrine\DBAL\Connection
  836.      */
  837.     protected function getDoctrine_Dbal_MigrationConnectionService()
  838.     {
  839.         $a = new \Doctrine\DBAL\Configuration();
  840.         $b = new \Doctrine\Bundle\DoctrineBundle\Middleware\DebugMiddleware(($this->privates['doctrine.debug_data_holder'] ?? ($this->privates['doctrine.debug_data_holder'] = new \Doctrine\Bundle\DoctrineBundle\Middleware\BacktraceDebugDataHolder([]))), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  841.         $b->setConnectionName('migration');
  842.         $a->setMiddlewares([=> new \Doctrine\DBAL\Logging\Middleware(($this->privates['monolog.logger.doctrine'] ?? $this->getMonolog_Logger_DoctrineService())), => $b]);
  843.         return $this->services['doctrine.dbal.migration_connection'] = ($this->privates['doctrine.dbal.connection_factory'] ?? ($this->privates['doctrine.dbal.connection_factory'] = new \Doctrine\Bundle\DoctrineBundle\ConnectionFactory([])))->createConnection(['url' => $this->getEnv('resolve:MIGRATION_DATABASE_URL'), 'driver' => 'pdo_mysql''host' => 'localhost''port' => NULL'user' => 'root''password' => NULL'driverOptions' => [], 'serverVersion' => '8''defaultTableOptions' => []], $a, new \Symfony\Bridge\Doctrine\ContainerAwareEventManager(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  844.             'App\\EventSubscriber\\EntitySubscriber' => ['privates''App\\EventSubscriber\\EntitySubscriber''getEntitySubscriberService'true],
  845.             'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber' => ['privates''doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber''getDoctrine_Orm_Listeners_DoctrineDbalCacheAdapterSchemaSubscriberService'true],
  846.             'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber' => ['privates''doctrine.orm.listeners.doctrine_token_provider_schema_subscriber''getDoctrine_Orm_Listeners_DoctrineTokenProviderSchemaSubscriberService'true],
  847.             'doctrine.orm.messenger.doctrine_schema_subscriber' => ['privates''doctrine.orm.messenger.doctrine_schema_subscriber''getDoctrine_Orm_Messenger_DoctrineSchemaSubscriberService'true],
  848.             'doctrine.orm.migration_listeners.attach_entity_listeners' => ['privates''doctrine.orm.migration_listeners.attach_entity_listeners''getDoctrine_Orm_MigrationListeners_AttachEntityListenersService'true],
  849.         ], [
  850.             'App\\EventSubscriber\\EntitySubscriber' => '?',
  851.             'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber' => '?',
  852.             'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber' => '?',
  853.             'doctrine.orm.messenger.doctrine_schema_subscriber' => '?',
  854.             'doctrine.orm.migration_listeners.attach_entity_listeners' => '?',
  855.         ]), [=> 'App\\EventSubscriber\\EntitySubscriber'=> 'doctrine.orm.messenger.doctrine_schema_subscriber'=> 'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber'=> 'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber'=> [=> [=> 'loadClassMetadata'], => 'doctrine.orm.migration_listeners.attach_entity_listeners']]), []);
  856.     }
  857.     /**
  858.      * Gets the public 'doctrine.orm.default_entity_manager' shared service.
  859.      *
  860.      * @return \Doctrine\ORM\EntityManager
  861.      */
  862.     protected function getDoctrine_Orm_DefaultEntityManagerService($lazyLoad true)
  863.     {
  864.         if ($lazyLoad) {
  865.             return $this->services['doctrine.orm.default_entity_manager'] = $this->createProxy('EntityManager_9a5be93', function () {
  866.                 return \EntityManager_9a5be93::staticProxyConstructor(function (&$wrappedInstance\ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  867.                     $wrappedInstance $this->getDoctrine_Orm_DefaultEntityManagerService(false);
  868.                     $proxy->setProxyInitializer(null);
  869.                     return true;
  870.                 });
  871.             });
  872.         }
  873.         include_once \dirname(__DIR__4).'/vendor/doctrine/common/src/Proxy/Autoloader.php';
  874.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Proxy/Autoloader.php';
  875.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ObjectManager.php';
  876.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityManagerInterface.php';
  877.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityManager.php';
  878.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Configuration.php';
  879.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Mapping/MappingDriver.php';
  880.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/MappingDriverChain.php';
  881.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/EntityListenerResolver.php';
  882.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Mapping/EntityListenerServiceResolver.php';
  883.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Mapping/ContainerEntityListenerResolver.php';
  884.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/ManagerConfigurator.php';
  885.         $a = new \Doctrine\ORM\Configuration();
  886.         $b = new \Doctrine\Persistence\Mapping\Driver\MappingDriverChain();
  887.         $b->addDriver(($this->privates['doctrine.orm.default_annotation_metadata_driver'] ?? $this->getDoctrine_Orm_DefaultAnnotationMetadataDriverService()), 'App\\Entity\\Monolith');
  888.         $a->setEntityNamespaces(['App' => 'App\\Entity\\Monolith']);
  889.         $a->setMetadataCache(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  890.         $a->setQueryCache(($this->privates['cache.doctrine.orm.default.query'] ?? $this->getCache_Doctrine_Orm_Default_QueryService()));
  891.         $a->setResultCache(($this->privates['cache.doctrine.orm.default.result'] ?? $this->getCache_Doctrine_Orm_Default_ResultService()));
  892.         $a->setMetadataDriverImpl(new \Doctrine\Bundle\DoctrineBundle\Mapping\MappingDriver($b, ($this->privates['.service_locator.KLVvNIq'] ?? $this->get_ServiceLocator_KLVvNIqService())));
  893.         $a->setProxyDir(($this->targetDir.''.'/doctrine/orm/Proxies'));
  894.         $a->setProxyNamespace('Proxies');
  895.         $a->setAutoGenerateProxyClasses(false);
  896.         $a->setSchemaIgnoreClasses([]);
  897.         $a->setClassMetadataFactoryName('Doctrine\\Bundle\\DoctrineBundle\\Mapping\\ClassMetadataFactory');
  898.         $a->setDefaultRepositoryClassName('Doctrine\\ORM\\EntityRepository');
  899.         $a->setNamingStrategy(($this->privates['doctrine.orm.naming_strategy.default'] ?? ($this->privates['doctrine.orm.naming_strategy.default'] = new \Doctrine\ORM\Mapping\DefaultNamingStrategy())));
  900.         $a->setQuoteStrategy(($this->privates['doctrine.orm.quote_strategy.default'] ?? ($this->privates['doctrine.orm.quote_strategy.default'] = new \Doctrine\ORM\Mapping\DefaultQuoteStrategy())));
  901.         $a->setEntityListenerResolver(new \Doctrine\Bundle\DoctrineBundle\Mapping\ContainerEntityListenerResolver($this));
  902.         $a->setRepositoryFactory(($this->privates['doctrine.orm.container_repository_factory'] ?? $this->getDoctrine_Orm_ContainerRepositoryFactoryService()));
  903.         $instance = new \Doctrine\ORM\EntityManager(($this->services['doctrine.dbal.default_connection'] ?? $this->getDoctrine_Dbal_DefaultConnectionService()), $a);
  904.         (new \Doctrine\Bundle\DoctrineBundle\ManagerConfigurator([], []))->configure($instance);
  905.         return $instance;
  906.     }
  907.     /**
  908.      * Gets the public 'doctrine.orm.internal_entity_manager' shared service.
  909.      *
  910.      * @return \Doctrine\ORM\EntityManager
  911.      */
  912.     protected function getDoctrine_Orm_InternalEntityManagerService($lazyLoad true)
  913.     {
  914.         if ($lazyLoad) {
  915.             return $this->services['doctrine.orm.internal_entity_manager'] = $this->createProxy('EntityManager_9a5be93', function () {
  916.                 return \EntityManager_9a5be93::staticProxyConstructor(function (&$wrappedInstance\ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  917.                     $wrappedInstance $this->getDoctrine_Orm_InternalEntityManagerService(false);
  918.                     $proxy->setProxyInitializer(null);
  919.                     return true;
  920.                 });
  921.             });
  922.         }
  923.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ObjectManager.php';
  924.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityManagerInterface.php';
  925.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityManager.php';
  926.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Configuration.php';
  927.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Mapping/MappingDriver.php';
  928.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/MappingDriverChain.php';
  929.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/EntityListenerResolver.php';
  930.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Mapping/EntityListenerServiceResolver.php';
  931.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Mapping/ContainerEntityListenerResolver.php';
  932.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/ManagerConfigurator.php';
  933.         $a = new \Doctrine\ORM\Configuration();
  934.         $b = new \Doctrine\Persistence\Mapping\Driver\MappingDriverChain();
  935.         $b->addDriver(($this->privates['doctrine.orm.internal_annotation_metadata_driver'] ?? $this->getDoctrine_Orm_InternalAnnotationMetadataDriverService()), 'App\\Entity\\Internal');
  936.         $b->addDriver(($this->privates['doctrine.orm.internal_xml_metadata_driver'] ?? $this->getDoctrine_Orm_InternalXmlMetadataDriverService()), 'Gesdinet\\JWTRefreshTokenBundle\\Entity');
  937.         $a->setEntityNamespaces(['AppInternal' => 'App\\Entity\\Internal''GesdinetJWTRefreshTokenBundle' => 'Gesdinet\\JWTRefreshTokenBundle\\Entity']);
  938.         $a->setMetadataCache(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  939.         $a->setQueryCache(($this->privates['cache.doctrine.orm.internal.query'] ?? $this->getCache_Doctrine_Orm_Internal_QueryService()));
  940.         $a->setResultCache(($this->privates['cache.doctrine.orm.internal.result'] ?? $this->getCache_Doctrine_Orm_Internal_ResultService()));
  941.         $a->setMetadataDriverImpl(new \Doctrine\Bundle\DoctrineBundle\Mapping\MappingDriver($b, ($this->privates['.service_locator.KLVvNIq'] ?? $this->get_ServiceLocator_KLVvNIqService())));
  942.         $a->setProxyDir(($this->targetDir.''.'/doctrine/orm/Proxies'));
  943.         $a->setProxyNamespace('Proxies');
  944.         $a->setAutoGenerateProxyClasses(false);
  945.         $a->setSchemaIgnoreClasses([]);
  946.         $a->setClassMetadataFactoryName('Doctrine\\Bundle\\DoctrineBundle\\Mapping\\ClassMetadataFactory');
  947.         $a->setDefaultRepositoryClassName('Doctrine\\ORM\\EntityRepository');
  948.         $a->setNamingStrategy(($this->privates['doctrine.orm.naming_strategy.default'] ?? ($this->privates['doctrine.orm.naming_strategy.default'] = new \Doctrine\ORM\Mapping\DefaultNamingStrategy())));
  949.         $a->setQuoteStrategy(($this->privates['doctrine.orm.quote_strategy.default'] ?? ($this->privates['doctrine.orm.quote_strategy.default'] = new \Doctrine\ORM\Mapping\DefaultQuoteStrategy())));
  950.         $a->setEntityListenerResolver(new \Doctrine\Bundle\DoctrineBundle\Mapping\ContainerEntityListenerResolver($this));
  951.         $a->setRepositoryFactory(($this->privates['doctrine.orm.container_repository_factory'] ?? $this->getDoctrine_Orm_ContainerRepositoryFactoryService()));
  952.         $instance = new \Doctrine\ORM\EntityManager(($this->services['doctrine.dbal.internal_connection'] ?? $this->getDoctrine_Dbal_InternalConnectionService()), $a);
  953.         (new \Doctrine\Bundle\DoctrineBundle\ManagerConfigurator([], []))->configure($instance);
  954.         return $instance;
  955.     }
  956.     /**
  957.      * Gets the public 'doctrine.orm.migration_entity_manager' shared service.
  958.      *
  959.      * @return \Doctrine\ORM\EntityManager
  960.      */
  961.     protected function getDoctrine_Orm_MigrationEntityManagerService($lazyLoad true)
  962.     {
  963.         if ($lazyLoad) {
  964.             return $this->services['doctrine.orm.migration_entity_manager'] = $this->createProxy('EntityManager_9a5be93', function () {
  965.                 return \EntityManager_9a5be93::staticProxyConstructor(function (&$wrappedInstance\ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  966.                     $wrappedInstance $this->getDoctrine_Orm_MigrationEntityManagerService(false);
  967.                     $proxy->setProxyInitializer(null);
  968.                     return true;
  969.                 });
  970.             });
  971.         }
  972.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ObjectManager.php';
  973.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityManagerInterface.php';
  974.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityManager.php';
  975.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Configuration.php';
  976.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Mapping/MappingDriver.php';
  977.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/MappingDriverChain.php';
  978.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/EntityListenerResolver.php';
  979.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Mapping/EntityListenerServiceResolver.php';
  980.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Mapping/ContainerEntityListenerResolver.php';
  981.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/ManagerConfigurator.php';
  982.         $a = new \Doctrine\ORM\Configuration();
  983.         $b = new \Doctrine\Persistence\Mapping\Driver\MappingDriverChain();
  984.         $b->addDriver(($this->privates['doctrine.orm.migration_annotation_metadata_driver'] ?? $this->getDoctrine_Orm_MigrationAnnotationMetadataDriverService()), 'App\\Entity\\Importer');
  985.         $a->setEntityNamespaces(['AppImporter' => 'App\\Entity\\Importer']);
  986.         $a->setMetadataCache(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  987.         $a->setQueryCache(($this->privates['cache.doctrine.orm.migration.query'] ?? $this->getCache_Doctrine_Orm_Migration_QueryService()));
  988.         $a->setResultCache(($this->privates['cache.doctrine.orm.migration.result'] ?? $this->getCache_Doctrine_Orm_Migration_ResultService()));
  989.         $a->setMetadataDriverImpl(new \Doctrine\Bundle\DoctrineBundle\Mapping\MappingDriver($b, ($this->privates['.service_locator.KLVvNIq'] ?? $this->get_ServiceLocator_KLVvNIqService())));
  990.         $a->setProxyDir(($this->targetDir.''.'/doctrine/orm/Proxies'));
  991.         $a->setProxyNamespace('Proxies');
  992.         $a->setAutoGenerateProxyClasses(false);
  993.         $a->setSchemaIgnoreClasses([]);
  994.         $a->setClassMetadataFactoryName('Doctrine\\Bundle\\DoctrineBundle\\Mapping\\ClassMetadataFactory');
  995.         $a->setDefaultRepositoryClassName('Doctrine\\ORM\\EntityRepository');
  996.         $a->setNamingStrategy(($this->privates['doctrine.orm.naming_strategy.default'] ?? ($this->privates['doctrine.orm.naming_strategy.default'] = new \Doctrine\ORM\Mapping\DefaultNamingStrategy())));
  997.         $a->setQuoteStrategy(($this->privates['doctrine.orm.quote_strategy.default'] ?? ($this->privates['doctrine.orm.quote_strategy.default'] = new \Doctrine\ORM\Mapping\DefaultQuoteStrategy())));
  998.         $a->setEntityListenerResolver(new \Doctrine\Bundle\DoctrineBundle\Mapping\ContainerEntityListenerResolver($this));
  999.         $a->setRepositoryFactory(($this->privates['doctrine.orm.container_repository_factory'] ?? $this->getDoctrine_Orm_ContainerRepositoryFactoryService()));
  1000.         $instance = new \Doctrine\ORM\EntityManager(($this->services['doctrine.dbal.migration_connection'] ?? $this->getDoctrine_Dbal_MigrationConnectionService()), $a);
  1001.         (new \Doctrine\Bundle\DoctrineBundle\ManagerConfigurator([], []))->configure($instance);
  1002.         return $instance;
  1003.     }
  1004.     /**
  1005.      * Gets the public 'event_dispatcher' shared service.
  1006.      *
  1007.      * @return \Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher
  1008.      */
  1009.     protected function getEventDispatcherService()
  1010.     {
  1011.         $a = new \Symfony\Bridge\Monolog\Logger('event');
  1012.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1013.         $a->pushHandler(new \Monolog\Handler\NullHandler());
  1014.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  1015.         $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())));
  1016.         $instance->addListener('lexik_jwt_authentication.on_authentication_success', [=> function () {
  1017.             return ($this->privates['App\\EventListener\\AuthenticationSuccessListener'] ?? $this->load('getAuthenticationSuccessListenerService'));
  1018.         }, => 'onAuthenticationSuccessResponse'], 0);
  1019.         $instance->addListener('kernel.exception', [=> function () {
  1020.             return ($this->privates['App\\EventListener\\KernelExceptionListener'] ?? $this->load('getKernelExceptionListenerService'));
  1021.         }, => 'onKernelException'], 0);
  1022.         $instance->addListener('kernel.controller', [=> function () {
  1023.             return ($this->privates['data_collector.router'] ?? ($this->privates['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector()));
  1024.         }, => 'onKernelController'], 0);
  1025.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  1026.             return ($this->privates['security.listener.user_provider'] ?? $this->load('getSecurity_Listener_UserProviderService'));
  1027.         }, => 'checkPassport'], 1024);
  1028.         $instance->addListener('kernel.request', [=> function () {
  1029.             return ($this->privates['nelmio_cors.cors_listener'] ?? $this->getNelmioCors_CorsListenerService());
  1030.         }, => 'onKernelRequest'], 250);
  1031.         $instance->addListener('kernel.response', [=> function () {
  1032.             return ($this->privates['nelmio_cors.cors_listener'] ?? $this->getNelmioCors_CorsListenerService());
  1033.         }, => 'onKernelResponse'], 0);
  1034.         $instance->addListener('kernel.response', [=> function () {
  1035.             return ($this->privates['nelmio_cors.cacheable_response_vary_listener'] ?? ($this->privates['nelmio_cors.cacheable_response_vary_listener'] = new \Nelmio\CorsBundle\EventListener\CacheableResponseVaryListener()));
  1036.         }, => 'onResponse'], 0);
  1037.         $instance->addListener('kernel.request', [=> function () {
  1038.             return ($this->privates['api_platform.listener.request.add_format'] ?? $this->getApiPlatform_Listener_Request_AddFormatService());
  1039.         }, => 'onKernelRequest'], 28);
  1040.         $instance->addListener('kernel.request', [=> function () {
  1041.             return ($this->privates['api_platform.listener.request.deserialize'] ?? $this->getApiPlatform_Listener_Request_DeserializeService());
  1042.         }, => 'onKernelRequest'], 2);
  1043.         $instance->addListener('kernel.view', [=> function () {
  1044.             return ($this->privates['api_platform.listener.view.serialize'] ?? $this->load('getApiPlatform_Listener_View_SerializeService'));
  1045.         }, => 'onKernelView'], 16);
  1046.         $instance->addListener('kernel.view', [=> function () {
  1047.             return ($this->privates['api_platform.listener.view.respond'] ?? $this->load('getApiPlatform_Listener_View_RespondService'));
  1048.         }, => 'onKernelView'], 8);
  1049.         $instance->addListener('kernel.exception', [=> function () {
  1050.             return ($this->privates['api_platform.listener.exception.validation'] ?? $this->load('getApiPlatform_Listener_Exception_ValidationService'));
  1051.         }, => 'onKernelException'], 0);
  1052.         $instance->addListener('kernel.exception', [=> function () {
  1053.             return ($this->privates['api_platform.listener.exception'] ?? $this->load('getApiPlatform_Listener_ExceptionService'));
  1054.         }, => 'onKernelException'], -96);
  1055.         $instance->addListener('kernel.view', [=> function () {
  1056.             return ($this->privates['api_platform.listener.view.write.legacy'] ?? $this->load('getApiPlatform_Listener_View_Write_LegacyService'));
  1057.         }, => 'onKernelView'], 32);
  1058.         $instance->addListener('kernel.request', [=> function () {
  1059.             return ($this->privates['api_platform.listener.request.read.legacy'] ?? $this->getApiPlatform_Listener_Request_Read_LegacyService());
  1060.         }, => 'onKernelRequest'], 4);
  1061.         $instance->addListener('kernel.request', [=> function () {
  1062.             return ($this->privates['api_platform.swagger.listener.ui'] ?? ($this->privates['api_platform.swagger.listener.ui'] = new \ApiPlatform\Symfony\Bundle\EventListener\SwaggerUiListener()));
  1063.         }, => 'onKernelRequest'], 0);
  1064.         $instance->addListener('kernel.response', [=> function () {
  1065.             return ($this->privates['api_platform.hydra.listener.response.add_link_header'] ?? $this->getApiPlatform_Hydra_Listener_Response_AddLinkHeaderService());
  1066.         }, => 'onKernelResponse'], 0);
  1067.         $instance->addListener('kernel.response', [=> function () {
  1068.             return ($this->privates['api_platform.http_cache.listener.response.configure'] ?? $this->getApiPlatform_HttpCache_Listener_Response_ConfigureService());
  1069.         }, => 'onKernelResponse'], -1);
  1070.         $instance->addListener('kernel.view', [=> function () {
  1071.             return ($this->privates['api_platform.listener.view.validate'] ?? $this->load('getApiPlatform_Listener_View_ValidateService'));
  1072.         }, => 'onKernelView'], 64);
  1073.         $instance->addListener('kernel.request', [=> function () {
  1074.             return ($this->privates['api_platform.listener.view.validate_query_parameters'] ?? $this->getApiPlatform_Listener_View_ValidateQueryParametersService());
  1075.         }, => 'onKernelRequest'], 16);
  1076.         $instance->addListener('kernel.request', [=> function () {
  1077.             return ($this->privates['api_platform.security.listener.request.deny_access'] ?? $this->getApiPlatform_Security_Listener_Request_DenyAccessService());
  1078.         }, => 'onSecurity'], 3);
  1079.         $instance->addListener('kernel.request', [=> function () {
  1080.             return ($this->privates['api_platform.security.listener.request.deny_access'] ?? $this->getApiPlatform_Security_Listener_Request_DenyAccessService());
  1081.         }, => 'onSecurityPostDenormalize'], 1);
  1082.         $instance->addListener('kernel.view', [=> function () {
  1083.             return ($this->privates['api_platform.security.listener.request.deny_access'] ?? $this->getApiPlatform_Security_Listener_Request_DenyAccessService());
  1084.         }, => 'onSecurityPostValidation'], 63);
  1085.         $instance->addListener('lexik_jwt_authentication.on_authentication_success', [=> function () {
  1086.             return ($this->privates['gesdinet.jwtrefreshtoken.send_token'] ?? $this->load('getGesdinet_Jwtrefreshtoken_SendTokenService'));
  1087.         }, => 'attachRefreshToken'], 0);
  1088.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  1089.             return ($this->privates['Gesdinet\\JWTRefreshTokenBundle\\EventListener\\LogoutEventListener'] ?? $this->load('getLogoutEventListenerService'));
  1090.         }, => 'onLogout'], 0);
  1091.         $instance->addListener('kernel.controller', [=> function () {
  1092.             return ($this->privates['App\\EventSubscriber\\CheckHeadersSubscriber'] ?? ($this->privates['App\\EventSubscriber\\CheckHeadersSubscriber'] = new \App\EventSubscriber\CheckHeadersSubscriber()));
  1093.         }, => 'hasFilter'], 5);
  1094.         $instance->addListener('kernel.response', [=> function () {
  1095.             return ($this->privates['response_listener'] ?? ($this->privates['response_listener'] = new \Symfony\Component\HttpKernel\EventListener\ResponseListener('UTF-8'false)));
  1096.         }, => 'onKernelResponse'], 0);
  1097.         $instance->addListener('kernel.response', [=> function () {
  1098.             return ($this->privates['streamed_response_listener'] ?? ($this->privates['streamed_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\StreamedResponseListener()));
  1099.         }, => 'onKernelResponse'], -1024);
  1100.         $instance->addListener('kernel.request', [=> function () {
  1101.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  1102.         }, => 'setDefaultLocale'], 100);
  1103.         $instance->addListener('kernel.request', [=> function () {
  1104.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  1105.         }, => 'onKernelRequest'], 16);
  1106.         $instance->addListener('kernel.finish_request', [=> function () {
  1107.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  1108.         }, => 'onKernelFinishRequest'], 0);
  1109.         $instance->addListener('kernel.request', [=> function () {
  1110.             return ($this->privates['validate_request_listener'] ?? ($this->privates['validate_request_listener'] = new \Symfony\Component\HttpKernel\EventListener\ValidateRequestListener()));
  1111.         }, => 'onKernelRequest'], 256);
  1112.         $instance->addListener('kernel.response', [=> function () {
  1113.             return ($this->privates['disallow_search_engine_index_response_listener'] ?? ($this->privates['disallow_search_engine_index_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\DisallowRobotsIndexingListener()));
  1114.         }, => 'onResponse'], -255);
  1115.         $instance->addListener('kernel.controller_arguments', [=> function () {
  1116.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  1117.         }, => 'onControllerArguments'], 0);
  1118.         $instance->addListener('kernel.exception', [=> function () {
  1119.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  1120.         }, => 'logKernelException'], 0);
  1121.         $instance->addListener('kernel.exception', [=> function () {
  1122.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  1123.         }, => 'onKernelException'], -128);
  1124.         $instance->addListener('kernel.response', [=> function () {
  1125.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  1126.         }, => 'removeCspHeader'], -128);
  1127.         $instance->addListener('kernel.request', [=> function () {
  1128.             return ($this->privates['locale_aware_listener'] ?? $this->getLocaleAwareListenerService());
  1129.         }, => 'onKernelRequest'], 15);
  1130.         $instance->addListener('kernel.finish_request', [=> function () {
  1131.             return ($this->privates['locale_aware_listener'] ?? $this->getLocaleAwareListenerService());
  1132.         }, => 'onKernelFinishRequest'], -15);
  1133.         $instance->addListener('console.error', [=> function () {
  1134.             return ($this->privates['console.error_listener'] ?? $this->load('getConsole_ErrorListenerService'));
  1135.         }, => 'onConsoleError'], -128);
  1136.         $instance->addListener('console.terminate', [=> function () {
  1137.             return ($this->privates['console.error_listener'] ?? $this->load('getConsole_ErrorListenerService'));
  1138.         }, => 'onConsoleTerminate'], -128);
  1139.         $instance->addListener('console.error', [=> function () {
  1140.             return ($this->privates['console.suggest_missing_package_subscriber'] ?? ($this->privates['console.suggest_missing_package_subscriber'] = new \Symfony\Bundle\FrameworkBundle\EventListener\SuggestMissingPackageSubscriber()));
  1141.         }, => 'onConsoleError'], 0);
  1142.         $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [=> function () {
  1143.             return ($this->privates['mailer.envelope_listener'] ?? ($this->privates['mailer.envelope_listener'] = new \Symfony\Component\Mailer\EventListener\EnvelopeListener(NULLNULL)));
  1144.         }, => 'onMessage'], -255);
  1145.         $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [=> function () {
  1146.             return ($this->privates['mailer.message_logger_listener'] ?? ($this->privates['mailer.message_logger_listener'] = new \Symfony\Component\Mailer\EventListener\MessageLoggerListener()));
  1147.         }, => 'onMessage'], -255);
  1148.         $instance->addListener('kernel.request', [=> function () {
  1149.             return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());
  1150.         }, => 'configure'], 2048);
  1151.         $instance->addListener('console.command', [=> function () {
  1152.             return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());
  1153.         }, => 'configure'], 2048);
  1154.         $instance->addListener('kernel.request', [=> function () {
  1155.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  1156.         }, => 'onKernelRequest'], 32);
  1157.         $instance->addListener('kernel.finish_request', [=> function () {
  1158.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  1159.         }, => 'onKernelFinishRequest'], 0);
  1160.         $instance->addListener('kernel.exception', [=> function () {
  1161.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  1162.         }, => 'onKernelException'], -64);
  1163.         $instance->addListener('kernel.response', [=> function () {
  1164.             return ($this->privates['web_link.add_link_header_listener'] ?? ($this->privates['web_link.add_link_header_listener'] = new \Symfony\Component\WebLink\EventListener\AddLinkHeaderListener()));
  1165.         }, => 'onKernelResponse'], 0);
  1166.         $instance->addListener('kernel.request', [=> function () {
  1167.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  1168.         }, => 'onKernelRequest'], 128);
  1169.         $instance->addListener('kernel.response', [=> function () {
  1170.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  1171.         }, => 'onKernelResponse'], -1000);
  1172.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageFailedEvent', [=> function () {
  1173.             return ($this->privates['messenger.retry.send_failed_message_for_retry_listener'] ?? $this->load('getMessenger_Retry_SendFailedMessageForRetryListenerService'));
  1174.         }, => 'onMessageFailed'], 100);
  1175.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageFailedEvent', [=> function () {
  1176.             return ($this->privates['messenger.failure.add_error_details_stamp_listener'] ?? ($this->privates['messenger.failure.add_error_details_stamp_listener'] = new \Symfony\Component\Messenger\EventListener\AddErrorDetailsStampListener()));
  1177.         }, => 'onMessageFailed'], 200);
  1178.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerStartedEvent', [=> function () {
  1179.             return ($this->privates['messenger.listener.stop_worker_on_restart_signal_listener'] ?? $this->load('getMessenger_Listener_StopWorkerOnRestartSignalListenerService'));
  1180.         }, => 'onWorkerStarted'], 0);
  1181.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerRunningEvent', [=> function () {
  1182.             return ($this->privates['messenger.listener.stop_worker_on_restart_signal_listener'] ?? $this->load('getMessenger_Listener_StopWorkerOnRestartSignalListenerService'));
  1183.         }, => 'onWorkerRunning'], 0);
  1184.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageFailedEvent', [=> function () {
  1185.             return ($this->privates['messenger.listener.stop_worker_on_stop_exception_listener'] ?? ($this->privates['messenger.listener.stop_worker_on_stop_exception_listener'] = new \Symfony\Component\Messenger\EventListener\StopWorkerOnCustomStopExceptionListener()));
  1186.         }, => 'onMessageFailed'], 0);
  1187.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerRunningEvent', [=> function () {
  1188.             return ($this->privates['messenger.listener.stop_worker_on_stop_exception_listener'] ?? ($this->privates['messenger.listener.stop_worker_on_stop_exception_listener'] = new \Symfony\Component\Messenger\EventListener\StopWorkerOnCustomStopExceptionListener()));
  1189.         }, => 'onWorkerRunning'], 0);
  1190.         $instance->addListener('Symfony\\Component\\Notifier\\Event\\MessageEvent', [=> function () {
  1191.             return ($this->privates['notifier.logger_notification_listener'] ?? ($this->privates['notifier.logger_notification_listener'] = new \Symfony\Component\Notifier\EventListener\NotificationLoggerListener()));
  1192.         }, => 'onNotification'], -255);
  1193.         $instance->addListener('kernel.response', [=> function () {
  1194.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  1195.         }, => 'onKernelResponse'], -100);
  1196.         $instance->addListener('kernel.exception', [=> function () {
  1197.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  1198.         }, => 'onKernelException'], 0);
  1199.         $instance->addListener('kernel.terminate', [=> function () {
  1200.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  1201.         }, => 'onKernelTerminate'], -1024);
  1202.         $instance->addListener('kernel.controller', [=> function () {
  1203.             return ($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService());
  1204.         }, => 'onKernelController'], 0);
  1205.         $instance->addListener('kernel.response', [=> function () {
  1206.             return ($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService());
  1207.         }, => 'onKernelResponse'], 0);
  1208.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageHandledEvent', [=> function () {
  1209.             return ($this->privates['doctrine.orm.messenger.event_subscriber.doctrine_clear_entity_manager'] ?? $this->load('getDoctrine_Orm_Messenger_EventSubscriber_DoctrineClearEntityManagerService'));
  1210.         }, => 'onWorkerMessageHandled'], 0);
  1211.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageFailedEvent', [=> function () {
  1212.             return ($this->privates['doctrine.orm.messenger.event_subscriber.doctrine_clear_entity_manager'] ?? $this->load('getDoctrine_Orm_Messenger_EventSubscriber_DoctrineClearEntityManagerService'));
  1213.         }, => 'onWorkerMessageFailed'], 0);
  1214.         $instance->addListener('console.command', [=> function () {
  1215.             return ($this->privates['debug.dump_listener'] ?? $this->load('getDebug_DumpListenerService'));
  1216.         }, => 'configure'], 1024);
  1217.         $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [=> function () {
  1218.             return ($this->privates['twig.mailer.message_listener'] ?? $this->load('getTwig_Mailer_MessageListenerService'));
  1219.         }, => 'onMessage'], 0);
  1220.         $instance->addListener('kernel.response', [=> function () {
  1221.             return ($this->privates['web_profiler.debug_toolbar'] ?? $this->getWebProfiler_DebugToolbarService());
  1222.         }, => 'onKernelResponse'], -128);
  1223.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  1224.             return ($this->privates['security.listener.check_authenticator_credentials'] ?? $this->load('getSecurity_Listener_CheckAuthenticatorCredentialsService'));
  1225.         }, => 'checkPassport'], 0);
  1226.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  1227.             return ($this->privates['security.listener.password_migrating'] ?? $this->load('getSecurity_Listener_PasswordMigratingService'));
  1228.         }, => 'onLoginSuccess'], 0);
  1229.         $instance->addListener('debug.security.authorization.vote', [=> function () {
  1230.             return ($this->privates['debug.security.voter.vote_listener'] ?? $this->load('getDebug_Security_Voter_VoteListenerService'));
  1231.         }, => 'onVoterVote'], 0);
  1232.         $instance->addListener('kernel.request', [=> function () {
  1233.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  1234.         }, => 'configureLogoutUrlGenerator'], 8);
  1235.         $instance->addListener('kernel.request', [=> function () {
  1236.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  1237.         }, => 'onKernelRequest'], 8);
  1238.         $instance->addListener('kernel.finish_request', [=> function () {
  1239.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  1240.         }, => 'onKernelFinishRequest'], 0);
  1241.         $instance->addListener('console.error', [=> function () {
  1242.             return ($this->privates['maker.console_error_listener'] ?? ($this->privates['maker.console_error_listener'] = new \Symfony\Bundle\MakerBundle\Event\ConsoleErrorSubscriber()));
  1243.         }, => 'onConsoleError'], 0);
  1244.         $instance->addListener('console.terminate', [=> function () {
  1245.             return ($this->privates['maker.console_error_listener'] ?? ($this->privates['maker.console_error_listener'] = new \Symfony\Bundle\MakerBundle\Event\ConsoleErrorSubscriber()));
  1246.         }, => 'onConsoleTerminate'], 0);
  1247.         $instance->addListener('kernel.controller', [=> function () {
  1248.             return ($this->privates['sensio_framework_extra.controller.listener'] ?? $this->getSensioFrameworkExtra_Controller_ListenerService());
  1249.         }, => 'onKernelController'], 0);
  1250.         $instance->addListener('kernel.controller', [=> function () {
  1251.             return ($this->privates['sensio_framework_extra.converter.listener'] ?? $this->getSensioFrameworkExtra_Converter_ListenerService());
  1252.         }, => 'onKernelController'], 0);
  1253.         $instance->addListener('kernel.controller', [=> function () {
  1254.             return ($this->privates['sensio_framework_extra.view.listener'] ?? $this->getSensioFrameworkExtra_View_ListenerService());
  1255.         }, => 'onKernelController'], -128);
  1256.         $instance->addListener('kernel.view', [=> function () {
  1257.             return ($this->privates['sensio_framework_extra.view.listener'] ?? $this->getSensioFrameworkExtra_View_ListenerService());
  1258.         }, => 'onKernelView'], 0);
  1259.         $instance->addListener('kernel.controller', [=> function () {
  1260.             return ($this->privates['sensio_framework_extra.cache.listener'] ?? ($this->privates['sensio_framework_extra.cache.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener()));
  1261.         }, => 'onKernelController'], 0);
  1262.         $instance->addListener('kernel.response', [=> function () {
  1263.             return ($this->privates['sensio_framework_extra.cache.listener'] ?? ($this->privates['sensio_framework_extra.cache.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener()));
  1264.         }, => 'onKernelResponse'], 0);
  1265.         $instance->addListener('kernel.controller_arguments', [=> function () {
  1266.             return ($this->privates['sensio_framework_extra.security.listener'] ?? $this->getSensioFrameworkExtra_Security_ListenerService());
  1267.         }, => 'onKernelControllerArguments'], 0);
  1268.         $instance->addListener('kernel.controller_arguments', [=> function () {
  1269.             return ($this->privates['framework_extra_bundle.event.is_granted'] ?? $this->getFrameworkExtraBundle_Event_IsGrantedService());
  1270.         }, => 'onKernelControllerArguments'], 0);
  1271.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  1272.             return ($this->privates['security.listener.csrf_protection'] ?? $this->load('getSecurity_Listener_CsrfProtectionService'));
  1273.         }, => 'checkPassport'], 512);
  1274.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  1275.             return ($this->privates['security.logout.listener.csrf_token_clearing'] ?? $this->load('getSecurity_Logout_Listener_CsrfTokenClearingService'));
  1276.         }, => 'onLogout'], 0);
  1277.         return $instance;
  1278.     }
  1279.     /**
  1280.      * Gets the public 'http_kernel' shared service.
  1281.      *
  1282.      * @return \Symfony\Component\HttpKernel\HttpKernel
  1283.      */
  1284.     protected function getHttpKernelService()
  1285.     {
  1286.         $a = ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)));
  1287.         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())), $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(($this->privates['argument_metadata_factory'] ?? ($this->privates['argument_metadata_factory'] = new \Symfony\Component\HttpKernel\ControllerMetadata\ArgumentMetadataFactory())), new RewindableGenerator(function () {
  1288.             yield => ($this->privates['debug.argument_resolver.request_attribute'] ?? $this->load('getDebug_ArgumentResolver_RequestAttributeService'));
  1289.             yield => ($this->privates['debug.argument_resolver.request'] ?? $this->load('getDebug_ArgumentResolver_RequestService'));
  1290.             yield => ($this->privates['debug.argument_resolver.session'] ?? $this->load('getDebug_ArgumentResolver_SessionService'));
  1291.             yield => ($this->privates['debug.security.user_value_resolver'] ?? $this->load('getDebug_Security_UserValueResolverService'));
  1292.             yield => ($this->privates['debug.argument_resolver.service'] ?? $this->load('getDebug_ArgumentResolver_ServiceService'));
  1293.             yield => ($this->privates['debug.argument_resolver.default'] ?? $this->load('getDebug_ArgumentResolver_DefaultService'));
  1294.             yield => ($this->privates['debug.argument_resolver.variadic'] ?? $this->load('getDebug_ArgumentResolver_VariadicService'));
  1295.             yield => ($this->privates['debug.argument_resolver.not_tagged_controller'] ?? $this->load('getDebug_ArgumentResolver_NotTaggedControllerService'));
  1296.         }, 8)), $a));
  1297.     }
  1298.     /**
  1299.      * Gets the public 'messenger.default_bus' shared service.
  1300.      *
  1301.      * @return \Symfony\Component\Messenger\TraceableMessageBus
  1302.      */
  1303.     protected function getMessenger_DefaultBusService()
  1304.     {
  1305.         return $this->services['messenger.default_bus'] = new \Symfony\Component\Messenger\TraceableMessageBus(new \Symfony\Component\Messenger\MessageBus(new RewindableGenerator(function () {
  1306.             yield => ($this->privates['messenger.bus.default.middleware.traceable'] ?? $this->load('getMessenger_Bus_Default_Middleware_TraceableService'));
  1307.             yield => ($this->privates['messenger.bus.default.middleware.add_bus_name_stamp_middleware'] ?? ($this->privates['messenger.bus.default.middleware.add_bus_name_stamp_middleware'] = new \Symfony\Component\Messenger\Middleware\AddBusNameStampMiddleware('messenger.bus.default')));
  1308.             yield => ($this->privates['messenger.middleware.reject_redelivered_message_middleware'] ?? ($this->privates['messenger.middleware.reject_redelivered_message_middleware'] = new \Symfony\Component\Messenger\Middleware\RejectRedeliveredMessageMiddleware()));
  1309.             yield => ($this->privates['messenger.middleware.dispatch_after_current_bus'] ?? ($this->privates['messenger.middleware.dispatch_after_current_bus'] = new \Symfony\Component\Messenger\Middleware\DispatchAfterCurrentBusMiddleware()));
  1310.             yield => ($this->privates['messenger.middleware.failed_message_processing_middleware'] ?? ($this->privates['messenger.middleware.failed_message_processing_middleware'] = new \Symfony\Component\Messenger\Middleware\FailedMessageProcessingMiddleware()));
  1311.             yield => ($this->privates['messenger.middleware.send_message'] ?? $this->load('getMessenger_Middleware_SendMessageService'));
  1312.             yield => ($this->privates['messenger.bus.default.middleware.handle_message'] ?? $this->load('getMessenger_Bus_Default_Middleware_HandleMessageService'));
  1313.         }, 7)));
  1314.     }
  1315.     /**
  1316.      * Gets the public 'request_stack' shared service.
  1317.      *
  1318.      * @return \Symfony\Component\HttpFoundation\RequestStack
  1319.      */
  1320.     protected function getRequestStackService()
  1321.     {
  1322.         return $this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack();
  1323.     }
  1324.     /**
  1325.      * Gets the public 'router' shared service.
  1326.      *
  1327.      * @return \Symfony\Bundle\FrameworkBundle\Routing\Router
  1328.      */
  1329.     protected function getRouterService()
  1330.     {
  1331.         $a = new \Symfony\Bridge\Monolog\Logger('router');
  1332.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1333.         $a->pushHandler(($this->privates['monolog.handler.syslog'] ?? $this->getMonolog_Handler_SyslogService()));
  1334.         $a->pushHandler(($this->privates['monolog.handler.filter'] ?? $this->getMonolog_Handler_FilterService()));
  1335.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  1336.         $this->services['router'] = $instance = new \Symfony\Bundle\FrameworkBundle\Routing\Router((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1337.             'routing.loader' => ['services''routing.loader''getRouting_LoaderService'true],
  1338.         ], [
  1339.             'routing.loader' => 'Symfony\\Component\\Config\\Loader\\LoaderInterface',
  1340.         ]))->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');
  1341.         $instance->setConfigCacheFactory(($this->privates['config_cache_factory'] ?? $this->getConfigCacheFactoryService()));
  1342.         $instance->addExpressionLanguageProvider(($this->privates['router.expression_language_provider'] ?? $this->getRouter_ExpressionLanguageProviderService()));
  1343.         return $instance;
  1344.     }
  1345.     /**
  1346.      * Gets the public 'translator' shared service.
  1347.      *
  1348.      * @return \Symfony\Component\Translation\DataCollectorTranslator
  1349.      */
  1350.     protected function getTranslatorService()
  1351.     {
  1352.         return $this->services['translator'] = new \Symfony\Component\Translation\DataCollectorTranslator(($this->privates['translator.default'] ?? $this->getTranslator_DefaultService()));
  1353.     }
  1354.     /**
  1355.      * Gets the public 'var_dumper.cloner' shared service.
  1356.      *
  1357.      * @return \Symfony\Component\VarDumper\Cloner\VarCloner
  1358.      */
  1359.     protected function getVarDumper_ClonerService()
  1360.     {
  1361.         $this->services['var_dumper.cloner'] = $instance = new \Symfony\Component\VarDumper\Cloner\VarCloner();
  1362.         $instance->setMaxItems(2500);
  1363.         $instance->setMinDepth(1);
  1364.         $instance->setMaxString(-1);
  1365.         $instance->addCasters(['Closure' => 'Symfony\\Component\\VarDumper\\Caster\\ReflectionCaster::unsetClosureFileInfo']);
  1366.         return $instance;
  1367.     }
  1368.     /**
  1369.      * Gets the private '.debug.http_client' shared service.
  1370.      *
  1371.      * @return \Symfony\Component\HttpClient\TraceableHttpClient
  1372.      */
  1373.     protected function get_Debug_HttpClientService()
  1374.     {
  1375.         $a \Symfony\Component\HttpClient\HttpClient::create([], 6);
  1376.         $b = new \Symfony\Bridge\Monolog\Logger('http_client');
  1377.         $b->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1378.         $b->pushHandler(($this->privates['monolog.handler.syslog'] ?? $this->getMonolog_Handler_SyslogService()));
  1379.         $b->pushHandler(($this->privates['monolog.handler.filter'] ?? $this->getMonolog_Handler_FilterService()));
  1380.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($b);
  1381.         $a->setLogger($b);
  1382.         return $this->privates['.debug.http_client'] = new \Symfony\Component\HttpClient\TraceableHttpClient($a, ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  1383.     }
  1384.     /**
  1385.      * Gets the private '.service_locator.KLVvNIq' shared service.
  1386.      *
  1387.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  1388.      */
  1389.     protected function get_ServiceLocator_KLVvNIqService()
  1390.     {
  1391.         return $this->privates['.service_locator.KLVvNIq'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1392.             'doctrine.ulid_generator' => ['privates''doctrine.ulid_generator''getDoctrine_UlidGeneratorService'true],
  1393.             'doctrine.uuid_generator' => ['privates''doctrine.uuid_generator''getDoctrine_UuidGeneratorService'true],
  1394.         ], [
  1395.             'doctrine.ulid_generator' => '?',
  1396.             'doctrine.uuid_generator' => '?',
  1397.         ]);
  1398.     }
  1399.     /**
  1400.      * Gets the private '.service_locator.ibPhY9H' shared service.
  1401.      *
  1402.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  1403.      */
  1404.     protected function get_ServiceLocator_IbPhY9HService()
  1405.     {
  1406.         return $this->privates['.service_locator.ibPhY9H'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1407.             'security.firewall.map.context.api_or_jwt' => ['privates''security.firewall.map.context.api_or_jwt''getSecurity_Firewall_Map_Context_ApiOrJwtService'true],
  1408.             'security.firewall.map.context.api_token_refresh' => ['privates''security.firewall.map.context.api_token_refresh''getSecurity_Firewall_Map_Context_ApiTokenRefreshService'true],
  1409.             'security.firewall.map.context.dev' => ['privates''security.firewall.map.context.dev''getSecurity_Firewall_Map_Context_DevService'true],
  1410.             'security.firewall.map.context.docs' => ['privates''security.firewall.map.context.docs''getSecurity_Firewall_Map_Context_DocsService'true],
  1411.             'security.firewall.map.context.login' => ['privates''security.firewall.map.context.login''getSecurity_Firewall_Map_Context_LoginService'true],
  1412.         ], [
  1413.             'security.firewall.map.context.api_or_jwt' => '?',
  1414.             'security.firewall.map.context.api_token_refresh' => '?',
  1415.             'security.firewall.map.context.dev' => '?',
  1416.             'security.firewall.map.context.docs' => '?',
  1417.             'security.firewall.map.context.login' => '?',
  1418.         ]);
  1419.     }
  1420.     /**
  1421.      * Gets the private 'annotations.cache_adapter' shared service.
  1422.      *
  1423.      * @return \Symfony\Component\Cache\Adapter\PhpArrayAdapter
  1424.      */
  1425.     protected function getAnnotations_CacheAdapterService()
  1426.     {
  1427.         return \Symfony\Component\Cache\Adapter\PhpArrayAdapter::create(($this->targetDir.''.'/annotations.php'), ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService()));
  1428.     }
  1429.     /**
  1430.      * Gets the private 'annotations.cached_reader' shared service.
  1431.      *
  1432.      * @return \Doctrine\Common\Annotations\PsrCachedReader
  1433.      */
  1434.     protected function getAnnotations_CachedReaderService()
  1435.     {
  1436.         return $this->privates['annotations.cached_reader'] = new \Doctrine\Common\Annotations\PsrCachedReader(($this->privates['annotations.reader'] ?? $this->getAnnotations_ReaderService()), $this->getAnnotations_CacheAdapterService(), true);
  1437.     }
  1438.     /**
  1439.      * Gets the private 'annotations.reader' shared service.
  1440.      *
  1441.      * @return \Doctrine\Common\Annotations\AnnotationReader
  1442.      */
  1443.     protected function getAnnotations_ReaderService()
  1444.     {
  1445.         $this->privates['annotations.reader'] = $instance = new \Doctrine\Common\Annotations\AnnotationReader();
  1446.         $a = new \Doctrine\Common\Annotations\AnnotationRegistry();
  1447.         $a->registerUniqueLoader('class_exists');
  1448.         $instance->addGlobalIgnoredName('required'$a);
  1449.         return $instance;
  1450.     }
  1451.     /**
  1452.      * Gets the private 'api_platform.cache.identifiers_extractor' shared service.
  1453.      *
  1454.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1455.      */
  1456.     protected function getApiPlatform_Cache_IdentifiersExtractorService()
  1457.     {
  1458.         return $this->privates['api_platform.cache.identifiers_extractor'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('WLiYevdC3k'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  1459.     }
  1460.     /**
  1461.      * Gets the private 'api_platform.cache.metadata.property.legacy' shared service.
  1462.      *
  1463.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1464.      */
  1465.     protected function getApiPlatform_Cache_Metadata_Property_LegacyService()
  1466.     {
  1467.         return $this->privates['api_platform.cache.metadata.property.legacy'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('v5LJ4ikCPo'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  1468.     }
  1469.     /**
  1470.      * Gets the private 'api_platform.cache.metadata.resource' shared service.
  1471.      *
  1472.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1473.      */
  1474.     protected function getApiPlatform_Cache_Metadata_ResourceService()
  1475.     {
  1476.         return $this->privates['api_platform.cache.metadata.resource'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('vPLZ0j4Du0'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  1477.     }
  1478.     /**
  1479.      * Gets the private 'api_platform.cache.metadata.resource.legacy' shared service.
  1480.      *
  1481.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1482.      */
  1483.     protected function getApiPlatform_Cache_Metadata_Resource_LegacyService()
  1484.     {
  1485.         return $this->privates['api_platform.cache.metadata.resource.legacy'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('Ov8Bz-ikeK'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  1486.     }
  1487.     /**
  1488.      * Gets the private 'api_platform.cache.route_name_resolver' shared service.
  1489.      *
  1490.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1491.      */
  1492.     protected function getApiPlatform_Cache_RouteNameResolverService()
  1493.     {
  1494.         return $this->privates['api_platform.cache.route_name_resolver'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('kLOXyF3Hdh'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  1495.     }
  1496.     /**
  1497.      * Gets the private 'api_platform.cache.subresource_operation_factory' shared service.
  1498.      *
  1499.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1500.      */
  1501.     protected function getApiPlatform_Cache_SubresourceOperationFactoryService()
  1502.     {
  1503.         return $this->privates['api_platform.cache.subresource_operation_factory'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('Tkjqrv0EA2'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  1504.     }
  1505.     /**
  1506.      * Gets the private 'api_platform.filter_locator' shared service.
  1507.      *
  1508.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  1509.      */
  1510.     protected function getApiPlatform_FilterLocatorService()
  1511.     {
  1512.         return $this->privates['api_platform.filter_locator'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1513.             'App\\Filter\\AdminRolesExcludeFilter' => ['privates''App\\Filter\\AdminRolesExcludeFilter''getAdminRolesExcludeFilterService'true],
  1514.             'App\\Filter\\AdminRolesFilter' => ['privates''App\\Filter\\AdminRolesFilter''getAdminRolesFilterService'true],
  1515.             'App\\Filter\\BooleanFilter' => ['privates''App\\Filter\\BooleanFilter''getBooleanFilterService'true],
  1516.             'App\\Filter\\ChildrenAndParentsOrder' => ['privates''App\\Filter\\ChildrenAndParentsOrder''getChildrenAndParentsOrderService'true],
  1517.             'App\\Filter\\ChildrenGroupFilter' => ['privates''App\\Filter\\ChildrenGroupFilter''getChildrenGroupFilterService'true],
  1518.             'App\\Filter\\EducatorsGroupFilter' => ['privates''App\\Filter\\EducatorsGroupFilter''getEducatorsGroupFilterService'true],
  1519.             'App\\Filter\\EducatorsRolesExcludeFilter' => ['privates''App\\Filter\\EducatorsRolesExcludeFilter''getEducatorsRolesExcludeFilterService'true],
  1520.             'App\\Filter\\EducatorsRolesFilter' => ['privates''App\\Filter\\EducatorsRolesFilter''getEducatorsRolesFilterService'true],
  1521.             'App\\Filter\\ExcludeFilter' => ['privates''App\\Filter\\ExcludeFilter''getExcludeFilterService'true],
  1522.             'App\\Filter\\ExistsNonZeroFilter' => ['privates''App\\Filter\\ExistsNonZeroFilter''getExistsNonZeroFilterService'true],
  1523.             'App\\Filter\\IntRequiredFilter' => ['privates''App\\Filter\\IntRequiredFilter''getIntRequiredFilterService'true],
  1524.             'App\\Filter\\NumericFilter' => ['privates''App\\Filter\\NumericFilter''getNumericFilterService'true],
  1525.             'App\\Filter\\ParentsGroupFilter' => ['privates''App\\Filter\\ParentsGroupFilter''getParentsGroupFilterService'true],
  1526.             'App\\Filter\\StringFilter' => ['privates''App\\Filter\\StringFilter''getStringFilterService'true],
  1527.             'App\\Filter\\StringRequiredFilter' => ['privates''App\\Filter\\StringRequiredFilter''getStringRequiredFilterService'true],
  1528.             'App\\Filter\\UserRoleFilter' => ['privates''App\\Filter\\UserRoleFilter''getUserRoleFilterService'true],
  1529.             'annotated_app_entity_internal_two_fa_config_api_platform_core_bridge_doctrine_orm_filter_numeric_filter' => ['privates''annotated_app_entity_internal_two_fa_config_api_platform_core_bridge_doctrine_orm_filter_numeric_filter''getAnnotatedAppEntityInternalTwoFaConfigApiPlatformCoreBridgeDoctrineOrmFilterNumericFilterService'true],
  1530.             'annotated_app_entity_internal_two_fa_config_app_filter_string_filter' => ['privates''annotated_app_entity_internal_two_fa_config_app_filter_string_filter''getAnnotatedAppEntityInternalTwoFaConfigAppFilterStringFilterService'true],
  1531.             'annotated_app_entity_internal_two_fa_ip_api_platform_core_bridge_doctrine_orm_filter_numeric_filter' => ['privates''annotated_app_entity_internal_two_fa_ip_api_platform_core_bridge_doctrine_orm_filter_numeric_filter''getAnnotatedAppEntityInternalTwoFaIpApiPlatformCoreBridgeDoctrineOrmFilterNumericFilterService'true],
  1532.             'annotated_app_entity_internal_two_fa_ip_app_filter_string_filter' => ['privates''annotated_app_entity_internal_two_fa_ip_app_filter_string_filter''getAnnotatedAppEntityInternalTwoFaIpAppFilterStringFilterService'true],
  1533.             'annotated_app_entity_monolith_children_api_platform_core_bridge_doctrine_orm_filter_numeric_filter' => ['privates''annotated_app_entity_monolith_children_api_platform_core_bridge_doctrine_orm_filter_numeric_filter''getAnnotatedAppEntityMonolithChildrenApiPlatformCoreBridgeDoctrineOrmFilterNumericFilterService'true],
  1534.             'annotated_app_entity_monolith_children_api_platform_core_bridge_doctrine_orm_filter_order_filter' => ['privates''annotated_app_entity_monolith_children_api_platform_core_bridge_doctrine_orm_filter_order_filter''getAnnotatedAppEntityMonolithChildrenApiPlatformCoreBridgeDoctrineOrmFilterOrderFilterService'true],
  1535.             'annotated_app_entity_monolith_children_api_platform_core_bridge_doctrine_orm_filter_search_filter' => ['privates''annotated_app_entity_monolith_children_api_platform_core_bridge_doctrine_orm_filter_search_filter''getAnnotatedAppEntityMonolithChildrenApiPlatformCoreBridgeDoctrineOrmFilterSearchFilterService'true],
  1536.             'annotated_app_entity_monolith_children_app_filter_boolean_filter' => ['privates''annotated_app_entity_monolith_children_app_filter_boolean_filter''getAnnotatedAppEntityMonolithChildrenAppFilterBooleanFilterService'true],
  1537.             'annotated_app_entity_monolith_children_app_filter_children_and_parents_order' => ['privates''annotated_app_entity_monolith_children_app_filter_children_and_parents_order''getAnnotatedAppEntityMonolithChildrenAppFilterChildrenAndParentsOrderService'true],
  1538.             'annotated_app_entity_monolith_children_app_filter_children_group_filter' => ['privates''annotated_app_entity_monolith_children_app_filter_children_group_filter''getAnnotatedAppEntityMonolithChildrenAppFilterChildrenGroupFilterService'true],
  1539.             'annotated_app_entity_monolith_children_app_filter_exclude_filter' => ['privates''annotated_app_entity_monolith_children_app_filter_exclude_filter''getAnnotatedAppEntityMonolithChildrenAppFilterExcludeFilterService'true],
  1540.             'annotated_app_entity_monolith_children_app_filter_exists_non_zero_filter' => ['privates''annotated_app_entity_monolith_children_app_filter_exists_non_zero_filter''getAnnotatedAppEntityMonolithChildrenAppFilterExistsNonZeroFilterService'true],
  1541.             'annotated_app_entity_monolith_children_app_filter_string_filter' => ['privates''annotated_app_entity_monolith_children_app_filter_string_filter''getAnnotatedAppEntityMonolithChildrenAppFilterStringFilterService'true],
  1542.             'annotated_app_entity_monolith_children_groups_api_platform_core_bridge_doctrine_orm_filter_numeric_filter' => ['privates''annotated_app_entity_monolith_children_groups_api_platform_core_bridge_doctrine_orm_filter_numeric_filter''getAnnotatedAppEntityMonolithChildrenGroupsApiPlatformCoreBridgeDoctrineOrmFilterNumericFilterService'true],
  1543.             'annotated_app_entity_monolith_children_groups_api_platform_core_bridge_doctrine_orm_filter_search_filter' => ['privates''annotated_app_entity_monolith_children_groups_api_platform_core_bridge_doctrine_orm_filter_search_filter''getAnnotatedAppEntityMonolithChildrenGroupsApiPlatformCoreBridgeDoctrineOrmFilterSearchFilterService'true],
  1544.             'annotated_app_entity_monolith_children_metaclass_filter_bundle_filter_filter_logic' => ['privates''annotated_app_entity_monolith_children_metaclass_filter_bundle_filter_filter_logic''getAnnotatedAppEntityMonolithChildrenMetaclassFilterBundleFilterFilterLogicService'true],
  1545.             'annotated_app_entity_monolith_educators_api_platform_core_bridge_doctrine_orm_filter_numeric_filter' => ['privates''annotated_app_entity_monolith_educators_api_platform_core_bridge_doctrine_orm_filter_numeric_filter''getAnnotatedAppEntityMonolithEducatorsApiPlatformCoreBridgeDoctrineOrmFilterNumericFilterService'true],
  1546.             'annotated_app_entity_monolith_educators_api_platform_core_bridge_doctrine_orm_filter_search_filter' => ['privates''annotated_app_entity_monolith_educators_api_platform_core_bridge_doctrine_orm_filter_search_filter''getAnnotatedAppEntityMonolithEducatorsApiPlatformCoreBridgeDoctrineOrmFilterSearchFilterService'true],
  1547.             'annotated_app_entity_monolith_educators_app_filter_educators_group_filter' => ['privates''annotated_app_entity_monolith_educators_app_filter_educators_group_filter''getAnnotatedAppEntityMonolithEducatorsAppFilterEducatorsGroupFilterService'true],
  1548.             'annotated_app_entity_monolith_educators_app_filter_educators_roles_exclude_filter' => ['privates''annotated_app_entity_monolith_educators_app_filter_educators_roles_exclude_filter''getAnnotatedAppEntityMonolithEducatorsAppFilterEducatorsRolesExcludeFilterService'true],
  1549.             'annotated_app_entity_monolith_educators_app_filter_educators_roles_filter' => ['privates''annotated_app_entity_monolith_educators_app_filter_educators_roles_filter''getAnnotatedAppEntityMonolithEducatorsAppFilterEducatorsRolesFilterService'true],
  1550.             'annotated_app_entity_monolith_educators_app_filter_exclude_filter' => ['privates''annotated_app_entity_monolith_educators_app_filter_exclude_filter''getAnnotatedAppEntityMonolithEducatorsAppFilterExcludeFilterService'true],
  1551.             'annotated_app_entity_monolith_educators_metaclass_filter_bundle_filter_filter_logic' => ['privates''annotated_app_entity_monolith_educators_metaclass_filter_bundle_filter_filter_logic''getAnnotatedAppEntityMonolithEducatorsMetaclassFilterBundleFilterFilterLogicService'true],
  1552.             'annotated_app_entity_monolith_email_templates_api_platform_core_bridge_doctrine_orm_filter_search_filter' => ['privates''annotated_app_entity_monolith_email_templates_api_platform_core_bridge_doctrine_orm_filter_search_filter''getAnnotatedAppEntityMonolithEmailTemplatesApiPlatformCoreBridgeDoctrineOrmFilterSearchFilterService'true],
  1553.             'annotated_app_entity_monolith_family_users_api_platform_core_bridge_doctrine_orm_filter_numeric_filter' => ['privates''annotated_app_entity_monolith_family_users_api_platform_core_bridge_doctrine_orm_filter_numeric_filter''getAnnotatedAppEntityMonolithFamilyUsersApiPlatformCoreBridgeDoctrineOrmFilterNumericFilterService'true],
  1554.             'annotated_app_entity_monolith_family_users_api_platform_core_bridge_doctrine_orm_filter_search_filter' => ['privates''annotated_app_entity_monolith_family_users_api_platform_core_bridge_doctrine_orm_filter_search_filter''getAnnotatedAppEntityMonolithFamilyUsersApiPlatformCoreBridgeDoctrineOrmFilterSearchFilterService'true],
  1555.             'annotated_app_entity_monolith_family_users_metaclass_filter_bundle_filter_filter_logic' => ['privates''annotated_app_entity_monolith_family_users_metaclass_filter_bundle_filter_filter_logic''getAnnotatedAppEntityMonolithFamilyUsersMetaclassFilterBundleFilterFilterLogicService'true],
  1556.             'annotated_app_entity_monolith_groups_api_platform_core_bridge_doctrine_orm_filter_numeric_filter' => ['privates''annotated_app_entity_monolith_groups_api_platform_core_bridge_doctrine_orm_filter_numeric_filter''getAnnotatedAppEntityMonolithGroupsApiPlatformCoreBridgeDoctrineOrmFilterNumericFilterService'true],
  1557.             'annotated_app_entity_monolith_groups_api_platform_core_bridge_doctrine_orm_filter_search_filter' => ['privates''annotated_app_entity_monolith_groups_api_platform_core_bridge_doctrine_orm_filter_search_filter''getAnnotatedAppEntityMonolithGroupsApiPlatformCoreBridgeDoctrineOrmFilterSearchFilterService'true],
  1558.             'annotated_app_entity_monolith_kg_admins_api_platform_core_bridge_doctrine_orm_filter_numeric_filter' => ['privates''annotated_app_entity_monolith_kg_admins_api_platform_core_bridge_doctrine_orm_filter_numeric_filter''getAnnotatedAppEntityMonolithKgAdminsApiPlatformCoreBridgeDoctrineOrmFilterNumericFilterService'true],
  1559.             'annotated_app_entity_monolith_kg_admins_api_platform_core_bridge_doctrine_orm_filter_search_filter' => ['privates''annotated_app_entity_monolith_kg_admins_api_platform_core_bridge_doctrine_orm_filter_search_filter''getAnnotatedAppEntityMonolithKgAdminsApiPlatformCoreBridgeDoctrineOrmFilterSearchFilterService'true],
  1560.             'annotated_app_entity_monolith_kg_admins_app_filter_admin_roles_exclude_filter' => ['privates''annotated_app_entity_monolith_kg_admins_app_filter_admin_roles_exclude_filter''getAnnotatedAppEntityMonolithKgAdminsAppFilterAdminRolesExcludeFilterService'true],
  1561.             'annotated_app_entity_monolith_kg_admins_app_filter_admin_roles_filter' => ['privates''annotated_app_entity_monolith_kg_admins_app_filter_admin_roles_filter''getAnnotatedAppEntityMonolithKgAdminsAppFilterAdminRolesFilterService'true],
  1562.             'annotated_app_entity_monolith_kg_admins_app_filter_exclude_filter' => ['privates''annotated_app_entity_monolith_kg_admins_app_filter_exclude_filter''getAnnotatedAppEntityMonolithKgAdminsAppFilterExcludeFilterService'true],
  1563.             'annotated_app_entity_monolith_kg_admins_metaclass_filter_bundle_filter_filter_logic' => ['privates''annotated_app_entity_monolith_kg_admins_metaclass_filter_bundle_filter_filter_logic''getAnnotatedAppEntityMonolithKgAdminsMetaclassFilterBundleFilterFilterLogicService'true],
  1564.             'annotated_app_entity_monolith_kg_role_users_api_platform_core_bridge_doctrine_orm_filter_numeric_filter' => ['privates''annotated_app_entity_monolith_kg_role_users_api_platform_core_bridge_doctrine_orm_filter_numeric_filter''getAnnotatedAppEntityMonolithKgRoleUsersApiPlatformCoreBridgeDoctrineOrmFilterNumericFilterService'true],
  1565.             'annotated_app_entity_monolith_kg_roles_api_platform_core_bridge_doctrine_orm_filter_search_filter' => ['privates''annotated_app_entity_monolith_kg_roles_api_platform_core_bridge_doctrine_orm_filter_search_filter''getAnnotatedAppEntityMonolithKgRolesApiPlatformCoreBridgeDoctrineOrmFilterSearchFilterService'true],
  1566.             'annotated_app_entity_monolith_kindergartens_api_platform_core_bridge_doctrine_orm_filter_search_filter' => ['privates''annotated_app_entity_monolith_kindergartens_api_platform_core_bridge_doctrine_orm_filter_search_filter''getAnnotatedAppEntityMonolithKindergartensApiPlatformCoreBridgeDoctrineOrmFilterSearchFilterService'true],
  1567.             'annotated_app_entity_monolith_parents_api_platform_core_bridge_doctrine_orm_filter_numeric_filter' => ['privates''annotated_app_entity_monolith_parents_api_platform_core_bridge_doctrine_orm_filter_numeric_filter''getAnnotatedAppEntityMonolithParentsApiPlatformCoreBridgeDoctrineOrmFilterNumericFilterService'true],
  1568.             'annotated_app_entity_monolith_parents_api_platform_core_bridge_doctrine_orm_filter_order_filter' => ['privates''annotated_app_entity_monolith_parents_api_platform_core_bridge_doctrine_orm_filter_order_filter''getAnnotatedAppEntityMonolithParentsApiPlatformCoreBridgeDoctrineOrmFilterOrderFilterService'true],
  1569.             'annotated_app_entity_monolith_parents_api_platform_core_bridge_doctrine_orm_filter_search_filter' => ['privates''annotated_app_entity_monolith_parents_api_platform_core_bridge_doctrine_orm_filter_search_filter''getAnnotatedAppEntityMonolithParentsApiPlatformCoreBridgeDoctrineOrmFilterSearchFilterService'true],
  1570.             'annotated_app_entity_monolith_parents_app_filter_children_and_parents_order' => ['privates''annotated_app_entity_monolith_parents_app_filter_children_and_parents_order''getAnnotatedAppEntityMonolithParentsAppFilterChildrenAndParentsOrderService'true],
  1571.             'annotated_app_entity_monolith_parents_app_filter_exclude_filter' => ['privates''annotated_app_entity_monolith_parents_app_filter_exclude_filter''getAnnotatedAppEntityMonolithParentsAppFilterExcludeFilterService'true],
  1572.             'annotated_app_entity_monolith_parents_app_filter_exists_non_zero_filter' => ['privates''annotated_app_entity_monolith_parents_app_filter_exists_non_zero_filter''getAnnotatedAppEntityMonolithParentsAppFilterExistsNonZeroFilterService'true],
  1573.             'annotated_app_entity_monolith_parents_app_filter_parents_group_filter' => ['privates''annotated_app_entity_monolith_parents_app_filter_parents_group_filter''getAnnotatedAppEntityMonolithParentsAppFilterParentsGroupFilterService'true],
  1574.             'annotated_app_entity_monolith_parents_metaclass_filter_bundle_filter_filter_logic' => ['privates''annotated_app_entity_monolith_parents_metaclass_filter_bundle_filter_filter_logic''getAnnotatedAppEntityMonolithParentsMetaclassFilterBundleFilterFilterLogicService'true],
  1575.             'annotated_app_entity_monolith_user_api_platform_core_bridge_doctrine_orm_filter_numeric_filter' => ['privates''annotated_app_entity_monolith_user_api_platform_core_bridge_doctrine_orm_filter_numeric_filter''getAnnotatedAppEntityMonolithUserApiPlatformCoreBridgeDoctrineOrmFilterNumericFilterService'true],
  1576.             'annotated_app_entity_monolith_user_api_platform_core_bridge_doctrine_orm_filter_search_filter' => ['privates''annotated_app_entity_monolith_user_api_platform_core_bridge_doctrine_orm_filter_search_filter''getAnnotatedAppEntityMonolithUserApiPlatformCoreBridgeDoctrineOrmFilterSearchFilterService'true],
  1577.             'annotated_app_entity_monolith_user_kindergartens_api_platform_core_bridge_doctrine_orm_filter_boolean_filter' => ['privates''annotated_app_entity_monolith_user_kindergartens_api_platform_core_bridge_doctrine_orm_filter_boolean_filter''getAnnotatedAppEntityMonolithUserKindergartensApiPlatformCoreBridgeDoctrineOrmFilterBooleanFilterService'true],
  1578.             'annotated_app_entity_monolith_user_kindergartens_api_platform_core_bridge_doctrine_orm_filter_numeric_filter' => ['privates''annotated_app_entity_monolith_user_kindergartens_api_platform_core_bridge_doctrine_orm_filter_numeric_filter''getAnnotatedAppEntityMonolithUserKindergartensApiPlatformCoreBridgeDoctrineOrmFilterNumericFilterService'true],
  1579.             'annotated_app_entity_monolith_user_kindergartens_api_platform_core_bridge_doctrine_orm_filter_search_filter' => ['privates''annotated_app_entity_monolith_user_kindergartens_api_platform_core_bridge_doctrine_orm_filter_search_filter''getAnnotatedAppEntityMonolithUserKindergartensApiPlatformCoreBridgeDoctrineOrmFilterSearchFilterService'true],
  1580.             'annotated_app_entity_monolith_user_kindergartens_metaclass_filter_bundle_filter_filter_logic' => ['privates''annotated_app_entity_monolith_user_kindergartens_metaclass_filter_bundle_filter_filter_logic''getAnnotatedAppEntityMonolithUserKindergartensMetaclassFilterBundleFilterFilterLogicService'true],
  1581.             'annotated_app_entity_monolith_user_role_api_platform_core_bridge_doctrine_orm_filter_search_filter' => ['privates''annotated_app_entity_monolith_user_role_api_platform_core_bridge_doctrine_orm_filter_search_filter''getAnnotatedAppEntityMonolithUserRoleApiPlatformCoreBridgeDoctrineOrmFilterSearchFilterService'true],
  1582.             'annotated_app_entity_special_childs_family_members_app_filter_int_required_filter' => ['privates''annotated_app_entity_special_childs_family_members_app_filter_int_required_filter''getAnnotatedAppEntitySpecialChildsFamilyMembersAppFilterIntRequiredFilterService'true],
  1583.             'annotated_app_entity_special_family_members_by_child_app_filter_int_required_filter' => ['privates''annotated_app_entity_special_family_members_by_child_app_filter_int_required_filter''getAnnotatedAppEntitySpecialFamilyMembersByChildAppFilterIntRequiredFilterService'true],
  1584.             'annotated_app_entity_special_groups_with_members_count_app_filter_user_role_filter' => ['privates''annotated_app_entity_special_groups_with_members_count_app_filter_user_role_filter''getAnnotatedAppEntitySpecialGroupsWithMembersCountAppFilterUserRoleFilterService'true],
  1585.             'annotated_app_entity_special_user_module_access_app_filter_int_required_filter_kg' => ['privates''annotated_app_entity_special_user_module_access_app_filter_int_required_filter_kg''getAnnotatedAppEntitySpecialUserModuleAccessAppFilterIntRequiredFilterKgService'true],
  1586.             'annotated_app_entity_special_user_module_access_app_filter_int_required_filter_users' => ['privates''annotated_app_entity_special_user_module_access_app_filter_int_required_filter_users''getAnnotatedAppEntitySpecialUserModuleAccessAppFilterIntRequiredFilterUsersService'true],
  1587.             'annotated_app_entity_special_users_by_group_app_filter_int_required_filter' => ['privates''annotated_app_entity_special_users_by_group_app_filter_int_required_filter''getAnnotatedAppEntitySpecialUsersByGroupAppFilterIntRequiredFilterService'true],
  1588.             'annotated_app_entity_special_users_by_group_app_filter_numeric_filter' => ['privates''annotated_app_entity_special_users_by_group_app_filter_numeric_filter''getAnnotatedAppEntitySpecialUsersByGroupAppFilterNumericFilterService'true],
  1589.             'annotated_app_entity_special_users_by_group_app_filter_string_filter' => ['privates''annotated_app_entity_special_users_by_group_app_filter_string_filter''getAnnotatedAppEntitySpecialUsersByGroupAppFilterStringFilterService'true],
  1590.             'annotated_app_entity_special_users_by_kindergarten_app_filter_int_required_filter' => ['privates''annotated_app_entity_special_users_by_kindergarten_app_filter_int_required_filter''getAnnotatedAppEntitySpecialUsersByKindergartenAppFilterIntRequiredFilterService'true],
  1591.             'annotated_app_entity_special_users_by_kindergarten_app_filter_string_filter' => ['privates''annotated_app_entity_special_users_by_kindergarten_app_filter_string_filter''getAnnotatedAppEntitySpecialUsersByKindergartenAppFilterStringFilterService'true],
  1592.         ], [
  1593.             'App\\Filter\\AdminRolesExcludeFilter' => '?',
  1594.             'App\\Filter\\AdminRolesFilter' => '?',
  1595.             'App\\Filter\\BooleanFilter' => '?',
  1596.             'App\\Filter\\ChildrenAndParentsOrder' => '?',
  1597.             'App\\Filter\\ChildrenGroupFilter' => '?',
  1598.             'App\\Filter\\EducatorsGroupFilter' => '?',
  1599.             'App\\Filter\\EducatorsRolesExcludeFilter' => '?',
  1600.             'App\\Filter\\EducatorsRolesFilter' => '?',
  1601.             'App\\Filter\\ExcludeFilter' => '?',
  1602.             'App\\Filter\\ExistsNonZeroFilter' => '?',
  1603.             'App\\Filter\\IntRequiredFilter' => '?',
  1604.             'App\\Filter\\NumericFilter' => '?',
  1605.             'App\\Filter\\ParentsGroupFilter' => '?',
  1606.             'App\\Filter\\StringFilter' => '?',
  1607.             'App\\Filter\\StringRequiredFilter' => '?',
  1608.             'App\\Filter\\UserRoleFilter' => '?',
  1609.             'annotated_app_entity_internal_two_fa_config_api_platform_core_bridge_doctrine_orm_filter_numeric_filter' => '?',
  1610.             'annotated_app_entity_internal_two_fa_config_app_filter_string_filter' => '?',
  1611.             'annotated_app_entity_internal_two_fa_ip_api_platform_core_bridge_doctrine_orm_filter_numeric_filter' => '?',
  1612.             'annotated_app_entity_internal_two_fa_ip_app_filter_string_filter' => '?',
  1613.             'annotated_app_entity_monolith_children_api_platform_core_bridge_doctrine_orm_filter_numeric_filter' => '?',
  1614.             'annotated_app_entity_monolith_children_api_platform_core_bridge_doctrine_orm_filter_order_filter' => '?',
  1615.             'annotated_app_entity_monolith_children_api_platform_core_bridge_doctrine_orm_filter_search_filter' => '?',
  1616.             'annotated_app_entity_monolith_children_app_filter_boolean_filter' => '?',
  1617.             'annotated_app_entity_monolith_children_app_filter_children_and_parents_order' => '?',
  1618.             'annotated_app_entity_monolith_children_app_filter_children_group_filter' => '?',
  1619.             'annotated_app_entity_monolith_children_app_filter_exclude_filter' => '?',
  1620.             'annotated_app_entity_monolith_children_app_filter_exists_non_zero_filter' => '?',
  1621.             'annotated_app_entity_monolith_children_app_filter_string_filter' => '?',
  1622.             'annotated_app_entity_monolith_children_groups_api_platform_core_bridge_doctrine_orm_filter_numeric_filter' => '?',
  1623.             'annotated_app_entity_monolith_children_groups_api_platform_core_bridge_doctrine_orm_filter_search_filter' => '?',
  1624.             'annotated_app_entity_monolith_children_metaclass_filter_bundle_filter_filter_logic' => '?',
  1625.             'annotated_app_entity_monolith_educators_api_platform_core_bridge_doctrine_orm_filter_numeric_filter' => '?',
  1626.             'annotated_app_entity_monolith_educators_api_platform_core_bridge_doctrine_orm_filter_search_filter' => '?',
  1627.             'annotated_app_entity_monolith_educators_app_filter_educators_group_filter' => '?',
  1628.             'annotated_app_entity_monolith_educators_app_filter_educators_roles_exclude_filter' => '?',
  1629.             'annotated_app_entity_monolith_educators_app_filter_educators_roles_filter' => '?',
  1630.             'annotated_app_entity_monolith_educators_app_filter_exclude_filter' => '?',
  1631.             'annotated_app_entity_monolith_educators_metaclass_filter_bundle_filter_filter_logic' => '?',
  1632.             'annotated_app_entity_monolith_email_templates_api_platform_core_bridge_doctrine_orm_filter_search_filter' => '?',
  1633.             'annotated_app_entity_monolith_family_users_api_platform_core_bridge_doctrine_orm_filter_numeric_filter' => '?',
  1634.             'annotated_app_entity_monolith_family_users_api_platform_core_bridge_doctrine_orm_filter_search_filter' => '?',
  1635.             'annotated_app_entity_monolith_family_users_metaclass_filter_bundle_filter_filter_logic' => '?',
  1636.             'annotated_app_entity_monolith_groups_api_platform_core_bridge_doctrine_orm_filter_numeric_filter' => '?',
  1637.             'annotated_app_entity_monolith_groups_api_platform_core_bridge_doctrine_orm_filter_search_filter' => '?',
  1638.             'annotated_app_entity_monolith_kg_admins_api_platform_core_bridge_doctrine_orm_filter_numeric_filter' => '?',
  1639.             'annotated_app_entity_monolith_kg_admins_api_platform_core_bridge_doctrine_orm_filter_search_filter' => '?',
  1640.             'annotated_app_entity_monolith_kg_admins_app_filter_admin_roles_exclude_filter' => '?',
  1641.             'annotated_app_entity_monolith_kg_admins_app_filter_admin_roles_filter' => '?',
  1642.             'annotated_app_entity_monolith_kg_admins_app_filter_exclude_filter' => '?',
  1643.             'annotated_app_entity_monolith_kg_admins_metaclass_filter_bundle_filter_filter_logic' => '?',
  1644.             'annotated_app_entity_monolith_kg_role_users_api_platform_core_bridge_doctrine_orm_filter_numeric_filter' => '?',
  1645.             'annotated_app_entity_monolith_kg_roles_api_platform_core_bridge_doctrine_orm_filter_search_filter' => '?',
  1646.             'annotated_app_entity_monolith_kindergartens_api_platform_core_bridge_doctrine_orm_filter_search_filter' => '?',
  1647.             'annotated_app_entity_monolith_parents_api_platform_core_bridge_doctrine_orm_filter_numeric_filter' => '?',
  1648.             'annotated_app_entity_monolith_parents_api_platform_core_bridge_doctrine_orm_filter_order_filter' => '?',
  1649.             'annotated_app_entity_monolith_parents_api_platform_core_bridge_doctrine_orm_filter_search_filter' => '?',
  1650.             'annotated_app_entity_monolith_parents_app_filter_children_and_parents_order' => '?',
  1651.             'annotated_app_entity_monolith_parents_app_filter_exclude_filter' => '?',
  1652.             'annotated_app_entity_monolith_parents_app_filter_exists_non_zero_filter' => '?',
  1653.             'annotated_app_entity_monolith_parents_app_filter_parents_group_filter' => '?',
  1654.             'annotated_app_entity_monolith_parents_metaclass_filter_bundle_filter_filter_logic' => '?',
  1655.             'annotated_app_entity_monolith_user_api_platform_core_bridge_doctrine_orm_filter_numeric_filter' => '?',
  1656.             'annotated_app_entity_monolith_user_api_platform_core_bridge_doctrine_orm_filter_search_filter' => '?',
  1657.             'annotated_app_entity_monolith_user_kindergartens_api_platform_core_bridge_doctrine_orm_filter_boolean_filter' => '?',
  1658.             'annotated_app_entity_monolith_user_kindergartens_api_platform_core_bridge_doctrine_orm_filter_numeric_filter' => '?',
  1659.             'annotated_app_entity_monolith_user_kindergartens_api_platform_core_bridge_doctrine_orm_filter_search_filter' => '?',
  1660.             'annotated_app_entity_monolith_user_kindergartens_metaclass_filter_bundle_filter_filter_logic' => '?',
  1661.             'annotated_app_entity_monolith_user_role_api_platform_core_bridge_doctrine_orm_filter_search_filter' => '?',
  1662.             'annotated_app_entity_special_childs_family_members_app_filter_int_required_filter' => '?',
  1663.             'annotated_app_entity_special_family_members_by_child_app_filter_int_required_filter' => '?',
  1664.             'annotated_app_entity_special_groups_with_members_count_app_filter_user_role_filter' => '?',
  1665.             'annotated_app_entity_special_user_module_access_app_filter_int_required_filter_kg' => '?',
  1666.             'annotated_app_entity_special_user_module_access_app_filter_int_required_filter_users' => '?',
  1667.             'annotated_app_entity_special_users_by_group_app_filter_int_required_filter' => '?',
  1668.             'annotated_app_entity_special_users_by_group_app_filter_numeric_filter' => '?',
  1669.             'annotated_app_entity_special_users_by_group_app_filter_string_filter' => '?',
  1670.             'annotated_app_entity_special_users_by_kindergarten_app_filter_int_required_filter' => '?',
  1671.             'annotated_app_entity_special_users_by_kindergarten_app_filter_string_filter' => '?',
  1672.         ]);
  1673.     }
  1674.     /**
  1675.      * Gets the private 'api_platform.http_cache.listener.response.configure' shared service.
  1676.      *
  1677.      * @return \ApiPlatform\HttpCache\EventListener\AddHeadersListener
  1678.      */
  1679.     protected function getApiPlatform_HttpCache_Listener_Response_ConfigureService()
  1680.     {
  1681.         return $this->privates['api_platform.http_cache.listener.response.configure'] = new \ApiPlatform\HttpCache\EventListener\AddHeadersListener(trueNULLNULL$this->parameters['api_platform.http_cache.vary'], NULL'api_platform.metadata.resource.metadata_collection_factory.retro_compatible');
  1682.     }
  1683.     /**
  1684.      * Gets the private 'api_platform.hydra.json_schema.schema_factory' shared service.
  1685.      *
  1686.      * @return \ApiPlatform\Core\Hydra\JsonSchema\SchemaFactory
  1687.      */
  1688.     protected function getApiPlatform_Hydra_JsonSchema_SchemaFactoryService()
  1689.     {
  1690.         $a = ($this->privates['api_platform.json_schema.type_factory'] ?? $this->getApiPlatform_JsonSchema_TypeFactoryService());
  1691.         if (isset($this->privates['api_platform.hydra.json_schema.schema_factory'])) {
  1692.             return $this->privates['api_platform.hydra.json_schema.schema_factory'];
  1693.         }
  1694.         return $this->privates['api_platform.hydra.json_schema.schema_factory'] = new \ApiPlatform\Core\Hydra\JsonSchema\SchemaFactory(new \ApiPlatform\Core\JsonSchema\SchemaFactory($a, ($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()), ($this->privates['api_platform.metadata.property.name_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Property_NameCollectionFactory_CachedService()), ($this->privates['api_platform.metadata.property.metadata_factory.cached.legacy'] ?? $this->getApiPlatform_Metadata_Property_MetadataFactory_Cached_LegacyService()), ($this->privates['serializer.name_converter.metadata_aware'] ?? $this->getSerializer_NameConverter_MetadataAwareService()), ($this->privates['api_platform.resource_class_resolver'] ?? $this->getApiPlatform_ResourceClassResolverService())));
  1695.     }
  1696.     /**
  1697.      * Gets the private 'api_platform.hydra.listener.response.add_link_header' shared service.
  1698.      *
  1699.      * @return \ApiPlatform\Hydra\EventListener\AddLinkHeaderListener
  1700.      */
  1701.     protected function getApiPlatform_Hydra_Listener_Response_AddLinkHeaderService()
  1702.     {
  1703.         return $this->privates['api_platform.hydra.listener.response.add_link_header'] = new \ApiPlatform\Hydra\EventListener\AddLinkHeaderListener(($this->privates['api_platform.router'] ?? $this->getApiPlatform_RouterService()));
  1704.     }
  1705.     /**
  1706.      * Gets the private 'api_platform.identifier.converter' shared service.
  1707.      *
  1708.      * @return \ApiPlatform\Core\Identifier\IdentifierConverter
  1709.      */
  1710.     protected function getApiPlatform_Identifier_ConverterService()
  1711.     {
  1712.         return $this->privates['api_platform.identifier.converter'] = new \ApiPlatform\Core\Identifier\IdentifierConverter(($this->privates['api_platform.identifiers_extractor.cached'] ?? $this->getApiPlatform_IdentifiersExtractor_CachedService()), ($this->privates['api_platform.metadata.property.metadata_factory.cached.legacy'] ?? $this->getApiPlatform_Metadata_Property_MetadataFactory_Cached_LegacyService()), new RewindableGenerator(function () {
  1713.             yield => ($this->privates['api_platform.identifier.integer'] ?? ($this->privates['api_platform.identifier.integer'] = new \ApiPlatform\Core\Identifier\Normalizer\IntegerDenormalizer()));
  1714.             yield => ($this->privates['api_platform.identifier.date_normalizer'] ?? ($this->privates['api_platform.identifier.date_normalizer'] = new \ApiPlatform\Core\Identifier\Normalizer\DateTimeIdentifierDenormalizer()));
  1715.         }, 2));
  1716.     }
  1717.     /**
  1718.      * Gets the private 'api_platform.identifiers_extractor.cached' shared service.
  1719.      *
  1720.      * @return \ApiPlatform\Core\Api\CachedIdentifiersExtractor
  1721.      */
  1722.     protected function getApiPlatform_IdentifiersExtractor_CachedService()
  1723.     {
  1724.         $a = ($this->privates['property_accessor'] ?? $this->getPropertyAccessorService());
  1725.         $b = ($this->privates['api_platform.resource_class_resolver'] ?? $this->getApiPlatform_ResourceClassResolverService());
  1726.         return $this->privates['api_platform.identifiers_extractor.cached'] = new \ApiPlatform\Core\Api\CachedIdentifiersExtractor(($this->privates['api_platform.cache.identifiers_extractor'] ?? $this->getApiPlatform_Cache_IdentifiersExtractorService()), new \ApiPlatform\Core\Api\IdentifiersExtractor(($this->privates['api_platform.metadata.property.name_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Property_NameCollectionFactory_CachedService()), ($this->privates['api_platform.metadata.property.metadata_factory.cached.legacy'] ?? $this->getApiPlatform_Metadata_Property_MetadataFactory_Cached_LegacyService()), $a$btrue), $a$b);
  1727.     }
  1728.     /**
  1729.      * Gets the private 'api_platform.iri_converter.legacy' shared service.
  1730.      *
  1731.      * @return \ApiPlatform\Core\Bridge\Symfony\Routing\IriConverter
  1732.      */
  1733.     protected function getApiPlatform_IriConverter_LegacyService()
  1734.     {
  1735.         $a = ($this->privates['api_platform.router'] ?? $this->getApiPlatform_RouterService());
  1736.         return $this->privates['api_platform.iri_converter.legacy'] = 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.legacy'] ?? $this->getApiPlatform_Metadata_Property_MetadataFactory_Cached_LegacyService()), ($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()), ($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()));
  1737.     }
  1738.     /**
  1739.      * Gets the private 'api_platform.json_schema.type_factory' shared service.
  1740.      *
  1741.      * @return \ApiPlatform\Core\JsonSchema\TypeFactory
  1742.      */
  1743.     protected function getApiPlatform_JsonSchema_TypeFactoryService()
  1744.     {
  1745.         $this->privates['api_platform.json_schema.type_factory'] = $instance = new \ApiPlatform\Core\JsonSchema\TypeFactory(($this->privates['api_platform.resource_class_resolver'] ?? $this->getApiPlatform_ResourceClassResolverService()));
  1746.         $instance->setSchemaFactory(($this->privates['api_platform.hydra.json_schema.schema_factory'] ?? $this->getApiPlatform_Hydra_JsonSchema_SchemaFactoryService()));
  1747.         return $instance;
  1748.     }
  1749.     /**
  1750.      * Gets the private 'api_platform.jsonld.context_builder' shared service.
  1751.      *
  1752.      * @return \ApiPlatform\JsonLd\ContextBuilder
  1753.      */
  1754.     protected function getApiPlatform_Jsonld_ContextBuilderService()
  1755.     {
  1756.         $a = ($this->privates['api_platform.router'] ?? $this->getApiPlatform_RouterService());
  1757.         return $this->privates['api_platform.jsonld.context_builder'] = new \ApiPlatform\JsonLd\ContextBuilder(($this->privates['api_platform.metadata.resource.name_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_NameCollectionFactory_CachedService()), ($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()), ($this->privates['api_platform.metadata.property.name_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Property_NameCollectionFactory_CachedService()), ($this->privates['api_platform.metadata.property.metadata_factory.cached.legacy'] ?? $this->getApiPlatform_Metadata_Property_MetadataFactory_Cached_LegacyService()), $aNULL, new \ApiPlatform\Symfony\Routing\SkolemIriConverter($a));
  1758.     }
  1759.     /**
  1760.      * Gets the private 'api_platform.listener.request.add_format' shared service.
  1761.      *
  1762.      * @return \ApiPlatform\Symfony\EventListener\AddFormatListener
  1763.      */
  1764.     protected function getApiPlatform_Listener_Request_AddFormatService()
  1765.     {
  1766.         return $this->privates['api_platform.listener.request.add_format'] = new \ApiPlatform\Symfony\EventListener\AddFormatListener(new \Negotiation\Negotiator(), ($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()), $this->parameters['api_platform.formats']);
  1767.     }
  1768.     /**
  1769.      * Gets the private 'api_platform.listener.request.deserialize' shared service.
  1770.      *
  1771.      * @return \ApiPlatform\Symfony\EventListener\DeserializeListener
  1772.      */
  1773.     protected function getApiPlatform_Listener_Request_DeserializeService()
  1774.     {
  1775.         return $this->privates['api_platform.listener.request.deserialize'] = new \ApiPlatform\Symfony\EventListener\DeserializeListener(($this->privates['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()));
  1776.     }
  1777.     /**
  1778.      * Gets the private 'api_platform.listener.request.read.legacy' shared service.
  1779.      *
  1780.      * @return \ApiPlatform\Core\EventListener\ReadListener
  1781.      */
  1782.     protected function getApiPlatform_Listener_Request_Read_LegacyService()
  1783.     {
  1784.         return $this->privates['api_platform.listener.request.read.legacy'] = 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()));
  1785.     }
  1786.     /**
  1787.      * Gets the private 'api_platform.listener.view.validate_query_parameters' shared service.
  1788.      *
  1789.      * @return \ApiPlatform\Symfony\EventListener\QueryParameterValidateListener
  1790.      */
  1791.     protected function getApiPlatform_Listener_View_ValidateQueryParametersService()
  1792.     {
  1793.         return $this->privates['api_platform.listener.view.validate_query_parameters'] = new \ApiPlatform\Symfony\EventListener\QueryParameterValidateListener(($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()), new \ApiPlatform\Core\Filter\QueryParameterValidator(($this->privates['api_platform.filter_locator'] ?? $this->getApiPlatform_FilterLocatorService())), true);
  1794.     }
  1795.     /**
  1796.      * Gets the private 'api_platform.metadata.property.metadata_factory.cached.legacy' shared service.
  1797.      *
  1798.      * @return \ApiPlatform\Core\Metadata\Property\Factory\CachedPropertyMetadataFactory
  1799.      */
  1800.     protected function getApiPlatform_Metadata_Property_MetadataFactory_Cached_LegacyService()
  1801.     {
  1802.         $a = ($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService());
  1803.         return $this->privates['api_platform.metadata.property.metadata_factory.cached.legacy'] = new \ApiPlatform\Core\Metadata\Property\Factory\CachedPropertyMetadataFactory(($this->privates['api_platform.cache.metadata.property.legacy'] ?? $this->getApiPlatform_Cache_Metadata_Property_LegacyService()), new \ApiPlatform\Core\Bridge\Symfony\Validator\Metadata\Property\ValidatorPropertyMetadataFactory(($this->privates['debug.validator'] ?? $this->getDebug_ValidatorService()), new \ApiPlatform\Core\Metadata\Property\Factory\ExtractorPropertyMetadataFactory(($this->privates['api_platform.metadata.extractor.yaml.legacy'] ?? ($this->privates['api_platform.metadata.extractor.yaml.legacy'] = new \ApiPlatform\Core\Metadata\Extractor\YamlExtractor([], $this))), new \ApiPlatform\Core\Metadata\Property\Factory\AnnotationPropertyMetadataFactory($a, new \ApiPlatform\Core\Metadata\Property\Factory\AnnotationSubresourceMetadataFactory($a, new \ApiPlatform\Core\Metadata\Property\Factory\DefaultPropertyMetadataFactory(new \ApiPlatform\Core\Metadata\Property\Factory\SerializerPropertyMetadataFactory(($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()), ($this->privates['api_platform.serializer.mapping.class_metadata_factory'] ?? $this->getApiPlatform_Serializer_Mapping_ClassMetadataFactoryService()), new \ApiPlatform\Core\Bridge\Doctrine\Orm\Metadata\Property\DoctrineOrmPropertyMetadataFactory(($this->services['doctrine'] ?? $this->getDoctrineService()), new \ApiPlatform\Core\Bridge\Symfony\PropertyInfo\Metadata\Property\PropertyInfoPropertyMetadataFactory(($this->privates['property_info'] ?? $this->getPropertyInfoService()), new \ApiPlatform\Core\Metadata\Property\Factory\ExtractorPropertyMetadataFactory(($this->privates['api_platform.metadata.extractor.xml.legacy'] ?? ($this->privates['api_platform.metadata.extractor.xml.legacy'] = new \ApiPlatform\Core\Metadata\Extractor\XmlExtractor([], $this)))))), ($this->privates['api_platform.resource_class_resolver'] ?? $this->getApiPlatform_ResourceClassResolverService())))))), new RewindableGenerator(function () {
  1804.             yield => ($this->privates['api_platform.metadata.property_schema.choice_restriction'] ?? ($this->privates['api_platform.metadata.property_schema.choice_restriction'] = new \ApiPlatform\Core\Bridge\Symfony\Validator\Metadata\Property\Restriction\PropertySchemaChoiceRestriction()));
  1805.             yield => ($this->privates['api_platform.metadata.property_schema.collection_restriction'] ?? $this->load('getApiPlatform_Metadata_PropertySchema_CollectionRestrictionService'));
  1806.             yield => ($this->privates['api_platform.metadata.property_schema.count_restriction'] ?? ($this->privates['api_platform.metadata.property_schema.count_restriction'] = new \ApiPlatform\Core\Bridge\Symfony\Validator\Metadata\Property\Restriction\PropertySchemaCountRestriction()));
  1807.             yield => ($this->privates['api_platform.metadata.property_schema.greater_than_or_equal_restriction'] ?? ($this->privates['api_platform.metadata.property_schema.greater_than_or_equal_restriction'] = new \ApiPlatform\Core\Bridge\Symfony\Validator\Metadata\Property\Restriction\PropertySchemaGreaterThanOrEqualRestriction()));
  1808.             yield => ($this->privates['api_platform.metadata.property_schema.greater_than_restriction'] ?? ($this->privates['api_platform.metadata.property_schema.greater_than_restriction'] = new \ApiPlatform\Core\Bridge\Symfony\Validator\Metadata\Property\Restriction\PropertySchemaGreaterThanRestriction()));
  1809.             yield => ($this->privates['api_platform.metadata.property_schema.length_restriction'] ?? ($this->privates['api_platform.metadata.property_schema.length_restriction'] = new \ApiPlatform\Core\Bridge\Symfony\Validator\Metadata\Property\Restriction\PropertySchemaLengthRestriction()));
  1810.             yield => ($this->privates['api_platform.metadata.property_schema.less_than_or_equal_restriction'] ?? ($this->privates['api_platform.metadata.property_schema.less_than_or_equal_restriction'] = new \ApiPlatform\Core\Bridge\Symfony\Validator\Metadata\Property\Restriction\PropertySchemaLessThanOrEqualRestriction()));
  1811.             yield => ($this->privates['api_platform.metadata.property_schema.less_than_restriction'] ?? ($this->privates['api_platform.metadata.property_schema.less_than_restriction'] = new \ApiPlatform\Core\Bridge\Symfony\Validator\Metadata\Property\Restriction\PropertySchemaLessThanRestriction()));
  1812.             yield => ($this->privates['api_platform.metadata.property_schema.one_of_restriction'] ?? $this->load('getApiPlatform_Metadata_PropertySchema_OneOfRestrictionService'));
  1813.             yield => ($this->privates['api_platform.metadata.property_schema.range_restriction'] ?? ($this->privates['api_platform.metadata.property_schema.range_restriction'] = new \ApiPlatform\Core\Bridge\Symfony\Validator\Metadata\Property\Restriction\PropertySchemaRangeRestriction()));
  1814.             yield 10 => ($this->privates['api_platform.metadata.property_schema.regex_restriction'] ?? ($this->privates['api_platform.metadata.property_schema.regex_restriction'] = new \ApiPlatform\Core\Bridge\Symfony\Validator\Metadata\Property\Restriction\PropertySchemaRegexRestriction()));
  1815.             yield 11 => ($this->privates['api_platform.metadata.property_schema.format_restriction'] ?? ($this->privates['api_platform.metadata.property_schema.format_restriction'] = new \ApiPlatform\Core\Bridge\Symfony\Validator\Metadata\Property\Restriction\PropertySchemaFormat()));
  1816.             yield 12 => ($this->privates['api_platform.metadata.property_schema.unique_restriction'] ?? ($this->privates['api_platform.metadata.property_schema.unique_restriction'] = new \ApiPlatform\Core\Bridge\Symfony\Validator\Metadata\Property\Restriction\PropertySchemaUniqueRestriction()));
  1817.         }, 13)));
  1818.     }
  1819.     /**
  1820.      * Gets the private 'api_platform.metadata.property.name_collection_factory.cached' shared service.
  1821.      *
  1822.      * @return \ApiPlatform\Metadata\Property\Factory\CachedPropertyNameCollectionFactory
  1823.      */
  1824.     protected function getApiPlatform_Metadata_Property_NameCollectionFactory_CachedService()
  1825.     {
  1826.         return $this->privates['api_platform.metadata.property.name_collection_factory.cached'] = new \ApiPlatform\Metadata\Property\Factory\CachedPropertyNameCollectionFactory(($this->privates['api_platform.cache.metadata.property.legacy'] ?? $this->getApiPlatform_Cache_Metadata_Property_LegacyService()), new \ApiPlatform\Metadata\Property\Factory\ExtractorPropertyNameCollectionFactory(($this->privates['api_platform.metadata.extractor.xml.legacy'] ?? ($this->privates['api_platform.metadata.extractor.xml.legacy'] = new \ApiPlatform\Core\Metadata\Extractor\XmlExtractor([], $this))), new \ApiPlatform\Metadata\Property\Factory\PropertyInfoPropertyNameCollectionFactory(($this->privates['property_info'] ?? $this->getPropertyInfoService()))));
  1827.     }
  1828.     /**
  1829.      * Gets the private 'api_platform.metadata.resource.metadata_factory.cached' shared service.
  1830.      *
  1831.      * @return \ApiPlatform\Core\Metadata\Resource\Factory\CachedResourceMetadataFactory
  1832.      */
  1833.     protected function getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()
  1834.     {
  1835.         $a = ($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService());
  1836.         return $this->privates['api_platform.metadata.resource.metadata_factory.cached'] = new \ApiPlatform\Core\Metadata\Resource\Factory\CachedResourceMetadataFactory(($this->privates['api_platform.cache.metadata.resource.legacy'] ?? $this->getApiPlatform_Cache_Metadata_Resource_LegacyService()), new \ApiPlatform\Core\Metadata\Resource\Factory\FormatsResourceMetadataFactory(new \ApiPlatform\Core\Metadata\Resource\Factory\OperationResourceMetadataFactory(new \ApiPlatform\Core\Metadata\Resource\Factory\AnnotationResourceFilterMetadataFactory($a, new \ApiPlatform\Core\Metadata\Resource\Factory\ShortNameResourceMetadataFactory(new \ApiPlatform\Core\Metadata\Resource\Factory\PhpDocResourceMetadataFactory(new \ApiPlatform\Core\Metadata\Resource\Factory\InputOutputResourceMetadataFactory(new \ApiPlatform\Core\Metadata\Resource\Factory\ExtractorResourceMetadataFactory(($this->privates['api_platform.metadata.extractor.yaml.legacy'] ?? ($this->privates['api_platform.metadata.extractor.yaml.legacy'] = new \ApiPlatform\Core\Metadata\Extractor\YamlExtractor([], $this))), new \ApiPlatform\Core\Metadata\Resource\Factory\AnnotationResourceMetadataFactory($a, new \ApiPlatform\Core\Metadata\Resource\Factory\ExtractorResourceMetadataFactory(($this->privates['api_platform.metadata.extractor.xml.legacy'] ?? ($this->privates['api_platform.metadata.extractor.xml.legacy'] = new \ApiPlatform\Core\Metadata\Extractor\XmlExtractor([], $this)))), $this->parameters['api_platform.defaults']), $this->parameters['api_platform.defaults']))))), $this->parameters['api_platform.patch_formats']), $this->parameters['api_platform.formats'], $this->parameters['api_platform.patch_formats']));
  1837.     }
  1838.     /**
  1839.      * Gets the private 'api_platform.metadata.resource.name_collection_factory.cached' shared service.
  1840.      *
  1841.      * @return \ApiPlatform\Metadata\Resource\Factory\CachedResourceNameCollectionFactory
  1842.      */
  1843.     protected function getApiPlatform_Metadata_Resource_NameCollectionFactory_CachedService()
  1844.     {
  1845.         return $this->privates['api_platform.metadata.resource.name_collection_factory.cached'] = new \ApiPlatform\Metadata\Resource\Factory\CachedResourceNameCollectionFactory(($this->privates['api_platform.cache.metadata.resource'] ?? $this->getApiPlatform_Cache_Metadata_ResourceService()), new \ApiPlatform\Metadata\Resource\Factory\ExtractorResourceNameCollectionFactory(($this->privates['api_platform.metadata.extractor.yaml.legacy'] ?? ($this->privates['api_platform.metadata.extractor.yaml.legacy'] = new \ApiPlatform\Core\Metadata\Extractor\YamlExtractor([], $this))), new \ApiPlatform\Core\Metadata\Resource\Factory\AnnotationResourceNameCollectionFactory(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()), $this->parameters['api_platform.resource_class_directories'], new \ApiPlatform\Metadata\Resource\Factory\ExtractorResourceNameCollectionFactory(($this->privates['api_platform.metadata.extractor.xml.legacy'] ?? ($this->privates['api_platform.metadata.extractor.xml.legacy'] = new \ApiPlatform\Core\Metadata\Extractor\XmlExtractor([], $this)))))));
  1846.     }
  1847.     /**
  1848.      * Gets the private 'api_platform.operation_path_resolver.custom' shared service.
  1849.      *
  1850.      * @return \ApiPlatform\PathResolver\CustomOperationPathResolver
  1851.      */
  1852.     protected function getApiPlatform_OperationPathResolver_CustomService()
  1853.     {
  1854.         return $this->privates['api_platform.operation_path_resolver.custom'] = new \ApiPlatform\PathResolver\CustomOperationPathResolver(new \ApiPlatform\PathResolver\OperationPathResolver(($this->privates['api_platform.path_segment_name_generator.underscore'] ?? ($this->privates['api_platform.path_segment_name_generator.underscore'] = new \ApiPlatform\Operation\UnderscorePathSegmentNameGenerator()))));
  1855.     }
  1856.     /**
  1857.      * Gets the private 'api_platform.operation_path_resolver.router' shared service.
  1858.      *
  1859.      * @return \ApiPlatform\Core\Bridge\Symfony\Routing\RouterOperationPathResolver
  1860.      */
  1861.     protected function getApiPlatform_OperationPathResolver_RouterService()
  1862.     {
  1863.         return $this->privates['api_platform.operation_path_resolver.router'] = new \ApiPlatform\Core\Bridge\Symfony\Routing\RouterOperationPathResolver(($this->privates['api_platform.router'] ?? $this->getApiPlatform_RouterService()), ($this->privates['api_platform.operation_path_resolver.custom'] ?? $this->getApiPlatform_OperationPathResolver_CustomService()), ($this->privates['api_platform.subresource_operation_factory.cached'] ?? $this->getApiPlatform_SubresourceOperationFactory_CachedService()));
  1864.     }
  1865.     /**
  1866.      * Gets the private 'api_platform.resource_class_resolver' shared service.
  1867.      *
  1868.      * @return \ApiPlatform\Api\ResourceClassResolver
  1869.      */
  1870.     protected function getApiPlatform_ResourceClassResolverService()
  1871.     {
  1872.         return $this->privates['api_platform.resource_class_resolver'] = new \ApiPlatform\Api\ResourceClassResolver(($this->privates['api_platform.metadata.resource.name_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_NameCollectionFactory_CachedService()));
  1873.     }
  1874.     /**
  1875.      * Gets the private 'api_platform.router' shared service.
  1876.      *
  1877.      * @return \ApiPlatform\Symfony\Routing\Router
  1878.      */
  1879.     protected function getApiPlatform_RouterService()
  1880.     {
  1881.         return $this->privates['api_platform.router'] = new \ApiPlatform\Symfony\Routing\Router(($this->services['router'] ?? $this->getRouterService()), 1);
  1882.     }
  1883.     /**
  1884.      * Gets the private 'api_platform.security.listener.request.deny_access' shared service.
  1885.      *
  1886.      * @return \ApiPlatform\Symfony\EventListener\DenyAccessListener
  1887.      */
  1888.     protected function getApiPlatform_Security_Listener_Request_DenyAccessService()
  1889.     {
  1890.         return $this->privates['api_platform.security.listener.request.deny_access'] = new \ApiPlatform\Symfony\EventListener\DenyAccessListener(($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()), ($this->privates['api_platform.security.resource_access_checker'] ?? $this->getApiPlatform_Security_ResourceAccessCheckerService()));
  1891.     }
  1892.     /**
  1893.      * Gets the private 'api_platform.security.resource_access_checker' shared service.
  1894.      *
  1895.      * @return \ApiPlatform\Symfony\Security\ResourceAccessChecker
  1896.      */
  1897.     protected function getApiPlatform_Security_ResourceAccessCheckerService()
  1898.     {
  1899.         return $this->privates['api_platform.security.resource_access_checker'] = new \ApiPlatform\Symfony\Security\ResourceAccessChecker(($this->privates['security.expression_language'] ?? $this->getSecurity_ExpressionLanguageService()), ($this->privates['security.authentication.trust_resolver'] ?? ($this->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver())), ($this->privates['security.role_hierarchy'] ?? ($this->privates['security.role_hierarchy'] = new \Symfony\Component\Security\Core\Role\RoleHierarchy([]))), ($this->privates['security.token_storage'] ?? $this->getSecurity_TokenStorageService()), ($this->privates['security.authorization_checker'] ?? $this->getSecurity_AuthorizationCheckerService()), false);
  1900.     }
  1901.     /**
  1902.      * Gets the private 'api_platform.serializer.context_builder.filter' shared service.
  1903.      *
  1904.      * @return \ApiPlatform\Serializer\SerializerFilterContextBuilder
  1905.      */
  1906.     protected function getApiPlatform_Serializer_ContextBuilder_FilterService()
  1907.     {
  1908.         $a = ($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService());
  1909.         return $this->privates['api_platform.serializer.context_builder.filter'] = new \ApiPlatform\Serializer\SerializerFilterContextBuilder($a, ($this->privates['api_platform.filter_locator'] ?? $this->getApiPlatform_FilterLocatorService()), new \ApiPlatform\Serializer\SerializerContextBuilder($a));
  1910.     }
  1911.     /**
  1912.      * Gets the private 'api_platform.serializer.mapping.class_metadata_factory' shared service.
  1913.      *
  1914.      * @return \ApiPlatform\Serializer\Mapping\Factory\ClassMetadataFactory
  1915.      */
  1916.     protected function getApiPlatform_Serializer_Mapping_ClassMetadataFactoryService()
  1917.     {
  1918.         return $this->privates['api_platform.serializer.mapping.class_metadata_factory'] = new \ApiPlatform\Serializer\Mapping\Factory\ClassMetadataFactory(new \Symfony\Component\Serializer\Mapping\Factory\ClassMetadataFactory(new \Symfony\Component\Serializer\Mapping\Loader\LoaderChain([=> new \Symfony\Component\Serializer\Mapping\Loader\AnnotationLoader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()))])));
  1919.     }
  1920.     /**
  1921.      * Gets the private 'api_platform.subresource_operation_factory.cached' shared service.
  1922.      *
  1923.      * @return \ApiPlatform\Core\Operation\Factory\CachedSubresourceOperationFactory
  1924.      */
  1925.     protected function getApiPlatform_SubresourceOperationFactory_CachedService()
  1926.     {
  1927.         return $this->privates['api_platform.subresource_operation_factory.cached'] = new \ApiPlatform\Core\Operation\Factory\CachedSubresourceOperationFactory(($this->privates['api_platform.cache.subresource_operation_factory'] ?? $this->getApiPlatform_Cache_SubresourceOperationFactoryService()), new \ApiPlatform\Core\Operation\Factory\SubresourceOperationFactory(($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()), ($this->privates['api_platform.metadata.property.name_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Property_NameCollectionFactory_CachedService()), ($this->privates['api_platform.metadata.property.metadata_factory.cached.legacy'] ?? $this->getApiPlatform_Metadata_Property_MetadataFactory_Cached_LegacyService()), ($this->privates['api_platform.path_segment_name_generator.underscore'] ?? ($this->privates['api_platform.path_segment_name_generator.underscore'] = new \ApiPlatform\Operation\UnderscorePathSegmentNameGenerator())), ($this->privates['api_platform.identifiers_extractor.cached'] ?? $this->getApiPlatform_IdentifiersExtractor_CachedService())));
  1928.     }
  1929.     /**
  1930.      * Gets the private 'cache.annotations' shared service.
  1931.      *
  1932.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1933.      */
  1934.     protected function getCache_AnnotationsService()
  1935.     {
  1936.         return $this->privates['cache.annotations'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('BD52y7U1pZ'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  1937.     }
  1938.     /**
  1939.      * Gets the private 'cache.doctrine.orm.default.query' shared service.
  1940.      *
  1941.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1942.      */
  1943.     protected function getCache_Doctrine_Orm_Default_QueryService()
  1944.     {
  1945.         return $this->privates['cache.doctrine.orm.default.query'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  1946.     }
  1947.     /**
  1948.      * Gets the private 'cache.doctrine.orm.default.result' shared service.
  1949.      *
  1950.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1951.      */
  1952.     protected function getCache_Doctrine_Orm_Default_ResultService()
  1953.     {
  1954.         return $this->privates['cache.doctrine.orm.default.result'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  1955.     }
  1956.     /**
  1957.      * Gets the private 'cache.doctrine.orm.internal.query' shared service.
  1958.      *
  1959.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1960.      */
  1961.     protected function getCache_Doctrine_Orm_Internal_QueryService()
  1962.     {
  1963.         return $this->privates['cache.doctrine.orm.internal.query'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  1964.     }
  1965.     /**
  1966.      * Gets the private 'cache.doctrine.orm.internal.result' shared service.
  1967.      *
  1968.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1969.      */
  1970.     protected function getCache_Doctrine_Orm_Internal_ResultService()
  1971.     {
  1972.         return $this->privates['cache.doctrine.orm.internal.result'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  1973.     }
  1974.     /**
  1975.      * Gets the private 'cache.doctrine.orm.migration.query' shared service.
  1976.      *
  1977.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1978.      */
  1979.     protected function getCache_Doctrine_Orm_Migration_QueryService()
  1980.     {
  1981.         return $this->privates['cache.doctrine.orm.migration.query'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  1982.     }
  1983.     /**
  1984.      * Gets the private 'cache.doctrine.orm.migration.result' shared service.
  1985.      *
  1986.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1987.      */
  1988.     protected function getCache_Doctrine_Orm_Migration_ResultService()
  1989.     {
  1990.         return $this->privates['cache.doctrine.orm.migration.result'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  1991.     }
  1992.     /**
  1993.      * Gets the private 'cache.messenger.restart_workers_signal' shared service.
  1994.      *
  1995.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1996.      */
  1997.     protected function getCache_Messenger_RestartWorkersSignalService()
  1998.     {
  1999.         $a = new \Symfony\Component\Cache\Adapter\FilesystemAdapter('oJ8LF4vSBh'0, ($this->targetDir.''.'/pools/app'), ($this->privates['cache.default_marshaller'] ?? ($this->privates['cache.default_marshaller'] = new \Symfony\Component\Cache\Marshaller\DefaultMarshaller(NULLtrue))));
  2000.         $a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  2001.         return $this->privates['cache.messenger.restart_workers_signal'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter($a);
  2002.     }
  2003.     /**
  2004.      * Gets the private 'cache.property_info' shared service.
  2005.      *
  2006.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2007.      */
  2008.     protected function getCache_PropertyInfoService()
  2009.     {
  2010.         return $this->privates['cache.property_info'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('mIqluq3tbx'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  2011.     }
  2012.     /**
  2013.      * Gets the private 'cache.security_expression_language' shared service.
  2014.      *
  2015.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2016.      */
  2017.     protected function getCache_SecurityExpressionLanguageService()
  2018.     {
  2019.         return $this->privates['cache.security_expression_language'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('66mItEoSew'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  2020.     }
  2021.     /**
  2022.      * Gets the private 'cache.serializer' shared service.
  2023.      *
  2024.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2025.      */
  2026.     protected function getCache_SerializerService()
  2027.     {
  2028.         return $this->privates['cache.serializer'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('4Q3YEqJVit'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  2029.     }
  2030.     /**
  2031.      * Gets the private 'cache.validator' shared service.
  2032.      *
  2033.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  2034.      */
  2035.     protected function getCache_ValidatorService()
  2036.     {
  2037.         return $this->privates['cache.validator'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('pfkP72su2m'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  2038.     }
  2039.     /**
  2040.      * Gets the private 'config_cache_factory' shared service.
  2041.      *
  2042.      * @return \Symfony\Component\Config\ResourceCheckerConfigCacheFactory
  2043.      */
  2044.     protected function getConfigCacheFactoryService()
  2045.     {
  2046.         return $this->privates['config_cache_factory'] = new \Symfony\Component\Config\ResourceCheckerConfigCacheFactory(new RewindableGenerator(function () {
  2047.             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)));
  2048.             yield => ($this->privates['config.resource.self_checking_resource_checker'] ?? ($this->privates['config.resource.self_checking_resource_checker'] = new \Symfony\Component\Config\Resource\SelfCheckingResourceChecker()));
  2049.         }, 2));
  2050.     }
  2051.     /**
  2052.      * Gets the private 'data_collector.form' shared service.
  2053.      *
  2054.      * @return \Symfony\Component\Form\Extension\DataCollector\FormDataCollector
  2055.      */
  2056.     protected function getDataCollector_FormService()
  2057.     {
  2058.         return $this->privates['data_collector.form'] = new \Symfony\Component\Form\Extension\DataCollector\FormDataCollector(new \Symfony\Component\Form\Extension\DataCollector\FormDataExtractor());
  2059.     }
  2060.     /**
  2061.      * Gets the private 'data_collector.request' shared service.
  2062.      *
  2063.      * @return \Symfony\Component\HttpKernel\DataCollector\RequestDataCollector
  2064.      */
  2065.     protected function getDataCollector_RequestService()
  2066.     {
  2067.         return $this->privates['data_collector.request'] = new \Symfony\Component\HttpKernel\DataCollector\RequestDataCollector(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  2068.     }
  2069.     /**
  2070.      * Gets the private 'debug.api_platform.collection_data_provider' shared service.
  2071.      *
  2072.      * @return \ApiPlatform\Core\Bridge\Symfony\Bundle\DataProvider\TraceableChainCollectionDataProvider
  2073.      */
  2074.     protected function getDebug_ApiPlatform_CollectionDataProviderService()
  2075.     {
  2076.         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 () {
  2077.             yield => ($this->privates['App\\DataProvider\\ChildsFamilyMembersProvider'] ?? $this->load('getChildsFamilyMembersProviderService'));
  2078.             yield => ($this->privates['App\\DataProvider\\FamilyMembersByChildProvider'] ?? $this->load('getFamilyMembersByChildProviderService'));
  2079.             yield => ($this->privates['App\\DataProvider\\GroupsWithMembersCountProvider'] ?? $this->load('getGroupsWithMembersCountProviderService'));
  2080.             yield => ($this->privates['App\\DataProvider\\UserModuleAccessProvider'] ?? $this->load('getUserModuleAccessProviderService'));
  2081.             yield => ($this->privates['App\\DataProvider\\UsersByGroupProvider'] ?? $this->load('getUsersByGroupProviderService'));
  2082.             yield => ($this->privates['App\\DataProvider\\UsersByKindergartenProvider'] ?? $this->load('getUsersByKindergartenProviderService'));
  2083.             yield => ($this->privates['api_platform.doctrine.orm.default.collection_data_provider'] ?? $this->load('getApiPlatform_Doctrine_Orm_Default_CollectionDataProviderService'));
  2084.         }, 7)));
  2085.     }
  2086.     /**
  2087.      * Gets the private 'debug.api_platform.data_persister' shared service.
  2088.      *
  2089.      * @return \ApiPlatform\Core\Bridge\Symfony\Bundle\DataPersister\TraceableChainDataPersister
  2090.      */
  2091.     protected function getDebug_ApiPlatform_DataPersisterService()
  2092.     {
  2093.         return $this->privates['debug.api_platform.data_persister'] = new \ApiPlatform\Core\Bridge\Symfony\Bundle\DataPersister\TraceableChainDataPersister(new \ApiPlatform\Core\DataPersister\ChainDataPersister(new RewindableGenerator(function () {
  2094.             yield => ($this->privates['App\\DataPersister\\UserPersister'] ?? $this->load('getUserPersisterService'));
  2095.             yield => ($this->privates['api_platform.messenger.data_persister'] ?? $this->load('getApiPlatform_Messenger_DataPersisterService'));
  2096.             yield => ($this->privates['api_platform.doctrine.orm.data_persister'] ?? $this->load('getApiPlatform_Doctrine_Orm_DataPersisterService'));
  2097.         }, 3)));
  2098.     }
  2099.     /**
  2100.      * Gets the private 'debug.api_platform.item_data_provider' shared service.
  2101.      *
  2102.      * @return \ApiPlatform\Core\Bridge\Symfony\Bundle\DataProvider\TraceableChainItemDataProvider
  2103.      */
  2104.     protected function getDebug_ApiPlatform_ItemDataProviderService()
  2105.     {
  2106.         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 () {
  2107.             yield => ($this->privates['App\\DataProvider\\ChildsFamilyMembersProvider'] ?? $this->load('getChildsFamilyMembersProviderService'));
  2108.             yield => ($this->privates['App\\DataProvider\\FamilyMembersByChildProvider'] ?? $this->load('getFamilyMembersByChildProviderService'));
  2109.             yield => ($this->privates['App\\DataProvider\\GroupsWithMembersCountProvider'] ?? $this->load('getGroupsWithMembersCountProviderService'));
  2110.             yield => ($this->privates['App\\DataProvider\\UserModuleAccessProvider'] ?? $this->load('getUserModuleAccessProviderService'));
  2111.             yield => ($this->privates['App\\DataProvider\\UsersByGroupProvider'] ?? $this->load('getUsersByGroupProviderService'));
  2112.             yield => ($this->privates['App\\DataProvider\\UsersByKindergartenProvider'] ?? $this->load('getUsersByKindergartenProviderService'));
  2113.             yield => ($this->privates['api_platform.doctrine.orm.default.item_data_provider'] ?? $this->load('getApiPlatform_Doctrine_Orm_Default_ItemDataProviderService'));
  2114.         }, 7)));
  2115.     }
  2116.     /**
  2117.      * Gets the private 'debug.api_platform.subresource_data_provider' shared service.
  2118.      *
  2119.      * @return \ApiPlatform\Core\Bridge\Symfony\Bundle\DataProvider\TraceableChainSubresourceDataProvider
  2120.      */
  2121.     protected function getDebug_ApiPlatform_SubresourceDataProviderService()
  2122.     {
  2123.         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 () {
  2124.             yield => ($this->privates['api_platform.doctrine.orm.default.subresource_data_provider'] ?? $this->load('getApiPlatform_Doctrine_Orm_Default_SubresourceDataProviderService'));
  2125.         }, 1)));
  2126.     }
  2127.     /**
  2128.      * Gets the private 'debug.debug_handlers_listener' shared service.
  2129.      *
  2130.      * @return \Symfony\Component\HttpKernel\EventListener\DebugHandlersListener
  2131.      */
  2132.     protected function getDebug_DebugHandlersListenerService()
  2133.     {
  2134.         $a = new \Symfony\Bridge\Monolog\Logger('php');
  2135.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  2136.         $a->pushHandler(($this->privates['monolog.handler.syslog'] ?? $this->getMonolog_Handler_SyslogService()));
  2137.         $a->pushHandler(($this->privates['monolog.handler.filter'] ?? $this->getMonolog_Handler_FilterService()));
  2138.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  2139.         return $this->privates['debug.debug_handlers_listener'] = new \Symfony\Component\HttpKernel\EventListener\DebugHandlersListener(NULL$aNULL, -1truetrueNULL);
  2140.     }
  2141.     /**
  2142.      * Gets the private 'debug.file_link_formatter' shared service.
  2143.      *
  2144.      * @return \Symfony\Component\HttpKernel\Debug\FileLinkFormatter
  2145.      */
  2146.     protected function getDebug_FileLinkFormatterService()
  2147.     {
  2148.         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 () {
  2149.             return ($this->privates['debug.file_link_formatter.url_format'] ?? $this->load('getDebug_FileLinkFormatter_UrlFormatService'));
  2150.         });
  2151.     }
  2152.     /**
  2153.      * Gets the private 'debug.log_processor' shared service.
  2154.      *
  2155.      * @return \Symfony\Bridge\Monolog\Processor\DebugProcessor
  2156.      */
  2157.     protected function getDebug_LogProcessorService()
  2158.     {
  2159.         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())));
  2160.     }
  2161.     /**
  2162.      * Gets the private 'debug.security.access.decision_manager' shared service.
  2163.      *
  2164.      * @return \Symfony\Component\Security\Core\Authorization\TraceableAccessDecisionManager
  2165.      */
  2166.     protected function getDebug_Security_Access_DecisionManagerService()
  2167.     {
  2168.         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 () {
  2169.             yield => ($this->privates['debug.security.voter.security.access.authenticated_voter'] ?? $this->load('getDebug_Security_Voter_Security_Access_AuthenticatedVoterService'));
  2170.             yield => ($this->privates['debug.security.voter.security.access.simple_role_voter'] ?? $this->load('getDebug_Security_Voter_Security_Access_SimpleRoleVoterService'));
  2171.             yield => ($this->privates['debug.security.voter.security.access.expression_voter'] ?? $this->load('getDebug_Security_Voter_Security_Access_ExpressionVoterService'));
  2172.         }, 3), new \Symfony\Component\Security\Core\Authorization\Strategy\AffirmativeStrategy(false)));
  2173.     }
  2174.     /**
  2175.      * Gets the private 'debug.security.firewall' shared service.
  2176.      *
  2177.      * @return \Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener
  2178.      */
  2179.     protected function getDebug_Security_FirewallService()
  2180.     {
  2181.         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()));
  2182.     }
  2183.     /**
  2184.      * Gets the private 'debug.validator' shared service.
  2185.      *
  2186.      * @return \Symfony\Component\Validator\Validator\TraceableValidator
  2187.      */
  2188.     protected function getDebug_ValidatorService()
  2189.     {
  2190.         return $this->privates['debug.validator'] = new \Symfony\Component\Validator\Validator\TraceableValidator(($this->privates['validator.builder'] ?? $this->getValidator_BuilderService())->getValidator());
  2191.     }
  2192.     /**
  2193.      * Gets the private 'doctrine.orm.container_repository_factory' shared service.
  2194.      *
  2195.      * @return \Doctrine\Bundle\DoctrineBundle\Repository\ContainerRepositoryFactory
  2196.      */
  2197.     protected function getDoctrine_Orm_ContainerRepositoryFactoryService()
  2198.     {
  2199.         return $this->privates['doctrine.orm.container_repository_factory'] = new \Doctrine\Bundle\DoctrineBundle\Repository\ContainerRepositoryFactory(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2200.             'App\\Repository\\TwoFaConfigRepository' => ['privates''App\\Repository\\TwoFaConfigRepository''getTwoFaConfigRepositoryService'true],
  2201.             'App\\Repository\\TwoFaIpRepository' => ['privates''App\\Repository\\TwoFaIpRepository''getTwoFaIpRepositoryService'true],
  2202.             'App\\Repository\\UserRepository' => ['privates''App\\Repository\\UserRepository''getUserRepositoryService'true],
  2203.         ], [
  2204.             'App\\Repository\\TwoFaConfigRepository' => '?',
  2205.             'App\\Repository\\TwoFaIpRepository' => '?',
  2206.             'App\\Repository\\UserRepository' => '?',
  2207.         ]));
  2208.     }
  2209.     /**
  2210.      * Gets the private 'doctrine.orm.default_annotation_metadata_driver' shared service.
  2211.      *
  2212.      * @return \Doctrine\ORM\Mapping\Driver\AnnotationDriver
  2213.      */
  2214.     protected function getDoctrine_Orm_DefaultAnnotationMetadataDriverService()
  2215.     {
  2216.         return $this->privates['doctrine.orm.default_annotation_metadata_driver'] = new \Doctrine\ORM\Mapping\Driver\AnnotationDriver(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()), [=> (\dirname(__DIR__4).'/src/Entity/Monolith')]);
  2217.     }
  2218.     /**
  2219.      * Gets the private 'doctrine.orm.internal_annotation_metadata_driver' shared service.
  2220.      *
  2221.      * @return \Doctrine\ORM\Mapping\Driver\AnnotationDriver
  2222.      */
  2223.     protected function getDoctrine_Orm_InternalAnnotationMetadataDriverService()
  2224.     {
  2225.         return $this->privates['doctrine.orm.internal_annotation_metadata_driver'] = new \Doctrine\ORM\Mapping\Driver\AnnotationDriver(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()), [=> (\dirname(__DIR__4).'/src/Entity/Internal')]);
  2226.     }
  2227.     /**
  2228.      * Gets the private 'doctrine.orm.internal_xml_metadata_driver' shared service.
  2229.      *
  2230.      * @return \Doctrine\ORM\Mapping\Driver\SimplifiedXmlDriver
  2231.      */
  2232.     protected function getDoctrine_Orm_InternalXmlMetadataDriverService()
  2233.     {
  2234.         $this->privates['doctrine.orm.internal_xml_metadata_driver'] = $instance = new \Doctrine\ORM\Mapping\Driver\SimplifiedXmlDriver([(\dirname(__DIR__4).'/vendor/gesdinet/jwt-refresh-token-bundle/Resources/config/doctrine') => 'Gesdinet\\JWTRefreshTokenBundle\\Entity']);
  2235.         $instance->setGlobalBasename('mapping');
  2236.         return $instance;
  2237.     }
  2238.     /**
  2239.      * Gets the private 'doctrine.orm.migration_annotation_metadata_driver' shared service.
  2240.      *
  2241.      * @return \Doctrine\ORM\Mapping\Driver\AnnotationDriver
  2242.      */
  2243.     protected function getDoctrine_Orm_MigrationAnnotationMetadataDriverService()
  2244.     {
  2245.         return $this->privates['doctrine.orm.migration_annotation_metadata_driver'] = new \Doctrine\ORM\Mapping\Driver\AnnotationDriver(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()), [=> (\dirname(__DIR__4).'/src/Entity/Importer')]);
  2246.     }
  2247.     /**
  2248.      * Gets the private 'exception_listener' shared service.
  2249.      *
  2250.      * @return \Symfony\Component\HttpKernel\EventListener\ErrorListener
  2251.      */
  2252.     protected function getExceptionListenerService()
  2253.     {
  2254.         return $this->privates['exception_listener'] = new \Symfony\Component\HttpKernel\EventListener\ErrorListener('error_controller', ($this->privates['monolog.logger.request'] ?? $this->getMonolog_Logger_RequestService()), true, []);
  2255.     }
  2256.     /**
  2257.      * Gets the private 'framework_extra_bundle.argument_name_convertor' shared service.
  2258.      *
  2259.      * @return \Sensio\Bundle\FrameworkExtraBundle\Request\ArgumentNameConverter
  2260.      */
  2261.     protected function getFrameworkExtraBundle_ArgumentNameConvertorService()
  2262.     {
  2263.         return $this->privates['framework_extra_bundle.argument_name_convertor'] = new \Sensio\Bundle\FrameworkExtraBundle\Request\ArgumentNameConverter(($this->privates['argument_metadata_factory'] ?? ($this->privates['argument_metadata_factory'] = new \Symfony\Component\HttpKernel\ControllerMetadata\ArgumentMetadataFactory())));
  2264.     }
  2265.     /**
  2266.      * Gets the private 'framework_extra_bundle.event.is_granted' shared service.
  2267.      *
  2268.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\IsGrantedListener
  2269.      */
  2270.     protected function getFrameworkExtraBundle_Event_IsGrantedService()
  2271.     {
  2272.         return $this->privates['framework_extra_bundle.event.is_granted'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\IsGrantedListener(($this->privates['framework_extra_bundle.argument_name_convertor'] ?? $this->getFrameworkExtraBundle_ArgumentNameConvertorService()), ($this->privates['security.authorization_checker'] ?? $this->getSecurity_AuthorizationCheckerService()));
  2273.     }
  2274.     /**
  2275.      * Gets the private 'locale_aware_listener' shared service.
  2276.      *
  2277.      * @return \Symfony\Component\HttpKernel\EventListener\LocaleAwareListener
  2278.      */
  2279.     protected function getLocaleAwareListenerService()
  2280.     {
  2281.         return $this->privates['locale_aware_listener'] = new \Symfony\Component\HttpKernel\EventListener\LocaleAwareListener(new RewindableGenerator(function () {
  2282.             yield => ($this->privates['slugger'] ?? ($this->privates['slugger'] = new \Symfony\Component\String\Slugger\AsciiSlugger('en')));
  2283.             yield => ($this->privates['translator.default'] ?? $this->getTranslator_DefaultService());
  2284.         }, 2), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  2285.     }
  2286.     /**
  2287.      * Gets the private 'locale_listener' shared service.
  2288.      *
  2289.      * @return \Symfony\Component\HttpKernel\EventListener\LocaleListener
  2290.      */
  2291.     protected function getLocaleListenerService()
  2292.     {
  2293.         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()), false, []);
  2294.     }
  2295.     /**
  2296.      * Gets the private 'mime_types' shared service.
  2297.      *
  2298.      * @return \Symfony\Component\Mime\MimeTypes
  2299.      */
  2300.     protected function getMimeTypesService()
  2301.     {
  2302.         $this->privates['mime_types'] = $instance = new \Symfony\Component\Mime\MimeTypes();
  2303.         $instance->setDefault($instance);
  2304.         return $instance;
  2305.     }
  2306.     /**
  2307.      * Gets the private 'monolog.handler.filter' shared service.
  2308.      *
  2309.      * @return \Monolog\Handler\FingersCrossedHandler
  2310.      */
  2311.     protected function getMonolog_Handler_FilterService()
  2312.     {
  2313.         $a = new \Monolog\Handler\RotatingFileHandler((\dirname(__DIR__3).'/log/dev.log'), 7100trueNULLfalse);
  2314.         $a->pushProcessor(($this->privates['monolog.processor.psr_log_message'] ?? ($this->privates['monolog.processor.psr_log_message'] = new \Monolog\Processor\PsrLogMessageProcessor())));
  2315.         $a->setFilenameFormat('{filename}-{date}''Y-m-d');
  2316.         $a->setFormatter(new \Monolog\Formatter\LineFormatter());
  2317.         return $this->privates['monolog.handler.filter'] = new \Monolog\Handler\FingersCrossedHandler($a, new \Monolog\Handler\FingersCrossed\ErrorLevelActivationStrategy(500), 0truetrueNULL);
  2318.     }
  2319.     /**
  2320.      * Gets the private 'monolog.handler.syslog' shared service.
  2321.      *
  2322.      * @return \Monolog\Handler\SyslogHandler
  2323.      */
  2324.     protected function getMonolog_Handler_SyslogService()
  2325.     {
  2326.         $this->privates['monolog.handler.syslog'] = $instance = new \Monolog\Handler\SyslogHandler(false'user'500true1);
  2327.         $instance->pushProcessor(($this->privates['monolog.processor.psr_log_message'] ?? ($this->privates['monolog.processor.psr_log_message'] = new \Monolog\Processor\PsrLogMessageProcessor())));
  2328.         return $instance;
  2329.     }
  2330.     /**
  2331.      * Gets the private 'monolog.logger' shared service.
  2332.      *
  2333.      * @return \Symfony\Bridge\Monolog\Logger
  2334.      */
  2335.     protected function getMonolog_LoggerService()
  2336.     {
  2337.         $this->privates['monolog.logger'] = $instance = new \Symfony\Bridge\Monolog\Logger('app');
  2338.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  2339.         $instance->useMicrosecondTimestamps(true);
  2340.         $instance->pushHandler(($this->privates['monolog.handler.syslog'] ?? $this->getMonolog_Handler_SyslogService()));
  2341.         $instance->pushHandler(($this->privates['monolog.handler.filter'] ?? $this->getMonolog_Handler_FilterService()));
  2342.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  2343.         return $instance;
  2344.     }
  2345.     /**
  2346.      * Gets the private 'monolog.logger.cache' shared service.
  2347.      *
  2348.      * @return \Symfony\Bridge\Monolog\Logger
  2349.      */
  2350.     protected function getMonolog_Logger_CacheService()
  2351.     {
  2352.         $this->privates['monolog.logger.cache'] = $instance = new \Symfony\Bridge\Monolog\Logger('cache');
  2353.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  2354.         $instance->pushHandler(($this->privates['monolog.handler.syslog'] ?? $this->getMonolog_Handler_SyslogService()));
  2355.         $instance->pushHandler(($this->privates['monolog.handler.filter'] ?? $this->getMonolog_Handler_FilterService()));
  2356.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  2357.         return $instance;
  2358.     }
  2359.     /**
  2360.      * Gets the private 'monolog.logger.doctrine' shared service.
  2361.      *
  2362.      * @return \Symfony\Bridge\Monolog\Logger
  2363.      */
  2364.     protected function getMonolog_Logger_DoctrineService()
  2365.     {
  2366.         $this->privates['monolog.logger.doctrine'] = $instance = new \Symfony\Bridge\Monolog\Logger('doctrine');
  2367.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  2368.         $instance->pushHandler(($this->privates['monolog.handler.syslog'] ?? $this->getMonolog_Handler_SyslogService()));
  2369.         $instance->pushHandler(($this->privates['monolog.handler.filter'] ?? $this->getMonolog_Handler_FilterService()));
  2370.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  2371.         return $instance;
  2372.     }
  2373.     /**
  2374.      * Gets the private 'monolog.logger.request' shared service.
  2375.      *
  2376.      * @return \Symfony\Bridge\Monolog\Logger
  2377.      */
  2378.     protected function getMonolog_Logger_RequestService()
  2379.     {
  2380.         $this->privates['monolog.logger.request'] = $instance = new \Symfony\Bridge\Monolog\Logger('request');
  2381.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  2382.         $instance->pushHandler(($this->privates['monolog.handler.syslog'] ?? $this->getMonolog_Handler_SyslogService()));
  2383.         $instance->pushHandler(($this->privates['monolog.handler.filter'] ?? $this->getMonolog_Handler_FilterService()));
  2384.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  2385.         return $instance;
  2386.     }
  2387.     /**
  2388.      * Gets the private 'nelmio_cors.cors_listener' shared service.
  2389.      *
  2390.      * @return \Nelmio\CorsBundle\EventListener\CorsListener
  2391.      */
  2392.     protected function getNelmioCors_CorsListenerService()
  2393.     {
  2394.         return $this->privates['nelmio_cors.cors_listener'] = new \Nelmio\CorsBundle\EventListener\CorsListener(new \Nelmio\CorsBundle\Options\Resolver([=> new \Nelmio\CorsBundle\Options\ConfigProvider($this->parameters['nelmio_cors.map'], $this->getParameter('nelmio_cors.defaults'))]));
  2395.     }
  2396.     /**
  2397.      * Gets the private 'parameter_bag' shared service.
  2398.      *
  2399.      * @return \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag
  2400.      */
  2401.     protected function getParameterBagService()
  2402.     {
  2403.         return $this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this);
  2404.     }
  2405.     /**
  2406.      * Gets the private 'profiler_listener' shared service.
  2407.      *
  2408.      * @return \Symfony\Component\HttpKernel\EventListener\ProfilerListener
  2409.      */
  2410.     protected function getProfilerListenerService()
  2411.     {
  2412.         return $this->privates['profiler_listener'] = new \Symfony\Component\HttpKernel\EventListener\ProfilerListener(($this->services['.container.private.profiler'] ?? $this->get_Container_Private_ProfilerService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), NULLfalsefalseNULL);
  2413.     }
  2414.     /**
  2415.      * Gets the private 'property_accessor' shared service.
  2416.      *
  2417.      * @return \Symfony\Component\PropertyAccess\PropertyAccessor
  2418.      */
  2419.     protected function getPropertyAccessorService()
  2420.     {
  2421.         $a = ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  2422.         return $this->privates['property_accessor'] = new \Symfony\Component\PropertyAccess\PropertyAccessor(32, new \Symfony\Component\Cache\Adapter\ArrayAdapter(0false), $a$a);
  2423.     }
  2424.     /**
  2425.      * Gets the private 'property_info' shared service.
  2426.      *
  2427.      * @return \Symfony\Component\PropertyInfo\PropertyInfoExtractor
  2428.      */
  2429.     protected function getPropertyInfoService()
  2430.     {
  2431.         return $this->privates['property_info'] = new \Symfony\Component\PropertyInfo\PropertyInfoExtractor(new RewindableGenerator(function () {
  2432.             yield => ($this->privates['property_info.serializer_extractor'] ?? $this->load('getPropertyInfo_SerializerExtractorService'));
  2433.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  2434.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->load('getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService'));
  2435.             yield => ($this->privates['doctrine.orm.internal_entity_manager.property_info_extractor'] ?? $this->load('getDoctrine_Orm_InternalEntityManager_PropertyInfoExtractorService'));
  2436.             yield => ($this->privates['doctrine.orm.migration_entity_manager.property_info_extractor'] ?? $this->load('getDoctrine_Orm_MigrationEntityManager_PropertyInfoExtractorService'));
  2437.         }, 5), new RewindableGenerator(function () {
  2438.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->load('getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService'));
  2439.             yield => ($this->privates['doctrine.orm.internal_entity_manager.property_info_extractor'] ?? $this->load('getDoctrine_Orm_InternalEntityManager_PropertyInfoExtractorService'));
  2440.             yield => ($this->privates['doctrine.orm.migration_entity_manager.property_info_extractor'] ?? $this->load('getDoctrine_Orm_MigrationEntityManager_PropertyInfoExtractorService'));
  2441.             yield => ($this->privates['property_info.phpstan_extractor'] ?? ($this->privates['property_info.phpstan_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\PhpStanExtractor()));
  2442.             yield => ($this->privates['property_info.php_doc_extractor'] ?? ($this->privates['property_info.php_doc_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\PhpDocExtractor()));
  2443.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  2444.         }, 6), new RewindableGenerator(function () {
  2445.             yield => ($this->privates['property_info.php_doc_extractor'] ?? ($this->privates['property_info.php_doc_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\PhpDocExtractor()));
  2446.         }, 1), new RewindableGenerator(function () {
  2447.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->load('getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService'));
  2448.             yield => ($this->privates['doctrine.orm.internal_entity_manager.property_info_extractor'] ?? $this->load('getDoctrine_Orm_InternalEntityManager_PropertyInfoExtractorService'));
  2449.             yield => ($this->privates['doctrine.orm.migration_entity_manager.property_info_extractor'] ?? $this->load('getDoctrine_Orm_MigrationEntityManager_PropertyInfoExtractorService'));
  2450.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  2451.         }, 4), new RewindableGenerator(function () {
  2452.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  2453.         }, 1));
  2454.     }
  2455.     /**
  2456.      * Gets the private 'router.expression_language_provider' shared service.
  2457.      *
  2458.      * @return \Symfony\Component\Routing\Matcher\ExpressionLanguageProvider
  2459.      */
  2460.     protected function getRouter_ExpressionLanguageProviderService()
  2461.     {
  2462.         return $this->privates['router.expression_language_provider'] = new \Symfony\Component\Routing\Matcher\ExpressionLanguageProvider(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2463.             'env' => ['privates''container.getenv''getContainer_GetenvService'true],
  2464.         ], [
  2465.             'env' => 'Closure',
  2466.         ]));
  2467.     }
  2468.     /**
  2469.      * Gets the private 'router.request_context' shared service.
  2470.      *
  2471.      * @return \Symfony\Component\Routing\RequestContext
  2472.      */
  2473.     protected function getRouter_RequestContextService()
  2474.     {
  2475.         $this->privates['router.request_context'] = $instance \Symfony\Component\Routing\RequestContext::fromUri('''localhost''http'80443);
  2476.         $instance->setParameter('_functions', ($this->privates['router.expression_language_provider'] ?? $this->getRouter_ExpressionLanguageProviderService()));
  2477.         return $instance;
  2478.     }
  2479.     /**
  2480.      * Gets the private 'router_listener' shared service.
  2481.      *
  2482.      * @return \Symfony\Component\HttpKernel\EventListener\RouterListener
  2483.      */
  2484.     protected function getRouterListenerService()
  2485.     {
  2486.         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);
  2487.     }
  2488.     /**
  2489.      * Gets the private 'security.authorization_checker' shared service.
  2490.      *
  2491.      * @return \Symfony\Component\Security\Core\Authorization\AuthorizationChecker
  2492.      */
  2493.     protected function getSecurity_AuthorizationCheckerService()
  2494.     {
  2495.         return $this->privates['security.authorization_checker'] = new \Symfony\Component\Security\Core\Authorization\AuthorizationChecker(($this->privates['security.token_storage'] ?? $this->getSecurity_TokenStorageService()), ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService()), falsefalse);
  2496.     }
  2497.     /**
  2498.      * Gets the private 'security.expression_language' shared service.
  2499.      *
  2500.      * @return \Symfony\Component\Security\Core\Authorization\ExpressionLanguage
  2501.      */
  2502.     protected function getSecurity_ExpressionLanguageService()
  2503.     {
  2504.         $this->privates['security.expression_language'] = $instance = new \Symfony\Component\Security\Core\Authorization\ExpressionLanguage(($this->privates['cache.security_expression_language'] ?? $this->getCache_SecurityExpressionLanguageService()));
  2505.         $instance->registerProvider(($this->privates['api_platform.security.expression_language_provider'] ?? ($this->privates['api_platform.security.expression_language_provider'] = new \ApiPlatform\Symfony\Security\Core\Authorization\ExpressionLanguageProvider())));
  2506.         return $instance;
  2507.     }
  2508.     /**
  2509.      * Gets the private 'security.firewall.map' shared service.
  2510.      *
  2511.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallMap
  2512.      */
  2513.     protected function getSecurity_Firewall_MapService()
  2514.     {
  2515.         return $this->privates['security.firewall.map'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallMap(($this->privates['.service_locator.ibPhY9H'] ?? $this->get_ServiceLocator_IbPhY9HService()), new RewindableGenerator(function () {
  2516.             yield 'security.firewall.map.context.docs' => ($this->privates['.security.request_matcher.PfIwdrL'] ?? ($this->privates['.security.request_matcher.PfIwdrL'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/api/docs')));
  2517.             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)/')));
  2518.             yield 'security.firewall.map.context.api_token_refresh' => ($this->privates['.security.request_matcher.UQgI.UV'] ?? ($this->privates['.security.request_matcher.UQgI.UV'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/api/token/refresh')));
  2519.             yield 'security.firewall.map.context.login' => ($this->privates['.security.request_matcher.HeUdK73'] ?? ($this->privates['.security.request_matcher.HeUdK73'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/api/login')));
  2520.             yield 'security.firewall.map.context.api_or_jwt' => ($this->privates['.security.request_matcher.p4VlLPC'] ?? ($this->privates['.security.request_matcher.p4VlLPC'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/api')));
  2521.         }, 5));
  2522.     }
  2523.     /**
  2524.      * Gets the private 'security.logout_url_generator' shared service.
  2525.      *
  2526.      * @return \Symfony\Component\Security\Http\Logout\LogoutUrlGenerator
  2527.      */
  2528.     protected function getSecurity_LogoutUrlGeneratorService()
  2529.     {
  2530.         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->privates['security.token_storage'] ?? $this->getSecurity_TokenStorageService()));
  2531.     }
  2532.     /**
  2533.      * Gets the private 'security.token_storage' shared service.
  2534.      *
  2535.      * @return \Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage
  2536.      */
  2537.     protected function getSecurity_TokenStorageService()
  2538.     {
  2539.         return $this->privates['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, [
  2540.             'request_stack' => ['services''request_stack''getRequestStackService'false],
  2541.         ], [
  2542.             'request_stack' => '?',
  2543.         ]));
  2544.     }
  2545.     /**
  2546.      * Gets the private 'sensio_framework_extra.controller.listener' shared service.
  2547.      *
  2548.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener
  2549.      */
  2550.     protected function getSensioFrameworkExtra_Controller_ListenerService()
  2551.     {
  2552.         return $this->privates['sensio_framework_extra.controller.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  2553.     }
  2554.     /**
  2555.      * Gets the private 'sensio_framework_extra.converter.listener' shared service.
  2556.      *
  2557.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener
  2558.      */
  2559.     protected function getSensioFrameworkExtra_Converter_ListenerService()
  2560.     {
  2561.         $a = new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\ParamConverterManager();
  2562.         $a->add(new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\DoctrineParamConverter(($this->services['doctrine'] ?? $this->getDoctrineService()), new \Symfony\Component\ExpressionLanguage\ExpressionLanguage()), 0'doctrine.orm');
  2563.         $a->add(new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\DateTimeParamConverter(), 0'datetime');
  2564.         return $this->privates['sensio_framework_extra.converter.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener($atrue);
  2565.     }
  2566.     /**
  2567.      * Gets the private 'sensio_framework_extra.security.listener' shared service.
  2568.      *
  2569.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\SecurityListener
  2570.      */
  2571.     protected function getSensioFrameworkExtra_Security_ListenerService()
  2572.     {
  2573.         $a = new \Sensio\Bundle\FrameworkExtraBundle\Security\ExpressionLanguage();
  2574.         $a->registerProvider(($this->privates['api_platform.security.expression_language_provider'] ?? ($this->privates['api_platform.security.expression_language_provider'] = new \ApiPlatform\Symfony\Security\Core\Authorization\ExpressionLanguageProvider())));
  2575.         return $this->privates['sensio_framework_extra.security.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\SecurityListener(($this->privates['framework_extra_bundle.argument_name_convertor'] ?? $this->getFrameworkExtraBundle_ArgumentNameConvertorService()), $a, ($this->privates['security.authentication.trust_resolver'] ?? ($this->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver())), ($this->privates['security.role_hierarchy'] ?? ($this->privates['security.role_hierarchy'] = new \Symfony\Component\Security\Core\Role\RoleHierarchy([]))), ($this->privates['security.token_storage'] ?? $this->getSecurity_TokenStorageService()), ($this->privates['security.authorization_checker'] ?? $this->getSecurity_AuthorizationCheckerService()), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  2576.     }
  2577.     /**
  2578.      * Gets the private 'sensio_framework_extra.view.listener' shared service.
  2579.      *
  2580.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\TemplateListener
  2581.      */
  2582.     protected function getSensioFrameworkExtra_View_ListenerService()
  2583.     {
  2584.         $this->privates['sensio_framework_extra.view.listener'] = $instance = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\TemplateListener(new \Sensio\Bundle\FrameworkExtraBundle\Templating\TemplateGuesser(($this->services['kernel'] ?? $this->get('kernel'1))));
  2585.         $instance->setContainer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2586.             'twig' => ['privates''twig''getTwigService'false],
  2587.         ], [
  2588.             'twig' => 'Twig\\Environment',
  2589.         ]))->withContext('sensio_framework_extra.view.listener'$this));
  2590.         return $instance;
  2591.     }
  2592.     /**
  2593.      * Gets the private 'serializer' shared service.
  2594.      *
  2595.      * @return \Symfony\Component\Serializer\Serializer
  2596.      */
  2597.     protected function getSerializerService()
  2598.     {
  2599.         $a = ($this->privates['property_accessor'] ?? $this->getPropertyAccessorService());
  2600.         $b = ($this->privates['property_info'] ?? $this->getPropertyInfoService());
  2601.         $c = new \Symfony\Component\Serializer\Encoder\JsonEncoder(NULLNULL);
  2602.         $d = new \ApiPlatform\OpenApi\Serializer\OpenApiNormalizer(new \Symfony\Component\Serializer\Serializer([=> new \Symfony\Component\Serializer\Normalizer\ObjectNormalizer(NULLNULL$a$b)], [=> $c]));
  2603.         $e = new \ApiPlatform\OpenApi\Serializer\ApiGatewayNormalizer($d);
  2604.         $f = ($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService());
  2605.         $g = ($this->privates['api_platform.metadata.property.name_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Property_NameCollectionFactory_CachedService());
  2606.         $h = ($this->privates['api_platform.metadata.property.metadata_factory.cached.legacy'] ?? $this->getApiPlatform_Metadata_Property_MetadataFactory_Cached_LegacyService());
  2607.         $i = ($this->privates['api_platform.filter_locator'] ?? $this->getApiPlatform_FilterLocatorService());
  2608.         $j = new \ApiPlatform\OpenApi\Serializer\ApiGatewayNormalizer(new \ApiPlatform\Core\Swagger\Serializer\DocumentationNormalizer($f$g$h, ($this->privates['api_platform.hydra.json_schema.schema_factory'] ?? $this->getApiPlatform_Hydra_JsonSchema_SchemaFactoryService()), ($this->privates['api_platform.json_schema.type_factory'] ?? $this->getApiPlatform_JsonSchema_TypeFactoryService()), ($this->privates['api_platform.operation_path_resolver.router'] ?? $this->getApiPlatform_OperationPathResolver_RouterService()), NULL$iNULLfalse'oauth2''application''''', [], $this->parameters['api_platform.swagger.api_keys'], ($this->privates['api_platform.subresource_operation_factory.cached'] ?? $this->getApiPlatform_SubresourceOperationFactory_CachedService()), true'page'true'itemsPerPage'$this->parameters['api_platform.formats'], false'pagination', [], $this->parameters['api_platform.swagger.versions'], ($this->privates['api_platform.identifiers_extractor.cached'] ?? $this->getApiPlatform_IdentifiersExtractor_CachedService()), NULLtrue$d));
  2609.         $k = ($this->privates['api_platform.router'] ?? $this->getApiPlatform_RouterService());
  2610.         $l = ($this->privates['serializer.name_converter.metadata_aware'] ?? $this->getSerializer_NameConverter_MetadataAwareService());
  2611.         $m = ($this->privates['api_platform.resource_class_resolver'] ?? $this->getApiPlatform_ResourceClassResolverService());
  2612.         $n = ($this->privates['api_platform.iri_converter.legacy'] ?? $this->getApiPlatform_IriConverter_LegacyService());
  2613.         $o = ($this->privates['api_platform.jsonld.context_builder'] ?? $this->getApiPlatform_Jsonld_ContextBuilderService());
  2614.         $p = ($this->privates['api_platform.serializer.mapping.class_metadata_factory'] ?? $this->getApiPlatform_Serializer_Mapping_ClassMetadataFactoryService());
  2615.         $q = ($this->privates['api_platform.security.resource_access_checker'] ?? $this->getApiPlatform_Security_ResourceAccessCheckerService());
  2616.         $r = new \Symfony\Component\Serializer\Mapping\ClassDiscriminatorFromClassMetadata($p);
  2617.         $s = new \Symfony\Component\Serializer\Normalizer\ObjectNormalizer($p$l$a$b$rNULL);
  2618.         return $this->privates['serializer'] = new \Symfony\Component\Serializer\Serializer([=> new \Symfony\Component\Serializer\Normalizer\UnwrappingDenormalizer($a), => $e=> $j=> new \ApiPlatform\Hydra\Serializer\ConstraintViolationListNormalizer($k, [], $l), => new \ApiPlatform\Problem\Serializer\ConstraintViolationListNormalizer([], $l), => $j=> $e=> new \ApiPlatform\Hydra\Serializer\DocumentationNormalizer($f$g$h$mNULL$kNULL$l), => new \ApiPlatform\Hydra\Serializer\EntrypointNormalizer($f$n$k), => new \ApiPlatform\Hydra\Serializer\ErrorNormalizer($ktrue), 10 => new \ApiPlatform\Problem\Serializer\ErrorNormalizer(true), 11 => new \Symfony\Component\Messenger\Transport\Serialization\Normalizer\FlattenExceptionNormalizer(), 12 => new \Symfony\Component\Serializer\Normalizer\ProblemNormalizer(true), 13 => new \Symfony\Component\Serializer\Normalizer\UidNormalizer(), 14 => new \ApiPlatform\JsonLd\Serializer\ItemNormalizer($f$g$h$n$m$o$a$l$p, [], new RewindableGenerator(function () {
  2619.             yield => ($this->privates['api_platform.messenger.data_transformer'] ?? $this->load('getApiPlatform_Messenger_DataTransformerService'));
  2620.         }, 1), $q), 15 => new \ApiPlatform\Serializer\ItemNormalizer($g$h$n$m$a$l$p, ($this->privates['debug.api_platform.item_data_provider'] ?? $this->getDebug_ApiPlatform_ItemDataProviderService()), falseNULL, new RewindableGenerator(function () {
  2621.             yield => ($this->privates['api_platform.messenger.data_transformer'] ?? $this->load('getApiPlatform_Messenger_DataTransformerService'));
  2622.         }, 1), $f$q), 16 => new \Symfony\Component\Serializer\Normalizer\DateTimeNormalizer(), 17 => new \Symfony\Component\Serializer\Normalizer\ConstraintViolationListNormalizer([], $l), 18 => new \Symfony\Component\Serializer\Normalizer\MimeMessageNormalizer(new \Symfony\Component\Serializer\Normalizer\PropertyNormalizer($p$l$b$rNULL)), 19 => new \Symfony\Component\Serializer\Normalizer\DateTimeZoneNormalizer(), 20 => new \Symfony\Component\Serializer\Normalizer\DateIntervalNormalizer(), 21 => new \Symfony\Component\Serializer\Normalizer\FormErrorNormalizer(), 22 => new \Symfony\Component\Serializer\Normalizer\BackedEnumNormalizer(), 23 => new \Symfony\Component\Serializer\Normalizer\DataUriNormalizer(($this->privates['mime_types'] ?? $this->getMimeTypesService())), 24 => new \Symfony\Component\Serializer\Normalizer\JsonSerializableNormalizer(NULLNULL), 25 => new \ApiPlatform\Hydra\Serializer\CollectionFiltersNormalizer(new \ApiPlatform\Hydra\Serializer\PartialCollectionViewNormalizer(new \App\Serializer\CollectionNormalizerFactory(new \ApiPlatform\Hydra\Serializer\CollectionNormalizer($o$m$nNULL), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService())), 'page''pagination'$f$a), $f$m$i), 26 => new \Symfony\Component\Serializer\Normalizer\ArrayDenormalizer(), 27 => new \ApiPlatform\JsonLd\Serializer\ObjectNormalizer($s$n$o), 28 => $s], [=> new \Symfony\Component\Serializer\Encoder\XmlEncoder(), => $c=> new \Symfony\Component\Serializer\Encoder\YamlEncoder(NULLNULL), => new \Symfony\Component\Serializer\Encoder\CsvEncoder(), => new \ApiPlatform\Serializer\JsonEncoder('jsonld'), => new \ApiPlatform\Serializer\JsonEncoder('jsonproblem')]);
  2623.     }
  2624.     /**
  2625.      * Gets the private 'serializer.name_converter.metadata_aware' shared service.
  2626.      *
  2627.      * @return \Symfony\Component\Serializer\NameConverter\MetadataAwareNameConverter
  2628.      */
  2629.     protected function getSerializer_NameConverter_MetadataAwareService()
  2630.     {
  2631.         return $this->privates['serializer.name_converter.metadata_aware'] = new \Symfony\Component\Serializer\NameConverter\MetadataAwareNameConverter(($this->privates['api_platform.serializer.mapping.class_metadata_factory'] ?? $this->getApiPlatform_Serializer_Mapping_ClassMetadataFactoryService()));
  2632.     }
  2633.     /**
  2634.      * Gets the private 'session_listener' shared service.
  2635.      *
  2636.      * @return \Symfony\Component\HttpKernel\EventListener\SessionListener
  2637.      */
  2638.     protected function getSessionListenerService()
  2639.     {
  2640.         return $this->privates['session_listener'] = new \Symfony\Component\HttpKernel\EventListener\SessionListener(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2641.             'logger' => ['privates''monolog.logger''getMonolog_LoggerService'false],
  2642.             'session_collector' => ['privates''data_collector.request.session_collector''getDataCollector_Request_SessionCollectorService'true],
  2643.             'session_factory' => ['privates''session.factory''getSession_FactoryService'true],
  2644.         ], [
  2645.             'logger' => '?',
  2646.             'session_collector' => '?',
  2647.             'session_factory' => '?',
  2648.         ]), true$this->parameters['session.storage.options']);
  2649.     }
  2650.     /**
  2651.      * Gets the private 'translator.default' shared service.
  2652.      *
  2653.      * @return \Symfony\Bundle\FrameworkBundle\Translation\Translator
  2654.      */
  2655.     protected function getTranslator_DefaultService()
  2656.     {
  2657.         $this->privates['translator.default'] = $instance = new \Symfony\Bundle\FrameworkBundle\Translation\Translator(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2658.             'translation.loader.csv' => ['privates''translation.loader.csv''getTranslation_Loader_CsvService'true],
  2659.             'translation.loader.dat' => ['privates''translation.loader.dat''getTranslation_Loader_DatService'true],
  2660.             'translation.loader.ini' => ['privates''translation.loader.ini''getTranslation_Loader_IniService'true],
  2661.             'translation.loader.json' => ['privates''translation.loader.json''getTranslation_Loader_JsonService'true],
  2662.             'translation.loader.mo' => ['privates''translation.loader.mo''getTranslation_Loader_MoService'true],
  2663.             'translation.loader.php' => ['privates''translation.loader.php''getTranslation_Loader_PhpService'true],
  2664.             'translation.loader.po' => ['privates''translation.loader.po''getTranslation_Loader_PoService'true],
  2665.             'translation.loader.qt' => ['privates''translation.loader.qt''getTranslation_Loader_QtService'true],
  2666.             'translation.loader.res' => ['privates''translation.loader.res''getTranslation_Loader_ResService'true],
  2667.             'translation.loader.xliff' => ['privates''translation.loader.xliff''getTranslation_Loader_XliffService'true],
  2668.             'translation.loader.yml' => ['privates''translation.loader.yml''getTranslation_Loader_YmlService'true],
  2669.         ], [
  2670.             'translation.loader.csv' => '?',
  2671.             'translation.loader.dat' => '?',
  2672.             'translation.loader.ini' => '?',
  2673.             'translation.loader.json' => '?',
  2674.             'translation.loader.mo' => '?',
  2675.             'translation.loader.php' => '?',
  2676.             'translation.loader.po' => '?',
  2677.             'translation.loader.qt' => '?',
  2678.             'translation.loader.res' => '?',
  2679.             'translation.loader.xliff' => '?',
  2680.             'translation.loader.yml' => '?',
  2681.         ]), new \Symfony\Component\Translation\Formatter\MessageFormatter(new \Symfony\Component\Translation\IdentityTranslator()), 'en', ['translation.loader.php' => [=> 'php'], 'translation.loader.yml' => [=> 'yaml'=> 'yml'], 'translation.loader.xliff' => [=> 'xlf'=> 'xliff'], 'translation.loader.po' => [=> 'po'], 'translation.loader.mo' => [=> 'mo'], 'translation.loader.qt' => [=> 'ts'], 'translation.loader.csv' => [=> 'csv'], 'translation.loader.res' => [=> 'res'], 'translation.loader.dat' => [=> 'dat'], 'translation.loader.ini' => [=> 'ini'], 'translation.loader.json' => [=> 'json']], ['cache_dir' => ($this->targetDir.''.'/translations'), 'debug' => true'resource_files' => ['af' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.af.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.af.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.af.xlf')], 'ar' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.ar.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.ar.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.ar.xlf')], 'az' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.az.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.az.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.az.xlf')], 'be' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.be.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.be.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.be.xlf')], 'bg' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.bg.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.bg.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.bg.xlf')], 'bs' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.bs.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.bs.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.bs.xlf')], 'ca' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.ca.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.ca.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.ca.xlf')], 'cs' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.cs.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.cs.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.cs.xlf')], 'cy' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.cy.xlf')], 'da' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.da.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.da.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.da.xlf')], 'de' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.de.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.de.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.de.xlf')], 'el' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.el.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.el.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.el.xlf')], 'en' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.en.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.en.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.en.xlf')], 'es' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.es.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.es.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.es.xlf')], 'et' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.et.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.et.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.et.xlf')], 'eu' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.eu.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.eu.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.eu.xlf')], 'fa' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.fa.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.fa.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.fa.xlf')], 'fi' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.fi.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.fi.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.fi.xlf')], 'fr' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.fr.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.fr.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.fr.xlf')], 'gl' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.gl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.gl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.gl.xlf')], 'he' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.he.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.he.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.he.xlf')], 'hr' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.hr.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.hr.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.hr.xlf')], 'hu' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.hu.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.hu.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.hu.xlf')], 'hy' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.hy.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.hy.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.hy.xlf')], 'id' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.id.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.id.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.id.xlf')], 'it' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.it.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.it.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.it.xlf')], 'ja' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.ja.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.ja.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.ja.xlf')], 'lb' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.lb.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.lb.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.lb.xlf')], 'lt' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.lt.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.lt.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.lt.xlf')], 'lv' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.lv.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.lv.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.lv.xlf')], 'mn' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.mn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.mn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.mn.xlf')], 'my' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.my.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.my.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.my.xlf')], 'nb' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.nb.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.nb.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.nb.xlf')], 'nl' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.nl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.nl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.nl.xlf')], 'nn' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.nn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.nn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.nn.xlf')], 'no' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.no.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.no.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.no.xlf')], 'pl' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.pl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.pl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.pl.xlf')], 'pt' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.pt.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.pt.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.pt.xlf')], 'pt_BR' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.pt_BR.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.pt_BR.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.pt_BR.xlf')], 'ro' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.ro.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.ro.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.ro.xlf')], 'ru' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.ru.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.ru.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.ru.xlf')], 'sk' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sk.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.sk.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sk.xlf')], 'sl' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.sl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sl.xlf')], 'sq' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sq.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.sq.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sq.xlf')], 'sr_Cyrl' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sr_Cyrl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.sr_Cyrl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sr_Cyrl.xlf')], 'sr_Latn' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sr_Latn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.sr_Latn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sr_Latn.xlf')], 'sv' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sv.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.sv.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sv.xlf')], 'th' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.th.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.th.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.th.xlf')], 'tl' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.tl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.tl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.tl.xlf')], 'tr' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.tr.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.tr.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.tr.xlf')], 'uk' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.uk.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.uk.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.uk.xlf')], 'ur' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.ur.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.ur.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.ur.xlf')], 'uz' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.uz.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.uz.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.uz.xlf')], 'vi' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.vi.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.vi.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.vi.xlf')], 'zh_CN' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.zh_CN.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.zh_CN.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.zh_CN.xlf')], 'zh_TW' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.zh_TW.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.zh_TW.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.zh_TW.xlf')]], 'scanned_directories' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations'), => (\dirname(__DIR__4).'/translations'), => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle/translations'), => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/translations'), => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/translations'), => (\dirname(__DIR__4).'/vendor/symfony/debug-bundle/translations'), => (\dirname(__DIR__4).'/vendor/symfony/twig-bundle/translations'), => (\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/translations'), 10 => (\dirname(__DIR__4).'/vendor/twig/extra-bundle/translations'), 11 => (\dirname(__DIR__4).'/vendor/symfony/security-bundle/translations'), 12 => (\dirname(__DIR__4).'/vendor/symfony/monolog-bundle/translations'), 13 => (\dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/translations'), 14 => (\dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/translations'), 15 => (\dirname(__DIR__4).'/vendor/nelmio/cors-bundle/translations'), 16 => (\dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/Bundle/translations'), 17 => (\dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/translations'), 18 => (\dirname(__DIR__4).'/vendor/gesdinet/jwt-refresh-token-bundle/translations'), 19 => (\dirname(__DIR__4).'/vendor/metaclass-nl/filter-bundle/src/translations')], 'cache_vary' => ['scanned_directories' => [=> 'vendor/symfony/validator/Resources/translations'=> 'vendor/symfony/form/Resources/translations'=> 'vendor/symfony/security-core/Resources/translations'=> 'translations'=> 'vendor/symfony/framework-bundle/translations'=> 'vendor/doctrine/doctrine-bundle/translations'=> 'vendor/doctrine/doctrine-migrations-bundle/translations'=> 'vendor/symfony/debug-bundle/translations'=> 'vendor/symfony/twig-bundle/translations'=> 'vendor/symfony/web-profiler-bundle/translations'10 => 'vendor/twig/extra-bundle/translations'11 => 'vendor/symfony/security-bundle/translations'12 => 'vendor/symfony/monolog-bundle/translations'13 => 'vendor/symfony/maker-bundle/src/translations'14 => 'vendor/sensio/framework-extra-bundle/src/translations'15 => 'vendor/nelmio/cors-bundle/translations'16 => 'vendor/api-platform/core/src/Symfony/Bundle/translations'17 => 'vendor/lexik/jwt-authentication-bundle/translations'18 => 'vendor/gesdinet/jwt-refresh-token-bundle/translations'19 => 'vendor/metaclass-nl/filter-bundle/src/translations']]], []);
  2682.         $instance->setConfigCacheFactory(($this->privates['config_cache_factory'] ?? $this->getConfigCacheFactoryService()));
  2683.         $instance->setFallbackLocales([=> 'en']);
  2684.         return $instance;
  2685.     }
  2686.     /**
  2687.      * Gets the private 'twig' shared service.
  2688.      *
  2689.      * @return \Twig\Environment
  2690.      */
  2691.     protected function getTwigService()
  2692.     {
  2693.         $a = new \Twig\Loader\FilesystemLoader([], \dirname(__DIR__4));
  2694.         $a->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Resources/views'), 'Doctrine');
  2695.         $a->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Resources/views'), '!Doctrine');
  2696.         $a->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Resources/views'), 'DoctrineMigrations');
  2697.         $a->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Resources/views'), '!DoctrineMigrations');
  2698.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/debug-bundle/Resources/views'), 'Debug');
  2699.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/debug-bundle/Resources/views'), '!Debug');
  2700.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Resources/views'), 'WebProfiler');
  2701.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Resources/views'), '!WebProfiler');
  2702.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/security-bundle/Resources/views'), 'Security');
  2703.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/security-bundle/Resources/views'), '!Security');
  2704.         $a->addPath((\dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/Bundle/Resources/views'), 'ApiPlatform');
  2705.         $a->addPath((\dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/Bundle/Resources/views'), '!ApiPlatform');
  2706.         $a->addPath((\dirname(__DIR__4).'/templates'));
  2707.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Email'), 'email');
  2708.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Email'), '!email');
  2709.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Form'));
  2710.         $this->privates['twig'] = $instance = new \Twig\Environment($a, ['autoescape' => 'name''cache' => ($this->targetDir.''.'/twig'), 'charset' => 'UTF-8''debug' => true'strict_variables' => true]);
  2711.         $b = ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)));
  2712.         $c = ($this->services['translator'] ?? $this->getTranslatorService());
  2713.         $d = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  2714.         $e = ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService());
  2715.         $f = ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService());
  2716.         $g = ($this->privates['security.token_storage'] ?? $this->getSecurity_TokenStorageService());
  2717.         $h = new \Symfony\Component\VarDumper\Dumper\HtmlDumper(NULL'UTF-8'1);
  2718.         $h->setDisplayOptions(['maxStringLength' => 4096'fileLinkFormat' => $f]);
  2719.         $i = new \Symfony\Bridge\Twig\AppVariable();
  2720.         $i->setEnvironment('dev');
  2721.         $i->setDebug(true);
  2722.         $i->setTokenStorage($g);
  2723.         if ($this->has('request_stack')) {
  2724.             $i->setRequestStack($d);
  2725.         }
  2726.         $j = new \Twig\Extra\TwigExtraBundle\MissingExtensionSuggestor();
  2727.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\CsrfExtension());
  2728.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\DumpExtension(($this->services['var_dumper.cloner'] ?? $this->getVarDumper_ClonerService()), ($this->privates['var_dumper.html_dumper'] ?? $this->getVarDumper_HtmlDumperService())));
  2729.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\ProfilerExtension(($this->privates['twig.profile'] ?? ($this->privates['twig.profile'] = new \Twig\Profiler\Profile())), $b));
  2730.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\TranslationExtension($c));
  2731.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\AssetExtension(new \Symfony\Component\Asset\Packages(new \Symfony\Component\Asset\PathPackage('', new \Symfony\Component\Asset\VersionStrategy\EmptyVersionStrategy(), new \Symfony\Component\Asset\Context\RequestStackContext($d$e->getBaseUrl(), $e->isSecure())), new RewindableGenerator(function () {
  2732.             return new \EmptyIterator();
  2733.         }, 0))));
  2734.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\CodeExtension($f\dirname(__DIR__4), 'UTF-8'));
  2735.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\RoutingExtension(($this->services['router'] ?? $this->getRouterService())));
  2736.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\YamlExtension());
  2737.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\StopwatchExtension($btrue));
  2738.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\ExpressionExtension());
  2739.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\HttpKernelExtension());
  2740.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\HttpFoundationExtension(new \Symfony\Component\HttpFoundation\UrlHelper($d$e)));
  2741.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\WebLinkExtension($d));
  2742.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\SerializerExtension());
  2743.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\FormExtension($c));
  2744.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\LogoutUrlExtension(($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService())));
  2745.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\SecurityExtension(($this->privates['security.authorization_checker'] ?? $this->getSecurity_AuthorizationCheckerService()), new \Symfony\Component\Security\Http\Impersonate\ImpersonateUrlGenerator($d, ($this->privates['security.firewall.map'] ?? $this->getSecurity_Firewall_MapService()), $g)));
  2746.         $instance->addExtension(new \Doctrine\Bundle\DoctrineBundle\Twig\DoctrineExtension());
  2747.         $instance->addExtension(new \Symfony\Bundle\WebProfilerBundle\Twig\WebProfilerExtension($h));
  2748.         $instance->addGlobal('app'$i);
  2749.         $instance->addRuntimeLoader(new \Twig\RuntimeLoader\ContainerRuntimeLoader(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2750.             'Symfony\\Bridge\\Twig\\Extension\\CsrfRuntime' => ['privates''twig.runtime.security_csrf''getTwig_Runtime_SecurityCsrfService'true],
  2751.             'Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => ['privates''twig.runtime.httpkernel''getTwig_Runtime_HttpkernelService'true],
  2752.             'Symfony\\Bridge\\Twig\\Extension\\SerializerRuntime' => ['privates''twig.runtime.serializer''getTwig_Runtime_SerializerService'true],
  2753.             'Symfony\\Component\\Form\\FormRenderer' => ['privates''twig.form.renderer''getTwig_Form_RendererService'true],
  2754.         ], [
  2755.             'Symfony\\Bridge\\Twig\\Extension\\CsrfRuntime' => '?',
  2756.             'Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => '?',
  2757.             'Symfony\\Bridge\\Twig\\Extension\\SerializerRuntime' => '?',
  2758.             'Symfony\\Component\\Form\\FormRenderer' => '?',
  2759.         ])));
  2760.         $instance->registerUndefinedFilterCallback([=> $j=> 'suggestFilter']);
  2761.         $instance->registerUndefinedFunctionCallback([=> $j=> 'suggestFunction']);
  2762.         $instance->registerUndefinedTokenParserCallback([=> $j=> 'suggestTag']);
  2763.         (new \Symfony\Bundle\TwigBundle\DependencyInjection\Configurator\EnvironmentConfigurator('F j, Y H:i''%d days'NULL0'.'','))->configure($instance);
  2764.         return $instance;
  2765.     }
  2766.     /**
  2767.      * Gets the private 'validator.builder' shared service.
  2768.      *
  2769.      * @return \Symfony\Component\Validator\ValidatorBuilder
  2770.      */
  2771.     protected function getValidator_BuilderService()
  2772.     {
  2773.         $this->privates['validator.builder'] = $instance \Symfony\Component\Validator\Validation::createValidatorBuilder();
  2774.         $a = ($this->privates['property_info'] ?? $this->getPropertyInfoService());
  2775.         $instance->setConstraintValidatorFactory(new \Symfony\Component\Validator\ContainerConstraintValidatorFactory(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2776.             'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator' => ['privates''doctrine.orm.validator.unique''getDoctrine_Orm_Validator_UniqueService'true],
  2777.             'Symfony\\Component\\Security\\Core\\Validator\\Constraints\\UserPasswordValidator' => ['privates''security.validator.user_password''getSecurity_Validator_UserPasswordService'true],
  2778.             'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => ['privates''validator.email''getValidator_EmailService'true],
  2779.             'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => ['privates''validator.expression''getValidator_ExpressionService'true],
  2780.             'Symfony\\Component\\Validator\\Constraints\\NotCompromisedPasswordValidator' => ['privates''validator.not_compromised_password''getValidator_NotCompromisedPasswordService'true],
  2781.             'doctrine.orm.validator.unique' => ['privates''doctrine.orm.validator.unique''getDoctrine_Orm_Validator_UniqueService'true],
  2782.             'security.validator.user_password' => ['privates''security.validator.user_password''getSecurity_Validator_UserPasswordService'true],
  2783.             'validator.expression' => ['privates''validator.expression''getValidator_ExpressionService'true],
  2784.         ], [
  2785.             'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator' => '?',
  2786.             'Symfony\\Component\\Security\\Core\\Validator\\Constraints\\UserPasswordValidator' => '?',
  2787.             'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => '?',
  2788.             'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => '?',
  2789.             'Symfony\\Component\\Validator\\Constraints\\NotCompromisedPasswordValidator' => '?',
  2790.             'doctrine.orm.validator.unique' => '?',
  2791.             'security.validator.user_password' => '?',
  2792.             'validator.expression' => '?',
  2793.         ])));
  2794.         if ($this->has('translator')) {
  2795.             $instance->setTranslator(($this->services['translator'] ?? $this->getTranslatorService()));
  2796.         }
  2797.         $instance->setTranslationDomain('validators');
  2798.         $instance->addXmlMappings([=> (\dirname(__DIR__4).'/vendor/symfony/form/Resources/config/validation.xml')]);
  2799.         $instance->enableAnnotationMapping(true);
  2800.         $instance->setDoctrineAnnotationReader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  2801.         $instance->addMethodMapping('loadValidatorMetadata');
  2802.         $instance->addObjectInitializers([=> new \Symfony\Bridge\Doctrine\Validator\DoctrineInitializer(($this->services['doctrine'] ?? $this->getDoctrineService()))]);
  2803.         $instance->addLoader(new \Symfony\Component\Validator\Mapping\Loader\PropertyInfoLoader($a$a$aNULL));
  2804.         $instance->addLoader(new \Symfony\Bridge\Doctrine\Validator\DoctrineLoader(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), NULL));
  2805.         $instance->addLoader(new \Symfony\Bridge\Doctrine\Validator\DoctrineLoader(($this->services['doctrine.orm.internal_entity_manager'] ?? $this->getDoctrine_Orm_InternalEntityManagerService()), NULL));
  2806.         $instance->addLoader(new \Symfony\Bridge\Doctrine\Validator\DoctrineLoader(($this->services['doctrine.orm.migration_entity_manager'] ?? $this->getDoctrine_Orm_MigrationEntityManagerService()), NULL));
  2807.         return $instance;
  2808.     }
  2809.     /**
  2810.      * Gets the private 'var_dumper.html_dumper' shared service.
  2811.      *
  2812.      * @return \Symfony\Component\VarDumper\Dumper\HtmlDumper
  2813.      */
  2814.     protected function getVarDumper_HtmlDumperService()
  2815.     {
  2816.         $this->privates['var_dumper.html_dumper'] = $instance = new \Symfony\Component\VarDumper\Dumper\HtmlDumper(NULL'UTF-8'0);
  2817.         $instance->setDisplayOptions(['fileLinkFormat' => ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService())]);
  2818.         return $instance;
  2819.     }
  2820.     /**
  2821.      * Gets the private 'var_dumper.server_connection' shared service.
  2822.      *
  2823.      * @return \Symfony\Component\VarDumper\Server\Connection
  2824.      */
  2825.     protected function getVarDumper_ServerConnectionService()
  2826.     {
  2827.         return $this->privates['var_dumper.server_connection'] = new \Symfony\Component\VarDumper\Server\Connection('tcp://'.$this->getEnv('string:VAR_DUMPER_SERVER'), ['source' => new \Symfony\Component\VarDumper\Dumper\ContextProvider\SourceContextProvider('UTF-8'\dirname(__DIR__4), ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService())), 'request' => new \Symfony\Component\VarDumper\Dumper\ContextProvider\RequestContextProvider(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()))), 'cli' => new \Symfony\Component\VarDumper\Dumper\ContextProvider\CliContextProvider()]);
  2828.     }
  2829.     /**
  2830.      * Gets the private 'web_profiler.csp.handler' shared service.
  2831.      *
  2832.      * @return \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler
  2833.      */
  2834.     protected function getWebProfiler_Csp_HandlerService()
  2835.     {
  2836.         return $this->privates['web_profiler.csp.handler'] = new \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler(new \Symfony\Bundle\WebProfilerBundle\Csp\NonceGenerator());
  2837.     }
  2838.     /**
  2839.      * Gets the private 'web_profiler.debug_toolbar' shared service.
  2840.      *
  2841.      * @return \Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener
  2842.      */
  2843.     protected function getWebProfiler_DebugToolbarService()
  2844.     {
  2845.         return $this->privates['web_profiler.debug_toolbar'] = new \Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener(($this->privates['twig'] ?? $this->getTwigService()), false2, ($this->services['router'] ?? $this->getRouterService()), '^/((index|app(_[\\w]+)?)\\.php/)?_wdt', ($this->privates['web_profiler.csp.handler'] ?? $this->getWebProfiler_Csp_HandlerService()), ($this->services['data_collector.dump'] ?? $this->getDataCollector_DumpService()));
  2846.     }
  2847.     /**
  2848.      * Gets the public 'profiler' alias.
  2849.      *
  2850.      * @return object The ".container.private.profiler" service.
  2851.      */
  2852.     protected function getProfilerService()
  2853.     {
  2854.         trigger_deprecation('symfony/framework-bundle''5.4''Accessing the "profiler" service directly from the container is deprecated, use dependency injection instead.');
  2855.         return $this->get('.container.private.profiler');
  2856.     }
  2857.     public function getParameter(string $name): array|bool|string|int|float|\UnitEnum|null
  2858.     {
  2859.         if (isset($this->buildParameters[$name])) {
  2860.             return $this->buildParameters[$name];
  2861.         }
  2862.         if (!(isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || \array_key_exists($name$this->parameters))) {
  2863.             throw new InvalidArgumentException(sprintf('The parameter "%s" must be defined.'$name));
  2864.         }
  2865.         if (isset($this->loadedDynamicParameters[$name])) {
  2866.             return $this->loadedDynamicParameters[$name] ? $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
  2867.         }
  2868.         return $this->parameters[$name];
  2869.     }
  2870.     public function hasParameter(string $name): bool
  2871.     {
  2872.         if (isset($this->buildParameters[$name])) {
  2873.             return true;
  2874.         }
  2875.         return isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || \array_key_exists($name$this->parameters);
  2876.     }
  2877.     public function setParameter(string $name$value): void
  2878.     {
  2879.         throw new LogicException('Impossible to call set() on a frozen ParameterBag.');
  2880.     }
  2881.     public function getParameterBag(): ParameterBagInterface
  2882.     {
  2883.         if (null === $this->parameterBag) {
  2884.             $parameters $this->parameters;
  2885.             foreach ($this->loadedDynamicParameters as $name => $loaded) {
  2886.                 $parameters[$name] = $loaded $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
  2887.             }
  2888.             foreach ($this->buildParameters as $name => $value) {
  2889.                 $parameters[$name] = $value;
  2890.             }
  2891.             $this->parameterBag = new FrozenParameterBag($parameters);
  2892.         }
  2893.         return $this->parameterBag;
  2894.     }
  2895.     private $loadedDynamicParameters = [
  2896.         'kernel.runtime_environment' => false,
  2897.         'kernel.build_dir' => false,
  2898.         'kernel.cache_dir' => false,
  2899.         'importer_batch_size' => false,
  2900.         'kernel.secret' => false,
  2901.         'debug.container.dump' => false,
  2902.         'serializer.mapping.cache.file' => false,
  2903.         'session.save_path' => false,
  2904.         'validator.mapping.cache.file' => false,
  2905.         'profiler.storage.dsn' => false,
  2906.         'doctrine.orm.proxy_dir' => false,
  2907.         'nelmio_cors.defaults' => false,
  2908.         'lexik_jwt_authentication.pass_phrase' => false,
  2909.     ];
  2910.     private $dynamicParameters = [];
  2911.     private function getDynamicParameter(string $name)
  2912.     {
  2913.         switch ($name) {
  2914.             case 'kernel.runtime_environment'$value $this->getEnv('default:kernel.environment:APP_RUNTIME_ENV'); break;
  2915.             case 'kernel.build_dir'$value $this->targetDir.''; break;
  2916.             case 'kernel.cache_dir'$value $this->targetDir.''; break;
  2917.             case 'importer_batch_size'$value $this->getEnv('int:IMPORTER_BATCH_SIZE'); break;
  2918.             case 'kernel.secret'$value $this->getEnv('APP_SECRET'); break;
  2919.             case 'debug.container.dump'$value = ($this->targetDir.''.'/App_KernelDevDebugContainer.xml'); break;
  2920.             case 'serializer.mapping.cache.file'$value = ($this->targetDir.''.'/serialization.php'); break;
  2921.             case 'session.save_path'$value = ($this->targetDir.''.'/sessions'); break;
  2922.             case 'validator.mapping.cache.file'$value = ($this->targetDir.''.'/validation.php'); break;
  2923.             case 'profiler.storage.dsn'$value = ('file:'.$this->targetDir.''.'/profiler'); break;
  2924.             case 'doctrine.orm.proxy_dir'$value = ($this->targetDir.''.'/doctrine/orm/Proxies'); break;
  2925.             case 'nelmio_cors.defaults'$value = [
  2926.                 'allow_origin' => [
  2927.                     => $this->getEnv('CORS_ALLOW_ORIGIN'),
  2928.                 ],
  2929.                 'allow_credentials' => false,
  2930.                 'allow_headers' => [
  2931.                     => 'content-type',
  2932.                     => 'authorization',
  2933.                 ],
  2934.                 'expose_headers' => [
  2935.                     => 'Link',
  2936.                 ],
  2937.                 'allow_methods' => [
  2938.                     => 'GET',
  2939.                     => 'OPTIONS',
  2940.                     => 'POST',
  2941.                     => 'PUT',
  2942.                     => 'PATCH',
  2943.                     => 'DELETE',
  2944.                 ],
  2945.                 'max_age' => 3600,
  2946.                 'hosts' => [
  2947.                 ],
  2948.                 'origin_regex' => true,
  2949.                 'forced_allow_origin_value' => NULL,
  2950.             ]; break;
  2951.             case 'lexik_jwt_authentication.pass_phrase'$value $this->getEnv('JWT_PASSPHRASE'); break;
  2952.             default: throw new InvalidArgumentException(sprintf('The dynamic parameter "%s" must be defined.'$name));
  2953.         }
  2954.         $this->loadedDynamicParameters[$name] = true;
  2955.         return $this->dynamicParameters[$name] = $value;
  2956.     }
  2957.     protected function getDefaultParameters(): array
  2958.     {
  2959.         return [
  2960.             'kernel.project_dir' => \dirname(__DIR__4),
  2961.             'kernel.environment' => 'dev',
  2962.             'kernel.debug' => true,
  2963.             'kernel.logs_dir' => (\dirname(__DIR__3).'/log'),
  2964.             'kernel.bundles' => [
  2965.                 'FrameworkBundle' => 'Symfony\\Bundle\\FrameworkBundle\\FrameworkBundle',
  2966.                 'DoctrineBundle' => 'Doctrine\\Bundle\\DoctrineBundle\\DoctrineBundle',
  2967.                 'DoctrineMigrationsBundle' => 'Doctrine\\Bundle\\MigrationsBundle\\DoctrineMigrationsBundle',
  2968.                 'DebugBundle' => 'Symfony\\Bundle\\DebugBundle\\DebugBundle',
  2969.                 'TwigBundle' => 'Symfony\\Bundle\\TwigBundle\\TwigBundle',
  2970.                 'WebProfilerBundle' => 'Symfony\\Bundle\\WebProfilerBundle\\WebProfilerBundle',
  2971.                 'TwigExtraBundle' => 'Twig\\Extra\\TwigExtraBundle\\TwigExtraBundle',
  2972.                 'SecurityBundle' => 'Symfony\\Bundle\\SecurityBundle\\SecurityBundle',
  2973.                 'MonologBundle' => 'Symfony\\Bundle\\MonologBundle\\MonologBundle',
  2974.                 'MakerBundle' => 'Symfony\\Bundle\\MakerBundle\\MakerBundle',
  2975.                 'SensioFrameworkExtraBundle' => 'Sensio\\Bundle\\FrameworkExtraBundle\\SensioFrameworkExtraBundle',
  2976.                 'NelmioCorsBundle' => 'Nelmio\\CorsBundle\\NelmioCorsBundle',
  2977.                 'ApiPlatformBundle' => 'ApiPlatform\\Symfony\\Bundle\\ApiPlatformBundle',
  2978.                 'LexikJWTAuthenticationBundle' => 'Lexik\\Bundle\\JWTAuthenticationBundle\\LexikJWTAuthenticationBundle',
  2979.                 'GesdinetJWTRefreshTokenBundle' => 'Gesdinet\\JWTRefreshTokenBundle\\GesdinetJWTRefreshTokenBundle',
  2980.                 'MetaclassFilterBundle' => 'Metaclass\\FilterBundle\\MetaclassFilterBundle',
  2981.             ],
  2982.             'kernel.bundles_metadata' => [
  2983.                 'FrameworkBundle' => [
  2984.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle'),
  2985.                     'namespace' => 'Symfony\\Bundle\\FrameworkBundle',
  2986.                 ],
  2987.                 'DoctrineBundle' => [
  2988.                     'path' => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle'),
  2989.                     'namespace' => 'Doctrine\\Bundle\\DoctrineBundle',
  2990.                 ],
  2991.                 'DoctrineMigrationsBundle' => [
  2992.                     'path' => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle'),
  2993.                     'namespace' => 'Doctrine\\Bundle\\MigrationsBundle',
  2994.                 ],
  2995.                 'DebugBundle' => [
  2996.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/debug-bundle'),
  2997.                     'namespace' => 'Symfony\\Bundle\\DebugBundle',
  2998.                 ],
  2999.                 'TwigBundle' => [
  3000.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/twig-bundle'),
  3001.                     'namespace' => 'Symfony\\Bundle\\TwigBundle',
  3002.                 ],
  3003.                 'WebProfilerBundle' => [
  3004.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle'),
  3005.                     'namespace' => 'Symfony\\Bundle\\WebProfilerBundle',
  3006.                 ],
  3007.                 'TwigExtraBundle' => [
  3008.                     'path' => (\dirname(__DIR__4).'/vendor/twig/extra-bundle'),
  3009.                     'namespace' => 'Twig\\Extra\\TwigExtraBundle',
  3010.                 ],
  3011.                 'SecurityBundle' => [
  3012.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/security-bundle'),
  3013.                     'namespace' => 'Symfony\\Bundle\\SecurityBundle',
  3014.                 ],
  3015.                 'MonologBundle' => [
  3016.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/monolog-bundle'),
  3017.                     'namespace' => 'Symfony\\Bundle\\MonologBundle',
  3018.                 ],
  3019.                 'MakerBundle' => [
  3020.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/maker-bundle/src'),
  3021.                     'namespace' => 'Symfony\\Bundle\\MakerBundle',
  3022.                 ],
  3023.                 'SensioFrameworkExtraBundle' => [
  3024.                     'path' => (\dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src'),
  3025.                     'namespace' => 'Sensio\\Bundle\\FrameworkExtraBundle',
  3026.                 ],
  3027.                 'NelmioCorsBundle' => [
  3028.                     'path' => (\dirname(__DIR__4).'/vendor/nelmio/cors-bundle'),
  3029.                     'namespace' => 'Nelmio\\CorsBundle',
  3030.                 ],
  3031.                 'ApiPlatformBundle' => [
  3032.                     'path' => (\dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/Bundle'),
  3033.                     'namespace' => 'ApiPlatform\\Symfony\\Bundle',
  3034.                 ],
  3035.                 'LexikJWTAuthenticationBundle' => [
  3036.                     'path' => (\dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle'),
  3037.                     'namespace' => 'Lexik\\Bundle\\JWTAuthenticationBundle',
  3038.                 ],
  3039.                 'GesdinetJWTRefreshTokenBundle' => [
  3040.                     'path' => (\dirname(__DIR__4).'/vendor/gesdinet/jwt-refresh-token-bundle'),
  3041.                     'namespace' => 'Gesdinet\\JWTRefreshTokenBundle',
  3042.                 ],
  3043.                 'MetaclassFilterBundle' => [
  3044.                     'path' => (\dirname(__DIR__4).'/vendor/metaclass-nl/filter-bundle/src'),
  3045.                     'namespace' => 'Metaclass\\FilterBundle',
  3046.                 ],
  3047.             ],
  3048.             'kernel.charset' => 'UTF-8',
  3049.             'kernel.container_class' => 'App_KernelDevDebugContainer',
  3050.             'event_dispatcher.event_aliases' => [
  3051.                 'Symfony\\Component\\Console\\Event\\ConsoleCommandEvent' => 'console.command',
  3052.                 'Symfony\\Component\\Console\\Event\\ConsoleErrorEvent' => 'console.error',
  3053.                 'Symfony\\Component\\Console\\Event\\ConsoleSignalEvent' => 'console.signal',
  3054.                 'Symfony\\Component\\Console\\Event\\ConsoleTerminateEvent' => 'console.terminate',
  3055.                 'Symfony\\Component\\Form\\Event\\PreSubmitEvent' => 'form.pre_submit',
  3056.                 'Symfony\\Component\\Form\\Event\\SubmitEvent' => 'form.submit',
  3057.                 'Symfony\\Component\\Form\\Event\\PostSubmitEvent' => 'form.post_submit',
  3058.                 'Symfony\\Component\\Form\\Event\\PreSetDataEvent' => 'form.pre_set_data',
  3059.                 'Symfony\\Component\\Form\\Event\\PostSetDataEvent' => 'form.post_set_data',
  3060.                 'Symfony\\Component\\HttpKernel\\Event\\ControllerArgumentsEvent' => 'kernel.controller_arguments',
  3061.                 'Symfony\\Component\\HttpKernel\\Event\\ControllerEvent' => 'kernel.controller',
  3062.                 'Symfony\\Component\\HttpKernel\\Event\\ResponseEvent' => 'kernel.response',
  3063.                 'Symfony\\Component\\HttpKernel\\Event\\FinishRequestEvent' => 'kernel.finish_request',
  3064.                 'Symfony\\Component\\HttpKernel\\Event\\RequestEvent' => 'kernel.request',
  3065.                 'Symfony\\Component\\HttpKernel\\Event\\ViewEvent' => 'kernel.view',
  3066.                 'Symfony\\Component\\HttpKernel\\Event\\ExceptionEvent' => 'kernel.exception',
  3067.                 'Symfony\\Component\\HttpKernel\\Event\\TerminateEvent' => 'kernel.terminate',
  3068.                 'Symfony\\Component\\Security\\Core\\Event\\AuthenticationSuccessEvent' => 'security.authentication.success',
  3069.                 'Symfony\\Component\\Security\\Http\\Event\\InteractiveLoginEvent' => 'security.interactive_login',
  3070.                 'Symfony\\Component\\Security\\Http\\Event\\SwitchUserEvent' => 'security.switch_user',
  3071.             ],
  3072.             'fragment.renderer.hinclude.global_template' => NULL,
  3073.             'fragment.path' => '/_fragment',
  3074.             'kernel.http_method_override' => false,
  3075.             'kernel.trusted_hosts' => [
  3076.             ],
  3077.             'kernel.default_locale' => 'en',
  3078.             'kernel.enabled_locales' => [
  3079.             ],
  3080.             'kernel.error_controller' => 'error_controller',
  3081.             'debug.file_link_format' => NULL,
  3082.             'asset.request_context.base_path' => NULL,
  3083.             'asset.request_context.secure' => NULL,
  3084.             'translator.logging' => false,
  3085.             'translator.default_path' => (\dirname(__DIR__4).'/translations'),
  3086.             'debug.error_handler.throw_at' => -1,
  3087.             'router.request_context.host' => 'localhost',
  3088.             'router.request_context.scheme' => 'http',
  3089.             'router.request_context.base_url' => '',
  3090.             'router.resource' => 'kernel::loadRoutes',
  3091.             'request_listener.http_port' => 80,
  3092.             'request_listener.https_port' => 443,
  3093.             'session.metadata.storage_key' => '_sf2_meta',
  3094.             'session.storage.options' => [
  3095.                 'cache_limiter' => '0',
  3096.                 'cookie_secure' => 'auto',
  3097.                 'cookie_httponly' => true,
  3098.                 'cookie_samesite' => 'lax',
  3099.                 'gc_probability' => 1,
  3100.             ],
  3101.             'session.metadata.update_threshold' => 0,
  3102.             'form.type_extension.csrf.enabled' => true,
  3103.             'form.type_extension.csrf.field_name' => '_token',
  3104.             'validator.translation_domain' => 'validators',
  3105.             'profiler_listener.only_exceptions' => false,
  3106.             'profiler_listener.only_main_requests' => false,
  3107.             'doctrine.dbal.logger.chain.class' => 'Doctrine\\DBAL\\Logging\\LoggerChain',
  3108.             'doctrine.dbal.logger.profiling.class' => 'Doctrine\\DBAL\\Logging\\DebugStack',
  3109.             'doctrine.dbal.logger.class' => 'Symfony\\Bridge\\Doctrine\\Logger\\DbalLogger',
  3110.             'doctrine.dbal.configuration.class' => 'Doctrine\\DBAL\\Configuration',
  3111.             'doctrine.data_collector.class' => 'Doctrine\\Bundle\\DoctrineBundle\\DataCollector\\DoctrineDataCollector',
  3112.             'doctrine.dbal.connection.event_manager.class' => 'Symfony\\Bridge\\Doctrine\\ContainerAwareEventManager',
  3113.             'doctrine.dbal.connection_factory.class' => 'Doctrine\\Bundle\\DoctrineBundle\\ConnectionFactory',
  3114.             'doctrine.dbal.events.mysql_session_init.class' => 'Doctrine\\DBAL\\Event\\Listeners\\MysqlSessionInit',
  3115.             'doctrine.dbal.events.oracle_session_init.class' => 'Doctrine\\DBAL\\Event\\Listeners\\OracleSessionInit',
  3116.             'doctrine.class' => 'Doctrine\\Bundle\\DoctrineBundle\\Registry',
  3117.             'doctrine.entity_managers' => [
  3118.                 'default' => 'doctrine.orm.default_entity_manager',
  3119.                 'internal' => 'doctrine.orm.internal_entity_manager',
  3120.                 'migration' => 'doctrine.orm.migration_entity_manager',
  3121.             ],
  3122.             'doctrine.default_entity_manager' => 'default',
  3123.             'doctrine.dbal.connection_factory.types' => [
  3124.             ],
  3125.             'doctrine.connections' => [
  3126.                 'default' => 'doctrine.dbal.default_connection',
  3127.                 'internal' => 'doctrine.dbal.internal_connection',
  3128.                 'migration' => 'doctrine.dbal.migration_connection',
  3129.             ],
  3130.             'doctrine.default_connection' => 'default',
  3131.             'doctrine.orm.configuration.class' => 'Doctrine\\ORM\\Configuration',
  3132.             'doctrine.orm.entity_manager.class' => 'Doctrine\\ORM\\EntityManager',
  3133.             'doctrine.orm.manager_configurator.class' => 'Doctrine\\Bundle\\DoctrineBundle\\ManagerConfigurator',
  3134.             'doctrine.orm.cache.array.class' => 'Doctrine\\Common\\Cache\\ArrayCache',
  3135.             'doctrine.orm.cache.apc.class' => 'Doctrine\\Common\\Cache\\ApcCache',
  3136.             'doctrine.orm.cache.memcache.class' => 'Doctrine\\Common\\Cache\\MemcacheCache',
  3137.             'doctrine.orm.cache.memcache_host' => 'localhost',
  3138.             'doctrine.orm.cache.memcache_port' => 11211,
  3139.             'doctrine.orm.cache.memcache_instance.class' => 'Memcache',
  3140.             'doctrine.orm.cache.memcached.class' => 'Doctrine\\Common\\Cache\\MemcachedCache',
  3141.             'doctrine.orm.cache.memcached_host' => 'localhost',
  3142.             'doctrine.orm.cache.memcached_port' => 11211,
  3143.             'doctrine.orm.cache.memcached_instance.class' => 'Memcached',
  3144.             'doctrine.orm.cache.redis.class' => 'Doctrine\\Common\\Cache\\RedisCache',
  3145.             'doctrine.orm.cache.redis_host' => 'localhost',
  3146.             'doctrine.orm.cache.redis_port' => 6379,
  3147.             'doctrine.orm.cache.redis_instance.class' => 'Redis',
  3148.             'doctrine.orm.cache.xcache.class' => 'Doctrine\\Common\\Cache\\XcacheCache',
  3149.             'doctrine.orm.cache.wincache.class' => 'Doctrine\\Common\\Cache\\WinCacheCache',
  3150.             'doctrine.orm.cache.zenddata.class' => 'Doctrine\\Common\\Cache\\ZendDataCache',
  3151.             'doctrine.orm.metadata.driver_chain.class' => 'Doctrine\\Persistence\\Mapping\\Driver\\MappingDriverChain',
  3152.             'doctrine.orm.metadata.annotation.class' => 'Doctrine\\ORM\\Mapping\\Driver\\AnnotationDriver',
  3153.             'doctrine.orm.metadata.xml.class' => 'Doctrine\\ORM\\Mapping\\Driver\\SimplifiedXmlDriver',
  3154.             'doctrine.orm.metadata.yml.class' => 'Doctrine\\ORM\\Mapping\\Driver\\SimplifiedYamlDriver',
  3155.             'doctrine.orm.metadata.php.class' => 'Doctrine\\ORM\\Mapping\\Driver\\PHPDriver',
  3156.             'doctrine.orm.metadata.staticphp.class' => 'Doctrine\\ORM\\Mapping\\Driver\\StaticPHPDriver',
  3157.             'doctrine.orm.metadata.attribute.class' => 'Doctrine\\ORM\\Mapping\\Driver\\AttributeDriver',
  3158.             'doctrine.orm.proxy_cache_warmer.class' => 'Symfony\\Bridge\\Doctrine\\CacheWarmer\\ProxyCacheWarmer',
  3159.             'form.type_guesser.doctrine.class' => 'Symfony\\Bridge\\Doctrine\\Form\\DoctrineOrmTypeGuesser',
  3160.             'doctrine.orm.validator.unique.class' => 'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator',
  3161.             'doctrine.orm.validator_initializer.class' => 'Symfony\\Bridge\\Doctrine\\Validator\\DoctrineInitializer',
  3162.             'doctrine.orm.security.user.provider.class' => 'Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider',
  3163.             'doctrine.orm.listeners.resolve_target_entity.class' => 'Doctrine\\ORM\\Tools\\ResolveTargetEntityListener',
  3164.             'doctrine.orm.listeners.attach_entity_listeners.class' => 'Doctrine\\ORM\\Tools\\AttachEntityListenersListener',
  3165.             'doctrine.orm.naming_strategy.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultNamingStrategy',
  3166.             'doctrine.orm.naming_strategy.underscore.class' => 'Doctrine\\ORM\\Mapping\\UnderscoreNamingStrategy',
  3167.             'doctrine.orm.quote_strategy.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultQuoteStrategy',
  3168.             'doctrine.orm.quote_strategy.ansi.class' => 'Doctrine\\ORM\\Mapping\\AnsiQuoteStrategy',
  3169.             'doctrine.orm.entity_listener_resolver.class' => 'Doctrine\\Bundle\\DoctrineBundle\\Mapping\\ContainerEntityListenerResolver',
  3170.             'doctrine.orm.second_level_cache.default_cache_factory.class' => 'Doctrine\\ORM\\Cache\\DefaultCacheFactory',
  3171.             'doctrine.orm.second_level_cache.default_region.class' => 'Doctrine\\ORM\\Cache\\Region\\DefaultRegion',
  3172.             'doctrine.orm.second_level_cache.filelock_region.class' => 'Doctrine\\ORM\\Cache\\Region\\FileLockRegion',
  3173.             'doctrine.orm.second_level_cache.logger_chain.class' => 'Doctrine\\ORM\\Cache\\Logging\\CacheLoggerChain',
  3174.             'doctrine.orm.second_level_cache.logger_statistics.class' => 'Doctrine\\ORM\\Cache\\Logging\\StatisticsCacheLogger',
  3175.             'doctrine.orm.second_level_cache.cache_configuration.class' => 'Doctrine\\ORM\\Cache\\CacheConfiguration',
  3176.             'doctrine.orm.second_level_cache.regions_configuration.class' => 'Doctrine\\ORM\\Cache\\RegionsConfiguration',
  3177.             'doctrine.orm.auto_generate_proxy_classes' => false,
  3178.             'doctrine.orm.proxy_namespace' => 'Proxies',
  3179.             'doctrine.migrations.preferred_em' => 'internal',
  3180.             'doctrine.migrations.preferred_connection' => NULL,
  3181.             'env(VAR_DUMPER_SERVER)' => '127.0.0.1:9912',
  3182.             'twig.form.resources' => [
  3183.                 => 'form_div_layout.html.twig',
  3184.             ],
  3185.             'twig.default_path' => (\dirname(__DIR__4).'/templates'),
  3186.             'web_profiler.debug_toolbar.intercept_redirects' => false,
  3187.             'web_profiler.debug_toolbar.mode' => 2,
  3188.             'security.role_hierarchy.roles' => [
  3189.             ],
  3190.             'security.access.denied_url' => NULL,
  3191.             'security.authentication.manager.erase_credentials' => true,
  3192.             'security.authentication.session_strategy.strategy' => 'migrate',
  3193.             'security.authentication.hide_user_not_found' => true,
  3194.             'security.firewalls' => [
  3195.                 => 'docs',
  3196.                 => 'dev',
  3197.                 => 'api_token_refresh',
  3198.                 => 'login',
  3199.                 => 'api_or_jwt',
  3200.             ],
  3201.             'lexik_jwt_authentication.authenticator_manager_enabled' => true,
  3202.             'monolog.use_microseconds' => true,
  3203.             'monolog.swift_mailer.handlers' => [
  3204.             ],
  3205.             'monolog.handlers_to_channels' => [
  3206.                 'monolog.handler.syslog' => [
  3207.                     'type' => 'exclusive',
  3208.                     'elements' => [
  3209.                         => 'event',
  3210.                     ],
  3211.                 ],
  3212.                 'monolog.handler.filter' => [
  3213.                     'type' => 'exclusive',
  3214.                     'elements' => [
  3215.                         => 'event',
  3216.                     ],
  3217.                 ],
  3218.             ],
  3219.             'nelmio_cors.map' => [
  3220.                 '^/' => [
  3221.                 ],
  3222.             ],
  3223.             'nelmio_cors.cors_listener.class' => 'Nelmio\\CorsBundle\\EventListener\\CorsListener',
  3224.             'nelmio_cors.options_resolver.class' => 'Nelmio\\CorsBundle\\Options\\Resolver',
  3225.             'nelmio_cors.options_provider.config.class' => 'Nelmio\\CorsBundle\\Options\\ConfigProvider',
  3226.             'api_platform.metadata_backward_compatibility_layer' => true,
  3227.             'api_platform.enable_entrypoint' => true,
  3228.             'api_platform.enable_docs' => true,
  3229.             'api_platform.title' => 'UserServer - Kinderpedia',
  3230.             'api_platform.description' => '<b>WIP!</b> Internal service to manage users',
  3231.             'api_platform.version' => '1.0.0',
  3232.             'api_platform.show_webby' => false,
  3233.             'api_platform.url_generation_strategy' => 1,
  3234.             'api_platform.exception_to_status' => [
  3235.                 'Symfony\\Component\\Serializer\\Exception\\ExceptionInterface' => 400,
  3236.                 'ApiPlatform\\Core\\Exception\\InvalidArgumentException' => 400,
  3237.                 'ApiPlatform\\Core\\Exception\\FilterValidationException' => 400,
  3238.                 'Symfony\\Component\\Validator\\Validator\\ValidatorInterface' => 422,
  3239.                 'Doctrine\\ORM\\OptimisticLockException' => 409,
  3240.                 'LogicException' => 422,
  3241.             ],
  3242.             'api_platform.formats' => [
  3243.                 'jsonld' => [
  3244.                     => 'application/ld+json',
  3245.                 ],
  3246.                 'json' => [
  3247.                     => 'application/json',
  3248.                 ],
  3249.                 'html' => [
  3250.                     => 'text/html',
  3251.                 ],
  3252.             ],
  3253.             'api_platform.patch_formats' => [
  3254.                 'json' => [
  3255.                     => 'application/merge-patch+json',
  3256.                 ],
  3257.             ],
  3258.             'api_platform.error_formats' => [
  3259.                 'jsonproblem' => [
  3260.                     => 'application/problem+json',
  3261.                 ],
  3262.                 'jsonld' => [
  3263.                     => 'application/ld+json',
  3264.                 ],
  3265.             ],
  3266.             'api_platform.allow_plain_identifiers' => false,
  3267.             'api_platform.eager_loading.enabled' => true,
  3268.             'api_platform.eager_loading.max_joins' => 30,
  3269.             'api_platform.eager_loading.fetch_partial' => false,
  3270.             'api_platform.eager_loading.force_eager' => true,
  3271.             'api_platform.collection.exists_parameter_name' => 'exists',
  3272.             'api_platform.collection.order' => 'ASC',
  3273.             'api_platform.collection.order_parameter_name' => 'order',
  3274.             'api_platform.collection.order_nulls_comparison' => NULL,
  3275.             'api_platform.collection.pagination.enabled' => true,
  3276.             'api_platform.collection.pagination.partial' => false,
  3277.             'api_platform.collection.pagination.client_enabled' => false,
  3278.             'api_platform.collection.pagination.client_items_per_page' => true,
  3279.             'api_platform.collection.pagination.client_partial' => false,
  3280.             'api_platform.collection.pagination.items_per_page' => 30,
  3281.             'api_platform.collection.pagination.maximum_items_per_page' => 200,
  3282.             'api_platform.collection.pagination.page_parameter_name' => 'page',
  3283.             'api_platform.collection.pagination.enabled_parameter_name' => 'pagination',
  3284.             'api_platform.collection.pagination.items_per_page_parameter_name' => 'itemsPerPage',
  3285.             'api_platform.collection.pagination.partial_parameter_name' => 'partial',
  3286.             'api_platform.collection.pagination' => [
  3287.                 'enabled' => true,
  3288.                 'partial' => false,
  3289.                 'client_enabled' => false,
  3290.                 'client_items_per_page' => true,
  3291.                 'client_partial' => false,
  3292.                 'items_per_page' => 30,
  3293.                 'maximum_items_per_page' => 200,
  3294.                 'page_parameter_name' => 'page',
  3295.                 'enabled_parameter_name' => 'pagination',
  3296.                 'items_per_page_parameter_name' => 'itemsPerPage',
  3297.                 'partial_parameter_name' => 'partial',
  3298.             ],
  3299.             'api_platform.http_cache.etag' => true,
  3300.             'api_platform.http_cache.max_age' => NULL,
  3301.             'api_platform.http_cache.shared_max_age' => NULL,
  3302.             'api_platform.http_cache.vary' => [
  3303.                 => 'Accept',
  3304.             ],
  3305.             'api_platform.http_cache.public' => NULL,
  3306.             'api_platform.http_cache.invalidation.max_header_length' => 7500,
  3307.             'api_platform.http_cache.invalidation.xkey.glue' => ' ',
  3308.             'api_platform.asset_package' => NULL,
  3309.             'api_platform.defaults' => [
  3310.                 'attributes' => [
  3311.                     'pagination_client_items_per_page' => true,
  3312.                     'pagination_maximum_items_per_page' => 200,
  3313.                 ],
  3314.             ],
  3315.             'api_platform.resource_class_directories' => [
  3316.                 => (\dirname(__DIR__4).'/vendor/gesdinet/jwt-refresh-token-bundle/Entity'),
  3317.                 => (\dirname(__DIR__4).'/src/Entity'),
  3318.             ],
  3319.             'api_platform.oauth.enabled' => false,
  3320.             'api_platform.oauth.clientId' => '',
  3321.             'api_platform.oauth.clientSecret' => '',
  3322.             'api_platform.oauth.type' => 'oauth2',
  3323.             'api_platform.oauth.flow' => 'application',
  3324.             'api_platform.oauth.tokenUrl' => '',
  3325.             'api_platform.oauth.authorizationUrl' => '',
  3326.             'api_platform.oauth.refreshUrl' => '',
  3327.             'api_platform.oauth.scopes' => [
  3328.             ],
  3329.             'api_platform.oauth.pkce' => false,
  3330.             'api_platform.openapi.termsOfService' => NULL,
  3331.             'api_platform.openapi.contact.name' => NULL,
  3332.             'api_platform.openapi.contact.url' => NULL,
  3333.             'api_platform.openapi.contact.email' => NULL,
  3334.             'api_platform.openapi.license.name' => NULL,
  3335.             'api_platform.openapi.license.url' => NULL,
  3336.             'api_platform.swagger.versions' => [
  3337.                 => 3,
  3338.             ],
  3339.             'api_platform.enable_swagger_ui' => true,
  3340.             'api_platform.enable_re_doc' => true,
  3341.             'api_platform.swagger.api_keys' => [
  3342.                 'Bearer' => [
  3343.                     'name' => 'Authorization',
  3344.                     'type' => 'header',
  3345.                 ],
  3346.                 'Kindergarten' => [
  3347.                     'name' => 'X-KINDERGARTEN-ID',
  3348.                     'type' => 'header',
  3349.                 ],
  3350.                 'UserType' => [
  3351.                     'name' => 'USER-TYPE',
  3352.                     'type' => 'header',
  3353.                 ],
  3354.                 'ChildID' => [
  3355.                     'name' => 'X-CHILD-ID',
  3356.                     'type' => 'header',
  3357.                 ],
  3358.                 'ApiKey' => [
  3359.                     'name' => 'X-API-KEY',
  3360.                     'type' => 'header',
  3361.                 ],
  3362.             ],
  3363.             'api_platform.swagger_ui.extra_configuration' => [
  3364.                 'tagsSorter' => 'alpha',
  3365.             ],
  3366.             'api_platform.graphql.enabled' => false,
  3367.             'api_platform.graphql.graphiql.enabled' => false,
  3368.             'api_platform.graphql.graphql_playground.enabled' => false,
  3369.             'api_platform.graphql.collection.pagination' => [
  3370.                 'enabled' => true,
  3371.             ],
  3372.             'api_platform.validator.serialize_payload_fields' => [
  3373.             ],
  3374.             'api_platform.validator.query_parameter_validation' => true,
  3375.             'api_platform.elasticsearch.enabled' => false,
  3376.             'lexik_jwt_authentication.token_ttl' => 600,
  3377.             'lexik_jwt_authentication.clock_skew' => 0,
  3378.             'lexik_jwt_authentication.user_identity_field' => 'email',
  3379.             'lexik_jwt_authentication.allow_no_expiration' => false,
  3380.             'lexik_jwt_authentication.user_id_claim' => 'email',
  3381.             'lexik_jwt_authentication.encoder.signature_algorithm' => 'HS256',
  3382.             'lexik_jwt_authentication.encoder.crypto_engine' => 'openssl',
  3383.             'gesdinet_jwt_refresh_token.ttl' => 2592000,
  3384.             'gesdinet_jwt_refresh_token.ttl_update' => false,
  3385.             'gesdinet_jwt_refresh_token.security.firewall' => 'api',
  3386.             'gesdinet_jwt_refresh_token.user_provider' => NULL,
  3387.             'gesdinet_jwt_refresh_token.user_identity_field' => 'username',
  3388.             'gesdinet_jwt_refresh_token.single_use' => true,
  3389.             'gesdinet_jwt_refresh_token.token_parameter_name' => 'refresh_token',
  3390.             'gesdinet_jwt_refresh_token.doctrine_mappings' => true,
  3391.             'gesdinet_jwt_refresh_token.cookie' => [
  3392.                 'enabled' => false,
  3393.                 'same_site' => 'lax',
  3394.                 'path' => '/',
  3395.                 'domain' => NULL,
  3396.                 'http_only' => true,
  3397.                 'secure' => true,
  3398.                 'remove_token_from_body' => true,
  3399.             ],
  3400.             'gesdinet_jwt_refresh_token.logout_firewall_context' => 'security.firewall.map.context.api',
  3401.             'gesdinet_jwt_refresh_token.return_expiration' => false,
  3402.             'gesdinet_jwt_refresh_token.return_expiration_parameter_name' => 'refresh_token_expiration',
  3403.             'gesdinet.jwtrefreshtoken.refresh_token.class' => 'App\\Entity\\Internal\\RefreshToken',
  3404.             'gesdinet.jwtrefreshtoken.object_manager.id' => 'doctrine.orm.internal_entity_manager',
  3405.             'gesdinet.jwtrefreshtoken.user_checker.id' => 'security.user_checker',
  3406.             'data_collector.templates' => [
  3407.                 'data_collector.request' => [
  3408.                     => 'request',
  3409.                     => '@WebProfiler/Collector/request.html.twig',
  3410.                 ],
  3411.                 'api_platform.data_collector.request' => [
  3412.                     => 'api_platform.data_collector.request',
  3413.                     => '@ApiPlatform/DataCollector/request_legacy.html.twig',
  3414.                 ],
  3415.                 'data_collector.time' => [
  3416.                     => 'time',
  3417.                     => '@WebProfiler/Collector/time.html.twig',
  3418.                 ],
  3419.                 'data_collector.memory' => [
  3420.                     => 'memory',
  3421.                     => '@WebProfiler/Collector/memory.html.twig',
  3422.                 ],
  3423.                 'data_collector.validator' => [
  3424.                     => 'validator',
  3425.                     => '@WebProfiler/Collector/validator.html.twig',
  3426.                 ],
  3427.                 'data_collector.ajax' => [
  3428.                     => 'ajax',
  3429.                     => '@WebProfiler/Collector/ajax.html.twig',
  3430.                 ],
  3431.                 'data_collector.form' => [
  3432.                     => 'form',
  3433.                     => '@WebProfiler/Collector/form.html.twig',
  3434.                 ],
  3435.                 'data_collector.exception' => [
  3436.                     => 'exception',
  3437.                     => '@WebProfiler/Collector/exception.html.twig',
  3438.                 ],
  3439.                 'data_collector.logger' => [
  3440.                     => 'logger',
  3441.                     => '@WebProfiler/Collector/logger.html.twig',
  3442.                 ],
  3443.                 'data_collector.events' => [
  3444.                     => 'events',
  3445.                     => '@WebProfiler/Collector/events.html.twig',
  3446.                 ],
  3447.                 'data_collector.router' => [
  3448.                     => 'router',
  3449.                     => '@WebProfiler/Collector/router.html.twig',
  3450.                 ],
  3451.                 'data_collector.cache' => [
  3452.                     => 'cache',
  3453.                     => '@WebProfiler/Collector/cache.html.twig',
  3454.                 ],
  3455.                 'data_collector.translation' => [
  3456.                     => 'translation',
  3457.                     => '@WebProfiler/Collector/translation.html.twig',
  3458.                 ],
  3459.                 'data_collector.security' => [
  3460.                     => 'security',
  3461.                     => '@Security/Collector/security.html.twig',
  3462.                 ],
  3463.                 'data_collector.twig' => [
  3464.                     => 'twig',
  3465.                     => '@WebProfiler/Collector/twig.html.twig',
  3466.                 ],
  3467.                 'data_collector.http_client' => [
  3468.                     => 'http_client',
  3469.                     => '@WebProfiler/Collector/http_client.html.twig',
  3470.                 ],
  3471.                 'data_collector.doctrine' => [
  3472.                     => 'db',
  3473.                     => '@Doctrine/Collector/db.html.twig',
  3474.                 ],
  3475.                 'data_collector.dump' => [
  3476.                     => 'dump',
  3477.                     => '@Debug/Profiler/dump.html.twig',
  3478.                 ],
  3479.                 'data_collector.messenger' => [
  3480.                     => 'messenger',
  3481.                     => '@WebProfiler/Collector/messenger.html.twig',
  3482.                 ],
  3483.                 'mailer.data_collector' => [
  3484.                     => 'mailer',
  3485.                     => '@WebProfiler/Collector/mailer.html.twig',
  3486.                 ],
  3487.                 'notifier.data_collector' => [
  3488.                     => 'notifier',
  3489.                     => '@WebProfiler/Collector/notifier.html.twig',
  3490.                 ],
  3491.                 'data_collector.config' => [
  3492.                     => 'config',
  3493.                     => '@WebProfiler/Collector/config.html.twig',
  3494.                 ],
  3495.             ],
  3496.             'console.command.ids' => [
  3497.             ],
  3498.         ];
  3499.     }
  3500. }